feat: cms integration
This commit is contained in:
parent
ff77bdaf36
commit
d23243b177
1050 changed files with 1032 additions and 27229 deletions
10
package.json
10
package.json
|
@ -1,14 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "17.6.4",
|
||||
"version": "18.0.0",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node ./scripts/og-images/index.js && eleventy --serve",
|
||||
"start": "eleventy --serve",
|
||||
"start:quick": "eleventy --serve --incremental --ignore-initial",
|
||||
"build": "ELEVENTY_PRODUCTION=true eleventy",
|
||||
"build:ogi": "node ./scripts/og-images/index.js",
|
||||
"update:books": "cd ./scripts/books && node index.js && cd ../../",
|
||||
"update:deps": "npm upgrade && ncu",
|
||||
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve"
|
||||
},
|
||||
|
@ -25,7 +23,6 @@
|
|||
"@cdransf/select-pagination": "^1.3.1",
|
||||
"@cdransf/theme-toggle": "^1.3.2",
|
||||
"@daviddarnes/mastodon-post": "^1.3.0",
|
||||
"@zachleat/webcare-webshare": "^1.0.3",
|
||||
"minisearch": "^6.3.0",
|
||||
"youtube-video-element": "^1.1.5"
|
||||
},
|
||||
|
@ -34,7 +31,7 @@
|
|||
"@11ty/eleventy-fetch": "^4.0.1",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
|
||||
"@aws-sdk/client-s3": "^3.583.0",
|
||||
"@aws-sdk/client-s3": "^3.588.0",
|
||||
"@cdransf/eleventy-plugin-tabler-icons": "^1.5.0",
|
||||
"@supabase/supabase-js": "^2.43.4",
|
||||
"dotenv-flow": "^4.1.0",
|
||||
|
@ -46,7 +43,6 @@
|
|||
"markdown-it-anchor": "^9.0.1",
|
||||
"markdown-it-footnote": "^4.0.0",
|
||||
"sanitize-html": "^2.13.0",
|
||||
"sharp": "^0.33.4",
|
||||
"slugify": "^1.6.6",
|
||||
"terser": "^5.31.0"
|
||||
}
|
||||
|
|
Reference in a new issue