Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-09-10 21:01:29 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-09-10 21:09:35 +0300
commit516c3a2b8b1400c133ac485309f321026b6db8bb (patch)
treec018cf6283e380508dd524e3c28c8ac16af0031c /exampleSite
parentcc3766e479b76b8f7f37c4ff6f14a9979e2aeb46 (diff)
Change baseurl to example.com
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5ea40d9..11802d8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,6 @@
-baseurl = "http://localhost:1313/"
+baseurl = "http://example.com/"
+# If you use "hugo server" you might want to use this entry:
+#baseurl = "http://localhost:1313/"
title = "Hamburg theme example"
copyright = "&copy; Lorem ipsum ... and so on ..."