Quick change to redirect the old blogger rss location to the new 11ty feed.xml. Was really easy using Cloudflare Pages _redirects:
`/feeds/posts/default /feed.xml 301`
Can't imagine anyone was actually following the old blog but now it'll magically be resurrected for that one person that forgot about it from years ago
I need to roll this into a blogpost - but here's the details if anyone is actually curious https://github.com/jeffsheets/blogsite/compare/e3179de7ebe67d6da6a494444f8fc4f122f228fd...main
Blogged about getting RSS redirects to work with Cloudflare _redirects https://sheetsj.com/blog/cloudflare-_redirects/ thanks to @kev for his post about keeping RSS alive for the motivation