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>2018-12-28 08:15:13 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-28 08:15:13 +0300
commit4f155ffe0cd01d15a30bd4a9aa3423f9f7b88f1a (patch)
tree8049e2513c85720e3b9ded5579767abf3a19ddbc /netlify.toml
parent2aae2d4384acf96d56418b5cf907f468fe24a3a0 (diff)
Reword
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/netlify.toml b/netlify.toml
index 22a4a12..1af38cb 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,14 +1,12 @@
[build]
publish = "exampleSite/public"
- command = """
- hugo \
+ command = """hugo \
--gc \
--source exampleSite \
--config exampleSite/config.yaml \
--themesDir ../.. \
--theme repo \
- --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/
- """
+ --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/"""
[build.environment]
HUGO_VERSION = "0.52" \ No newline at end of file