+ [11 years ago] 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…
+ [11 years ago] karolis my permalink right now is copied from that tutorial: permalink: /:categories/:title
+ [11 years ago] karolis I am still trying to implement it
+ [11 years ago] jaybe karolis, or back to my original points… could be very specific with categories names: e.g. category: '/parent/child/child-b'
+ [11 years ago] 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'
+ [11 years ago] karolis that would look kind of ugly
+ [11 years ago] jaybe it's hierarchal
+ [11 years ago] jaybe … which is what you're suggesting you want
+ [11 years ago] jaybe you could 'display' it any way you'd like by splitting the nodes part by delineating '/'
+ [11 years ago] jaybe the challenge is *hierarchal* categorization. right now it's basically flat.