From 7133046f0fec661e3b8db4bedcc85f06cbd77c25 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 20 Sep 2023 11:31:15 -0700 Subject: [PATCH] chore: feeds explainer --- src/feeds.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/feeds.md b/src/feeds.md index 4e88868d..1d41310b 100644 --- a/src/feeds.md +++ b/src/feeds.md @@ -24,6 +24,8 @@ class="m-0 text-xl font-black leading-tight tracking-normal dark:text-gray-200 m {{ title }} +These are web feeds, also known as [RSS](https://en.wikipedia.org/wiki/RSS) or [Atom](https://en.wikipedia.org/wiki/Atom_(web_standard)) feeds. Subscribe by copying the URL from the address bar into your newsreader. Visit [About Feeds](https://aboutfeeds.com/) to get started with newsreaders and subscribing. It's free. + - Posts ([RSS](https://feedpress.me/coryd) • [JSON](https://feedpress.me/coryd.json)): posts from my site. - Links ([RSS](https://feedpress.me/coryd-links) • [JSON](https://feedpress.me/coryd-links.json)): links I've shared. - Books ([RSS](https://feedpress.me/coryd-books.xml) • [JSON](https://feedpress.me/coryd-books.json)): books I'm currently reading.