Merge commit '6dbde8d731f221b027c0c60b772ba82dad759943'

Fixes #3709
This commit is contained in:
Bjørn Erik Pedersen
2017-07-18 10:33:58 +02:00
579 changed files with 20511 additions and 16227 deletions

18
docs/netlify.toml Normal file
View File

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