Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-04-19 22:17:22 +0300
committerVivek R <vividvilla@gmail.com>2019-04-19 22:17:22 +0300
commite890d56afff5fc2cbd1da2ba6c695ed4cd1c9899 (patch)
tree2b2d8e66351932d2d29d9ee66ba42e6a04736455
parent3e2648b38636238ac25ab01949b79947210d5463 (diff)
feat: add netlify build config
-rw-r--r--netlify.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..1e74b19
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+
+[build.environment]
+ HUGO_VERSION = "0.51"
+ HUGO_THEME = "repo"
+ HUGO_BASEURL = "/"