+ [2016-10-16T15:48:41Z] nonasuomy_ Liquid Exception: no implicit conversion of nil into String in _posts/2016-10-12-Local-Jekyll-Github-Pages-And-Live-Code-Samples.md bundler: failed to load command: jekyll (/usr/bin/jekyll) TypeError: no implicit conversion of nil into String
+ [2016-10-16T16:05:15Z] nonasuomy_ so it was because I was putting {% %} inside ``` ```
+ [2016-10-16T16:06:55Z] nonasuomy_ guess I need to use the {% raw %} tag around it
+ [2016-10-16T16:23:10Z] nonasuomy_ Would still like to know about the line number stuff for liquid if any knows.

message no. 153492

Posted by miklb in #jekyll at 2016-10-16T00:09:08Z

everything worked fine locally before, 3.3 changed this behavior
+ [2016-10-17T21:25:29Z] allejo jaybe: fwiw the welcome message on join still mentions jekyll 3.2.1
+ [2016-10-17T21:32:58Z] jaybe thanks allejo
+ [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
+ [2016-10-18T12:01:08Z] nickjj yawkat, if you don't mind using custom plugins yeah
+ [2016-10-18T12:29:04Z] yawkat nickjj: well are there custom plugins for that kind of thing