chore: feed updates

This commit is contained in:
Cory Dransfeldt 2023-09-19 10:55:36 -07:00
parent 60f9da0eaa
commit d2366ff3d9
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -25,5 +25,6 @@ class="m-0 text-xl font-black leading-tight tracking-normal dark:text-gray-200 m
</h2>
- 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.