Merge commit 'f3cd083961f36dc96d05e98aaf67f650102bc757'

This commit is contained in:
Bjørn Erik Pedersen
2017-12-30 09:17:23 +01:00
71 changed files with 676 additions and 477 deletions

View File

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