4 level folder for novel/manga/etc

default configuration for blogging is 2 level folder, which the first is listing page and second is regular page. what i need is maybe 4 level folder where it look like this:

user
└── /pages
    ├── /01.home (displaying the newest 20 page or so, sorted within their own child folder and allowing pagination)
    ├── /02.blog (displaying the list of child folder within their own parent folder)
    │   ├── /parent-folder-1 (something like genre)
    │   │   ├──/child-folder-1 (book title)
    │   │   │  ├── /blog-item-1 (chapters)
    │   │   │  ├── /blog-item-2
    │   │   │  └── /blog-item-3
    │   │   └──/child-folder-2
    │   │      ├── /blog-item-1
    │   │      ├── /blog-item-2
    │   │      └── /blog-item-3
    │   ├── /parent-folder-2
    │   │   ├──/child-folder-1
    │   │   │  ├── /blog-item-1
    │   │   │  ├── /blog-item-2
    │   │   │  └── /blog-item-3
    │   │   └──/child-folder-2
    │   │      ├── /blog-item-1
    │   │      ├── /blog-item-2
    │   │      └── /blog-item-3
    ├── /03.about-us
    └── /error

another problem is search result page, usually the page will display every regular page’s title in date order but will it possible to displaying it the same as home? i don’t know where to begin but this is what i can explain, hopefully this is possible. thank you.

Hi @subskrip ~

One of the most powerful aspects of Grav is its ability to handle hierarchical content. But this doesn’t come unless your theme, plugins and front-matter are coordinated with the right components and configurations.

How do you want to present the info to the user?
Which theme are you using?

~ φ