summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter van Dijk <peter.van.dijk@powerdns.com>2024-04-25 14:38:22 +0200
committerGitHub <noreply@github.com>2024-04-25 14:38:22 +0200
commitfe84cc218e4b96466855d5f2e663ebfec101d1af (patch)
tree090b2885d8ced2002e05babb65c5cdf4a6fafa20
parentbabcb339a848842705c1418b2895ab31f7ddb735 (diff)
commands: Clarify that create or install a theme are two options
-rw-r--r--commands/new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/new.go b/commands/new.go
index 045a920a3..4bad0059f 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -209,7 +209,7 @@ func (c *newCommand) newSiteNextStepsText(path string, format string) string {
1. Change the current directory to ` + path + `.
2. Create or install a theme:
- Create a new theme with the command "hugo new theme <THEMENAME>"
- - Install a theme from https://themes.gohugo.io/
+ - Or, install a theme from https://themes.gohugo.io/
3. Edit hugo.` + format + `, setting the "theme" property to the theme name.
4. Create new content with the command "hugo new content `)