Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
774f99e907
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": 1696392187222
|
||||
"timestamp": 1696514590294
|
||||
}
|
22
cache/jsonfeed-to-mastodon.json
vendored
22
cache/jsonfeed-to-mastodon.json
vendored
|
@ -6715,5 +6715,27 @@
|
|||
"https://social.lol/users/cory/statuses/111174758378367847"
|
||||
],
|
||||
"lastTootTimestamp": 1696392187218
|
||||
},
|
||||
"https://www.goodreads.com/review/show/5852766115": {
|
||||
"id": "aHR0cHM6Ly93d3cuZ29vZHJlYWRzLmNvbS9yZXZpZXcvc2hvdy81ODUyNzY2MTE1",
|
||||
"title": "📖: Extremely Online: The Untold Story of Fame, Influence, and Power on the Internet",
|
||||
"url": "https://www.goodreads.com/review/show/5852766115",
|
||||
"content_text": "📖: Extremely Online: The Untold Story of Fame, Influence, and Power on the Internet https://www.goodreads.com/review/show/5852766115",
|
||||
"date_published": "Thu, 05 Oct 2023 02:08:36 +0000",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/111180420897784637"
|
||||
],
|
||||
"lastTootTimestamp": 1696478590409
|
||||
},
|
||||
"https://trakt.tv/movies/the-equalizer-3-2023": {
|
||||
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLWVxdWFsaXplci0zLTIwMjM=",
|
||||
"title": "🎥: The Equalizer 3",
|
||||
"url": "https://trakt.tv/movies/the-equalizer-3-2023",
|
||||
"content_text": "🎥: The Equalizer 3 #Movies #Trakt https://trakt.tv/movies/the-equalizer-3-2023",
|
||||
"date_published": "Thu, 05 Oct 2023 13:20:47 +0000",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/111182780185095389"
|
||||
],
|
||||
"lastTootTimestamp": 1696514590289
|
||||
}
|
||||
}
|
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -45,7 +45,7 @@
|
|||
"markdown-it-anchor": "^8.4.1",
|
||||
"markdown-it-footnote": "^3.0.3",
|
||||
"markdownlint-cli": "^0.37.0",
|
||||
"marked": "^9.0.3",
|
||||
"marked": "^9.1.0",
|
||||
"pagefind": "^1.0.3",
|
||||
"postcss": "^8.4.31",
|
||||
"prettier": "^3.0.3",
|
||||
|
@ -6777,9 +6777,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/marked": {
|
||||
"version": "9.0.3",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz",
|
||||
"integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==",
|
||||
"version": "9.1.0",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-9.1.0.tgz",
|
||||
"integrity": "sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
"markdown-it-anchor": "^8.4.1",
|
||||
"markdown-it-footnote": "^3.0.3",
|
||||
"markdownlint-cli": "^0.37.0",
|
||||
"marked": "^9.0.3",
|
||||
"marked": "^9.1.0",
|
||||
"pagefind": "^1.0.3",
|
||||
"postcss": "^8.4.31",
|
||||
"prettier": "^3.0.3",
|
||||
|
|
Reference in a new issue