fix: feed data

This commit is contained in:
Cory Dransfeldt 2023-05-05 16:28:07 -07:00
parent 9c84159c79
commit ea01261952
No known key found for this signature in database
4 changed files with 13 additions and 13 deletions

View file

@ -2,6 +2,7 @@ module.exports = async function () {
const { ActivityFeed } = await import('@11ty/eleventy-activity-feed')
const feed = new ActivityFeed()
feed.addSource('atom', 'Blog', 'https://coryd.dev/feed.xml')
feed.addSource('atom', 'Link', 'https://coryd.dev/links.xml')
feed.addSource('rss', 'Letterboxd', 'https://letterboxd.com/cdme/rss')
feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF')
const entries = feed.getEntries()