+ [9 years ago] spudowiar been fucking around with getting Haml and ERB on Jekyll
+ [9 years ago] spudowiar so basically I create a Ruby binding which calls into Liquid Drops
+ [9 years ago] spudowiar so you can still do stuff like page.title, etc.
+ [9 years ago] spudowiar it's quite evil, looking for a better way, don't think there is one :/

message no. 144098

Posted by d3rrial in #jekyll at 2016-07-21T17:32:50Z

thanks!
+ [9 years ago] jaybe miklb, thanks re: topic vs. entry msg; fixed
+ [9 years ago] UniFreak I'm trying to switch to rouge and kramdown, here is my _config.yml: http://pastebin.com/DZr2dAmb
+ [9 years ago] jekyllrb Title: # highlighter: pygments highlighter: rouge # markdown: redcarpet # redcarpe - Pastebin.com (at pastebin.com)
+ [9 years ago] UniFreak all is fine, only that when I'm trying to write a php code block, I have to do so like this: ```php <?php ....mycode... ?> ```
+ [9 years ago] UniFreak if I do it like this: ```php ...mycode ...```, there won't be any highlight