So I needed to make a second release of blogmore.el in one day: https://blog.davep.org/2026/04/04/blogmore-el-v2-7.html

#emas #lisp #elisp #programming #blogging #ssg

blogmore.el v2.7

There's no question that the experiment that is BlogMore has resulted in me blogging more. Although my previous setup wasn't exactly all friction, there's something about "owning" most of the tools and really knowing how they work, and being able to quickly modify them so they work "just so", that makes me more inclined to quickly write something up.

davep
@davep I have all posts in a single directory so this is useful for me.
@davep I also use '/posts/article.md' so making the filenames configurable would be nice (instead of the hard wired 2026-04-05 date prefix)

@andyc That’s doable. Could you drop an issue on the repo to remind me?

Meanwhile you could override blogmore--file-from-title with your own function.

@andyc Added an issue: https://github.com/davep/blogmore.el/issues/48

I think there's a couple of other things in blogmore.el that would bite you, if you were to use it. See https://github.com/davep/blogmore.el/issues/49 too for example.

I sense a total rework and a v3 at some point in the future. :-D

Allow configuration of the actual filename of a post · Issue #48 · davep/blogmore.el

As per this request, it would make sense to let the user provide their own function for formatting the actual filename when making a new post. Basically blogmore--file-from-title needs to be config...

GitHub