diff options
author | Peter van Dijk <[email protected]> | 2024-04-25 14:38:22 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-25 14:38:22 +0200 |
commit | fe84cc218e4b96466855d5f2e663ebfec101d1af (patch) | |
tree | 090b2885d8ced2002e05babb65c5cdf4a6fafa20 /commands | |
parent | babcb339a848842705c1418b2895ab31f7ddb735 (diff) | |
download | hugo-fe84cc218e4b96466855d5f2e663ebfec101d1af.tar.gz hugo-fe84cc218e4b96466855d5f2e663ebfec101d1af.zip |
commands: Clarify that create or install a theme are two options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/new.go | 2 |
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 `) |