use .venv as that is what the .gitignore is using
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
-
./posts/scriptsis where all relevant automation is found -
./posts/markdownis where all files that will be compiled are found -
./posts/htmlare the final files, any changes made will be overwritten on subsequent compiles
python3 -m http.server <port>