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:29:41 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-04 18:29:41 +0300
commit88e2201687807be90205c59554a85e5dfd22c51b (patch)
tree27056d9dd4cc48d816e9b25c29862776b7f3dda8
parent2d1e716c12c8933d665744b84cb2cf06e5584041 (diff)
Update netlify build command
-rw-r--r--netlify.toml10
1 files changed, 2 insertions, 8 deletions
diff --git a/netlify.toml b/netlify.toml
index 1af38cb..9a71743 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,12 +1,6 @@
[build]
- publish = "exampleSite/public"
- command = """hugo \
- --gc \
- --source exampleSite \
- --config exampleSite/config.yaml \
- --themesDir ../.. \
- --theme repo \
- --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/"""
+ publish = "public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.. -t repo --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/"
[build.environment]
HUGO_VERSION = "0.52" \ No newline at end of file