Build

This repository contains the source for my homepage, which is built using Pelican.

To get up and running:

$ pip install virtualenv
...
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
...
$ pre-commit install

Build the website:

$ make webpack
$ make html
...
$ make validate

Run the development server:

$ pelican --listen
...

Then visit http://0.0.0.0:8000 (or similar).