Static Site Generators - Jan van den Berg:
https://janvandenberg.blog/statische-site-generators/ (written in Dutch)
via https://kevquirk.com/blog/static-site-generators/
Quirk's experience reflects mine: I found Jekyll trivial to install on elementary. But I can understand if its harder on a different setup.
@alcinnz I like the Dark Souls comparison. No matter what we as "devs" want to believe, it's blogging on hard mode.
```
~/Code/blog/vmunix-blues on main via v25.2.1
❯ git lg | wc -l
45
❯ git log | grep refactor
refactor: switch theme persistence from localStorage to sessionStorage
refactor: Extract and centralize post metadata processing into a shared utility function.
refactor: improve type safety with shared Post types
```
Is this the way? Yes. But also.. hell no.