Try to make it more visible that you have to set baseUrl - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit bee521c68fa14ea76e2f442d7907be04bf50e3e6
 (DIR) parent be15927819fab6a78d9faea904ee8037ce577984
 (HTM) Author: bep <bjorn.erik.pedersen@gmail.com>
       Date:   Sat,  2 May 2015 00:24:46 +0200
       
       Try to make it more visible that you have to set baseUrl
       
       Diffstat:
         M commands/new.go                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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",
                }