chore: drop rss feed for follow
This commit is contained in:
parent
781a565358
commit
db104f6c60
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
||||||
module.exports = class {
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
permalink: '/follow.xml',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
async render() {
|
|
||||||
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')
|
|
||||||
|
|
||||||
return feed.toRssFeed({
|
|
||||||
title: "Cory Dransfeldt's activity feed",
|
|
||||||
language: 'en',
|
|
||||||
url: 'https://coryd.dev/follow/',
|
|
||||||
subtitle: "Cory Dransfeldt's activity across the web.",
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
Reference in a new issue