@@ -209,7 +209,7 @@ func (c *newCommand) newSiteNextStepsText(path string, format string) string { |
|
|
209 |
209 |
1. Change the current directory to ` + path + `. |
210 |
210 |
2. Create or install a theme: |
211 |
211 |
- Create a new theme with the command "hugo new theme " |
212 |
|
- - Install a theme from https://themes.gohugo.io/ |
|
212 |
+ - Or, install a theme from https://themes.gohugo.io/ |
213 |
213 |
3. Edit hugo.` + format + `, setting the "theme" property to the theme name. |
214 |
214 |
4. Create new content with the command "hugo new content `) |
215 |
215 |
|