Jekyll::Load

Loads data into Jekyll pages.

Installation

See Jekyll's documentation for installing Jekyll plugins.

Usage

  1. Create a _data directory in your Jekyll project.
  2. Inside the _data directory, create .yml files that correspond to your .md Jekyll pages. For example, if you have a /people/jill.md Jekyll page then create a _data/people/jill.yml file.
  3. Inside the .yml files, define data that will be loaded into the corresponding Jekyll pages.

Contributing

  1. Fork it (https://github.com/gregoryjscott/jekyll-load/fork).
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Create a new Pull Request.