feat: store follow feed links
This commit is contained in:
parent
112c0d4306
commit
cc158344c3
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ module.exports = async function () {
|
|||
const { ActivityFeed } = await import('@11ty/eleventy-activity-feed')
|
||||
const feed = new ActivityFeed()
|
||||
feed.addSource('atom', '📝', 'https://coryd.dev/feed.xml')
|
||||
// feed.addSource('atom', '🔗', 'https://coryd.dev/links.xml')
|
||||
feed.addSource('atom', '🔗', 'https://coryd.dev/links.xml')
|
||||
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
|
||||
feed.addSource('rss', '📖', 'https://oku.club/rss/collection/NvEmF')
|
||||
const entries = feed.getEntries().catch()
|
||||
|
|
|
@ -10,7 +10,7 @@ module.exports = class {
|
|||
const feed = new ActivityFeed()
|
||||
|
||||
feed.addSource('atom', '📝', 'https://coryd.dev/feed.xml')
|
||||
// feed.addSource('atom', '🔗', 'https://coryd.dev/links.xml')
|
||||
feed.addSource('atom', '🔗', 'https://coryd.dev/links.xml')
|
||||
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
|
||||
feed.addSource('rss', '📖', 'https://oku.club/rss/collection/NvEmF')
|
||||
|
||||
|
|
Reference in a new issue