feat: added 11ty project

This commit is contained in:
Leyla Becker 2026-02-09 20:55:29 -06:00
parent 5d4659b253
commit 42fd071301
5 changed files with 1085 additions and 2 deletions

3
.gitignore vendored
View file

@ -8,8 +8,7 @@ pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
_site
*.local
# Editor directories and files

1
README.md Normal file
View file

@ -0,0 +1 @@
# Heading

1
index.html Normal file
View file

@ -0,0 +1 @@
<!doctype html><title>Page title</title><p>Hi</p>

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "volpe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "pnpm exec eleventy",
"develop": "pnpm exec eleventy --serve"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"packageManager": "pnpm@10.28.0",
"dependencies": {
"@11ty/eleventy": "^3.1.2"
}
}

1065
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load diff