+ [2013-07-26T17:48:27Z] travis-ci [travis-ci] kelvinst/jekyll#70 (deprecator-powerup) The build is still failing. http://travis-ci.org/kelvinst/jekyll/builds/9526538
+ [2013-07-26T17:57:44Z] travis-ci [travis-ci] kelvinst/jekyll#71 (master) The build was broken. http://travis-ci.org/kelvinst/jekyll/builds/9526901
+ [2013-07-26T18:03:17Z] travis-ci [travis-ci] kelvinst/jekyll#72 (deprecator-powerup) The build was fixed. http://travis-ci.org/kelvinst/jekyll/builds/9527073
+ [2013-07-26T19:29:24Z] travis-ci [travis-ci] kelvinst/jekyll#73 (render_error_message) The build passed. http://travis-ci.org/kelvinst/jekyll/builds/9529754
+ [2013-07-26T20:17:40Z] travis-ci [travis-ci] kelvinst/jekyll#74 (render_error_message) The build passed. http://travis-ci.org/kelvinst/jekyll/builds/9531204

message no. 6038

Posted by travis-ci in #jekyll at 2013-07-26T17:57:44Z

[travis-ci] kelvinst/jekyll#71 (master) The build was broken. http://travis-ci.org/kelvinst/jekyll/builds/9526901
+ [2013-07-27T00:07:09Z] zzing I have a type of file I would like to make that contains information on meetings of a society - so it would have motions, summaries presentations, etc. 'Traditionally' I would consider the use of XML and XSLT to mark it up appropriately meaningfully. Can anyone suggest a jekyll friendly way of putting it in a format that can be transformed easily into desirable html?
+ [2013-07-27T00:48:17Z] jaybe zzing, leverage how jekyll works to accomplish - likely by defining details within the YAML front matter of the page/post, and create and use templates and includes that reference those defined YAML values to layout, display, etc.
+ [2013-07-27T00:49:00Z] zzing jaybe, I think I understand conceptually how I might do this, but I am not sure if jekyll works exactly this way
+ [2013-07-27T00:49:25Z] zzing I need a custom layout, and in that layout I want to get yaml properties.
+ [2013-07-27T00:49:41Z] zzing But does jekyll read arbitary directories instead of _posts?