Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/minimal-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>2018-12-06 21:08:34 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-06 21:08:34 +0300
commit74db2c484e40eacd47a11a8deb4caf88b4cec2bb (patch)
tree3631d3c352622711d715b9a53ded234c850955cd
parentd8dc1cf8291c0c61a76d7927bf9cd9a9fb7f384e (diff)
Make themesDir generic
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
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"""