TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: If you have a blog, do you have an RSS feed?

6 pointsby gpjt4 months ago
Reading this https://news.ycombinator.com/item?id=42746682#42751194 made me wonder. I've seen quite a few personal pages/blogs without any obvious RSS support. Do people think it's important enough to implement these days?

8 comments

jedimastert4 months ago
I do! Admittedly I don&#x27;t write enough on the blog, but it does have an RSS and Atom feed.<p>I use Jekyll, and it was about the same amount of effort as making a age that lists out all the entries in HTML. For me it was mostly just for funsies, but I do know it gets pretty regular traffic
DamonHD4 months ago
I implement multiple RSS (and Atom) feeds for different slices of my (EOU) site, eg an RSS feed for the podcast, and a &#x27;lite&#x27; RSS feed without music&#x2F;sonifications for Spotify.
Brajeshwar4 months ago
Yes. I have a blog with an RSS Feed since 2002. :-)
评论 #42761800 未加载
theandrewbailey4 months ago
Yes. I read the spec and implemented them on mine. Later, I used that as part of a backup-restore&#x2F;import-export function.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;theandrewbailey&#x2F;gram">https:&#x2F;&#x2F;github.com&#x2F;theandrewbailey&#x2F;gram</a><p><a href="https:&#x2F;&#x2F;theandrewbailey.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;theandrewbailey.com&#x2F;</a>
kevincox4 months ago
&gt; without any obvious RSS support<p>I&#x27;m curious if you checked for an auto-discovery link. These are very often present even if the site doesn&#x27;t have a visible indicator of the feed.
评论 #42761788 未加载
gpjt4 months ago
2. I have a blog and it might have RSS due to the framework but I&#x27;ve never checked.
gpjt4 months ago
1. I have a blog and I know it has RSS
gpjt4 months ago
3. I have a blog with no RSS