From: Eugene Brodsky Date: Sat, 10 Dec 2016 06:59:42 +0000 (-0500) Subject: docs: Clarify usage of archetypes provided by themes X-Git-Tag: v0.18~20 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c7f67dd63c60ef88cd76d8497abff864690919ed;p=brevno-suite%2Fhugo docs: Clarify usage of archetypes provided by themes --- diff --git a/docs/content/content/archetypes.md b/docs/content/content/archetypes.md index ca55bb03..e495006d 100644 --- a/docs/content/content/archetypes.md +++ b/docs/content/content/archetypes.md @@ -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 Hugo CLI command hugo new [my-content-type/post-name]. To 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`.*