From 88e2201687807be90205c59554a85e5dfd22c51b Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Fri, 4 Jan 2019 09:29:41 -0600 Subject: Update netlify build command --- netlify.toml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/netlify.toml b/netlify.toml index 1af38cb..9a71743 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,12 +1,6 @@ [build] - publish = "exampleSite/public" - command = """hugo \ - --gc \ - --source exampleSite \ - --config exampleSite/config.yaml \ - --themesDir ../.. \ - --theme repo \ - --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/""" + publish = "public" + command = "cd exampleSite && hugo --gc --themesDir ../.. -t repo --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/" [build.environment] HUGO_VERSION = "0.52" \ No newline at end of file -- cgit v1.2.3