Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 597 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 597 Bytes

robarthur.co.uk

Source of https://www.robarthur.co.uk build with Pelican and published with Github Actions

Publish Website

Getting Started

Clone the repo and activate the environemnt

robarthur.co.uk$ python3 -m venv env/
source env/bin/activate
pip install -r requirements.txt

Building the source

make clean && make html

Build all of the static assets under output/

Running a devserver

make devserver

Serves up the static content under http://localhost:8000/