This wiki is built using mkdocs, which runs on Python3
pip3 install mkdocs mkdocs-material mkdocs-awesome-pages-plugin
Run ./run.sh
to host a local version on localhost:8088.
When a file is changed, the website should refresh automatically
To deploy the website on my server (only I can do this), run ./deploy.sh
. Just make sure you use public key authentication to the server.
This will: