From dc8c6f2893dede98c600bdf930d2078204dba217 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Sat, 12 Jan 2019 19:34:35 -0600 Subject: Add HUGO_BASEURL env var --- netlify.toml | 5 +++-- 1 file 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 -- cgit v1.2.3