+ [2014-12-03T18:02:20Z] jekyllrb jaybe: benbb was last seen in #jekyll 4 hours, 15 minutes, and 32 seconds ago: <benbb> Thanks jaybe, we'll look into that.
+ [2014-12-03T20:22:52Z] asarih hello. I am having problems with Jekyll categories. I have explained my current problem here: https://gist.github.com/BanzaiMan/5da11af41ff676c7342a If anyone can help me, I'd greatly appreciate it.
+ [2014-12-03T20:22:53Z] jekyllrb Title: Jekyll category problem (at gist.github.com)
+ [2014-12-03T20:47:01Z] meatballhat asarih: hello sir how may I help you
+ [2014-12-04T23:41:43Z] raindog308 hello jekyllians...I see I can use page.categories for a post, but how can I turn that into links (i.e., if [ lemons, oranges ] then lemons is a hyperlink to a list of all pages in that category, etc.)

message no. 64622

Posted by raindog308 in #jekyll at 2014-12-04T23:41:43Z

hello jekyllians...I see I can use page.categories for a post, but how can I turn that into links (i.e., if [ lemons, oranges ] then lemons is a hyperlink to a list of all pages in that category, etc.)
+ [2014-12-05T00:01:48Z] hinderaker Is the tags: "metadata" used for anything when hosted on github pages (no plugins).
+ [2014-12-05T01:48:06Z] pontiki raindog308: you can look at how i'm doing this; it requires a custom plugin for creating category pages, though
+ [2014-12-05T01:48:35Z] pontiki hinderaker: only how you use it in your site
+ [2014-12-05T01:48:48Z] pontiki there's nothing special about categories or tags, really
+ [2014-12-05T01:49:18Z] pontiki categories do give you a directory structure, though