This commit is contained in:
2026-02-17 20:03:12 -08:00
commit e230ebbc33
10 changed files with 2494 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "leecat.art",
"version": "1.0.0",
"description": "Lee's personal website, take 2, built with 11ty",
"main": "index.js",
"scripts": {
"serve": "rm -rf _site && npx @11ty/eleventy --serve"
},
"keywords": [],
"author": "Lee Cattarin",
"license": "AGPL-3.0-only",
"type": "module",
"devDependencies": {
"@11ty/eleventy": "^3.1.2"
}
}