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-12 20:07:27 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-12 20:07:27 +0300
commitbd44bd4584ed5bf4fda8f5e181dcd54915df2165 (patch)
tree82ed21b6c2d05691d57b6c2ae67081d14d451efe
parent25672d76c5f30e13997bc612e42f96a8cfd1bfcb (diff)
HUGO_THEME env var test v3
-rw-r--r--netlify.toml12
1 files changed, 3 insertions, 9 deletions
diff --git a/netlify.toml b/netlify.toml
index cd3a939..ade8ce5 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,13 +1,7 @@
[build]
publish = "exampleSite/public"
- command = """\
- HUGO_THEME=repo \
- cd exampleSite && \
- hugo \
- --gc \
- --themesDir ../.. \
- --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/ \
- """
+ command = "cd exampleSite && hugo --gc --themesDir ../.. --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/"
[build.environment]
- HUGO_VERSION = "0.53" \ No newline at end of file
+ HUGO_VERSION = "0.53"
+ HUGO_THEME= "repo" \ No newline at end of file