Static site generator
After almost 30 years of minimal updates, I decided it was time to overhaul this web site with a new tech stack. Since the 90s I'd gotten by with a web server and hand-written HTML files. But there are better ways to create and serve web sites nowadays. I've been writing Markdown for years and I like it a lot. It's simple, it's much easier to write and maintain than HTML, and there's great tooling for it. Markdown also happens to be the most common format for authoring site content for static site generators. ...