summaryrefslogtreecommitdiff
path: root/exampleSite/config.yml
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-02-20 10:24:15 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-02-20 10:24:15 +0100
commit0cfb8a08a41e72670b271ab22a1ca10808efe597 (patch)
treee10d5b1d00d2c9c49c479b251b9a933ec87dca5f /exampleSite/config.yml
parentdd0f7f7a5e70652616720b72ccc95426db699508 (diff)
Remove /example from link to conform with themes site requirements
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r--exampleSite/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index c8eaffb..050012d 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -1,6 +1,6 @@
-# hugo server --themesDir ...
+# hugo server --themesDir ... --baseURL=http://0.0.0.0:1313/example
-baseURL: https://example.com/example/
+baseURL: https://example.com/
title: Hugo Book
theme: hugo-book
disableKinds: ["taxonomy", "taxonomyTerm"]