diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-02-20 10:24:15 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-02-20 10:24:15 +0100 |
commit | 0cfb8a08a41e72670b271ab22a1ca10808efe597 (patch) | |
tree | e10d5b1d00d2c9c49c479b251b9a933ec87dca5f | |
parent | dd0f7f7a5e70652616720b72ccc95426db699508 (diff) |
Remove /example from link to conform with themes site requirements
-rw-r--r-- | exampleSite/config.yml | 4 |
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"] |