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

github.com/themefisher/Influencer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2020-06-11 06:23:15 +0300
committersomrat <monnaf37@gmail.com>2020-06-11 06:23:15 +0300
commit186572623e153cfd7f20738d9ea69053b67a7f71 (patch)
tree62c8ec0ffdcccf4693c5e83c6c9fcbe3044b1f54
parentc5db1e0bc2da54f6bd1a412856a1531571ffa460 (diff)
added netlify
-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..68eea10
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,7 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+
+[build.environment]
+ HUGO_VERSION = "0.60.1"
+ HUGO_THEME = "repo" \ No newline at end of file