+ [2013-06-12T20:51:09Z] mojobot parkr: Sodesu sensei sama!
+ [2013-06-12T20:51:09Z] mojobot parkr: parkr @ 20:50:44 GMT+0000 (UTC) said: test
+ [2013-06-12T20:51:29Z] parkr Have a great day, everyone!
+ [2013-06-12T21:50:14Z] rzs I have created a git post-update hook for deploying my jekyll site. The hook code is http://pastie.org/8037318 . But when i push my changes to the server i get remote: /usr/bin/env: ruby_noexec_wrapper: No such file or directory
+ [2013-06-12T22:37:51Z] rzs problem resolved..had to use #!/bin/bash -l instead of #!/bin/sh

message no. 2790

Posted by parkr in #jekyll at 2013-06-12T20:41:59Z

mojobot tell execat You can find the documentation for jekyll at jekyllrb.com :)
+ [2013-06-13T02:00:27Z] tplaner hey guys, anyone have a good suggestion for a pygments alternative? I need something that supports JS, PHP, and possible SQL (unlikely)
+ [2013-06-13T02:02:15Z] tplaner never mind, I'm guessing it has to do with my install since apparently pygments does support these
+ [2013-06-13T02:04:24Z] jaybe tplaner, pygments.rb now comes with jekyll removing, technically, the requirement for python' pygments.
+ [2013-06-13T02:05:26Z] tplaner hmm, any clue why it might not be colorizing (not sure proper term) anything other then ruby then?
+ [2013-06-13T02:06:40Z] jaybe tplaner, ensure you are properly calling and enabling highlighting with liquid template directives. ensure you are setting the desired language with the language directive.