mysgen

/ 2020-01-11 / Projects

The world surely doesn't need more static site generators, but I'm trying my best to make this one the simplest of them all. Previously, I was using Pelican for a few years to generate this site. However, I always felt it was a bit too feature rich with too many features for me. In addition, when not using it for a while, it took too long getting into. Therefore, I decided it was time to build something much simpler myself: mysgen. It takes posts and pages as markdown files and generates HTML files according to a template (built with Jinja2).