projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be15927
)
Try to make it more visible that you have to set baseUrl
author
bep
<bjorn.erik.pedersen@gmail.com>
Fri, 1 May 2015 22:24:46 +0000
(
00:24
+0200)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Fri, 1 May 2015 22:24:47 +0000
(
00:24
+0200)
commands/new.go
patch
|
blob
|
history
diff --git
a/commands/new.go
b/commands/new.go
index b5066165b22aff3219a70d43ec31f356d3b31223..3264c6f863569515bd7675a7c6b604c5d1b2220c 100644
(file)
--- 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",
}