Skip to content

Notes

My notes in the form of an MkDocs site

Python setup

sudo apt install python3-full;
python3 -m venv ./.venv;
source ./.venv/bin/activate;
pip install --requirement requirements.txt;

Run MkDocs

mkdocs serve;

JetBrains run configuration

To run site locally:
mkdocs-serve