Merge branch 'main' of git@github.com:cdransf/coryd.dev.git
This commit is contained in:
commit
84c8e7f94b
5 changed files with 33 additions and 17599 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"timestamp": 1714082605367
|
"timestamp": 1714169012558
|
||||||
}
|
}
|
13
cache/jsonfeed-to-mastodon.json
vendored
13
cache/jsonfeed-to-mastodon.json
vendored
|
@ -12757,7 +12757,7 @@
|
||||||
"title": "🎧: My top artists for the week: Witch Vomit @ 52 plays, Acephalix @ 44 plays, NoMeansNo @ 41 plays, blink-182 @ 38 plays, Tom Waits @ 37 plays, Joyce Manor @ 35 plays, Necrot @ 27 plays, Free Throw @ 27 plays #Music",
|
"title": "🎧: My top artists for the week: Witch Vomit @ 52 plays, Acephalix @ 44 plays, NoMeansNo @ 41 plays, blink-182 @ 38 plays, Tom Waits @ 37 plays, Joyce Manor @ 35 plays, Necrot @ 27 plays, Free Throw @ 27 plays #Music",
|
||||||
"url": "https://coryd.dev/now?ts=2024-16#artists",
|
"url": "https://coryd.dev/now?ts=2024-16#artists",
|
||||||
"content_text": "🎧: My top artists for the week: Witch Vomit @ 52 plays, Acephalix @ 44 plays, NoMeansNo @ 41 plays, blink-182 @ 38 plays, Tom Waits @ 37 plays, Joyce Manor @ 35 plays, Necrot @ 27 plays, Free Throw @ 27 plays #Music https://coryd.dev/now?ts=2024-16#artists",
|
"content_text": "🎧: My top artists for the week: Witch Vomit @ 52 plays, Acephalix @ 44 plays, NoMeansNo @ 41 plays, blink-182 @ 38 plays, Tom Waits @ 37 plays, Joyce Manor @ 35 plays, Necrot @ 27 plays, Free Throw @ 27 plays #Music https://coryd.dev/now?ts=2024-16#artists",
|
||||||
"date_published": "Thu, 18 Apr 2024 08:00:00 GMT",
|
"date_published": "Fri, 19 Apr 2024 08:00:00 GMT",
|
||||||
"toots": [
|
"toots": [
|
||||||
"https://social.lol/users/cory/statuses/112312447133174926"
|
"https://social.lol/users/cory/statuses/112312447133174926"
|
||||||
],
|
],
|
||||||
|
@ -12861,5 +12861,16 @@
|
||||||
"https://social.lol/users/cory/statuses/112333647626679550"
|
"https://social.lol/users/cory/statuses/112333647626679550"
|
||||||
],
|
],
|
||||||
"lastTootTimestamp": 1714075433794
|
"lastTootTimestamp": 1714075433794
|
||||||
|
},
|
||||||
|
"https://fy.blackhats.net.au/blog/2024-04-26-passkeys-a-shattered-dream/": {
|
||||||
|
"id": "aHR0cHM6Ly9meS5ibGFja2hhdHMubmV0LmF1L2Jsb2cvMjAyNC0wNC0yNi1wYXNza2V5cy1hLXNoYXR0ZXJlZC1kcmVhbS8=",
|
||||||
|
"title": "🔗: Passkeys: A Shattered Dream via Firstyear",
|
||||||
|
"url": "https://fy.blackhats.net.au/blog/2024-04-26-passkeys-a-shattered-dream/",
|
||||||
|
"content_text": "🔗: Passkeys: A Shattered Dream via Firstyear #Tech https://fy.blackhats.net.au/blog/2024-04-26-passkeys-a-shattered-dream/",
|
||||||
|
"date_published": "Fri, 26 Apr 2024 20:08:00 GMT",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/112339780402502306"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1714169012551
|
||||||
}
|
}
|
||||||
}
|
}
|
17594
package-lock.json
generated
17594
package-lock.json
generated
File diff suppressed because it is too large
Load diff
11
package.json
11
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "12.9.8",
|
"version": "12.9.11",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -9,12 +9,13 @@
|
||||||
"start:quick": "eleventy --serve --incremental --ignore-initial",
|
"start:quick": "eleventy --serve --incremental --ignore-initial",
|
||||||
"build": "ELEVENTY_PRODUCTION=true eleventy",
|
"build": "ELEVENTY_PRODUCTION=true eleventy",
|
||||||
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
|
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
|
||||||
"postbuild": "webmention _site/feeds/posts --limit 1 --send"
|
"postbuild": "webmention _site/feeds/posts --limit 1 --send && webmention _site/feeds/links --limit 1 --send"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"11ty",
|
"11ty",
|
||||||
"Eleventy",
|
"Eleventy",
|
||||||
"Web components"
|
"Web components",
|
||||||
|
"Blog"
|
||||||
],
|
],
|
||||||
"author": "Cory Dransfeldt",
|
"author": "Cory Dransfeldt",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -26,7 +27,6 @@
|
||||||
"@daviddarnes/mastodon-post": "^1.2.0",
|
"@daviddarnes/mastodon-post": "^1.2.0",
|
||||||
"@zachleat/webcare-webshare": "^1.0.3",
|
"@zachleat/webcare-webshare": "^1.0.3",
|
||||||
"minisearch": "^6.3.0",
|
"minisearch": "^6.3.0",
|
||||||
"netlify-cli": "^17.23.1",
|
|
||||||
"youtube-video-element": "^1.0.0"
|
"youtube-video-element": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -37,16 +37,13 @@
|
||||||
"@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",
|
||||||
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
|
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
|
||||||
"@aws-sdk/client-s3": "^3.564.0",
|
|
||||||
"@cdransf/eleventy-plugin-tabler-icons": "^1.2.0",
|
"@cdransf/eleventy-plugin-tabler-icons": "^1.2.0",
|
||||||
"@netlify/blobs": "^7.2.0",
|
"@netlify/blobs": "^7.2.0",
|
||||||
"@remy/webmention": "^1.5.0",
|
"@remy/webmention": "^1.5.0",
|
||||||
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
|
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
|
||||||
"child_process": "^1.0.2",
|
|
||||||
"dotenv-flow": "^4.1.0",
|
"dotenv-flow": "^4.1.0",
|
||||||
"html-minifier-terser": "^7.2.0",
|
"html-minifier-terser": "^7.2.0",
|
||||||
"ics-to-json-extended": "^1.1.4",
|
"ics-to-json-extended": "^1.1.4",
|
||||||
"jsdom": "^24.0.0",
|
|
||||||
"liquidjs": "^10.10.0",
|
"liquidjs": "^10.10.0",
|
||||||
"luxon": "^3.4.4",
|
"luxon": "^3.4.4",
|
||||||
"markdown-it": "^14.0.0",
|
"markdown-it": "^14.0.0",
|
||||||
|
|
|
@ -200,8 +200,8 @@ th {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: var(--sizing-md);
|
padding-bottom: var(--sizing-md);
|
||||||
font-size: var(--font-size-2xl);
|
font-size: var(--font-size-3xl);
|
||||||
line-height: var(--line-height-2xl);
|
line-height: var(--line-height-3xl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -258,7 +258,7 @@ nav ul li .active svg:hover {
|
||||||
|
|
||||||
/* layout */
|
/* layout */
|
||||||
.default-wrapper {
|
.default-wrapper {
|
||||||
padding-top: var(--sizing-3xl);
|
padding-top: var(--sizing-2xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-wrapper {
|
.main-wrapper {
|
||||||
|
@ -501,12 +501,6 @@ li {
|
||||||
max-width: 768px;
|
max-width: 768px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-title h1,
|
|
||||||
.page-header {
|
|
||||||
font-size: var(--font-size-3xl);
|
|
||||||
line-height: var(--line-height-3xl);
|
|
||||||
}
|
|
||||||
|
|
||||||
article {
|
article {
|
||||||
& h2 {
|
& h2 {
|
||||||
margin: 0 0 var(--sizing-xs);
|
margin: 0 0 var(--sizing-xs);
|
||||||
|
|
Reference in a new issue