From 6a68a03ee940b9022181d6401013d17ba68e6e56 Mon Sep 17 00:00:00 2001 From: Eugene Brodsky Date: Sat, 10 Dec 2016 01:59:42 -0500 Subject: [PATCH] docs: Clarify usage of archetypes provided by themes --- content/content/archetypes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/content/archetypes.md b/content/content/archetypes.md index ca55bb038..e495006de 100644 --- a/content/content/archetypes.md +++ b/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`.*