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>2019-01-27 22:44:18 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-27 22:44:18 +0300
commit55d0a747c0a9b569ef6a1aaad4ccecc54423c172 (patch)
treeb8e32134b9cc3134d94728273fea1e042789595e
parent386b0399b09491684c7bf3d1b87dfc2e753c6b62 (diff)
Update netlify config
-rw-r--r--netlify.toml13
1 files changed, 5 insertions, 8 deletions
diff --git a/netlify.toml b/netlify.toml
index 7b45924..ca84fce 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,11 +1,8 @@
[build]
-publish = "exampleSite/public"
-command = """hugo \
- --source exampleSite \
- --config exampleSite/config.toml \
- --themesDir ../.. \
- --theme repo \
- --baseURL https://minimal-bootstrap-hugo-theme.netlify.com/"""
+ publish = "exampleSite/public"
+ command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
-HUGO_VERSION = "0.51" \ No newline at end of file
+ HUGO_VERSION = "0.53"
+ HUGO_THEME = "repo"
+ HUGO_BASEURL = "https://minimal-bootstrap-hugo-theme.netlify.com/" \ No newline at end of file