This is the source for my personal blog, richvdh.org.
The site is built with Pelican.
To build it, first install the dependencies:
git submodule update --init
python -m venv env
./env/bin/pip install -r requirements.txtThen:
./env/bin/pelicanwill build a static copy of the site in theoutputdirectory../env/bin/pelican -lrwill start a development server, exposing the generated site athttp://localhost:8000.
The site is themed with the
pelican-bootstrap3
pelican theme, itself with the cerulean bootstrap theme. There is also a bit
of custom css.