diff --git a/site/_docs/collections.md b/site/_docs/collections.md index 12df6936..6aba16b6 100644 --- a/site/_docs/collections.md +++ b/site/_docs/collections.md @@ -44,8 +44,13 @@ documents. YAML Front Matter is read in as data if it exists, and everything after it is stuck in the Document's `content` attribute. If no YAML Front Matter is provided, Jekyll will not generate the file in your collection. +
Note: the folder must be named identically to the collection you defined in your `_config.yml` file, with the addition of the preceding `_` character. +
++Files in collections that do not have front matter are treated as static files and simply copied to their output location without -processing.** +processing. +
+