Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to put RSS feed at /feed ? #159

Open
spaceninja opened this issue Sep 4, 2023 · 3 comments
Open

How to put RSS feed at /feed ? #159

spaceninja opened this issue Sep 4, 2023 · 3 comments

Comments

@spaceninja
Copy link

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?

@bobmonsour
Copy link

bobmonsour commented Sep 4, 2023

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

@spaceninja
Copy link
Author

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

@djwebdroid
Copy link

Yup:

permalink: /feed.xml

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

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants