diff --git a/site/_docs/collections.md b/site/_docs/collections.md index 393cbf6f..12df6936 100644 --- a/site/_docs/collections.md +++ b/site/_docs/collections.md @@ -77,6 +77,10 @@ collections: For example, if you have `_my_collection/some_subdir/some_doc.md`, it will be written out to `/awesome/some_subdir/some_doc/index.html`. +**Note that files in collections that do not have front matter are treated +as static files and simply copied to their output location without +processing.** +
@@ -173,6 +177,16 @@ you specified in your `_config.yml` (if present) and the following information:

+ + + +
+

files

+
+

+ An array of static files in the collection. +

+

relative_directory