diff options
Diffstat (limited to 'content/en/commands/hugo_new.md')
-rw-r--r-- | content/en/commands/hugo_new.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/en/commands/hugo_new.md b/content/en/commands/hugo_new.md index 2146f85fc..cfe6cc1cd 100644 --- a/content/en/commands/hugo_new.md +++ b/content/en/commands/hugo_new.md @@ -5,7 +5,7 @@ url: /commands/hugo_new/ --- ## hugo new -Create new content for your site +Create new content ### Synopsis @@ -44,8 +44,8 @@ Ensure you run this within the root directory of your site. ### SEE ALSO -* [hugo](/commands/hugo/) - hugo builds your site -* [hugo new content](/commands/hugo_new_content/) - Create new content for your site +* [hugo](/commands/hugo/) - Build your site +* [hugo new content](/commands/hugo_new_content/) - Create new content * [hugo new site](/commands/hugo_new_site/) - Create a new site (skeleton) * [hugo new theme](/commands/hugo_new_theme/) - Create a new theme (skeleton) |