initial commit, plus gitignore

master
Nexan 2024-01-31 09:45:41 -06:00
commit 69a63273d6
3 changed files with 5442 additions and 0 deletions

3022
.gitignore vendored 100644

File diff suppressed because it is too large Load Diff

2405
package-lock.json generated 100644

File diff suppressed because it is too large Load Diff

15
package.json 100644
View File

@ -0,0 +1,15 @@
{
"name": "eleventy-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1"
}
}