I'm trying to render a index page that would list links to all presentations. So far without much luck. This is the tree:
$ tree content
content
├── posts
│ ├── hello.md
│ └── second.md
└── slides
├── _index.md
└── presentation
└── _index.md
Atm I'm expecting that /slides/index.html includes a link to /slides/presentation/, but whatever I try, nothing seems to work. I only get an empty presentation there. Is this even supported?
I'm trying to render a index page that would list links to all presentations. So far without much luck. This is the tree:
Atm I'm expecting that
/slides/index.htmlincludes a link to/slides/presentation/, but whatever I try, nothing seems to work. I only get an empty presentation there. Is this even supported?