Over the years I've used tons of software to do blogs. WordPress, Ghost (I Kickstarter it), and many others.
I have settled in Hugo + Cloudflare Pages. I just write markdown, and commit it. Cloudflare does the rest.
Though I am building my own static site generator / server for my blog just for fun that I might switch to. Simple, tailored. And it's written in a way that instead of static files, it's a go app, with all my of my blog posts are embedded and the site lives in an in-memory filesystem.
Most of this was because I wanted to add webmentions.
I have settled in Hugo + Cloudflare Pages. I just write markdown, and commit it. Cloudflare does the rest.
Though I am building my own static site generator / server for my blog just for fun that I might switch to. Simple, tailored. And it's written in a way that instead of static files, it's a go app, with all my of my blog posts are embedded and the site lives in an in-memory filesystem.
Most of this was because I wanted to add webmentions.