Theo's Site

Writing about technology, self-hosting, and things I find interesting.

Note: This post is 3 years old and may no longer reflect current thinking or accurate information.

Blogging Engine Research

by theo

I've been doing a bit of research to see what blogging engines exist that are in between WordPress (which is kind of a bloated mess) for running a small blog and Hugo and other static site generators which don't have web based UIs and a few other features.

An interesting one that's a minimalistic blogging engine but still not quite static site generator level minimalistic is Bludit. It looks like a very minimalistic blog that's just that doesn't have like a lot of extra features or bloat to it. It supports markdown.

It's not a static site generator but it has a flat file data structure to it so it's easy to backup because it doesn't have a MySQL database and there's not kind of that extra bloat of a MySQL database running on your server. That's either you have to tolerate more RAM usage or break containerization by using a kind of shared MySQL across all services on your server. So it looks like a pretty good option. I haven't replaced Hugo with it on my blog yet but it's a very interesting minimalistic blogging engine from what I can tell and how I've experimented with it a bit so far.

Leave a Comment

Your email address will not be published. Required fields are marked *