Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
1e08385dc8
5 changed files with 40 additions and 7 deletions
|
@ -12,10 +12,10 @@ This is the code for my personal website and portfolio. Built using [11ty](https
|
||||||
|
|
||||||
## My latest posts
|
## My latest posts
|
||||||
<!-- BLOGPOSTS:START -->
|
<!-- BLOGPOSTS:START -->
|
||||||
|
- [Embrace, extend, enshittify](https://coryd.dev/posts/2023/embrace-extend-enshittify/)
|
||||||
- [Displaying listening data from Apple Music using MusicKit.js](https://coryd.dev/posts/2023/displaying-listening-data-from-apple-music-using-musickit/)
|
- [Displaying listening data from Apple Music using MusicKit.js](https://coryd.dev/posts/2023/displaying-listening-data-from-apple-music-using-musickit/)
|
||||||
- [Support small businesses (internet ones too)](https://coryd.dev/posts/2023/support-small-businesses-internet-ones-too/)
|
- [Support small businesses (internet ones too)](https://coryd.dev/posts/2023/support-small-businesses-internet-ones-too/)
|
||||||
- [From ICS to JSON: surfacing anticipated albums](https://coryd.dev/posts/2023/from-ics-to-json-surfacing-anticipated-albums/)
|
- [From ICS to JSON: surfacing anticipated albums](https://coryd.dev/posts/2023/from-ics-to-json-surfacing-anticipated-albums/)
|
||||||
- [Optimizing for performance with Eleventy](https://coryd.dev/posts/2023/optimizing-for-performance-with-eleventy/)
|
- [Optimizing for performance with Eleventy](https://coryd.dev/posts/2023/optimizing-for-performance-with-eleventy/)
|
||||||
- [Domain names as discoverable personal identifiers for the web](https://coryd.dev/posts/2023/domain-names-as-discoverable-personal-identifiers-for-the-web/)
|
|
||||||
<!-- BLOGPOSTS:END -->
|
<!-- BLOGPOSTS:END -->
|
||||||
|
|
||||||
|
|
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"timestamp": 1688587392422
|
"timestamp": 1688688776662
|
||||||
}
|
}
|
33
cache/jsonfeed-to-mastodon.json
vendored
33
cache/jsonfeed-to-mastodon.json
vendored
|
@ -4682,5 +4682,38 @@
|
||||||
"https://social.lol/users/cory/statuses/110663263344446344"
|
"https://social.lol/users/cory/statuses/110663263344446344"
|
||||||
],
|
],
|
||||||
"lastTootTimestamp": 1688587392419
|
"lastTootTimestamp": 1688587392419
|
||||||
|
},
|
||||||
|
"https://coryd.dev/posts/2023/embrace-extend-enshittify/": {
|
||||||
|
"id": "https://coryd.dev/posts/2023/embrace-extend-enshittify/",
|
||||||
|
"title": "📝: Embrace, extend, enshittify",
|
||||||
|
"url": "https://coryd.dev/posts/2023/embrace-extend-enshittify/",
|
||||||
|
"content_text": "📝: Embrace, extend, enshittify https://coryd.dev/posts/2023/embrace-extend-enshittify/",
|
||||||
|
"date_published": "2023-07-05T00:00:00-08:00",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/110665150505986865"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1688616188193
|
||||||
|
},
|
||||||
|
"https://ploum.net/2023-07-06-stop-trying-to-make-social-networks-succeed.html": {
|
||||||
|
"id": "https://ploum.net/2023-07-06-stop-trying-to-make-social-networks-succeed.html",
|
||||||
|
"title": "🔗: Stop Trying to Make Social Networks Succeed",
|
||||||
|
"url": "https://ploum.net/2023-07-06-stop-trying-to-make-social-networks-succeed.html",
|
||||||
|
"content_text": "🔗: Stop Trying to Make Social Networks Succeed https://ploum.net/2023-07-06-stop-trying-to-make-social-networks-succeed.html",
|
||||||
|
"date_published": "2023-07-06T00:00:00-08:00",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/110667981527787907"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1688659386163
|
||||||
|
},
|
||||||
|
"https://jogblog.substack.com/p/facebooks-threads-is-so-depressing": {
|
||||||
|
"id": "https://jogblog.substack.com/p/facebooks-threads-is-so-depressing",
|
||||||
|
"title": "🔗: Facebook's Threads is so depressing",
|
||||||
|
"url": "https://jogblog.substack.com/p/facebooks-threads-is-so-depressing",
|
||||||
|
"content_text": "🔗: Facebook's Threads is so depressing https://jogblog.substack.com/p/facebooks-threads-is-so-depressing",
|
||||||
|
"date_published": "2023-07-06T00:00:00-08:00",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/110669907664602978"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1688688776659
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -23,7 +23,7 @@
|
||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.8.0",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"pagefind": "^0.12.0",
|
"pagefind": "^0.12.0",
|
||||||
"postcss": "^8.4.24",
|
"postcss": "^8.4.25",
|
||||||
"prettier": "^3.0.0",
|
"prettier": "^3.0.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.3.0",
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
||||||
"sanitize-html": "^2.11.0"
|
"sanitize-html": "^2.11.0"
|
||||||
|
|
|
@ -4336,10 +4336,10 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
|
||||||
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
|
||||||
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
||||||
|
|
||||||
postcss@^8.3.11, postcss@^8.4.23, postcss@^8.4.24:
|
postcss@^8.3.11, postcss@^8.4.23, postcss@^8.4.25:
|
||||||
version "8.4.24"
|
version "8.4.25"
|
||||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df"
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.25.tgz#4a133f5e379eda7f61e906c3b1aaa9b81292726f"
|
||||||
integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==
|
integrity sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid "^3.3.6"
|
nanoid "^3.3.6"
|
||||||
picocolors "^1.0.0"
|
picocolors "^1.0.0"
|
||||||
|
|
Reference in a new issue