Jekyll::Load
Loads data into Jekyll pages.
Installation
See Jekyll's documentation for installing Jekyll plugins.
Usage
- Create a
_data
directory in your Jekyll project. - 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. - Inside the
.yml
files, define data that will be loaded into the corresponding Jekyll pages.
Contributing
- Fork it (https://github.com/gregoryjscott/jekyll-load/fork).
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create a new Pull Request.