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-07 00:33:57 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-07 00:33:57 +0300
commit22bcc02dbd523033f7ca2487f7a7b0de01aaad25 (patch)
tree7ad5bef3ebf1997609bf0866121764d77a87d385
parente2ef6f8a334f3ed1d6d8fffd4e84ed527b3886c4 (diff)
Update demo site domain
-rw-r--r--README.md2
-rw-r--r--netlify.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f498517..2d4d217 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ The typical page size, if the page has no images, is under 300kb. It's even lowe
Demos:
-* Dev demo, immediate updates: <https://focused-williams-f75490.netlify.com/>
+* Dev demo, immediate updates: <https://minimal-bootstrap-hugo-theme.netlify.com/>
* Hugo Themes demo, weekly-ish updates: <https://themes.gohugo.io/theme/minimal-bootstrap-hugo-theme/>
## Table of Contents
diff --git a/netlify.toml b/netlify.toml
index 1b952e2..7b45924 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -5,7 +5,7 @@ command = """hugo \
--config exampleSite/config.toml \
--themesDir ../.. \
--theme repo \
- --baseURL https://focused-williams-f75490.netlify.com"""
+ --baseURL https://minimal-bootstrap-hugo-theme.netlify.com/"""
[build.environment]
HUGO_VERSION = "0.51" \ No newline at end of file