Change base url in example config file
See https://github.com/spf13/hugoThemes/issues/171
This commit is contained in:
parent
5fd0e27ebe
commit
16e9542711
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Page settings
|
||||
|
||||
baseurl = "http://replace-this-with-your-hugo-site.com/"
|
||||
baseurl = "http://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "John Doe Resume"
|
||||
theme = "hugo-orbit-theme"
|
||||
|
|
Loading…
Reference in a new issue