aboutsummaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2018-07-24 16:47:09 +0300
committerMantas <11616378+mistermantas@users.noreply.github.com>2018-07-24 16:47:09 +0300
commit76fb82e5d06cd5fefe7364e769a5384798193747 (patch)
tree6b3464de2b9a5af824677e78fbb14af4c20ec7e3 /netlify.toml
v2-rc1
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..3ef9150
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,14 @@
+[build]
+ command = "hugo"
+ publish = "public"
+ functions = "functions"
+
+[build.environment]
+ HUGO_VERSION = "0.41"
+
+[context.production.environment]
+ HUGO_ENV = "production"
+ NODE_ENV = "production"
+
+[context.deploy-preview]
+ command = "hugo"