Extra materials produced while teaching a programming for the web
https://susiecoleman.github.io/guide-to-web-programming/
- Install mkdocs
pip install mkdocs
. Full installation guide - These docs use a custom theme so install that
pip install mkdocs-cinder
- Run locally with
mkdocs serve
- Deploy to github pages with
mkdocs gh-deploy --clean
Apache V2 licence