This commit is contained in:
Spedon
2023-03-20 20:19:37 +08:00
parent c445a5776d
commit 1e74555d86
9 changed files with 111 additions and 156 deletions

View File

@@ -7,8 +7,8 @@
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix",
"build": "hugo -v --source=exampleSite --themesDir ../.. --gc",
"build:preview": "hugo -v --source=exampleSite --themesDir ../.. -D --gc",
"server": "hugo server --source=exampleSite -D --disableFastRender --watch --verbose",
"server:production": "hugo server --source=exampleSite --disableFastRender -e production --watch --verbose"
"server": "hugo server --source=exampleSite --gc -D --disableFastRender --watch --verbose",
"server:production": "hugo server --source=exampleSite --gc --disableFastRender -e production --watch --verbose"
},
"repository": {
"type": "git",