Subcollections & deeply nested routes

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,

In other words:
Can I nest a collection inside another collection?

I figured out a solution that seems to work for my usecase. It revolves around creating a collection for the deepest routes, and channels for everything up the tree. Channels seem to work without causing any conflicts.