diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index f723998..e42880f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ed", "version": "0.5.0", "private": true, - "description": "Ed theme for minimal editions, based on Alex Gil theme", + "description": "Ed theme for minimal editions, based on Alex Gil theme.", "keywords": [ "hugo", "theme", @@ -17,10 +17,10 @@ "url": "git+https://github.com/sergeyklay/gohugo-theme-ed.git" }, "license": "MIT", - "author": "Serghei Iakovlev", + "author": "Serghei Iakovlev <egrep@protonmail.ch>", "main": "index.js", "scripts": { - "server": "HUGO_ENV=development hugo server --verbose --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", + "server": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=development hugo server --verbose --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", "lint": "npm run lint:js && npm run lint:editorconfig", "lint:editorconfig": "editorconfig-checker", "lint:js": "eslint static/js/*.js assets/js/*.js" |
