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

github.com/zwbetz-gh/vanilla-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-26 07:04:37 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-26 07:04:37 +0300
commit04c19047524a4f1ba5ad912eb9fc3d3b0dbf9439 (patch)
treef0c79ca79e860074a6daf6f69f8f7d96e8b57079 /netlify.toml
parent6f0a72f334029514f0e194dc81a7bdc3b03d47c3 (diff)
Edit netlify config
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index d1a123f..3f03669 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,9 @@
command = """hugo \
--source exampleSite \
--config exampleSite/config.yaml \
- --themesDir ../..
+ --themesDir ../.. \
+ --theme repo \
+ --baseURL https://vanilla-bootstrap-hugo-theme.netlify.com/
"""
[build.environment]