+[2013-06-12T20:51:09Z]mojobotparkr: Sodesu sensei sama! +[2013-06-12T20:51:09Z]mojobotparkr: parkr @ 20:50:44 GMT+0000 (UTC) said: test +[2013-06-12T20:51:29Z]parkrHave a great day, everyone! +[2013-06-12T21:50:14Z]rzsI 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]rzsproblem resolved..had to use #!/bin/bash -l instead of #!/bin/sh
message no. 2788
Posted by parkr in #jekyll at 2013-06-12T20:40:56Z
mojobot ping
+[2013-06-13T02:00:27Z]tplanerhey 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]tplanernever mind, I'm guessing it has to do with my install since apparently pygments does support these +[2013-06-13T02:04:24Z]jaybetplaner, pygments.rb now comes with jekyll removing, technically, the requirement for python' pygments. +[2013-06-13T02:05:26Z]tplanerhmm, any clue why it might not be colorizing (not sure proper term) anything other then ruby then? +[2013-06-13T02:06:40Z]jaybetplaner, ensure you are properly calling and enabling highlighting with liquid template directives. ensure you are setting the desired language with the language directive.