A place for me to document things so my stupid, metal-soaked brain doesn't have to remember so much.
- python, pip
Install mkdocs via pip
pip install mkdocs
Use the mkdocs utility to spin up a local webserver:
mkdocs serve
Use the mkdocs utility to build & publish the static assets:
mkdocs gh-deploy