Merge commit '9d68f695e782c6a83c77aff13317c7a22c694c98'

This commit is contained in:
Bjørn Erik Pedersen
2017-09-28 17:22:55 +02:00
47 changed files with 294 additions and 87 deletions

View File

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