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-11-27 08:05:35 +0300
committerZachary Betz <zwbetz@gmail.com>2018-11-27 08:05:35 +0300
commit10fa747770ace3ded45845dfe10dcebce5e1a4e2 (patch)
tree0c9d355a5c309f189c46247508afac504c0aba8e
parent2024f18d0dc097bee6f147a0f6b0174ec33c9f3e (diff)
Test --themesDir arg
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 4c74157..b33f3e0 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
-publish = "exampleSite/public"
-command = "hugo --source exampleSite --config exampleSite/config.toml --themesDir .."
+publish = "exampleSite/public/"
+command = "hugo --source exampleSite/ --config exampleSite/config.toml --themesDir /opt/build/repo/"
[context.production.environment]
HUGO_VERSION = "0.51"