
Speeding up BlogMore
As mentioned recently, Andy did a nifty bit of testing of BlogMore to measure the performance hit of each of the optional generation features. Performance is something I haven't really spent much time thinking about; I cared more about how the result looked than I did about how quickly a site got generated.
davep#BlogMore v2.21.0 is now available. This adds a lint command that is used to check your blog content for various issues.
https://blog.davep.org/2026/05/10/blogmore-v2-21-0.html
#blogging #ssg #python #programming #writing #linting

BlogMore v2.21.0
After noticing a broken link in a post yesterday, I got to thinking that it would be useful to add a linter to BlogMore. So I've released v2.21.0 which adds linting support.
davep#BlogMore v2.20.0 is now available. Lots of under-the-hood changes, and some visible improvements and enhancements: https://blog.davep.org/2026/05/09/blogmore-v2-20-0.html
#blogging #blog #python #programming #ssg

BlogMore v2.20.0
I've just released BlogMore v2.20.0. There are five main changes in this release, and a lot of changes under the hood.
davep
Migrating From 11ty | Jacen Sekai
...to Build Awesome. Apologies for the clickbait, but let me explain my take on the current state of the project formerly known as 11ty and why I eventually decided not to jump ship.
Jacen Sekai@PSiReN You have to put a stop to the
#frauds pretending to be you on
#Meriadoc because
#SSG won’t do anything about
#slander and
#impersonation. There can only be one of you
#bestie.
[Stéphane HUC :: IT Log] presents an article about: Hugo: Get the week number of the year (tips)
- https://doc.huc.fr.eu.org/en/web/hugo/week_number/
#Hugo #SSG #week #number
[Stéphane HUC :: IT Log] nous offre un article à-propos de : "Hugo : Obtenir le numéro de semaine dans l'année (astuce)"
- https://doc.huc.fr.eu.org/fr/web/hugo/numero-semaine/
#hugo #ssg #numero #semaine

BlogMore v2.19.0
While I'm messing around in the background of BlogMore, looking at the state of the code and looking for opportunities to clean it up, either by hand, or by pitting agent against agent, I've also been doing the odd little fix here and there.
davepFinally released a new YAMD parser, which unlocked nice errors in Bar https://barhamon.com/post/Bar%200.2.0.html.
I had this idea after reading https://craftinginterpreters.com (the best technical book I have read, highly recommend).
#parsers #markdown #ssg

Bar 0.2.0 and YAMD 0.19.0
Useful errors, and the parser rewrite that made them possible.