hmc-guide/themes/hugo-mod-bootstrap-scss/netlify.toml

13 lines
345 B
TOML

[build]
publish = "exampleSite/public"
command = "hugo --gc -s exampleSite --minify"
[build.environment]
HUGO_VERSION = "0.143.1"
[context.deploy-preview]
command = "hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"