site/netlify.toml

17 lines
279 B
TOML
Raw Normal View History

2017-11-04 12:33:08 +01:00
[build]
base = "."
publish = "public"
command = "hugo"
[context.production]
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.27-DEV"
[context.branch-deploy]
command = "hugo -D"
[context.branch-deploy.environment]
HUGO_VERSION = "0.27-DEV"