Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 540 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 540 Bytes

Dylan Foundry website

This website uses the Pelican static site generator.

To build this repository, install Pelican. I do this with virtualenv and have included a requirements.txt with the packages that I've installed.

The theme is pulled in via a git submodule. Be sure to either clone this repository recursively or initialize and update submodules:

git submodule update --init

The Pygments theme is generated by:

pygmentize -f html -a ".highlight pre" -S tango