This repository is for my personal site.
To build the site you will need:
- Python3.12
- GNU Make
- Create a virtual environment
python3.12 -m venv --prompt . --upgrade-deps .venv - Install dependencies
source .venv/bin/activate pip install -r requirements.txt - Build site
RELATIVE=1 make html
- Serve site
make serve