Sidebar Background
logo Search
logo Search
Icon

Get Started

Icon

Configuration

Icon

Overrides

Cards

Configuration


Your homepage can also contain cards below the header, probably display information such as features for your project or other quick important information, or whatever best fits your situation.

You can add cards by editing the splash.cards section of config.json.

...
    "cards": [
        {
            "icon": "",
            "title": "",
            "description": ""
        },
        {
            "icon": "",
            "title": "",
            "description": ""
        }
    ]
...