chore: follow feed formatting

This commit is contained in:
Cory Dransfeldt 2023-05-07 13:23:00 -07:00
parent 3b153ae6ff
commit 43b7ce6bb1
No known key found for this signature in database
2 changed files with 7 additions and 10 deletions

View file

@ -9,10 +9,10 @@ module.exports = class {
const { ActivityFeed } = await import('@11ty/eleventy-activity-feed')
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')
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')
return feed.toRssFeed({
title: "Cory Dransfeldt's activity feed",