From: Peter van Dijk Date: Thu, 25 Apr 2024 12:38:22 +0000 (+0200) Subject: commands: Clarify that create or install a theme are two options X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe84cc218e4b96466855d5f2e663ebfec101d1af;p=brevno-suite%2Fhugo commands: Clarify that create or install a theme are two options --- 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 `)