summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
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