+ [2013-09-23T19:52:57Z] bret that sounds like its worth maybe starting an issue to at least get clarification
+ [2013-09-23T19:54:52Z] jaybe bret, 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] jaybe i presume that is synonymous with {{ page.tags | first }} , .. but providing a way to accomplish within {% logic %}
+ [2013-09-23T20:02:32Z] bret jaybe, yeah thats pure liquid, but it aligns well with the YAML data structure
+ [2013-09-23T20:02:54Z] bret jaybe: you should definately check out https://github.com/Shopify/liquid/wiki/Liquid-for-Designers

message no. 10238

Posted by jkcclemens in #jekyll at 2013-09-23T03:17:00Z

I had already written half of my documentation for a product in Creole, using my own system, and then I switched to Jekyll, and I'd prefer to not have to convert it all into Markdown
+ [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] zanshin Other 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] jaybe zanshin, need either pygments-rb installed (gem) or python pygments
+ [2013-09-24T16:02:54Z] zanshin I have pygments-rb 0.5.2 installed