leerob.io icon indicating copy to clipboard operation
leerob.io copied to clipboard

Add RSS feeds to HTML <head>

Open rosszurowski opened this issue 2 years ago • 4 comments

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" />

rosszurowski avatar Aug 10 '22 15:08 rosszurowski

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

bdougherty avatar Feb 06 '23 01:02 bdougherty

I'd like to request a RSS feed too.

aderchox avatar Feb 20 '23 11:02 aderchox

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 avatar Jul 10 '23 06:07 z4nr34l

@leerob Ready if you want ;)

z4nr34l avatar Jul 11 '23 16:07 z4nr34l