A little Python static site generator.
Litesite does what you expect a static site generator to do, it takes a directory of Markdown content files and renders them into a HTML website. Litesite supports nested sections, categories, and configurable URL templates.
Litesite is used to generate epsalt.ca. For an example configuration, check out the source repo.
$ python -m pip install -e git://github.com/epsalt/litesite.git#egg=litesite
Contributions to code and documentation are welcome. Please create an issue to discuss significant patches.