--- layout: docs title: Collections prev_section: variables next_section: datafiles permalink: /docs/collections/ ---
In order to use this feature, install the latest development version of Jekyll.
This is an experimental feature and that the API may likely change until the feature stabilizes.
Variable | Description |
---|---|
|
The name of the collection. |
|
An array of Documents contained in this collection. |
Variable | Description |
---|---|
|
The content of the document. If no YAML front-matter is provided, this is the entirety of the file contents. If YAML front-matter is used, then this is all the contents of the file after the terminating `---` of the front-matter. |
|
The full path to the document's source file. |
|
The path to the document's source file relative to the site source. |
|
The URL of the rendered collection. The file is only written to the
destination when the name of the collection to which it belongs is
included in the |