+[2013-09-23T19:52:57Z]bretthat sounds like its worth maybe starting an issue to at least get clarification +[2013-09-23T19:54:52Z]jaybebret, thanks again. one more thing… the use of 'page.tags.FIRST'… … (the appending of '.first' to parsings)… i don't see that documented by jekyll. i presume that's a liquid aspect. is this properly documented somewhere? +[2013-09-23T19:56:06Z]jaybei presume that is synonymous with {{ page.tags | first }} , .. but providing a way to accomplish within {% logic %} +[2013-09-23T20:02:32Z]bretjaybe, yeah thats pure liquid, but it aligns well with the YAML data structure +[2013-09-23T20:02:54Z]bretjaybe: you should definately check out https://github.com/Shopify/liquid/wiki/Liquid-for-Designers
I figured as much. It's unfortunate, but not the end of the world.
+[2013-09-24T02:37:16Z]travis-ci[travis-ci] mojombo/jekyll#1894 (master) The build passed. http://travis-ci.org/mojombo/jekyll/builds/11716255 +[2013-09-24T02:40:36Z]travis-ci[travis-ci] mojombo/jekyll#1895 (master) The build passed. http://travis-ci.org/mojombo/jekyll/builds/11716267 +[2013-09-24T15:57:18Z]zanshinOther than having a pygments: true in my _config.yml file, and a CSS file with the colors defined, is there any thing I need to colorize code samples? +[2013-09-24T15:58:17Z]jaybezanshin, need either pygments-rb installed (gem) or python pygments +[2013-09-24T16:02:54Z]zanshinI have pygments-rb 0.5.2 installed