LoveIt/exampleSite/netlify.toml
Giuseppe Pignataro a8a6c91421 Initial Commit
2019-02-03 12:30:44 +01:00

10 lines
202 B
TOML

[build]
command = "hugo"
publish = "public"
[build.environment]
HUGO_VERSION = "0.53"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]
HUGO_ENV = "production hugo --gc --minify"