Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

4 level folder for novel/manga/etc

Started by sub skrip 6 years ago · 1 replies · 515 views
6 years ago

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:

TXT
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.

6 years ago

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?

~ φ

Suggested topics

Topic Participants Replies Views Activity
General · by Jerry Hunt, 4 days ago
2 91 14 hours ago
General · by pamtbaau, 19 hours ago
1 61 18 hours ago
General · by Andy Miller, 1 day ago
0 47 1 day ago
General · by Marcel, 12 months ago
6 354 5 days ago
General · by Duc , 6 days ago
3 44 6 days ago