chore: update local dev config

[skip ci]
This commit is contained in:
Xin
2023-08-31 20:49:12 +01:00
parent b709452d16
commit ed14cf01c3
4 changed files with 30 additions and 37 deletions

View File

@ -1,6 +1,6 @@
{
"scripts": {
"dev:theme": "hugo server --logLevel debug --environment=theme --source=exampleSite --themesDir=../.. --disableFastRender -D --port 1313",
"dev:theme": "hugo server --logLevel=debug --config=hugo.yaml,../dev.toml --environment=theme --source=exampleSite --themesDir=../.. --disableFastRender -D --port 1313",
"dev": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender -D --port 1313",
"build:css": "npx postcss --config postcss.config.js --env production assets/css/styles.css -o assets/css/compiled/main.css",
"build": "hugo --gc --minify --themesDir=../.. --source=exampleSite"