Theme: List

Given demos organized as following, you can make them displayed as a list of charts

list
├── assets
│   └── logo.svg
├── list_section_1
│   ├── list_subsection_1
│   │   ├── list_card_1.md
│   │   └── list_card_2.md
│   └── list_subsection_2
│       ├── list_card_3.md
│       └── list_card_4.md
└── index.md
list_templates, list_theme = cardtheme("list")
list_demopage, list_cb = makedemos("theme_gallery/list", list_templates)

List section 1

List subsection 1

list-card-cover-image

some description here

list-card-cover-image

some description here

List subsection 2

list-card-cover-image

some description here

list-card-cover-image

some description here