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 :/
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