eleventy-base-blog
eleventy-base-blog copied to clipboard
How to put RSS feed at /feed ?
Love this starter, but I noticed it outputs the RSS feed to /feed/feed.xml
— In order to avoid breaking my previous RSS feed URL, I'd like to serve this from /feed/
instead, but I'm unable to see a way to make this happen. Any suggestions?
Change the permalink in the feed.njk file to simply be /feed.xml
Then the feed will be at /feed.xml
, not /feed/
, which is what I'm looking to match.
Yup:
permalink: /feed.xml
If that worked for you you could close this issue .. :)
Cheers.