Can We Control Where Atom Feed Gets Generated?

The Atom feed for a Jeklyll 4.0.0 site with posts in _posts/ winds up as feed.xml in the site root. Can I control where that goes? Since it is purely generated, and there is no file with front matter, I don’t see how I can use a permalink to control where it winds up, gets named, etc.

Thanks!

Yes, you can.
Simply configure the feed.path key in your config file:

feed:
  path: path/to/my_feed.xml
1 Like

That works great! Thanks!

BTW, is this in the documentation somewhere?

Yes: GitHub - jekyll/jekyll-feed: 📝 A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts