List a mix of subsections and pages

Hi,

Given a folder structure like this:

tech-and-research
├── _index.md
├── install-tidal-cycles-on-arch-linux.md
├── minibee-tutorials
│   ├── _index.md
│   ├── keeping-separate-configs-per-project.md
│   ├── loading-multiple-buffers.md
├── multiple-windows-in-openframeworks.md
├── transitioning-to-pipewire.md
├── workshop-at-bfm
│   ├── _index.md
│   ├── required-materials.md
│   ├── snare.md
│   ├── spatialization.md
├── workshop-at-parnu-uhisgumnaasium.md

is it possible to get zola to treat all the entries on the same level (pages AND sections) as one entity? I would like to create a list containing all of them, sorted by date.

It’s not possible to have a list of mixed pages and sections.

Thanks @keats! A bit of a shame, but now that I know it’s not possible I won’t try to shoehorn it into my site.

would that be hard to implement? I would love to have that option in zola.

It’s more a philosophy question than a technical one. Some people like the clear separation (I do) and some want to merge pages and section.
You can accomplish the original question by using functions in templates, see GitHub - getzola/book: Gitbook theme for Zola

1 Like