Files
hugo/netlify.toml
T
Bjørn Erik Pedersen 2c25718040 Add production config
2017-07-16 23:06:32 +02:00

14 lines
329 B
TOML

[build]
publish = "public"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.25.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.next.environment]
HUGO_VERSION = "0.25.1"
HUGO_ENV = "development"
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
HUGO_ENABLEGITINFO = "true"