- Create a source code URL for hosting
I create the URL as https://github.com/pnpdjie/includeMD - Create and develop md files for the project on local
As we need to divide the Release note into multiple files for multiple projects, We need to use Jekyll to create an project. ( to install Jekyll, you can refer to the link)- new a project
- add an include folder( you see there are more files because I run Jekyll's compile)
- add the independent markdown files, these files contributed by different projects.
- edit the index file to add the markdown files, we can use *content{:toc} and {%include name.md%}
- new a project
- commit the markdown files as source code to the repository https://github.com/pnpdjie/includeMD
- Suggest to run Jekyll's compile before committing.
- After committing, we can edit/review/modify the markdown files as other source code on github (same way to gerrit)
- Suggest to run Jekyll's compile before committing.
- Config the repository to generate a webpage:
- go to settings and find the github pages
- choose the master branch to publish website and name it
- go to settings and find the github pages
- Go the the site to see what we have done
https://pnpdjie.github.io/includeMD/
...