Commits


Merge pull request #2 from ollytom/main atom: implement feed decoding


atom: implement feed decoding Terrible test but hopefully enough for a sanity check in these (very!) early stages!


Merge pull request #1 from ollytom/main import atom package


import atom package Atom is easier feed format to parse as it's stricter than RSS 2.0. Both are common in the wild but I thought Atom would be a good start. And of course this a better place for the package rather than my random Go package repo.


Fix header not showing when it should


Add search result handler Redo templates so they're more re-usable


Continue building out search page


Add HTMX


Initial search view


Initial commit