mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
commands: Add help text to "hugo new"
This commit is contained in:
parent
d14420539a
commit
6b21ac3e67
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@ It will guess which kind of file to create based on the path provided.
|
|||
|
||||
You can also specify the kind with ` + "`-k KIND`" + `.
|
||||
|
||||
If archetypes are provided in your theme or site, they will be used.`,
|
||||
If archetypes are provided in your theme or site, they will be used.
|
||||
|
||||
Ensure you run this within the root directory of your site.`,
|
||||
|
||||
RunE: cc.newContent,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue