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

Add RSS feeds to HTML <head> #525

Open
rosszurowski opened this issue Aug 10, 2022 · 4 comments
Open

Add RSS feeds to HTML <head> #525

rosszurowski opened this issue Aug 10, 2022 · 4 comments

Comments

@rosszurowski
Copy link

rosszurowski commented Aug 10, 2022

I've been enjoying your posts and wanted to add your blog to my RSS reader, but I didn't see any RSS feed available on your site. There are no links to a feed, nor a link tag pointing to the feed. I had to poke around this repo to discover you did, in fact, have one at leerob.io/feed.xml.

I'd suggest adding this to your _document.tsx so that RSS readers can auto-discover your feed themselves.

<link rel="alternate" type="application/rss+xml" href="/feed.xml" />
@bdougherty
Copy link

Looks like there is no feed at all anymore. Can't call it a blog if there is not an RSS feed!!!

@aderchox
Copy link

I'd like to request a RSS feed too.

@z4nr34l
Copy link

z4nr34l commented Jul 10, 2023

Currently this repository uses Next.js App Router, it's not using _document.tsx anymore.
I will try to make an PR with that this week.

z4nr34l added a commit to z4nr34l/leerob.io that referenced this issue Jul 11, 2023
@z4nr34l
Copy link

z4nr34l commented Jul 11, 2023

@leerob Ready if you want ;)

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

4 participants