From 6f000c3807dffee1cfe78f92838b761b36ced4bd Mon Sep 17 00:00:00 2001 From: Kevin Miller Date: Sun, 10 Apr 2016 09:53:50 -0700 Subject: [PATCH] Made statement about data file format more explicit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The doc read “These files must be YAML files…” then lists a few extensions that are not YAML. --- site/_docs/datafiles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/datafiles.md b/site/_docs/datafiles.md index 4fd85b48..474e8e82 100644 --- a/site/_docs/datafiles.md +++ b/site/_docs/datafiles.md @@ -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` folder is where you can store additional data for Jekyll to use when generating -your site. These files must be YAML files -(using either the `.yml`, `.yaml`, `.json` or `csv` extension) and they will be +your site. These files must be YAML, JSON, or CSV files (using either +the `.yml`, `.yaml`, `.json` or `.csv` extension), and they will be accessible via `site.data`. ## Example: List of members