From 77638ac9f394ef0673ffae934c91a362f31d0170 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 31 Oct 2023 10:55:18 -0700 Subject: [PATCH] chore: update follow --- src/_data/follow.js | 1 + src/feeds.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/_data/follow.js b/src/_data/follow.js index 2a178632..bf02cba8 100644 --- a/src/_data/follow.js +++ b/src/_data/follow.js @@ -4,6 +4,7 @@ module.exports = async function () { feed.addSource('rss', '📝', 'https://coryd.dev/feeds/posts') feed.addSource('rss', '🎥', 'https://coryd.dev/feeds/movies') feed.addSource('rss', '📖', 'https://coryd.dev/feeds/books') + feed.addSource('rss', '🔗', 'https://coryd.dev/feeds/links') const entries = feed.getEntries().catch() const res = await entries const activity = { posts: [] } diff --git a/src/feeds.md b/src/feeds.md index fa033fa0..aafc4e8d 100644 --- a/src/feeds.md +++ b/src/feeds.md @@ -24,8 +24,9 @@ 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. +These are web feeds, also known as [RSS](https://en.wikipedia.org/wiki/RSS) or [Atom]() 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 liked. - Books ([RSS](https://feedpress.me/coryd-books.xml) • [JSON](https://feedpress.me/coryd-books.json)): books I'm currently reading. - Follow ([RSS](https://feedpress.me/coryd-follow) • [JSON](https://feedpress.me/coryd-follow.json)): my activity from around the web.