chore: require Hugo v0.50+

Hugo v0.50 fixes bug with using `hugo new` to create new pages
This commit is contained in:
George Cushen 2018-11-03 13:14:42 +00:00
parent dea710ff0e
commit db66886e08
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.49.2"
HUGO_VERSION = "0.50"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"