summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-18 10:33:58 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-18 10:33:58 +0200
commit4c220c4ac2302b6c0a535c1099f2d393d57049c6 (patch)
tree76036635bff9d53416f0de68c266dd989a30de45 /docs/netlify.toml
parentdeccc54004cbe88ddbf8f3f951d3178dc0693189 (diff)
parent6dbde8d731f221b027c0c60b772ba82dad759943 (diff)
Fixes #3709
Diffstat (limited to 'docs/netlify.toml')
-rw-r--r--docs/netlify.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml
new file mode 100644
index 000000000..addb812a2
--- /dev/null
+++ b/docs/netlify.toml
@@ -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" \ No newline at end of file