Skip to content

Commit

Permalink
commands: Clarify that create or install a theme are two options
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie authored Apr 25, 2024
1 parent babcb33 commit fe84cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 `)

Expand Down

0 comments on commit fe84cc2

Please sign in to comment.