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

github.com/themefisher/vex-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat-gyver <somrat.gyver@gmail.com>2020-07-11 08:04:10 +0300
committersomrat-gyver <somrat.gyver@gmail.com>2020-07-11 08:04:10 +0300
commit140ce06e06ccbce92bd5c0b221263c28cc9a7e71 (patch)
tree0301b79707db494011f03efdbf24f7a10924727b /netlify.toml
parent9336ec418ac1be44b6af6d631a1eff4b8d12a1a4 (diff)
initialize version 2.0.0
Diffstat (limited to 'netlify.toml')
-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..60b1323
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
+
+[build.environment]
+ HUGO_VERSION = "0.73.0"
+ HUGO_THEME = "repo"
+ HUGO_BASEURL = "/" \ No newline at end of file