latest 20 messages by RalfJ

+ [2015-10-09T17:29:43Z] RalfJ I think it gets loaded too late, thats why this variable is not initialize. but I have absolutely no idea, never wrote any ruby code^^
+ [2015-10-09T17:29:24Z] RalfJ jaybe: ~/.gem/ruby/2.1.0/gems/jekyll-conrefifier-0.5.1/lib/jekyll-conrefifier.rb:137:in `read_collections': undefined method `each' for nil:NilClass (NoMethodError)
+ [2015-10-09T17:20:04Z] RalfJ monkey patching means something has to actually load the module so it can its patching when I do "jekyll build", right? theres no documentatin whatosever in the gem what I have to do to actually use it :-/
+ [2015-10-09T17:07:56Z] RalfJ so I installed that gem, but I suppose I still need to somehow enable it or so... hm.
+ [2015-10-09T17:02:31Z] RalfJ jaybe: oh, indeed. hm... not sure what's less work here. I'll think about it.
+ [2015-10-09T17:00:02Z] RalfJ jaybe: you are right. sorry.
+ [2015-10-09T16:59:38Z] RalfJ that bugs looks like exactly what I want! only trouble is, I need it now. oh well...
+ [2015-10-09T16:59:14Z] RalfJ also, in case of the frontmatter, that's all jekyll as far as I understood
+ [2015-10-09T16:59:05Z] RalfJ jaybe: I realize that. doesn't change the game ;-)
+ [2015-10-09T16:57:54Z] RalfJ jaybe: that sounds like it would solve this problem. and it would also mean there's a whole set of ne levels asking you to hack even more crazy things together^^
+ [2015-10-09T16:56:08Z] RalfJ Im reading that page right now^^
+ [2015-10-09T16:55:40Z] RalfJ man, jekyll is hurting my brain. so many restrictions creeping up in places where I did not expect them, that can be hacked around in various ways, its like a game where you cant move properly and have to find a path to the exit^^. dont get me wrong, a lot of things become very easy and I like it, but then there's a very rough cliff where suddenly, things get very hard...
+ [2015-10-09T16:54:30Z] RalfJ it seems I can indeed compute the name of the thing to inclde
+ [2015-10-09T16:54:18Z] RalfJ lol^^
+ [2015-10-09T16:53:45Z] RalfJ maybe I can hack something together with {{ include {{ page.layout }}.html }} or so, if such nested hackery is permitted ;-)
+ [2015-10-09T16:52:51Z] RalfJ yes, but if layout default says "<title>{{ title }}</title>", then there's no way for any sub-template to set the title variable before the main template gets to use it
+ [2015-10-09T16:51:51Z] RalfJ *use
+ [2015-10-09T16:51:41Z] RalfJ so, I need one master tempalte to rule them all, or put all the actual template logic in some include and not sue template inheritance at all
+ [2015-10-09T16:51:19Z] RalfJ I can only fill the {{ contents }} block
+ [2015-10-09T16:51:11Z] RalfJ yes, but again I cant do computation when inheriting templates