mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
commands: Remove comma after URL in new site output
Some terminals include the comma in the URL when hyperlinking, resulting in a 404
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
d6ca728ff3
commit
de7b9475c0
@@ -149,7 +149,7 @@ func nextStepsText() string {
|
|||||||
nextStepsText.WriteString(`Just a few more steps and you're ready to go:
|
nextStepsText.WriteString(`Just a few more steps and you're ready to go:
|
||||||
|
|
||||||
1. Download a theme into the same-named folder.
|
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.
|
create your own with the "hugo new theme <THEMENAME>" command.
|
||||||
2. Perhaps you want to add some content. You can add single files
|
2. Perhaps you want to add some content. You can add single files
|
||||||
with "hugo new `)
|
with "hugo new `)
|
||||||
|
Reference in New Issue
Block a user