Theme: No-cover List

A basic DemoCards theme for list-like without cover images layout.

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

nocoverlist
├── assets
│   └── logo.svg
├── config.json
├── nocoverlist_section_1
│   ├── nocoverlist_subsection_1
│   │   ├── nocoverlist_card_1.md
│   │   └── nocoverlist_card_2.md
│   └── nocoverlist_subsection_2
│       ├── nocoverlist_card_3.md
│       └── nocoverlist_card_4.md
└── index.md
nocoverlist_demopage, nocoverlist_cb, nocoverlist_assets = makedemos("theme_gallery/grid", nocoverlist_templates)

The page configuration file nocoverlist/config.json should contain an entry theme = "nocoverlist", e.g.,

{
    "theme": "nocoverlist"
}

Nocoverlist section 1

Nocoverlist subsection 1

some description here

some description here

Nocoverlist subsection 2

some description here

some description here