When Dave Pearson quietly announced a Python static site generator, I felt obliged to check it out.

I was immediately impressed by the default theme of BlogMore which was minimalist and not dissimilar from the Hugo PaperMod theme and the simplicity of write.as.

Blogmore also had many features built-in which are requirements (or wishlist items) on my blog migration checklist. For example, support for categories and tags with archives and search functionality (which works perfectly and is very quick).

My obsession with static site build time wasn't an issue either. Blogmore generated my site with over 1,000 posts in less than 4 seconds. That is for a full generation of the site (not incremental).

The documentation was also excellent, well written, clear and concise with sample code snippets and aimed at the end user (not experienced Python developers).

The source code to Blogmore and Dave's own site were published on GitHub which was helpful.

Now, as Dave himself freely admitted, Blogmore was an experiment to try to develop an SSG using Copilot. He was clearly aiming to satisfy his own requirements and had no plans to create a general purpose SSG to rival Pelican.

Dave did invite feedback though so I submitted a few issues (mainly enhancement requests). This was partly selfish as the issues mainly addressed gaps in my potential migration from Hugo but hopefully I tried to consider proposing enhancements that would be generally useful to make Blogmore a more attractive proposition for other potential users.

Dave was incredibly responsive and normally actioned requests within 24 hours. Plus the documentation and test suite was always updated to reflect the latest release.

It's probably common in software development but BlogMore's Release Notes even contained a 'BREAKING CHANGES' alert for changes that were not backwards compatible. A useful lesson for Hugo perhaps.

Things I like about Blogmore:

  • Single category, multiple tags.
  • Theme tightly integrated with the site generator.
  • Word cloud for tags and categories.
  • Archive pages broken down by date with counts.
  • Support for clean URL's.
  • Responsive UI- renders beautifully and fast on desktop, tablet and phone.
  • Timestamp formats are just intuitive and easy to understand.
  • Support for 'last modified' field in front-matter.
  • Support for Drafts.
  • Support for footnotes.
  • Support for Table of Contents.
  • Configurable side bar.
  • RSS and Atom feeds available out of the box.
  • Live preview of new and modified posts.
  • Markdown based
  • Flexible code highlighting styles (Pygments).
  • Fast build speed.
  • Python based.
  • Excellent, well written end user documentation (including release notes).
  • Packaged with uv. Easy to upgrade.
  • Handy statistics page.
  • Sitemap support out of the box.
  • Optional minification of HTML, JavaScript and CSS.
  • The quality of the software and pace of development. Dave only created BlogMore in February 2026 and has made 40 releases since then.
  • Number of breakages in the period - zero.
  • Dave's useful Emacs snippets to create posts.
  • Potential for additional CSS customisation and user defined themes.
  • Blogmore publish command. I use Codeberg (not GitHub) but once the overhaul to Codeberg pages is complete this command should work.

If you're contemplating migrating your site to a static site generator, I'd certainly recommend considering BlogMore and trying it out.