Merge commit 'c305e44f5f081e4436195923a4593e396f07cd49'

This commit is contained in:
Bjørn Erik Pedersen
2018-02-05 14:24:24 +01:00
14 changed files with 116 additions and 22 deletions

View File

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