11ty serve and start
This commit is contained in:
parent
adf9d0b4ed
commit
012aee899e
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,3 +7,4 @@ dist
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
.idea
|
.idea
|
||||||
|
_site
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
"description": "Gaiety's Blog",
|
"description": "Gaiety's Blog",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"build": "@11ty/eleventy",
|
||||||
|
"start": "@11ty/eleventy --serve"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Add table
Reference in a new issue