Merge branch 'main' of github.com:cdransf/coryd.dev

This commit is contained in:
Cory Dransfeldt 2023-12-29 20:49:04 -08:00
commit 8f5d43bbc8
No known key found for this signature in database
4 changed files with 30 additions and 8 deletions

View file

@ -1,3 +1,3 @@
{ {
"timestamp": 1703844180314 "timestamp": 1703902253251
} }

View file

@ -8332,5 +8332,27 @@
"https://social.lol/users/cory/statuses/111663132194835058" "https://social.lol/users/cory/statuses/111663132194835058"
], ],
"lastTootTimestamp": 1703844180309 "lastTootTimestamp": 1703844180309
},
"https://app.thestorygraph.com/books/57473af0-6d9d-4860-835a-6c01a2131040": {
"id": "aHR0cHM6Ly9hcHAudGhlc3RvcnlncmFwaC5jb20vYm9va3MvNTc0NzNhZjAtNmQ5ZC00ODYwLTgzNWEtNmMwMWEyMTMxMDQw",
"title": "📖: The Gospel of J. Edgar Hoover: How the FBI Aided and Abetted the Rise of White Christian Nationalism",
"url": "https://app.thestorygraph.com/books/57473af0-6d9d-4860-835a-6c01a2131040",
"content_text": "📖: The Gospel of J. Edgar Hoover: How the FBI Aided and Abetted the Rise of White Christian Nationalism #Books #NowReading #TheStoryGraph https://app.thestorygraph.com/books/57473af0-6d9d-4860-835a-6c01a2131040",
"date_published": "Thu, 28 Dec 2023 16:00:00 +0000",
"toots": [
"https://social.lol/users/cory/statuses/111665493077443965"
],
"lastTootTimestamp": 1703880204520
},
"https://trakt.tv/movies/the-last-starfighter-1984": {
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWxhc3Qtc3RhcmZpZ2h0ZXItMTk4NA==",
"title": "🎥: The Last Starfighter",
"url": "https://trakt.tv/movies/the-last-starfighter-1984",
"content_text": "🎥: The Last Starfighter #Movies #Watching #Trakt https://trakt.tv/movies/the-last-starfighter-1984",
"date_published": "Sat, 30 Dec 2023 00:01:51 +0000",
"toots": [
"https://social.lol/users/cory/statuses/111666938064800756"
],
"lastTootTimestamp": 1703902253247
} }
} }

12
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "4.0.9", "version": "4.0.11",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "4.0.9", "version": "4.0.11",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.3", "@11ty/eleventy": "3.0.0-alpha.3",
@ -15,7 +15,7 @@
"@11ty/eleventy-img": "^3.1.8", "@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.5", "@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"child_process": "^1.0.2", "child_process": "^1.0.2",
"clean-css": "^5.3.3", "clean-css": "^5.3.3",
@ -517,9 +517,9 @@
} }
}, },
"node_modules/@rknightuk/eleventy-plugin-post-graph": { "node_modules/@rknightuk/eleventy-plugin-post-graph": {
"version": "1.0.5", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/@rknightuk/eleventy-plugin-post-graph/-/eleventy-plugin-post-graph-1.0.5.tgz", "resolved": "https://registry.npmjs.org/@rknightuk/eleventy-plugin-post-graph/-/eleventy-plugin-post-graph-1.0.6.tgz",
"integrity": "sha512-4IalfGTox4YnyqzuSWlHDVEbr2RgtzAlvOLBg5+I1lV1zKnMNlqkntF2nTMoE7SpoxQy4XN6qidBOdlbXWs3bg==", "integrity": "sha512-HPDetUiD6PvllfRyOdEJSwEl+feVExEZyUNMtDZTikGdf7MWS4AmLh6wV7kHMBVMVL7nkiQVdFpj53Nty7PIpg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@11ty/eleventy": "^2.0.1", "@11ty/eleventy": "^2.0.1",

View file

@ -23,7 +23,7 @@
"@11ty/eleventy-img": "^3.1.8", "@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-plugin-rss": "^1.2.0", "@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.5", "@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"child_process": "^1.0.2", "child_process": "^1.0.2",
"clean-css": "^5.3.3", "clean-css": "^5.3.3",