latest 11 messages by yawkat

+ [2016-10-18T14:19:22Z] yawkat (i.e. added context lookup)
+ [2016-10-18T14:19:11Z] yawkat images = Dir.glob(File.join(context[@options[:path]], @options[:filter])) did it
+ [2016-10-18T14:11:39Z] yawkat so i think theres more to expression evaluation
+ [2016-10-18T14:11:31Z] yawkat yes, id think so too, but that appears not to evaluate anything - if i add some random puts in the render method, it appears that {% dir dir_expr filter:* %} yields 'dir_expr' as the path parameter. and quotes are also retained, contrary to what id expect
+ [2016-10-18T14:08:29Z] yawkat yes
+ [2016-10-18T14:05:51Z] yawkat I dont believe so. it appears not to evaluate the parameter at all. im gonna dig into some docs
+ [2016-10-18T14:01:33Z] yawkat as the parameter to the dir block in the plugin he sent above
+ [2016-10-18T14:00:04Z] yawkat nickjj: im not familiar with this, but how do i get it to accept an expression as the dir parameter?
+ [2016-10-18T12:31:23Z] yawkat thanks! I will look at it :)
+ [2016-10-18T12:29:04Z] yawkat nickjj: well are there custom plugins for that kind of thing
+ [2016-10-18T11:18:40Z] yawkat is there a way to build a sort of "directory browser" in jekyll? i have a few directories with photos id like to generate an index of and then galleries of the individual folders