Merge commit 'ba45da9d03056447e4873de13d4e0f8d658a769b'

This commit is contained in:
Bjørn Erik Pedersen
2017-09-21 19:05:40 +02:00
201 changed files with 471 additions and 205 deletions

View File

@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.26"
HUGO_VERSION = "0.27.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
HUGO_VERSION = "0.26"
HUGO_VERSION = "0.27.1"
[context.branch-deploy.environment]
HUGO_VERSION = "0.26"
HUGO_VERSION = "0.27.1"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"