Try to make it more visible that you have to set baseUrl

This commit is contained in:
bep 2015-05-02 00:24:46 +02:00
parent be15927819
commit bee521c68f

View file

@ -253,7 +253,7 @@ min_version = 0.13
func createConfig(inpath string, kind string) (err error) {
in := map[string]string{
"baseurl": "http://yourSiteHere/",
"baseurl": "http://replace-this-with-your-hugo-site.com/",
"title": "My New Hugo Site",
"languageCode": "en-us",
}