awesome-hugo/netlify.toml

16 lines
274 B
TOML
Raw Normal View History

2020-12-18 17:46:34 +00:00
[build]
publish = "public"
command = "hugo"
[build.environment]
HUGO_VERSION = "0.78.2"
[context.production.environment]
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"