I figured out a minimal pattern for building a completely custom website using GitHub Actions and deploying the result to GitHub Pages, so I wrote it up as a TIL https://til.simonwillison.net/github-actions/github-pages
I'm using this pattern to generate myself an Atom feed of recent iNaturalist sightings of California Brown Pelicans so I can see them in NetNewsWire
@simon aw you don't like the built-in one? https://www.inaturalist.org/observations.atom?verifiable=true&taxon_id=123829
@kueda wow I did not know that exists! Fantastic!
Feature request: would be great if it included "place_guess" - I'm using my feed to figure out how close they've got to Half Moon Bay (they're away for the winter breeding season right now and I miss them)
@simon That Atom feed does include a <georss:point> element that you could use to compute actual distance, though we could put the place_guess in <georss:featureName>. Would that help you out?