mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-21 06:22:19 +00:00
enable minify in config, don't minify xml
This commit is contained in:
parent
2d74f36530
commit
a6c670bc46
2 changed files with 4 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Quick script to run local builds
|
||||
source .env
|
||||
hugo --minify --environment local -D
|
||||
hugo --environment local -D
|
||||
npx torchlight
|
||||
python3 -m http.server --directory public 1313
|
||||
|
||||
|
|
|
@ -60,3 +60,6 @@ enableInlineShortcodes = true
|
|||
tag = "tags"
|
||||
series = "series"
|
||||
|
||||
[minify]
|
||||
disableXML = true
|
||||
minifyOutput = true
|
Loading…
Reference in a new issue