ok big chunk o' everything

This commit is contained in:
2026-09-17 19:41:44 -07:00
parent bf95c6b05e
commit 03398543ee
72 changed files with 870 additions and 54 deletions
+4 -2
View File
@@ -4,7 +4,7 @@
"description": "",
"scripts": {
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
"dev": "rm -rf _live && npx @11ty/eleventy --serve --quiet --output _live"
"dev": "rm -rf _site && npx @11ty/eleventy --serve --quiet --output _site"
},
"author": "Lee Cattarin",
"license": "AGPL-3.0-only",
@@ -12,7 +12,9 @@
"devDependencies": {
"@11ty/eleventy": "^3.1.5",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-navigation": "^1.0.5",
"@mdit/plugin-attrs": "^0.25.1",
"luxon": "^3.7.2"
"luxon": "^3.7.2",
"markdown-it-link-attributes": "https://github.com/lee0c/markdown-it-link-attributes/tarball/main"
}
}