Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
739e3b30c3
4 changed files with 18 additions and 7 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1703786605507
|
||||
"timestamp": 1703793794577
|
||||
}
|
13
cache/jsonfeed-to-mastodon.json
vendored
13
cache/jsonfeed-to-mastodon.json
vendored
|
@ -8273,7 +8273,10 @@
|
|||
"url": "https://trakt.tv/movies/empire-records-1995",
|
||||
"content_text": "🎥: Empire Records #Movies #Watching #Trakt https://trakt.tv/movies/empire-records-1995",
|
||||
"date_published": "Thu, 28 Dec 2023 14:55:00 +0000",
|
||||
"toots": []
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/111659830116176273"
|
||||
],
|
||||
"lastTootTimestamp": 1703793794573
|
||||
},
|
||||
"https://flamedfury.com/posts/relics-of-the-web/": {
|
||||
"id": "aHR0cHM6Ly9mbGFtZWRmdXJ5LmNvbS9wb3N0cy9yZWxpY3Mtb2YtdGhlLXdlYi8=",
|
||||
|
@ -8285,5 +8288,13 @@
|
|||
"https://social.lol/users/cory/statuses/111659358972649933"
|
||||
],
|
||||
"lastTootTimestamp": 1703786605503
|
||||
},
|
||||
"https://trakt.tv/movies/falling-down-1993": {
|
||||
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvZmFsbGluZy1kb3duLTE5OTM=",
|
||||
"title": "🎥: Falling Down",
|
||||
"url": "https://trakt.tv/movies/falling-down-1993",
|
||||
"content_text": "🎥: Falling Down #Movies #Watching #Trakt https://trakt.tv/movies/falling-down-1993",
|
||||
"date_published": "Thu, 28 Dec 2023 14:56:00 +0000",
|
||||
"toots": []
|
||||
}
|
||||
}
|
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"@11ty/eleventy-img": "^3.1.8",
|
||||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@rknightuk/eleventy-plugin-post-graph": "^1.0.4",
|
||||
"@rknightuk/eleventy-plugin-post-graph": "^1.0.5",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"child_process": "^1.0.2",
|
||||
"clean-css": "^5.3.3",
|
||||
|
@ -517,9 +517,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@rknightuk/eleventy-plugin-post-graph": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@rknightuk/eleventy-plugin-post-graph/-/eleventy-plugin-post-graph-1.0.4.tgz",
|
||||
"integrity": "sha512-TuQg8NHnKVjMKOTx2zZtRaK4RIfyWr2OE9tduZ/AzHktoVrj0xBhRNmJZKdYdeQa/3XjBw4GR7xPbgf33ZDBCg==",
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@rknightuk/eleventy-plugin-post-graph/-/eleventy-plugin-post-graph-1.0.5.tgz",
|
||||
"integrity": "sha512-4IalfGTox4YnyqzuSWlHDVEbr2RgtzAlvOLBg5+I1lV1zKnMNlqkntF2nTMoE7SpoxQy4XN6qidBOdlbXWs3bg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"@11ty/eleventy-img": "^3.1.8",
|
||||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@rknightuk/eleventy-plugin-post-graph": "^1.0.4",
|
||||
"@rknightuk/eleventy-plugin-post-graph": "^1.0.5",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"child_process": "^1.0.2",
|
||||
"clean-css": "^5.3.3",
|
||||
|
|
Reference in a new issue