feat: links feed

This commit is contained in:
Cory Dransfeldt 2023-05-05 16:08:18 -07:00
parent c364dd533e
commit 2babf3e23f
No known key found for this signature in database
5 changed files with 129 additions and 3 deletions

View file

@ -10,6 +10,7 @@ module.exports = class {
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')