From 74db2c484e40eacd47a11a8deb4caf88b4cec2bb Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Thu, 6 Dec 2018 12:08:34 -0600 Subject: Make themesDir generic --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 6a3888b..1b952e2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "exampleSite/public" command = """hugo \ --source exampleSite \ --config exampleSite/config.toml \ - --themesDir /opt/build \ + --themesDir ../.. \ --theme repo \ --baseURL https://focused-williams-f75490.netlify.com""" -- cgit v1.2.3