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

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Shenoy <shenoybr@gmail.com>2016-10-18 02:24:06 +0300
committerRajesh Shenoy <shenoybr@gmail.com>2016-10-18 02:24:06 +0300
commitf5d8b30ca11905eeab1500b143ab43fc255ac5ab (patch)
tree56f77f9f7536beb05c46441c64f467ce608bda4d
parentf124c7bdbd688e8296d5256c34df7abbe5db32a3 (diff)
Update baseurl in exampleSite config.toml
Refer: https://github.com/spf13/hugoThemes/issues/171
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 43cb738..d6620f2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,6 @@
## Basic Configuration
-baseurl = "https://you.github.io/"
+baseurl = "" #Example "https://<you>.github.io/"
builddrafts = false
canonifyurls = false
languageCode = "en-US"