We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89c3fb commit 921cc56Copy full SHA for 921cc56
1 file changed
netlify.toml
@@ -0,0 +1,13 @@
1
+# Hugo build configuration for Netlify
2
+# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)
3
+
4
+# Default build settings
5
+[build]
6
+ publish = "userguide/public"
7
+ command = "git submodule update -f --init && cd userguide && npm install postcss-cli && hugo --themesDir ../.."
8
9
+# "production" environment specific build settings
10
+[build.environment]
11
+ HUGO_VERSION = "0.76.5"
12
+ HUGO_THEME = "repo"
13
+ HUGO_ENV = "production"
0 commit comments