0052 Complete
🡸mem0 now has an ‘update’ feed.
setting it up has been the biggest exercise in self-torture.
it’s not even entirely what i want.
it just syndicates git commits.
i had trouble figuring out how to track changes, and so i just defaulted to git.
setting up hugo to generate a feed for a sub-section while avoiding building the pages in the sub-section (while still building the pages in the upper-section) was the biggest hurdle.
initially i avoided building ‘section’ types altogether.
unfortunately that wasn’t possible anymore so now i have a bunch of ‘_index.md’ files littering the ‘content’ tree.
tried out ‘astro’ framework.
it might actually be a lot better for what i want (minus the javascript part).