Skip to content

richvdh/richvdh.org

Repository files navigation

This is the source for my personal blog, richvdh.org.

Operational notes

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.txt

Then:

  • ./env/bin/pelican will build a static copy of the site in the output directory.
  • ./env/bin/pelican -lr will start a development server, exposing the generated site at http://localhost:8000.

Theming

The site is themed with the pelican-bootstrap3 pelican theme, itself with the cerulean bootstrap theme. There is also a bit of custom css.

About

Source code for richvdh.org

Resources

Stars

Watchers

Forks

Packages

No packages published