Merge branch 'main' of git@github.com:cdransf/coryd.dev.git
This commit is contained in:
commit
92fdb4c08e
5 changed files with 111 additions and 84 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"timestamp": 1713929032611
|
"timestamp": 1713996207060
|
||||||
}
|
}
|
22
cache/jsonfeed-to-mastodon.json
vendored
22
cache/jsonfeed-to-mastodon.json
vendored
|
@ -12817,5 +12817,27 @@
|
||||||
"https://social.lol/users/cory/statuses/112324053076231843"
|
"https://social.lol/users/cory/statuses/112324053076231843"
|
||||||
],
|
],
|
||||||
"lastTootTimestamp": 1713929032605
|
"lastTootTimestamp": 1713929032605
|
||||||
|
},
|
||||||
|
"https://bradfrost.com/blog/link/its-the-end-of-the-web-as-we-know-it/": {
|
||||||
|
"id": "aHR0cHM6Ly9icmFkZnJvc3QuY29tL2Jsb2cvbGluay9pdHMtdGhlLWVuZC1vZi10aGUtd2ViLWFzLXdlLWtub3ctaXQv",
|
||||||
|
"title": "🔗: It's the End of the Web as We Know It via Brad Frost",
|
||||||
|
"url": "https://bradfrost.com/blog/link/its-the-end-of-the-web-as-we-know-it/",
|
||||||
|
"content_text": "🔗: It's the End of the Web as We Know It via Brad Frost #AI #Tech https://bradfrost.com/blog/link/its-the-end-of-the-web-as-we-know-it/",
|
||||||
|
"date_published": "Wed, 24 Apr 2024 15:22:00 GMT",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/112327513597319436"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1713981835960
|
||||||
|
},
|
||||||
|
"https://trakt.tv/movies/monkey-man-2024": {
|
||||||
|
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvbW9ua2V5LW1hbi0yMDI0",
|
||||||
|
"title": "🎥: Monkey Man",
|
||||||
|
"url": "https://trakt.tv/movies/monkey-man-2024",
|
||||||
|
"content_text": "🎥: Monkey Man #Movies #Watching #Thriller #Action https://trakt.tv/movies/monkey-man-2024",
|
||||||
|
"date_published": "Wed, 24 Apr 2024 18:14:00 GMT",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/112328455422041088"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1713996207052
|
||||||
}
|
}
|
||||||
}
|
}
|
164
package-lock.json
generated
164
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "12.9.1",
|
"version": "12.9.8",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "12.9.1",
|
"version": "12.9.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.2.2",
|
"@cdransf/api-text": "^1.2.2",
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"youtube-video-element": "^1.0.0"
|
"youtube-video-element": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "3.0.0-alpha.7",
|
"@11ty/eleventy": "3.0.0-alpha.9",
|
||||||
"@11ty/eleventy-activity-feed": "^1.0.9",
|
"@11ty/eleventy-activity-feed": "^1.0.9",
|
||||||
"@11ty/eleventy-fetch": "^4.0.1",
|
"@11ty/eleventy-fetch": "^4.0.1",
|
||||||
"@11ty/eleventy-img": "^4.0.2",
|
"@11ty/eleventy-img": "^4.0.2",
|
||||||
|
@ -78,9 +78,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@11ty/eleventy": {
|
"node_modules/@11ty/eleventy": {
|
||||||
"version": "3.0.0-alpha.7",
|
"version": "3.0.0-alpha.9",
|
||||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-alpha.7.tgz",
|
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-alpha.9.tgz",
|
||||||
"integrity": "sha512-0d81WOSU9OVnRZKwnMl61cWxXuM4fXyJabgW9Q5PovO0Yx/eT+xkdzhRFwC70cSgLVVsZY5BYnvlauCW1hqNrw==",
|
"integrity": "sha512-q5tBKD7/AHyYN3R733GeKGgR8mPVTtmaRerqrhgmK2qyGS404QMZncB1knBPx6//vtwLEI954Caofu1A8M7Lrw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@11ty/dependency-tree": "^3.0.0",
|
"@11ty/dependency-tree": "^3.0.0",
|
||||||
|
@ -164,28 +164,30 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@11ty/eleventy-dev-server": {
|
"node_modules/@11ty/eleventy-dev-server": {
|
||||||
"version": "1.0.4",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-dev-server/-/eleventy-dev-server-1.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/@11ty/eleventy-dev-server/-/eleventy-dev-server-2.0.0.tgz",
|
||||||
"integrity": "sha512-qVBmV2G1KF/0o5B/3fITlrrDHy4bONUI2YuN3/WJ3BNw4NU1d/we8XhKrlgq13nNvHoBx5czYp3LZt8qRG53Fg==",
|
"integrity": "sha512-hqxQV92Bos0uyZa3P+BAX0nQqjQQMi4vCSxcQHNYEB/jjGV6CnurLBSn63U1VoixGAL4SpHm9OdTa2oVOTUx6Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@11ty/eleventy-utils": "^1.0.1",
|
"@11ty/eleventy-utils": "^1.0.2",
|
||||||
"chokidar": "^3.5.3",
|
"chokidar": "^3.6.0",
|
||||||
"debug": "^4.3.4",
|
"debug": "^4.3.4",
|
||||||
"dev-ip": "^1.0.1",
|
"dev-ip": "^1.0.1",
|
||||||
"finalhandler": "^1.2.0",
|
"finalhandler": "^1.2.0",
|
||||||
"mime": "^3.0.0",
|
"mime": "^3.0.0",
|
||||||
"minimist": "^1.2.8",
|
"minimist": "^1.2.8",
|
||||||
"morphdom": "^2.7.0",
|
"morphdom": "^2.7.2",
|
||||||
"please-upgrade-node": "^3.2.0",
|
"please-upgrade-node": "^3.2.0",
|
||||||
"ssri": "^8.0.1",
|
"send": "^0.18.0",
|
||||||
"ws": "^8.13.0"
|
"ssri": "^10.0.5",
|
||||||
|
"urlpattern-polyfill": "^10.0.0",
|
||||||
|
"ws": "^8.16.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"eleventy-dev-server": "cmd.js"
|
"eleventy-dev-server": "cmd.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
@ -277,58 +279,6 @@
|
||||||
"url": "https://opencollective.com/11ty"
|
"url": "https://opencollective.com/11ty"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@11ty/eleventy/node_modules/@11ty/eleventy-dev-server": {
|
|
||||||
"version": "2.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/@11ty/eleventy-dev-server/-/eleventy-dev-server-2.0.0.tgz",
|
|
||||||
"integrity": "sha512-hqxQV92Bos0uyZa3P+BAX0nQqjQQMi4vCSxcQHNYEB/jjGV6CnurLBSn63U1VoixGAL4SpHm9OdTa2oVOTUx6Q==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"@11ty/eleventy-utils": "^1.0.2",
|
|
||||||
"chokidar": "^3.6.0",
|
|
||||||
"debug": "^4.3.4",
|
|
||||||
"dev-ip": "^1.0.1",
|
|
||||||
"finalhandler": "^1.2.0",
|
|
||||||
"mime": "^3.0.0",
|
|
||||||
"minimist": "^1.2.8",
|
|
||||||
"morphdom": "^2.7.2",
|
|
||||||
"please-upgrade-node": "^3.2.0",
|
|
||||||
"send": "^0.18.0",
|
|
||||||
"ssri": "^10.0.5",
|
|
||||||
"urlpattern-polyfill": "^10.0.0",
|
|
||||||
"ws": "^8.16.0"
|
|
||||||
},
|
|
||||||
"bin": {
|
|
||||||
"eleventy-dev-server": "cmd.js"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=18"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"type": "opencollective",
|
|
||||||
"url": "https://opencollective.com/11ty"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@11ty/eleventy/node_modules/minipass": {
|
|
||||||
"version": "7.0.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
||||||
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
||||||
"dev": true,
|
|
||||||
"engines": {
|
|
||||||
"node": ">=16 || 14 >=14.17"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@11ty/eleventy/node_modules/ssri": {
|
|
||||||
"version": "10.0.5",
|
|
||||||
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz",
|
|
||||||
"integrity": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"minipass": "^7.0.3"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@11ty/lodash-custom": {
|
"node_modules/@11ty/lodash-custom": {
|
||||||
"version": "4.17.21",
|
"version": "4.17.21",
|
||||||
"resolved": "https://registry.npmjs.org/@11ty/lodash-custom/-/lodash-custom-4.17.21.tgz",
|
"resolved": "https://registry.npmjs.org/@11ty/lodash-custom/-/lodash-custom-4.17.21.tgz",
|
||||||
|
@ -1977,6 +1927,35 @@
|
||||||
"url": "https://opencollective.com/11ty"
|
"url": "https://opencollective.com/11ty"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@rknightuk/eleventy-plugin-post-graph/node_modules/@11ty/eleventy-dev-server": {
|
||||||
|
"version": "1.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@11ty/eleventy-dev-server/-/eleventy-dev-server-1.0.4.tgz",
|
||||||
|
"integrity": "sha512-qVBmV2G1KF/0o5B/3fITlrrDHy4bONUI2YuN3/WJ3BNw4NU1d/we8XhKrlgq13nNvHoBx5czYp3LZt8qRG53Fg==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@11ty/eleventy-utils": "^1.0.1",
|
||||||
|
"chokidar": "^3.5.3",
|
||||||
|
"debug": "^4.3.4",
|
||||||
|
"dev-ip": "^1.0.1",
|
||||||
|
"finalhandler": "^1.2.0",
|
||||||
|
"mime": "^3.0.0",
|
||||||
|
"minimist": "^1.2.8",
|
||||||
|
"morphdom": "^2.7.0",
|
||||||
|
"please-upgrade-node": "^3.2.0",
|
||||||
|
"ssri": "^8.0.1",
|
||||||
|
"ws": "^8.13.0"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"eleventy-dev-server": "cmd.js"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/11ty"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@rknightuk/eleventy-plugin-post-graph/node_modules/@sindresorhus/slugify": {
|
"node_modules/@rknightuk/eleventy-plugin-post-graph/node_modules/@sindresorhus/slugify": {
|
||||||
"version": "1.1.2",
|
"version": "1.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-1.1.2.tgz",
|
||||||
|
@ -2219,6 +2198,18 @@
|
||||||
"node": "*"
|
"node": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@rknightuk/eleventy-plugin-post-graph/node_modules/minipass": {
|
||||||
|
"version": "3.3.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
||||||
|
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"yallist": "^4.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@rknightuk/eleventy-plugin-post-graph/node_modules/multimatch": {
|
"node_modules/@rknightuk/eleventy-plugin-post-graph/node_modules/multimatch": {
|
||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
||||||
|
@ -2238,6 +2229,18 @@
|
||||||
"url": "https://github.com/sponsors/sindresorhus"
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@rknightuk/eleventy-plugin-post-graph/node_modules/ssri": {
|
||||||
|
"version": "8.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
|
||||||
|
"integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"minipass": "^3.1.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 8"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@rknightuk/eleventy-plugin-post-graph/node_modules/uc.micro": {
|
"node_modules/@rknightuk/eleventy-plugin-post-graph/node_modules/uc.micro": {
|
||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
|
||||||
|
@ -3991,9 +3994,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/electron-to-chromium": {
|
"node_modules/electron-to-chromium": {
|
||||||
"version": "1.4.747",
|
"version": "1.4.748",
|
||||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.747.tgz",
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.748.tgz",
|
||||||
"integrity": "sha512-+FnSWZIAvFHbsNVmUxhEqWiaOiPMcfum1GQzlWCg/wLigVtshOsjXHyEFfmt6cFK6+HkS3QOJBv6/3OPumbBfw==",
|
"integrity": "sha512-VWqjOlPZn70UZ8FTKUOkUvBLeTQ0xpty66qV0yJcAGY2/CthI4xyW9aEozRVtuwv3Kpf5xTesmJUcPwuJmgP4A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/encodeurl": {
|
"node_modules/encodeurl": {
|
||||||
|
@ -5899,15 +5902,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/minipass": {
|
"node_modules/minipass": {
|
||||||
"version": "3.3.6",
|
"version": "7.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
||||||
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
|
||||||
"yallist": "^4.0.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=16 || 14 >=14.17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/minisearch": {
|
"node_modules/minisearch": {
|
||||||
|
@ -7349,15 +7349,15 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/ssri": {
|
"node_modules/ssri": {
|
||||||
"version": "8.0.1",
|
"version": "10.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz",
|
||||||
"integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
|
"integrity": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"minipass": "^3.1.1"
|
"minipass": "^7.0.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 8"
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/statuses": {
|
"node_modules/statuses": {
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
"youtube-video-element": "^1.0.0"
|
"youtube-video-element": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "3.0.0-alpha.7",
|
"@11ty/eleventy": "3.0.0-alpha.9",
|
||||||
"@11ty/eleventy-activity-feed": "^1.0.9",
|
"@11ty/eleventy-activity-feed": "^1.0.9",
|
||||||
"@11ty/eleventy-fetch": "^4.0.1",
|
"@11ty/eleventy-fetch": "^4.0.1",
|
||||||
"@11ty/eleventy-img": "^4.0.2",
|
"@11ty/eleventy-img": "^4.0.2",
|
||||||
|
|
|
@ -1194,6 +1194,11 @@
|
||||||
"genre": "death metal",
|
"genre": "death metal",
|
||||||
"image": "https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/portal.jpg&fit=cover&w=320&h=320"
|
"image": "https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/portal.jpg&fit=cover&w=320&h=320"
|
||||||
},
|
},
|
||||||
|
"portrayal-of-guilt": {
|
||||||
|
"mbid": "0f3f7357-73d3-42a3-81a5-b359bc4e8a56",
|
||||||
|
"genre": "metalcore",
|
||||||
|
"image": "https://coryd.dev/.netlify/images/?url=https://f001.backblazeb2.com/file/coryd-dev-images/artists/portrayal-of-guilt.jpg&fit=cover&w=320&h=320"
|
||||||
|
},
|
||||||
"propagandhi": {
|
"propagandhi": {
|
||||||
"mbid": "cc546218-cc08-4ae9-9592-ac1596c1470d",
|
"mbid": "cc546218-cc08-4ae9-9592-ac1596c1470d",
|
||||||
"genre": "punk",
|
"genre": "punk",
|
||||||
|
|
Reference in a new issue