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

github.com/themefisher/liva-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:27:12 +0300
committersomrat <monnaf37@gmail.com>2020-06-11 06:27:12 +0300
commitc0367210caaaedc08e7b437e734fbebbd6df3e9f (patch)
tree0e1706e97939a2f72a3f0bc406d0c7cc128bbb4a
parent781456c4aa17f48ded2164c5b931e98612f1e1f2 (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..8ef10bb
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,7 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+
+[build.environment]
+ HUGO_VERSION = "0.71.1"
+ HUGO_THEME = "repo" \ No newline at end of file