Advertisement · 728 × 90
#
Hashtag
#SSG
Advertisement · 728 × 90
Preview
blogmore.el v2.2 It really feels like BlogMore has kicked off a whole new thing when it comes to personal hacking. During the past few years I've developed a lot of Python applications and libraries, and have had a to...

I felt the need to hack #Elisp and reduce code with a defmacro and now blogmore.el v2.2 exists: blog.davep.org/2026/03/30/b...

#Emacs #Lisp #blogging #ssg

0 0 0 0
Preview
blogmore.el v2.2 It really feels like BlogMore has kicked off a whole new thing when it comes to personal hacking. During the past few years I've developed a lot of Python applications and libraries, and have had a ton of fun doing so, but during that time I've not really done anything with writing stuff for Emacs.

I felt the need to hack #Elisp and reduce code with a defmacro and now blogmore.el v2.2 exists: https://blog.davep.org/2026/03/30/blogmore-el-v2-2.html

#Emacs #Lisp #blogging #ssg

0 0 0 0
Preview
blogmore.el v2.1 I've given blogmore.el a wee bump to v2.1. This release fixes a small problem I noticed today when I tried to use it to edit the tags for a post on my photoblog: the code to find and gather properties...

Improved how blogmore.el goes looking for post properties: blog.davep.org/2026/03/30/b...

#emacs #lisp #elisp #blogging #ssg

0 0 0 0
Preview
blogmore.el v2.1 I've given blogmore.el a wee bump to v2.1. This release fixes a small problem I noticed today when I tried to use it to edit the tags for a post on my photoblog: the code to find and gather properties from posts didn't handle deeply-nested directory hierarchies for the post markdown files. I should have noticed this when I first wrote the code, but of course I was so busy testing against my primary blog, which only goes one sub-level deep, that I never noticed it wasn't going to work deeper.

Improved how blogmore.el goes looking for post properties: https://blog.davep.org/2026/03/30/blogmore-el-v2-1.html

#emacs #lisp #elisp #blogging #ssg

0 0 0 0
Preview
blogmore.el v2.0 After kicking off blogmore.el, and then tinkering with it more and more, I've found it really quite helpful while writing posts. One thing I have noticed though -- given I use BlogMore for this blog a...

I've released v2.0 of blogmore.el; my little #Elisp companion package for #BlogMore which makes it a little easier for me to write blog posts in #Emacs

blog.davep.org/2026/03/29/b...

#programming #lisp #blogging #ssg

0 0 0 0
Preview
blogmore.el v2.0 After kicking off blogmore.el, and then tinkering with it more and more, I've found it really quite helpful while writing posts. One thing I have noticed though -- given I use BlogMore for this blog and my photoblog -- is that I wanted to be able to use the package for working with more than one blog.

I've released v2.0 of blogmore.el; my little #Elisp companion package for #BlogMore which makes it a little easier for me to write blog posts in #Emacs

https://blog.davep.org/2026/03/29/blogmore-el-v2-0.html

#programming #lisp #blogging #ssg

0 0 0 0
An Emacs buffer working on some Emacs Lisp code.

An Emacs buffer working on some Emacs Lisp code.

Time to implement https://github.com/davep/blogmore.el/issues/17 I guess. Then I can have ALL THE BLOGS!

#emacs #lisp #elisp #ssg

0 0 1 0
Preview
Sunday Skate Club - 4AM NYC | Xanadu | SESH Featuring: 4AM NYC, Gigi Rio, SSG_

Sunday Skate Club - 4AM NYC @ Xanadu - 29 Mar feat. 4AM NYC, Gigi Rio, SSG_

#SESH #4AMNYC #GigiRio #SSG

0 0 0 0
Preview
BlogMore v2.6.0 Yesterday I read a rather positive post about BlogMore, which was lovely to see. But... when I saw the link for it over on Mastodon I noticed something wasn't quite right about the description in the ...

Tweaked the description generation code in #BlogMore, so that means it's time for v2.6.0.

blog.davep.org/2026/03/28/b...

#Python #programming #ssg

1 0 0 0
Preview
BlogMore v2.6.0 Yesterday I read a rather positive post about BlogMore, which was lovely to see. But... when I saw the link for it over on Mastodon I noticed something wasn't quite right about the description in the preview:

Tweaked the description generation code in #BlogMore, so that means it's time for v2.6.0.

https://blog.davep.org/2026/03/28/blogmore-v2-6-0.html

#Python #programming #ssg

0 0 0 0
Preview
BlogMore v2.5.0 I've released BlogMore v2.5.0 out into the world. This release is the result of an observation Andy made about the Markdown library used in BlogMore (it might apply to MarkdownIT too, which would of c...

Wee bump to BlogMore, adding strikethrough markup: blog.davep.org/2026/03/27/b...

#python #programming #markdown #blogging #ssg

1 0 0 0
Preview
BlogMore v2.5.0 I've released BlogMore v2.5.0 out into the world. This release is the result of an observation Andy made about the Markdown library used in BlogMore (it might apply to MarkdownIT too, which would of course affect Hike): it doesn't support strikethrough markup out of the box.

Wee bump to BlogMore, adding strikethrough markup: https://blog.davep.org/2026/03/27/blogmore-v2-5-0.html

#python #programming #markdown #blogging #ssg

1 0 0 0
Original post on mastodon.bsd.cafe

Repost: Launching BSSG - My Journey from Dynamic CMS to Bash Static Site Generator

Announcing the public release of BSSG, a Bash Static Site Generator born from a personal journey away from complex dynamic CMS. Discover a simple, portable alternative for your blog […]

1 0 0 0
Original post on mastodon.bsd.cafe

Announcing BSSG 0.40.0: RAM-First Build Mode, Fediverse Integration, and Semantic HTML Overhaul

BSSG 0.40.0 is here, delivering a lightning-fast RAM build mode, native Fediverse integration, expanded CLI overrides, and new themes […]

0 0 0 0
Preview
BlogMore v2.4.0 After adding the stats page to BlogMore yesterday I realised that the main stylesheet was starting to get fairly large. Not so big that it was a problem for downloading (and of course normally it woul...

I've just released v2.4.0 of BlogMore, a #SSG written in #Python. This release breaks up the main stylesheet a little so seldom-used styles are seldom loaded.

blog.davep.org/2026/03/25/b...

#programming #blogging

0 1 0 0
Preview
BlogMore v2.4.0 After adding the stats page to BlogMore yesterday I realised that the main stylesheet was starting to get fairly large. Not so big that it was a problem for downloading (and of course normally it would get cached anyway), just more that it was carrying around styles for things that only appear on one page (the styles for the stats, for example).

I've just released v2.4.0 of BlogMore, a #SSG written in #Python. This release breaks up the main stylesheet a little so seldom-used styles are seldom loaded.

https://blog.davep.org/2026/03/25/blogmore-v2-4-0.html

#programming #blogging

0 1 0 0
Post image

Planefence ICAO: 3C4A02
Flt: DLH568 LUFTHANSA FRA - SSG
First seen: 2026-03-25 12:32:17 CET
Min Alt: 9371 m AGL
Min Dist: 0.11 km
adsb planefence by kx1t - adsbexchange - planefence

0 0 0 0
Preview
BlogMore v2.3.0 I've just pushed BlogMore v2.3.0 up to PyPI. This release has a couple of bug fixes and a couple of significant new features.

BlogMore v2.3.0 is out and about, now with more control over the style of code blocks, and with an optional useless stats page. Also with a couple of bug fixes.

blog.davep.org/2026/03/24/b...

#blogmore #python #programming #ssg

1 0 0 0
Preview
BlogMore v2.3.0 I've just pushed BlogMore v2.3.0 up to PyPI. This release has a couple of bug fixes and a couple of significant new features.

BlogMore v2.3.0 is out and about, now with more control over the style of code blocks, and with an optional useless stats page. Also with a couple of bug fixes.

https://blog.davep.org/2026/03/24/blogmore-v2-3-0.html

#blogmore #python #programming #ssg

0 0 0 0
A stats page showing all sorts of statistics about posts on a blog.

A stats page showing all sorts of statistics about posts on a blog.

Me: "Right, I'm *really* done adding significant new features to BlogMore, at least for now"

Also Me: ...

#python #programming #ssg

0 0 1 0
Post image

Planefence ICAO: 3C4A05
Flt: DLH568 LUFTHANSA FRA - SSG
First seen: 2026-03-24 12:46:13 CET
Min Alt: 9341 m AGL
Min Dist: 0.14 km
adsb planefence by kx1t - adsbexchange - planefence

0 0 0 0
Video

So @andyc asked about finer control for code blocks in BlogMore and now I'm sat on my sofa amusing myself by toggling contrasting themes...

#python #ssg

0 0 0 0
Preview
BlogMore v2.2.0 I've just bumped BlogMore to v2.2.0. This release adds post counts to the archive page.

BlogMore v2.2.0, now with post counts in the archive page. blog.davep.org/2026/03/23/b...

#blog #python #programming #ssg

1 0 0 0
Preview
BlogMore v2.2.0 I've just bumped BlogMore to v2.2.0. This release adds post counts to the archive page.

BlogMore v2.2.0, now with post counts in the archive page. https://blog.davep.org/2026/03/23/blogmore-v2-2-0.html

#blog #python #programming #ssg

1 1 0 0
Post image

Planefence ICAO: 3C4A05
Flt: DLH568 LUFTHANSA FRA - SSG
First seen: 2026-03-22 12:20:24 CET
Min Alt: 9211 m AGL
Min Dist: 0.14 km
adsb planefence by kx1t - adsbexchange - planefence

0 0 0 0
Preview
BlogMore v2.1.0 It's been a couple or so days since I last made any changes to BlogMore -- mainly because I've been messing with blogmore.el -- but yesterday morning I decided to make a change I've been wanting to ma...

I've just released BlogMore v2.1.0, in which I tweak fenced code blocks a wee bit.

blog.davep.org/2026/03/22/b...

#Python #programming #ssg #copilot #llm

3 0 0 0
Preview
BlogMore v2.1.0 It's been a couple or so days since I last made any changes to BlogMore -- mainly because I've been messing with blogmore.el -- but yesterday morning I decided to make a change I've been wanting to make for a wee while.

I've just released BlogMore v2.1.0, in which I tweak fenced code blocks a wee bit.

https://blog.davep.org/2026/03/22/blogmore-v2-1-0.html

#Python #programming #ssg #copilot #llm

3 1 0 0