Merge commit 'ec4e6f9df2ab9ffdc62a3f59675369096e0d3f77' as 'docs'

This commit is contained in:
Bjørn Erik Pedersen
2017-08-10 17:18:22 +02:00
839 changed files with 44703 additions and 0 deletions

18
docs/netlify.toml Normal file
View File

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