+ [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
+ [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?

message no. 134726

Posted by Tohuw in #jekyll at 2016-05-08T03:00:54Z

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-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.
+ [2016-05-10T09:53:04Z] yuppie halp, im using github pages to run jekyll and all my links are broken! They all end in "short-urls-jekyll"
+ [2016-05-11T04:25:33Z] jaybe https://github.com/RobertDeRose/jekyll-livereload/