From bee521c68fa14ea76e2f442d7907be04bf50e3e6 Mon Sep 17 00:00:00 2001 From: bep Date: Sat, 2 May 2015 00:24:46 +0200 Subject: [PATCH] Try to make it more visible that you have to set baseUrl --- commands/new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/new.go b/commands/new.go index b5066165b..3264c6f86 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", }