a solid start

This commit is contained in:
Joshua Seigler 2024-06-05 03:37:10 -04:00
commit 04cf8eb646
36 changed files with 3512 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "homepage-rewrite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pnpx @11ty/eleventy --serve"
},
"keywords": [],
"author": "Joshua Seigler",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^2.0.1"
}
}