Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
37eee21886
3 changed files with 13 additions and 1 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1703397812142
|
||||
"timestamp": 1703470385106
|
||||
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -8222,5 +8222,16 @@
|
|||
"https://social.lol/users/cory/statuses/111633879011227511"
|
||||
],
|
||||
"lastTootTimestamp": 1703397812138
|
||||
},
|
||||
"https://erinkissane.com/untangling-threads": {
|
||||
"id": "aHR0cHM6Ly9lcmlua2lzc2FuZS5jb20vdW50YW5nbGluZy10aHJlYWRz",
|
||||
"title": "🔗: Untangling Threads",
|
||||
"url": "https://erinkissane.com/untangling-threads",
|
||||
"content_text": "🔗: Untangling Threads #Tech #Tech https://erinkissane.com/untangling-threads",
|
||||
"date_published": "Thu, 21 Dec 2023 22:45:47 +0000",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/111638635153141546"
|
||||
],
|
||||
"lastTootTimestamp": 1703470385102
|
||||
}
|
||||
}
|
|
@ -4,6 +4,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (artist === 'Black Flag') return '🏴'
|
||||
if (artist === 'Bruce Springsteen') return '🇺🇸'
|
||||
if (artist === 'Carcass') return '🥼'
|
||||
if (artist === 'Counting Crows') return '🐦⬛'
|
||||
if (artist === 'David Bowie') return '👨🏻🎤'
|
||||
if (artist === 'Full of Hell & Nothing') return '🫨🎸'
|
||||
if (artist === 'Imperial Triumphant') return '🎭'
|
||||
|
|
Reference in a new issue