diff options
Diffstat (limited to 'exampleSite')
-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"] |