1
0
jcktrue.dk/netlify.toml
George Cushen db66886e08 chore: require Hugo v0.50+
Hugo v0.50 fixes bug with using `hugo new` to create new pages
2018-11-03 13:14:42 +00:00

9 lines
162 B
TOML

[build]
publish = "public"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.50"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"