summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-11 23:30:50 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-11 23:31:05 +0200
commit965129144fc528482279cf91f64797fd651050f4 (patch)
tree70c621d5508333b005c91a35600317832d36890c /package.json
parentc2c78c90f10485e89e52520951340ba9a1558408 (diff)
downloadgohugo-theme-ed-965129144fc528482279cf91f64797fd651050f4.tar.gz
Rollback 20e87403091d8c73049991af87aa76d7d3763d09
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3b968eb..dfaa54d 100644
--- a/package.json
+++ b/package.json
@@ -31,8 +31,8 @@
"url": "git+https://github.com/sergeyklay/gohugo-theme-ed.git"
},
"scripts": {
- "build": "hugo --contentDir=exampleSite/content --gc --minify --themesDir=..",
- "server": "hugo server --contentDir=exampleSite/content --disableFastRender --themesDir=..",
+ "build": "hugo --source=exampleSite --gc --minify",
+ "server": "hugo server --source=exampleSite --disableFastRender",
"lint:editorconfig": "editorconfig-checker",
"lint:js": "eslint static/js/*.js",
"lint": "npm run lint:js && npm run lint:editorconfig"