0.0
No release in over 3 years
Low commit activity in last 3 years
Loads data into Jekyll pages.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6
~> 2.5
~> 10.0
 Project Readme

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.