Hi there,
I am building a publishing website with ghost. I have the latest version installed from source in development mode (pulled from github), with Casper theme.
Is it possible to create nested routing rules based on tags?
Like: /sport/football/{slug}, /sport/basketball/{slug}, /cooking/salads/vegitarian/{slug}
I’m thinking of a tree hierarchy of collections and subcollections, up to 7 levels deep.
I know I can create the routes for every possible combination, but that will be too verbose (possibly thousands of possibilities).
Thanks in advance,