This wiki is built using mkdocs, which runs on Python3
pip3 install mkdocs mkdocs-material mkdocs-awesome-pages-plugin
These packages are also included in the requirements.txt
of this repo.
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 ofc), run ./deploy.sh
. Just make sure you use public key authentication to the server.
This will: