docs: Clarify usage of archetypes provided by themes

This commit is contained in:
Eugene Brodsky 2016-12-10 01:59:42 -05:00 committed by digitalcraftsman
parent b4404a9554
commit c7f67dd63c

View file

@ -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`.*