some metadata stuff

This commit is contained in:
2026-02-19 17:54:01 -08:00
parent 94716d8e63
commit 4bf8c7e334
4 changed files with 17 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"description": "Lee's personal website, take 2, built with 11ty",
"main": "index.js",
"scripts": {
"build": "rm -rf _site && npx @11ty/eleventy",
"build": "rm -rf _site && npx @11ty/eleventy --quiet",
"start": "rm -rf _site && npx @11ty/eleventy --serve --quiet"
},
"keywords": [],