mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
commands: Add help text to "hugo new"
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
d14420539a
commit
6b21ac3e67
+3
-1
@@ -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