-
Notifications
You must be signed in to change notification settings - Fork 56
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 an RSS feed for blog posts #546
Conversation
Partially solves #49 for blog posts
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I mention that in the PR description :)
This feature has mostly been removed from modern browsers. Unfortunately RSS/atom feeds are not as fashionable as they used to be 10 years ago. In modern browsers, you can still check if a page has an RSS feed manually or by using some browser extensions (I use RSSPreview). The case of this PR is that if an user assumes our blog has a feed and tries to link it to their reader, it will work and they will not be disappointed. An alternative would be an explicit «Subscribe» button that leads to the RSS feed, but that is something out of fashion these days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @cosenal! I missed the comment on the grant feed, +1 from me to open a new PR for that too.
Regarding including the link: if we don't, I feel it would be very hidden. Not sure how RSS is used these days, but what about having a simple link under a text, in the main file, https://github.com/unitaryfund/unitary.fund/blob/blog-rss/src/pages/blog.mdx,
of the kind of:
"Stay up to date with new blog posts by joining the [UF Discord server], subscribing to our quarterly [newsletter] or subscribing to the [RSS feed]". In any case feel free to merge.
@nathanshammah Thanks for the review! I merged it so we can also test it on the live website. I will create a followup PR with the text you suggested and an alternate feed for grants. |
day: 9 | ||
month: 16 | ||
day: 16 | ||
month: 9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ha! good eye
Nice, @1ucian0! |
Certainly not! I still use: https://ifttt.com/feed |
At UnitaryCON, @1ucian0 reminded me of my past as a developer of an open-source rss reader, so I felt a moral obligation to add an RSS feed to the Unitary Fund blog.
Partially solves #49. Inspired by this one, we can create an easy follow-up PRs for other pages (e.g. grants.)
Implemented following https://docs.astro.build/en/guides/rss/
Tested with NetNewsWire:
pnpm dev
localhost:3000
as a «New Feed» on NetNewsWire