Made statement about data file format more explicit
The doc read “These files must be YAML files…” then lists a few extensions that are not YAML.
This commit is contained in:
parent
0daf1f5514
commit
6f000c3807
|
@ -21,8 +21,8 @@ Plugins/themes can also leverage Data Files to set configuration variables.
|
||||||
|
|
||||||
As explained on the [directory structure](../structure/) page, the `_data`
|
As explained on the [directory structure](../structure/) page, the `_data`
|
||||||
folder is where you can store additional data for Jekyll to use when generating
|
folder is where you can store additional data for Jekyll to use when generating
|
||||||
your site. These files must be YAML files
|
your site. These files must be YAML, JSON, or CSV files (using either
|
||||||
(using either the `.yml`, `.yaml`, `.json` or `csv` extension) and they will be
|
the `.yml`, `.yaml`, `.json` or `.csv` extension), and they will be
|
||||||
accessible via `site.data`.
|
accessible via `site.data`.
|
||||||
|
|
||||||
## Example: List of members
|
## Example: List of members
|
||||||
|
|
Loading…
Reference in New Issue