Public Access
1
0

working base

This commit is contained in:
2025-08-05 18:04:18 -04:00
parent 7196580871
commit 5ae0732b6a
7 changed files with 125 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "eleventy",
"version": "1.0.0",
"description": "A basic Eleventy project.",
"main": "index.js",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"keywords": [
"eleventy",
"static-site-generator"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
}
}