We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cee1b04 + 15b83cc commit d7f4654Copy full SHA for d7f4654
Makefile
@@ -30,6 +30,10 @@ site: check-go
30
build:
31
hugo build
32
33
+## Build site for local consumption
34
+build-preview:
35
+ hugo --baseURL=https://layer5io.github.io/exoscale-academy
36
+
37
## Empty build cache and run on your local machine.
38
clean:
39
hugo --cleanDestinationDir
@@ -50,4 +54,4 @@ theme-update:
50
54
echo "Updating to latest academy-theme..." && \
51
55
hugo mod get -u
52
56
53
-.PHONY: setup build site clean site-fast check-go theme-update
57
+.PHONY: setup build site clean site-fast check-go theme-update
0 commit comments