+ [2016-05-07T17:21:40Z] fiord Jekyllconf has started for anyone interested... they're having some bandwidth issues it seems but overall the guests look interesting http://jekyllconf.com
+ [2016-05-07T17:21:41Z] jekyllrb Title: JekyllConf - The free, online global conference for all things Jekyll (at jekyllconf.com)
+ [2016-05-07T17:23:07Z] siaw23 is there a way to hide my analytics code on production so it’s not visible on github?
+ [2016-05-07T23:35:34Z] DANtheBEASTman google is failing me here, i'm using gh-pages, and i'd like to create pages for each category. my permalink style is /:categories/:title so i'd like for each category to have it's own index.. is this possible without plugins?
+ [2016-05-07T23:35:52Z] DANtheBEASTman and without manually creating each category page

message no. 134648

Posted by Dorf in #jekyll at 2016-05-07T02:14:40Z

i just upgraded to ubuntu 16 and now i'm getting this error /usr/local/bin/jekyll: bad interpreter: /usr/bin/ruby2.1: no such file or directory
+ [2016-05-08T03:00:54Z] Tohuw Hello, I'm working on a Jekyll plugin and need to access the contents of a key in config.yml and retrieve all the values as an array. For example, in config.yml if I have: mykey: ["value1", "value2"] and in my Ruby code I have: %w[] and I wish to fill the yml values in the square brackets, how do I do that?
+ [2016-05-08T23:48:32Z] Tohuw Hello, how do I disable sass caching in my jekyll site?
+ [2016-05-09T18:07:04Z] zero-gravitas Random Liquid dilema/plea: I'm in a for loop, trying to both reverse the array and limit by 1. Essentially trying to grab the last item in the array—but it seems `limit:1` happens before `reversed` no matter what order I put them in at the start of the loop. I could create a new assignment with `| last` but later on I will also want to use `offset:1` to grab the second to last item in the array so that
+ [2016-05-09T18:07:06Z] zero-gravitas won't really help. I'm sure I'm overlooking a simple and obvious answer.
+ [2016-05-09T18:32:55Z] Crypticus Hello all, I was wondering if someone could point me to the docs on how to get a plugin listed on the jekyllrb.com page. I thought maybe just a PR on github, but wanted to make sure I didn't miss something.