jekyll/lib
John Firebaugh 4a769dbf5f Optimize Post#{next,previous}
Use object equality for comparisons rather than Comparable#==,
which in turn uses Post#<=>, which is slow.

This yielded a 3x performance improvement for `jekyll build`
on a large site (1m6.467s -> 0m19.532s).
2014-01-24 17:17:41 -08:00
..
jekyll Optimize Post#{next,previous} 2014-01-24 17:17:41 -08:00
site_template Rename the pygments option to highlighter 2013-12-22 12:45:15 +01:00
jekyll.rb Add support for Sass and SCSS. 2014-01-12 21:30:29 -08:00