From fe84cc218e4b96466855d5f2e663ebfec101d1af Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 25 Apr 2024 14:38:22 +0200 Subject: [PATCH] commands: Clarify that create or install a theme are two options --- commands/new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " - - 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 `)