+[9 years ago]d3rrialthanks! +[9 years ago]spudowiarbeen fucking around with getting Haml and ERB on Jekyll +[9 years ago]spudowiarso basically I create a Ruby binding which calls into Liquid Drops +[9 years ago]spudowiarso you can still do stuff like page.title, etc. +[9 years ago]spudowiarit's quite evil, looking for a better way, don't think there is one :/
+[9 years ago]jaybemiklb, thanks re: topic vs. entry msg; fixed +[9 years ago]UniFreakI'm trying to switch to rouge and kramdown, here is my _config.yml: http://pastebin.com/DZr2dAmb +[9 years ago]jekyllrbTitle: # highlighter: pygments highlighter: rouge # markdown: redcarpet # redcarpe - Pastebin.com (at pastebin.com) +[9 years ago]UniFreakall 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]UniFreakif I do it like this: ```php ...mycode ...```, there won't be any highlight