diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-09 13:26:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-09 13:26:58 +0200 |
| commit | 0942efbdf7fb3573517b2f7e52803c3982529caf (patch) | |
| tree | 26582d034e4e3449c403fe5e0b9a80283dec2948 /package.json | |
| parent | 46e8edfce3738ea14388546ac8690144b7633bb3 (diff) | |
| parent | b3c39de2e5265cb81d0268d08c0cd4cb47a93f0d (diff) | |
| download | gohugo-theme-ed-0942efbdf7fb3573517b2f7e52803c3982529caf.tar.gz | |
Merge pull request #10 from sergeyklay/feature/update-config
Update config for exampleSite
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" |
