+[2013-10-04T23:57:37Z]jaybekarolis, 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]karolismy permalink right now is copied from that tutorial: permalink: /:categories/:title +[2013-10-04T23:58:36Z]karolisI am still trying to implement it +[2013-10-04T23:58:36Z]jaybekarolis, 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]jaybebasically that makes a *single* category, literally: "/parent/child/child-b"
so, humm, humm -- i can't use a converter on layout and include pages?
+[2013-10-05T00:00:14Z]karolisthat would look kind of ugly +[2013-10-05T00:00:24Z]jaybeit's hierarchal +[2013-10-05T00:00:29Z]jaybe… which is what you're suggesting you want +[2013-10-05T00:01:10Z]jaybeyou could 'display' it any way you'd like by splitting the nodes part by delineating '/' +[2013-10-05T00:01:32Z]jaybethe challenge is *hierarchal* categorization. right now it's basically flat.