/ns-cheatsheet

My own little cheat sheet for various topics. Markdown based and running on Github-Pages behind Cloudflare! No server to maintain.

Primary LanguageHTML

Quick initial setup :

python3 -m venv venv
pip3 install -r requirements.txt

If adding a new page, edit the mkdocs.yml file

You can then redeploy the entire Github page

bash deploy-github.sh