It seems a common hack has been to declare a type in a subsection’s content file front matter for filtering/sorting since a subdir under content now assumes the parent’s section (and by default, type). I think this was my line of reasoning w/r/t my earlier question about Data.Pages.
We have .Section, which is the first folder below /content
Then we have .Type, which if not set in front matter, will get its value from `.Section``
I have not thought this through in its entirety, but it may be the most sane thing to keep .Section as is today (i.e. “blog”, the first root), and add some other getter to get the full slice.
It might be better if I put together a sample tree and post it in a few hours. Otherwise writing all this out will be a novel. I’ll post or DM in a few hours after work, @bep. Thanks.