add codeblock highlighting, honestly a lot of stuff was changed, iceshrimp and sharkey updates + tips
All checks were successful
/ build (push) Successful in 3m22s

This commit is contained in:
Ruben 2025-07-01 23:18:31 -05:00
commit ecd3a73aaa
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
14 changed files with 392 additions and 87 deletions

View file

@ -15,11 +15,12 @@
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.1.1",
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
"lightningcss": "^1.30.1",
"terser": "^5.42.0",
"terser": "^5.43.1",
"zod": "^3.25.67",
"zod-validation-error": "^3.5.2"
}