+ [2013-11-03T04:52:37Z] p0nny Hi. I'm currently using a plugin shown in the Jekyll docs which allows me to make a page for each category on my site, that lists each post within that category, on that page. In each post, I also specify a custom front matter called "Artist". I'm trying to list each unique Artist, tagged under posts in a specified category.
+ [2013-11-03T04:53:03Z] p0nny Would anybody have an idea as to how that would be done? Can you do that in a for loop? Or would the categories.rb plugin need to be edited?
+ [2013-11-03T14:11:20Z] travis-ci [travis-ci] rezapaya/jekyll#2 (master) The build passed. http://travis-ci.org/rezapaya/jekyll/builds/13434092
+ [2013-11-03T20:24:14Z] viccuad Hi, I'm making a portfolio gallery plugin for Jekyll. What is the way to obtain jekyll's sources path? I have tried with things as "self.source" but no luck whatsoever.
+ [2013-11-03T22:30:25Z] FrancisH hey troy!

message no. 13086

Posted by zanshin in #jekyll at 2013-11-03T04:34:51Z

What do you mean by parsing liquid tags?
+ [2013-11-04T02:39:10Z] zanshin Is there a way to setup a _config.yml so that `jekyll --watch --auto` works and deploying to your domain works without having to have two url: attributes in the _config.yml, one of which is always commented out?
+ [2013-11-04T02:53:27Z] pontiki zanshin: i'm not sure what you're talking about
+ [2013-11-04T02:53:34Z] pontiki watch doesn't use a url afaik
+ [2013-11-04T02:55:27Z] zanshin In my _config.yml I have `url: http://zanshin.net` And throughout the code I use {{ site.url }} to reference it. When I use watch anything that uses {{ site.url }} is broken as localhost doesn't resolve to my domain. I guess I don't understand all I know about this
+ [2013-11-04T02:57:47Z] pontiki i don't even *have* a url directive in mine