mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 07:54:47 -04:00
commands: Add help text to "hugo new"
This commit is contained in:
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`" + `.
|
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,
|
RunE: cc.newContent,
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user