summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-09 13:26:58 +0200
committerGitHub <noreply@github.com>2022-07-09 13:26:58 +0200
commit0942efbdf7fb3573517b2f7e52803c3982529caf (patch)
tree26582d034e4e3449c403fe5e0b9a80283dec2948 /package.json
parent46e8edfce3738ea14388546ac8690144b7633bb3 (diff)
parentb3c39de2e5265cb81d0268d08c0cd4cb47a93f0d (diff)
downloadgohugo-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.json6
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"