feat: added 11ty project
This commit is contained in:
parent
5d4659b253
commit
42fd071301
5 changed files with 1085 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
1
README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Heading
|
||||
1
index.html
Normal file
1
index.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<!doctype html><title>Page title</title><p>Hi</p>
|
||||
17
package.json
Normal file
17
package.json
Normal 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
1065
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue