From: bep Date: Fri, 1 May 2015 22:24:46 +0000 (+0200) Subject: Try to make it more visible that you have to set baseUrl X-Git-Tag: v0.14~95 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bee521c68fa14ea76e2f442d7907be04bf50e3e6;p=brevno-suite%2Fhugo Try to make it more visible that you have to set baseUrl --- diff --git a/commands/new.go b/commands/new.go index b5066165..3264c6f8 100644 --- a/commands/new.go +++ b/commands/new.go @@ -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", }