Source of https://www.robarthur.co.uk build with Pelican and published with Github Actions
Clone the repo and activate the environemnt
robarthur.co.uk$ python3 -m venv env/
source env/bin/activate
pip install -r requirements.txt
make clean && make html
Build all of the static assets under output/
make devserver
Serves up the static content under http://localhost:8000/