]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
commands: Clarify that create or install a theme are two options
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 25 Apr 2024 12:38:22 +0000 (14:38 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 12:38:22 +0000 (14:38 +0200)
commands/new.go

index 045a920a38f22897de3f997876072b3c208fc1b0..4bad0059ff5218f2c56a2636e3d7bf8ff24a895e 100644 (file)
@@ -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 `)