LoveIt/exampleSite/netlify.toml

11 lines
202 B
TOML
Raw Normal View History

2019-02-03 12:30:44 +01:00
[build]
command = "hugo"
publish = "public"
[build.environment]
HUGO_VERSION = "0.53"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]
HUGO_ENV = "production hugo --gc --minify"