Why You Should Write Your Own Static Site Generator
I've used a lot of static site generators in the past and they all have their own features and quirks, but most importantly you have to architect your website to match what the framework expects.
Since yesterday this website is powered by my own SSG1. It's not meant to be reusable, it's just normal code—parsing and generating files for this specific website.
And oh boy do I love it.