eleventy-base-blog icon indicating copy to clipboard operation
eleventy-base-blog copied to clipboard

How to put RSS feed at /feed ?

Open spaceninja opened this issue 1 year ago • 3 comments

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?

spaceninja avatar Sep 04 '23 21:09 spaceninja

Change the permalink in the feed.njk file to simply be /feed.xml

bobmonsour avatar Sep 04 '23 22:09 bobmonsour

Then the feed will be at /feed.xml, not /feed/, which is what I'm looking to match.

spaceninja avatar Sep 05 '23 15:09 spaceninja

Yup:

permalink: /feed.xml

If that worked for you you could close this issue .. :)

Cheers.

djwebdroid avatar Nov 27 '23 23:11 djwebdroid