chore: drop links

This commit is contained in:
Cory Dransfeldt 2023-09-18 15:31:34 -07:00
parent 457619ea2c
commit d68db1993c
No known key found for this signature in database
10 changed files with 2 additions and 70 deletions

View file

@ -2,7 +2,6 @@ module.exports = async function () {
const { ActivityFeed } = await import('@11ty/eleventy-activity-feed')
const feed = new ActivityFeed()
feed.addSource('atom', '📝', 'https://coryd.dev/feeds/posts')
feed.addSource('atom', '🔗', 'https://coryd.dev/feeds/links')
feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss')
feed.addSource('atom', '📖', 'https://coryd.dev/feeds/books')
const entries = feed.getEntries().catch()