diff --git a/.gitignore b/.gitignore index f9ad380..f0ab16d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ dist .env .env.* .idea +_site diff --git a/package.json b/package.json index 112aaeb..0150ab3 100644 --- a/package.json +++ b/package.json @@ -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",