+[12 years ago]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… +[12 years ago]karolismy permalink right now is copied from that tutorial: permalink: /:categories/:title +[12 years ago]karolisI am still trying to implement it +[12 years ago]jaybekarolis, or back to my original points… could be very specific with categories names: e.g. category: '/parent/child/child-b' +[12 years ago]jaybebasically that makes a *single* category, literally: "/parent/child/child-b"
or is there some way i can write haml for layouts and includes?
+[12 years ago]karolisthat would look kind of ugly +[12 years ago]jaybeit's hierarchal +[12 years ago]jaybe… which is what you're suggesting you want +[12 years ago]jaybeyou could 'display' it any way you'd like by splitting the nodes part by delineating '/' +[12 years ago]jaybethe challenge is *hierarchal* categorization. right now it's basically flat.