jekyll/lib/jekyll
Elijah Miller 2135a53897 Using block syntax of popen4 to ensure that subprocesses are properly disposed of.
This fixes resource unavailable errors when jekyll is run with '--auto --pygments':
  Liquid error: Resource temporarily unavailable – fork(2)
  fork: Resource temporarily unavailable
2009-02-19 11:12:26 -08:00
..
converters changed date format on wordpress converter (zeropadding) 2009-02-08 18:37:59 -10:00
tags couple of tweaks to line numbering option 2009-01-23 14:17:38 -08:00
albino.rb Using block syntax of popen4 to ensure that subprocesses are properly disposed of. 2009-02-19 11:12:26 -08:00
convertible.rb Fixed an issue with pygments, markdown, and newlines. 2009-01-11 12:03:46 -07:00
core_ext.rb deep merge hashes so as to not lose data 2008-12-24 22:06:42 -08:00
filters.rb Add textilize filter for transforming input into HTML via RedCloth, so you can have Textile-formatted attributes other than the page's content (for example, an excerpt) 2009-02-12 18:21:40 -05:00
layout.rb deep merge hashes so as to not lose data 2008-12-24 22:06:42 -08:00
page.rb deep merge hashes so as to not lose data 2008-12-24 22:06:42 -08:00
post.rb Added publish flag to posts, not preventing it from being in the destination directory yet. 2009-02-10 01:13:31 -05:00
site.rb Making sure that posts flagged as published: false don't get rendered or copied. 2009-02-10 01:13:36 -05:00