Jekyll::Load
Loads data into Jekyll pages.
Installation
See Jekyll's documentation for installing Jekyll plugins.
Usage
- Create a
_datadirectory in your Jekyll project. - Inside the
_datadirectory, create.ymlfiles that correspond to your.mdJekyll pages. For example, if you have a/people/jill.mdJekyll page then create a_data/people/jill.ymlfile. - Inside the
.ymlfiles, 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.