From bd44bd4584ed5bf4fda8f5e181dcd54915df2165 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Sat, 12 Jan 2019 11:07:27 -0600 Subject: HUGO_THEME env var test v3 --- netlify.toml | 12 +++--------- 1 file 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 -- cgit v1.2.3