Theme: Bulma Grid

Given demos organized as following, you can make them displayed in grid-like manner. This is like the "grid" theme but uses the Bulma CSS framework and is shipped with Documenter.jl.

bulmagrid
├── assets
│   └── logo.svg
├── config.json
├── bulmagrid_section_1
│   ├── bulmagrid_subsection_1
│   │   ├── bulmagrid_card_1.md
│   │   └── bulmagrid_card_2.md
│   └── bulmagrid_subsection_2
│       ├── bulmagrid_card_3.md
│       └── bulmagrid_card_4.md
└── index.md
bulmagrid_demopage, bulmagrid_cb, bulmagrid_assets = makedemos("theme_gallery/bulmagrid", bulmagrid_templates)

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

{
    "theme": "bulmagrid"
}

Bulmagrid section 1

Bulmagrid subsection 1

Bulmagrid card 1

some description here

card image

Bulmagrid card 2

some description here

card image

Bulmagrid subsection 2

Bulmagrid card 3

some description here

card image

Bulmagrid card 4

some description here

card image