mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-22 07:22:38 +00:00
docs: Clarify usage of archetypes provided by themes
This commit is contained in:
parent
b4404a9554
commit
c7f67dd63c
1 changed files with 2 additions and 0 deletions
|
@ -146,3 +146,5 @@ file name) and the `date` in RFC 3339 format based on
|
||||||
The content type is automatically detected based on the file path passed to the
|
The content type is automatically detected based on the file path passed to the
|
||||||
Hugo CLI command <code>hugo new <em>[my-content-type/post-name]</em></code>. To
|
Hugo CLI command <code>hugo new <em>[my-content-type/post-name]</em></code>. To
|
||||||
override the content type for a new post, include the `--kind` flag during creation.
|
override the content type for a new post, include the `--kind` flag during creation.
|
||||||
|
|
||||||
|
> *Note: if you wish to use archetypes that ship with a theme, the theme MUST be specified in your `config.toml`.*
|
||||||
|
|
Loading…
Reference in a new issue