mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Try to make it more visible that you have to set baseUrl
This commit is contained in:
parent
be15927819
commit
bee521c68f
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ min_version = 0.13
|
||||||
|
|
||||||
func createConfig(inpath string, kind string) (err error) {
|
func createConfig(inpath string, kind string) (err error) {
|
||||||
in := map[string]string{
|
in := map[string]string{
|
||||||
"baseurl": "http://yourSiteHere/",
|
"baseurl": "http://replace-this-with-your-hugo-site.com/",
|
||||||
"title": "My New Hugo Site",
|
"title": "My New Hugo Site",
|
||||||
"languageCode": "en-us",
|
"languageCode": "en-us",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue