Use example.org for replace-this-with-your-hugo-site.com

Fixes #2575
This commit is contained in:
Bjørn Erik Pedersen
2016-10-14 09:34:08 +02:00
parent 8fa871a05f
commit 794589fbfd
3 changed files with 16 additions and 16 deletions

View File

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