Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
f2fc04d45c
8 changed files with 23 additions and 26 deletions
|
@ -3,7 +3,6 @@ module.exports = async function () {
|
|||
const feed = new ActivityFeed()
|
||||
feed.addSource('atom', 'Blog', 'https://coryd.dev/feed.xml')
|
||||
feed.addSource('rss', 'Letterboxd', 'https://letterboxd.com/cdme/rss')
|
||||
feed.addSource('rss', 'Glass', 'https://glass.photo/coryd/rss')
|
||||
feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF')
|
||||
const entries = feed.getEntries()
|
||||
const res = await entries
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"calendar": "https://calendly.com/cdme",
|
||||
"github": "https://github.com/cdransf",
|
||||
"mastodon": "https://social.lol/@cory",
|
||||
"glass": "https://glass.photo/coryd",
|
||||
"lastfm": "https://last.fm/user/cdme_",
|
||||
"letterboxd": "https://letterboxd.com/cdme",
|
||||
"trakt": "https://trakt.tv/users/cdransf",
|
||||
|
|
Reference in a new issue