jekyll/lib
Martin Vilcans 05e8deae8d Make configuration accessible from page.
For example, if you have the following in _config.yml:

  url: http://www.librador.com

...you can have the following in an HTML page:

  <a href="{{site.url}}">Home!</a>

This is a reapply of change 7b449239f0908e34f0290c213970e4b14ba2c2df on latest HEAD.

Signed-off-by: Nick Quaranto <nick@quaran.to>
2009-06-24 08:26:25 -04:00
..
jekyll Make configuration accessible from page. 2009-06-24 08:26:25 -04:00
jekyll.rb Ruby 1.9 issue, must explicitly run to_s on the err object. Closes #14. 2009-06-22 17:41:51 -04:00