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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-01-04 18:31:49 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-04 18:31:49 +0300
commit9b9cb89cdfcea8f91a6024015c3ceb59b2451f23 (patch)
tree8f9876f41a107cbde5bf0375d9b4fde840892c7f
parent88e2201687807be90205c59554a85e5dfd22c51b (diff)
Update netlify publish dir
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 9a71743..934a5b9 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,5 +1,5 @@
[build]
- publish = "public"
+ publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --themesDir ../.. -t repo --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/"
[build.environment]