11ty / eleventy-base-blog

A starter repository for a blog web site using the Eleventy static site generator.

Home Page:https://eleventy-base-blog.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to put RSS feed at /feed ?

spaceninja opened this issue · 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?

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.