I am new to Grav and still few things aren't clear to me while reading documentation.
So I am creating multi-lang blog and I want to have categories and sub-categories that will have some collection of posts. For example:
- to-do
-- eat & drink
-->(posts related to "eat & drink" category)
-- work
-->(posts related to "work" category)
--rest
-->(posts related to "rest" category)
--party
-->(posts related to "party" category) - living
--abc
--xyz
I cannot wrap my head around how the structure of pages/folders and related posts will look like, especially knowing the articles will be in different languages. Appreciate your hints on this!