Skip to content

Multiple books on the same site #13

Open
@data-coder

Description

@data-coder

Hi,

I have a site with tons of books and want to move it to Zola.

Is there a way to have multiple books, each one with their own chapters?

Example:

content
 ├── programming
 │   ├── index.md
 │   ├── compilers.md
 │   └── programming-languages.md
 │           ├── index.md
 │           ├── rust
 │           │      ├── index.md
 │           │      └── cargo.md
 │           ├── python
 │                  └── index.md
 ├── mathematics
 │   ├── index.md
 │   └── algebra.md
 └── philosophy
     └── index.md

For example, if I’m visiting example.com/programming, on the sidebar, I’d like to see:

  • compilers
  • programming languages (+)

On a side note: “books” and “chapters” are just metaphors. I have nested “books” and in each one, on the sidebar, I see the parent, siblings, and children.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions