+ [2016-04-30T18:40:25Z] jekyllrb (frontmatter) http://jekyllrb.com/docs/frontmatter/
+ [2016-04-30T18:41:01Z] jekyllrb The operation succeeded.
+ [2016-04-30T18:41:01Z] jaybe ./learn rake is http://rake.rubyforge.org
+ [2016-04-30T18:44:34Z] njumdl2014 I used to see `rake post title="Hello World"`. Is there any Rakefile template for me to do this command?
+ [2016-04-30T18:53:27Z] jxf Is there a way to interpolate a variable into a Liquid block? For example, if `type: event` is in your frontmatter, is there a way to do {% assign item_type = {{ page.type }} %}?

message no. 134139

Posted by jxf in #jekyll at 2016-04-30T16:50:55Z

jaybe: OK, but if I want to assign `site.some_collection` (a collection of objects, not a string) to a variable that a layout can use, how do I do that? I can't put the Liquid in the frontmatter because it'll be interpreted as a string. And I can't pass the variable to the layout outside of frontmatter because it's lost when I do so.
+ [2016-05-01T01:12:06Z] njumdl2014 NoMethodError: undefined method `ask' for main:Object
+ [2016-05-01T01:12:32Z] njumdl2014 I am newbie for ruby. What does this error mean?
+ [2016-05-01T19:49:03Z] keaton128 is there any good GUI that makes posts?