diff --git a/src/_data/follow.js b/src/_data/follow.js index 374de8b6..6d6b6f66 100644 --- a/src/_data/follow.js +++ b/src/_data/follow.js @@ -3,6 +3,7 @@ module.exports = async function () { const feed = new ActivityFeed() feed.addSource('atom', '📝', 'https://coryd.dev/feeds/posts') feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss') + feed.addSource('atom', '🔗', 'https://coryd.dev/feeds/links') feed.addSource('atom', '📖', 'https://coryd.dev/feeds/books') const entries = feed.getEntries().catch() const res = await entries diff --git a/src/feeds.md b/src/feeds.md index 44d252f9..4e88868d 100644 --- a/src/feeds.md +++ b/src/feeds.md @@ -25,5 +25,6 @@ class="m-0 text-xl font-black leading-tight tracking-normal dark:text-gray-200 m - 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. - Follow ([RSS](https://feedpress.me/coryd-follow) • [JSON](https://feedpress.me/coryd-follow.json)): my activity from around the web.