1
0
Fork 0

11ty serve and start

This commit is contained in:
Ava Gaiety Wroten 2022-01-08 19:37:57 -06:00
parent adf9d0b4ed
commit 012aee899e
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ dist
.env
.env.*
.idea
_site

View file

@ -4,7 +4,8 @@
"description": "Gaiety's Blog",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "@11ty/eleventy",
"start": "@11ty/eleventy --serve"
},
"repository": {
"type": "git",