latest 11 messages by lnwdr

+ [2013-05-31T14:32:16Z] lnwdr yeah, I'll probaby do that. thanks anway.
+ [2013-05-31T14:29:05Z] lnwdr It works if I initialize a new instance of jekyll but that seems like a very awkward solution.
+ [2013-05-31T14:28:18Z] lnwdr if I do that, i get: undefined method `registers' for nil:NilClass
+ [2013-05-31T14:20:09Z] lnwdr tried that. doesn't work: Liquid Exception: undefined method `markdownify' for Jekyll::Filters:Module
+ [2013-05-31T14:15:56Z] lnwdr hello. is there a way of using a jekyll filter (markdownify) inside of a custom plugin?
+ [2013-05-28T12:54:20Z] lnwdr so, i cant override the default config for that plugin with the --config option?
+ [2013-05-28T12:50:05Z] lnwdr I looked into the source if the jekyll-sass gem and its reading from Jekyll.configuration({}).has_key?('sass')
+ [2013-05-28T12:48:47Z] lnwdr yeah, it seems that the --config option is working but that my problem is caused by something else. I'm using the jekyll-sass plugin and I'm overrideing the sass.style option in my second config file. when I weite the value into the html output with {{site.sass.style}} it has the correct value but the plugin uses the value from the firts config file.
+ [2013-05-28T12:39:19Z] lnwdr parkr: thx, i'll try that
+ [2013-05-28T12:15:55Z] lnwdr for me, the option to use multiple config file still seems to be broken ...
+ [2013-05-28T12:12:49Z] lnwdr hi, can anybody tell me, if this fix is already inlcuded in jekyll 1.0.2? https://github.com/mojombo/jekyll/pull/973