chore: readwise -> pinboard etc

This commit is contained in:
Cory Dransfeldt 2023-05-14 18:12:00 -07:00
parent ada4e21a71
commit 58da474ee0
No known key found for this signature in database
8 changed files with 30 additions and 30 deletions

View file

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