- fork repository
- in the settings, activate Github Pages using
/docs
as the source - start writing markdown content in the
pages
folder- use
?
suffix for local links to other pages eg?page2
- use
docs/assets
to store assets
- use
- Serve
index.html
locally to display markdown dynamically while writing
- run
node utils/build.js
to generate html into/docs
folder
- under Github Pages settings, add custom url and enforce HTTPS
- index.html
- assets
- css
- main.css
- images
- favicon.png
- css
- pages
- index.md
- test.md
- utils
- lib
- checkbox.js
- Marked.js
- Highlight.js
- build.js
- dev.js
- lib