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:04:02 +0300
committerZachary Betz <zwbetz@gmail.com>2018-11-27 08:04:02 +0300
commit2024f18d0dc097bee6f147a0f6b0174ec33c9f3e (patch)
tree21e691d5ee36387a9c4854b47b8bb465a48006a0 /netlify.toml
parent42b73dfec8110a9b4781f63200d7faa5253d85a4 (diff)
Test --themesDir arg
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 48859b1..4c74157 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = "exampleSite/public"
-command = "hugo --source exampleSite --config exampleSite/config.toml --themesDir ../.."
+command = "hugo --source exampleSite --config exampleSite/config.toml --themesDir .."
[context.production.environment]
HUGO_VERSION = "0.51"