Personal blog covering misc. projects and ruminations.
Aiming mainly to write down some context and motivation behind various small projects I've worked on, what I learned and other software I'm interested in.
This blog is built using Pelican, a static site generator written in Python. It is configured to use Markdown for post content, and is hosted on GitHub Pages.
To view the site locally, you'll need to install the dependencies:
pip install -r requirements.txtThen run the following command to run it locally on port 8000:
make devserver