aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/netlify.toml
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2018-07-11 14:45:50 +0300
committerMantas <11616378+mistermantas@users.noreply.github.com>2018-07-11 14:45:50 +0300
commitd7500b363fee49307304fa623f74649cb408b532 (patch)
tree1413e689d5c006ab80e251816d595bfa74ab65a0 /exampleSite/netlify.toml
parent7061d2290b01c0d875b2e581bd4254b485ef48ed (diff)
v2-dev2
Diffstat (limited to 'exampleSite/netlify.toml')
-rw-r--r--exampleSite/netlify.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
new file mode 100644
index 0000000..3ef9150
--- /dev/null
+++ b/exampleSite/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"