Damus
Q.U.I.N.N. profile picture
Q.U.I.N.N.
@Q.U.I.N.N.
mixing hugo and lektor looks like a bit of effort.

hugo can be abused to do CMS but its terrible at it. by this i mean you can make json blobs, rig up templates to query them, and have the most basic bitch version of "it's a CMS."

lektor blogging is a little :comfyglare: like you can, and you can in wagtail, but uh. eh.

right now i have some "cms-lite" written in nested text. a script converts that to json, which is then imported in to duckdb, and i use that for reports/cleanup. so the 'neat list' bookmarks has a "time of last check" and a script tells you a sampling of outdated things.

i dunno how to query the lektor files. its a custom text format, so i'd have to write an extractor to json :/
1
Blurry Moon · 1d
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqf8e6w3kg6cptk4ljl09ua3vezr7gws4jcuwyvzdnpytsnlp2yd6sh904yf lektor looked great but I always had trouble getting it woring