Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
30e44692cd
4 changed files with 17 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": 1685023378179
|
"timestamp": 1685131375007
|
||||||
}
|
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -3678,5 +3678,16 @@
|
||||||
"https://social.lol/users/cory/statuses/110429692109404657"
|
"https://social.lol/users/cory/statuses/110429692109404657"
|
||||||
],
|
],
|
||||||
"lastTootTimestamp": 1685023378176
|
"lastTootTimestamp": 1685023378176
|
||||||
|
},
|
||||||
|
"https://coryd.dev/posts/2023/domain-names-as-discoverable-personal-identifiers-for-the-web/": {
|
||||||
|
"id": "https://coryd.dev/posts/2023/domain-names-as-discoverable-personal-identifiers-for-the-web/",
|
||||||
|
"title": "📝: Domain names as discoverable personal identifiers for the web",
|
||||||
|
"url": "https://coryd.dev/posts/2023/domain-names-as-discoverable-personal-identifiers-for-the-web/",
|
||||||
|
"content_text": "📝: Domain names as discoverable personal identifiers for the web https://coryd.dev/posts/2023/domain-names-as-discoverable-personal-identifiers-for-the-web/",
|
||||||
|
"date_published": "2023-05-26T00:00:00-08:00",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/110436769786870729"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1685131375003
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -53,7 +53,7 @@
|
||||||
"markdown-it-anchor": "^8.4.1",
|
"markdown-it-anchor": "^8.4.1",
|
||||||
"markdown-it-footnote": "^3.0.3",
|
"markdown-it-footnote": "^3.0.3",
|
||||||
"markdownlint-cli": "^0.34.0",
|
"markdownlint-cli": "^0.34.0",
|
||||||
"marked": "^5.0.2",
|
"marked": "^5.0.3",
|
||||||
"striptags": "^3.2.0",
|
"striptags": "^3.2.0",
|
||||||
"tailwindcss": "^3.3.2"
|
"tailwindcss": "^3.3.2"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3653,10 +3653,10 @@ markdownlint@~0.28.2:
|
||||||
markdown-it "13.0.1"
|
markdown-it "13.0.1"
|
||||||
markdownlint-micromark "0.1.2"
|
markdownlint-micromark "0.1.2"
|
||||||
|
|
||||||
marked@^5.0.2:
|
marked@^5.0.3:
|
||||||
version "5.0.2"
|
version "5.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/marked/-/marked-5.0.2.tgz#ac79e78ea7ed9ad31de70b85e274595d9029e534"
|
resolved "https://registry.yarnpkg.com/marked/-/marked-5.0.3.tgz#a8d0d457d7bce3606db3e32bb0797490cec2fa19"
|
||||||
integrity sha512-TXksm9GwqXCRNbFUZmMtqNLvy3K2cQHuWmyBDLOrY1e6i9UvZpOTJXoz7fBjYkJkaUFzV9hBFxMuZSyQt8R6KQ==
|
integrity sha512-KUONa43Uk74uUNWMxh6lfaNYmSAsRMiDAaX8QBCCRVXzEufR0zX6T33vrGbvTnQLL02ungDM3KSzZtO+chJaHg==
|
||||||
|
|
||||||
maximatch@^0.1.0:
|
maximatch@^0.1.0:
|
||||||
version "0.1.0"
|
version "0.1.0"
|
||||||
|
|
Reference in a new issue