Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
707ee50ac7
4 changed files with 28 additions and 6 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1684944195609
|
||||
"timestamp": 1685023378179
|
||||
}
|
22
cache/jsonfeed-to-mastodon.json
vendored
22
cache/jsonfeed-to-mastodon.json
vendored
|
@ -3656,5 +3656,27 @@
|
|||
"https://social.lol/users/cory/statuses/110424502800767991"
|
||||
],
|
||||
"lastTootTimestamp": 1684944195606
|
||||
},
|
||||
"https://github.com/cdransf/awesome-adblock": {
|
||||
"id": "https://github.com/cdransf/awesome-adblock",
|
||||
"title": "🔗: cdransf/awesome-adblock: A collection of awesome adblockers and related tools.",
|
||||
"url": "https://github.com/cdransf/awesome-adblock",
|
||||
"content_text": "🔗: cdransf/awesome-adblock: A collection of awesome adblockers and related tools. https://github.com/cdransf/awesome-adblock",
|
||||
"date_published": "2023-05-24T00:00:00-08:00",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/110425445938833403"
|
||||
],
|
||||
"lastTootTimestamp": 1684958586784
|
||||
},
|
||||
"https://letterboxd.com/cdme/film/good-time/": {
|
||||
"id": "https://letterboxd.com/cdme/film/good-time/",
|
||||
"title": "🎥: Good Time, 2017 - ★★★★",
|
||||
"url": "https://letterboxd.com/cdme/film/good-time/",
|
||||
"content_text": "🎥: Good Time, 2017 - ★★★★ https://letterboxd.com/cdme/film/good-time/",
|
||||
"date_published": "2023-05-25T12:17:16-08:00",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/110429692109404657"
|
||||
],
|
||||
"lastTootTimestamp": 1685023378176
|
||||
}
|
||||
}
|
|
@ -18,7 +18,7 @@
|
|||
"@11ty/eleventy": "^2.0.1",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@catppuccin/tailwindcss": "^0.1.1",
|
||||
"@fontsource/inter": "^5.0.0",
|
||||
"@fontsource/inter": "^5.0.1",
|
||||
"eleventy-plugin-heroicons": "^1.1.0",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
|
|
|
@ -453,10 +453,10 @@
|
|||
fast-xml-parser "^4.2.2"
|
||||
html-entities "^2.3.3"
|
||||
|
||||
"@fontsource/inter@^5.0.0":
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-5.0.0.tgz#ef78fd92099feaa0dcda9e1af8fd1ec4c60fe576"
|
||||
integrity sha512-yhNfm2hV+5u7PQDSGYraJ6g1nbaVuWJFiE9fo1r0Tg2xthveZsYFOUltLRLCASo3DIkTkPgf1WX8Wpxfm3IEUQ==
|
||||
"@fontsource/inter@^5.0.1":
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-5.0.1.tgz#43fd31988734fe3abbe6864923ad43ede34038c2"
|
||||
integrity sha512-jezFhHp0HcVy2t6M6r89EcxkT30vx0ofGauveQWQ81j70N/wNDYs4zI+sedeend6zF9GXIEqpOTO2D1k7VQX4w==
|
||||
|
||||
"@humanwhocodes/config-array@^0.11.8":
|
||||
version "0.11.8"
|
||||
|
|
Reference in a new issue