I have a Github pages site setup to host my website. I’d like to host a small podcast (for myself) through pages. I wrote a feed.xml file with the rss code for the podcast. I’m having trouble figuring out where the file is located via the browser. I can see it in Github, and I can open other files in that same folder in the browser (such as the index.html file), but I cannot open the rss feed file in the browser. (I get a 404 message.) Nor can I get my podcast manager (Pocket Casts) to find it. Is it in some kind of folder?
I was using this person’s website/github page as a bit of a template, but he appears to have things nested in folders that I’m finding difficult to follow as they are different on Github Pages vs. in the code files.