Elektrine lite

← Feed

@kelson@notes.kvibber.com

Post #4294566

2026-07-31 23:14 UTC

Interesting approach: a minimalist, db-less static site generator blog where every post is stored as exactly one JSON file and comments are offloaded to either the Fediverse or Bluesky, according to the blogger's preference. I've got way too much customization in my current #11ty and #ClassicPress setup, but it would be interesting to look at for a side project or experiment. Though I'm not convinced JSON is better than Markdown with front matter. Yes, it moves the parsing complexity from the build stage to the saving-your-work stage, so I suppose that counts for something. https://blogsh.app https://mastodon.social/@blogsh/117016992194995688 #blogging #blogsh

Replies (2)

  • @arnan@mas.to 2026-07-31 23:57

    @kelson@notes.kvibber.com ill stick with pureblog 😜

    Open ##4295981

  • @ajit_456@hachyderm.io 2026-07-31 23:25

    @kelson@notes.kvibber.com Running a (bash based) static blog, I've not enabled comments due to increased complexity. Using mastodon powered comments is an interesting approach. PS If you're thinking of using markdown, `pandoc` is a markdown converter.

    Open ##4321458