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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-05-26 08:45:43 +0300
committertosi29 <tosi16@gmail.com>2019-05-26 08:45:43 +0300
commite070efdee008f244d5f11344b24347003e5a5198 (patch)
treeb0336b7d984311bdfc9d9194a554817afdfd1ee8
parent5c6efdb11efd4c6708dae651f4ceff143be7ae20 (diff)
Add netlify.toml
-rw-r--r--netlify.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..cdc9245
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,7 @@
+[build]
+ command = "hugo -c ./exampleSite/content/ --config ./exampleSite/config.toml --baseURL https://clever-visvesvaraya-e41cfa.netlify.com/ -t ''"
+ publish = "public"
+
+[build.environment]
+ HUGO_VERSION = "0.56"
+ HUGO_ENABLEGITINFO = "true" \ No newline at end of file