+[2013-05-25T14:14:15Z]parkrmojobot image me no messages? +[2013-05-25T14:14:18Z]mojobothttp://www.jasondenaro.com/images/YouHaveNoMessages.jpg +[2013-05-25T14:14:22Z]parkrlol +[2013-05-25T20:08:20Z]enigmuriaticif i'm using octopress, what's a good guide for the markup language that my blog posts are compiled with? +[2013-05-25T20:11:59Z]saclarkenigmuriatic, you mean markdown? Try this: http://whatismarkdown.com/
message no. 2185
Posted by parkr in #jekyll at 2013-05-25T14:14:22Z
lol
+[2013-05-26T12:27:05Z]mystiiqI am using the same layout for my index.html and posts. I have an if statement in the layout ({% if not page.index %}), and in my index.html I have variable "index:true" but for some reason jekyll fails to build it. +[2013-05-26T12:27:22Z]mystiiqLiquid Exception: Unknown operator page in default +[2013-05-26T12:31:38Z]mystiiqI replaced "if not page.index" with "if page.date" to check whether it's the index or post page +[2013-05-26T20:20:18Z]RobW_I'm generating a _config.yml file on the fly and adding it to my --config param, but it's not getting picked up. Is there any special file configuration needed for Jekyll/ruby to see the file? +[2013-05-26T20:21:27Z]RobW_Right now it's just a write - string - to - file with node's fs.writeSync