Post #1435195
2026-03-08 01:22 UTC
Replies (1)
-
@freebliss@post.lurk.org 2026-03-08 20:32
@fluffy For a site-wide feed the https://simonrepp.com/faircamp/manual/catalog-catalog-eno.html#site_metadata and https://simonrepp.com/faircamp/manual/catalog-catalog-eno.html#site_assets options will do the trick. You can then basically run "faircamp --export-tree tree.json", generate the feed from the json and write it somewhere, and then do another regular build (both builds reference the feed file from site_assets/site_metadata, but it's up-to-date only for the second build that actually renders the page). Alternatively there will also be the possibility to do "faircamp --render-tree tree.json" as the second step, and the site_asset stuff can be injected into the tree.json before running that. :)