summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-10 17:18:22 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-10 17:18:22 +0200
commita1900826b93847ce2d88ce9f99666e5ef4808741 (patch)
treee567840e067bce976958e8a04bcca100a8cab531 /docs/netlify.toml
parentd384c661fef16fcfb5551db4cc1a2e60fb7cbed2 (diff)
parentec4e6f9df2ab9ffdc62a3f59675369096e0d3f77 (diff)
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..c556acabf
--- /dev/null
+++ b/docs/netlify.toml
@@ -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" \ No newline at end of file