Merge commit '05e42bc643f1840ed2ad9c2eff82a269d1381683'

This commit is contained in:
Bjørn Erik Pedersen
2017-11-17 13:48:33 +01:00
16 changed files with 84 additions and 56 deletions

View File

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