schliesspendel-site/netlify.toml
2017-11-05 11:00:49 +00:00

17 lines
275 B
TOML

[build]
base = "."
publish = "public"
command = "hugo"
[context.production]
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.30.2"
[context.branch-deploy]
command = "hugo -D"
[context.branch-deploy.environment]
HUGO_VERSION = "0.30.2"