mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
commands: Add help text to "hugo new"
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
d14420539a
commit
6b21ac3e67
@@ -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,
|
||||
})
|
||||
|
Reference in New Issue
Block a user