summaryrefslogtreecommitdiffstats
path: root/commands/new.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-10-14 09:34:08 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-10-14 09:51:39 +0200
commit794589fbfdb41d380b47685775e7ca28009b420e (patch)
tree562de01bc0137e6a5f39e7caeda4a5d0c7058225 /commands/new.go
parent8fa871a05f46295beef1f460bca28cb21ce42d2b (diff)
Use example.org for replace-this-with-your-hugo-site.com
Fixes #2575
Diffstat (limited to 'commands/new.go')
-rw-r--r--commands/new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/new.go b/commands/new.go
index 8e30797a0..a75a6f758 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -332,7 +332,7 @@ func newContentPathSection(path string) (string, string) {
func createConfig(inpath string, kind string) (err error) {
in := map[string]interface{}{
- "baseurl": "http://replace-this-with-your-hugo-site.com/",
+ "baseurl": "http://example.org/",
"title": "My New Hugo Site",
"languageCode": "en-us",
}