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:
d6ca728
)
commands: Remove comma after URL in new site output
author
Joshua Arnott
<josh@snorfalorpagus.net>
Wed, 19 Jun 2019 21:03:30 +0000
(22:03 +0100)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Wed, 19 Jun 2019 21:03:30 +0000
(23:03 +0200)
Some terminals include the comma in the URL when hyperlinking, resulting in a 404
commands/new_site.go
patch
|
blob
|
history
diff --git
a/commands/new_site.go
b/commands/new_site.go
index 114ee82f6c219f2e5b1a67afd3f1c97e4a83ca0f..6d1677e22d6790ba2bb8871f3de0539e0141fc62 100644
(file)
--- a/
commands/new_site.go
+++ b/
commands/new_site.go
@@
-149,7
+149,7
@@
func nextStepsText() string {
nextStepsText.WriteString(`Just a few more steps and you're ready to go:
1. Download a theme into the same-named folder.
- Choose a theme from https://themes.gohugo.io/
,
or
+ Choose a theme from https://themes.gohugo.io/ or
create your own with the "hugo new theme <THEMENAME>" command.
2. Perhaps you want to add some content. You can add single files
with "hugo new `)