Update to v1.1 website code from kottgard-production-v1.1.zip

This commit is contained in:
root
2026-06-24 09:16:58 +00:00
parent 582a2f33ad
commit 8e40bc220e
75 changed files with 406 additions and 148 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
"annotate": "node docs/annotate-all.mjs",
"images:populate": "bash scripts/populate-site-images.sh",
"images:fish": "bash scripts/update-fish-images.sh",
"images:brand": "bash -c '.venv-images/bin/python scripts/process-all-site-images.py 2>/dev/null || python3 scripts/process-all-site-images.py'"
"images:brand": "bash -c '.venv-images/bin/python scripts/process-all-site-images.py 2>/dev/null || python3 scripts/process-all-site-images.py'",
"images:optimize": "bash -c '.venv-images/bin/python scripts/optimize-site-images.py 2>/dev/null || python3 scripts/optimize-site-images.py'"
},
"dependencies": {
"clsx": "^2.1.0",