db66886e08
Hugo v0.50 fixes bug with using `hugo new` to create new pages
9 lines
162 B
TOML
9 lines
162 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo"
|
|
|
|
[context.production.environment]
|
|
HUGO_VERSION = "0.50"
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|