Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 901 Bytes

HOWTO.md

File metadata and controls

35 lines (23 loc) · 901 Bytes

mkdocs for github pages site

Visit me at https://djismgaming.github.io

notes to self :D

Install the GTK for Windows Runtime to avoid cairo errors upon executing mkdocs serve

Execute on Git Bash

python -m venv .venv
source .venv/Scripts/activate
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
mkdocs serve

For live development on VSCode

Execute in Git Bash

source .venv/Scripts/activate
mkdocs serve

Then visit http://127.0.0.1:8000/

Execute devupdate.ps1 in powershell to update the environment while making live modifications