Merge commit '337d0c5f516ee085205e8abefdb7f87e6d33ca05'

This commit is contained in:
Bjørn Erik Pedersen
2018-01-31 11:08:08 +01:00
58 changed files with 1381 additions and 552 deletions

View File

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