pdj-sitegen

Originally, I wrote pandoc-sitegen because I was frustrated with the complexity of other static site generators (I just wanted to throw some markdown together and get a website!). However, I found that having to use mustache for templates was kind of annoying. While working on setting up doc generation via pdoc, I learned about jinja2 and decided to rewrite pandoc-sitegen to use jinja2 instead of mustache.

pdj-sitegen (docs) is the result of that effort, built in about 3 days of actual work. It’s kind of messy, but I learned a lot – and if you’re reading this, it appears to work!