Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
22b75f0a42
3 changed files with 14 additions and 2 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"timestamp": 1707235391164
|
"timestamp": 1707242587963
|
||||||
}
|
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -9784,5 +9784,16 @@
|
||||||
"https://social.lol/users/cory/statuses/111885378591862470"
|
"https://social.lol/users/cory/statuses/111885378591862470"
|
||||||
],
|
],
|
||||||
"lastTootTimestamp": 1707235391159
|
"lastTootTimestamp": 1707235391159
|
||||||
|
},
|
||||||
|
"https://gomakethings.com/the-f-ck-bucket/": {
|
||||||
|
"id": "aHR0cHM6Ly9nb21ha2V0aGluZ3MuY29tL3RoZS1mLWNrLWJ1Y2tldC8=",
|
||||||
|
"title": "🔗: The fuck bucket",
|
||||||
|
"url": "https://gomakethings.com/the-f-ck-bucket/",
|
||||||
|
"content_text": "🔗: The fuck bucket #Tech #Work https://gomakethings.com/the-f-ck-bucket/",
|
||||||
|
"date_published": "Tue, 06 Feb 2024 16:53:39 +0000",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/111885850241561294"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1707242587958
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,9 +1,10 @@
|
||||||
export default {
|
export default {
|
||||||
'11ty': '#Eleventy',
|
'11ty': '#Eleventy',
|
||||||
accessibility: '#Accessibility',
|
accessibility: '#Accessibility',
|
||||||
development: '#WebDev',
|
blogging: '#Blogging',
|
||||||
books: '#Books',
|
books: '#Books',
|
||||||
css: '#CSS',
|
css: '#CSS',
|
||||||
|
development: '#WebDev',
|
||||||
eleventy: '#Eleventy',
|
eleventy: '#Eleventy',
|
||||||
email: '#Email',
|
email: '#Email',
|
||||||
fastmail: '#Email',
|
fastmail: '#Email',
|
||||||
|
|
Reference in a new issue