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-13 04:34:35 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-13 04:34:35 +0300
commitdc8c6f2893dede98c600bdf930d2078204dba217 (patch)
treecf28f6210626fa35f89a273857433ce428420a6c
parent31b8d07adb27743f6ed4fe18ea5df3e8b872fec9 (diff)
Add HUGO_BASEURL env var
-rw-r--r--netlify.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index ab8654e..a9a46da 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,7 +1,8 @@
[build]
publish = "exampleSite/public"
- command = "cd exampleSite && hugo --gc --themesDir ../.. --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.53"
- HUGO_THEME = "repo" \ No newline at end of file
+ HUGO_THEME = "repo"
+ HUGO_BASEURL = "https://vanilla-bootstrap-hugo-theme.netlify.com/" \ No newline at end of file