site/netlify.toml

17 lines
275 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]
2017-11-04 12:38:19 +01:00
HUGO_VERSION = "0.30.2"
2017-11-04 12:33:08 +01:00
[context.branch-deploy]
command = "hugo -D"
[context.branch-deploy.environment]
2017-11-04 12:38:19 +01:00
HUGO_VERSION = "0.30.2"