netlify.toml
1[build]
2 base = "site"
3 publish = "public"
4
5[build.environment]
6 HUGO_VERSION = "0.115.2"
7
8[context.production]
9 command = "git submodule update --init && hugo --gc --minify"
10
11[context.deploy-preview]
12 command = "git submodule update --init && hugo --gc --minify -b $DEPLOY_PRIME_URL"
13
14[context.branch-deploy]
15 command = "git submodule update --init && hugo --gc --minify -b $DEPLOY_PRIME_URL"