ref: bee521c68fa14ea76e2f442d7907be04bf50e3e6
parent: be15927819fab6a78d9faea904ee8037ce577984
author: bep <[email protected]>
date: Fri May 1 20:24:46 EDT 2015
Try to make it more visible that you have to set baseUrl
--- a/commands/new.go
+++ b/commands/new.go
@@ -253,7 +253,7 @@
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",
}