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.

Themes & Styling

Solution needed for a theme/plugin like Learn2 extended version

Started by Toan Nguyen 9 years ago · 3 replies · 579 views
9 years ago

Hello guys,
I'm writting a kind of extended Learn2 theme. The idea is creating a site to reading books online. It's structure is quite simple.

Root

  1. Overview page
    --- > Category as menu
    --- > Listing of books inside each category.

  2. Books
    --- > Chapter 1
    ...
    --- > Chapter 9000

some books will looks like

2-1. Books
--- > Section 1 (Chapter 1 -> 50)
------ > Chapter 1
...
------ > Chapter 50
--- > Section N

So, could you please tell me is that structure available to do with Grav?
I'm just new to this CMS 🙂

Thanks.

last edited 07/17/17 by Toan Nguyen
9 years ago

Hi, any kind of structure is possible in Grav. There are no limits 🙂

You could use this pages structure:

TXT
pages
  01.home
  02.contact
  03.books
    my-first-book
      01.chapter1
        chapter.md
      ...
      book.md
    my-second-book
      01.chapter1
        chapter.md
      ...
      book.md
    books.md

So you have 3 page types: 2 collections (books.md listing book.md pages, book.md listing chapter.md pages)

Those page types need a corresponding template in your theme.

Each collection page can simply list its children pages.

That's a start.

👍 1
9 years ago

Hi @flavio,

Thanks for your reply, it makes more sense to me now.

I'm wondering is there any tutorial which I could look into when I'm getting started? Something like the relationship between components of Grav or just a tutorial about how to build a blog from scratch with Grav. So I can know more how user/pages work with user/themes and so on...

Regards,
Toan

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Pedro M, 2 months ago
4 196 2 months ago
Themes & Styling · by Ian, 2 months ago
3 92 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 454 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 47 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 126 3 months ago