aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make10
1 files changed, 5 insertions, 5 deletions
diff --git a/make b/make
index d35059c..3399f88 100644
--- a/make
+++ b/make
@@ -28,15 +28,15 @@ done
}
Hugo() {
- sh "$0" Config
- hugo --debug
- rm --force .hugo_build.lock
+ sh "$0" Config
+ hugo --debug
+ rm --force .hugo_build.lock
}
Config() {
set -x
- yj -yj -i < config.yaml > config.json
- yj -yt -i < config.yaml > config.toml
+ yj -yj -i < config.yaml > config.json
+ yj -yt -i < config.yaml > config.toml
}
Clean() {