Jan Tuomi

jan.systems tech stack retro/prospective
(2025-04-28) [note]

I have a website authoring system that involves Obsidian sync and a hand-crafted static site generator (SSG) written in Scheme that:

I have a couple of qualms with this setup

The good parts

It works pretty well. There as some small issues here and there, but it works.

New feature: linklog

I would like to add a new feature: rendering recent links from my linkhut profile on the /liked page (possibly to be renamed to /linklog or something). Adding this to the current setup is possible. Linkhut has a JSON API for this use case, so I would only have to 1) parse the JSON, and 2) render a HTML fragment.

Approach

In the light of my most recent post I should fight the urge to rewrite the thing in Rust. However, I really want to get rid of pandoc.

As such, I will probably RiiR at some point, using a markdown library instead of pandoc.