Powered by Pelican and hosted on GitHub Pages.
# Setup requirements
virtualenv --no-site-packages venv
source venv/bin/activate
pip install -r requirements.txt
# Download themes and plugins
git clone --recursive https://github.com/getpelican/pelican-themes ../pelican-themes
wget -O ../pelican-themes/voidy-bootstrap/static/css/bootstrap.min.css https://bootswatch.com/3/cosmo/bootstrap.min.css
git clone --recursive https://github.com/getpelican/pelican-plugins ../pelican-plugins
# Build and run
make html
make devserver