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

@ -221,7 +221,7 @@ func loadJekyllConfig(jekyllRoot string) map[string]interface{} {
func createConfigFromJekyll(inpath string, kind string, jekyllConfig map[string]interface{}) (err error) {
title := "My New Hugo Site"
baseurl := "http://replace-this-with-your-hugo-site.com/"
baseurl := "http://example.org/"
for key, value := range jekyllConfig {
lowerKey := strings.ToLower(key)