+ [2013-05-25T14:14:15Z] parkr mojobot image me no messages?
+ [2013-05-25T14:14:18Z] mojobot http://www.jasondenaro.com/images/YouHaveNoMessages.jpg
+ [2013-05-25T14:14:22Z] parkr lol
+ [2013-05-25T20:08:20Z] enigmuriatic if 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] saclark enigmuriatic, you mean markdown? Try this: http://whatismarkdown.com/

message no. 2196

Posted by enigmuriatic in #jekyll at 2013-05-25T20:08:20Z

if i'm using octopress, what's a good guide for the markup language that my blog posts are compiled with?
+ [2013-05-26T12:27:05Z] mystiiq I 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] mystiiq Liquid Exception: Unknown operator page in default
+ [2013-05-26T12:31:38Z] mystiiq I 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