initial commit

This commit is contained in:
Matt DeCamp 2021-08-30 21:29:02 -04:00
commit 29ff45f079
4 changed files with 6776 additions and 0 deletions

0
.eleventy.js Normal file
View file

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
node_modules
dist

6759
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

15
package.json Normal file
View file

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