feat: restore link sharing
This commit is contained in:
parent
d15d4e00ab
commit
112c0d4306
11 changed files with 217 additions and 15 deletions
|
@ -2,6 +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('rss', '🎥', 'https://letterboxd.com/cdme/rss')
|
||||
feed.addSource('rss', '📖', 'https://oku.club/rss/collection/NvEmF')
|
||||
const entries = feed.getEntries().catch()
|
||||
|
|
Reference in a new issue