Merge commit '9cc9bab46288d8d5f9fda7009c5f746258cec1b4'

This commit is contained in:
Bjørn Erik Pedersen
2018-02-10 12:52:31 +01:00
78 changed files with 570 additions and 11740 deletions

View File

@@ -1,18 +1,23 @@
[build]
publish = "public"
command = "hugo"
publish = "public"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.35"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
HUGO_VERSION = "0.36"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.35"
HUGO_VERSION = "0.36"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.35"
HUGO_VERSION = "0.36"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
HUGO_ENABLEGITINFO = "true"
HUGO_ENABLEGITINFO = "true"