message no. 13756
Posted by jaybe in #jekyll at 2013-11-15T15:59:47Z
          Paraxial, perhaps look at the new "data directory" feature. it allows one to use YAML files in the ./_data/ directory to provide variables. variables are then available site-wide. example:  ./_data/providers.yml  contains  yaml such as-  company: apple. variable available site-(and template)-wide as:  site.data.providers.company