+ [2013-10-04T23:57:37Z] jaybe karolis, you'd almost have to use an array or hash for the categories list… and define specific peramlink: for each post to get the url right…
+ [2013-10-04T23:58:17Z] karolis my permalink right now is copied from that tutorial: permalink: /:categories/:title
+ [2013-10-04T23:58:36Z] karolis I am still trying to implement it
+ [2013-10-04T23:58:36Z] jaybe karolis, or back to my original points… could be very specific with categories names: e.g. category: '/parent/child/child-b'
+ [2013-10-04T23:58:59Z] jaybe basically that makes a *single* category, literally: "/parent/child/child-b"

message no. 11253

Posted by jaybe in #jekyll at 2013-10-04T23:58:36Z

karolis, or back to my original points… could be very specific with categories names: e.g. category: '/parent/child/child-b'
+ [2013-10-05T00:00:14Z] karolis that would look kind of ugly
+ [2013-10-05T00:00:24Z] jaybe it's hierarchal
+ [2013-10-05T00:00:29Z] jaybe … which is what you're suggesting you want
+ [2013-10-05T00:01:10Z] jaybe you could 'display' it any way you'd like by splitting the nodes part by delineating '/'
+ [2013-10-05T00:01:32Z] jaybe the challenge is *hierarchal* categorization. right now it's basically flat.