chugging away, no i am not splitting this into fine-grained commits

This commit is contained in:
2026-02-18 10:58:36 -08:00
parent e4342e764f
commit 42ce6ceb6f
25 changed files with 844 additions and 13 deletions

View File

@ -4,7 +4,7 @@
"description": "Lee's personal website, take 2, built with 11ty",
"main": "index.js",
"scripts": {
"serve": "rm -rf _site && npx @11ty/eleventy --serve"
"start": "rm -rf _site && npx @11ty/eleventy --serve --quiet"
},
"keywords": [],
"author": "Lee Cattarin",
@ -13,6 +13,8 @@
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.4"
"@11ty/eleventy-navigation": "^1.0.5",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2"
}
}