Steps Cards

steps_cards renders a sequence of numbered cards with optional icons and links.

When to Use

Use it for onboarding, implementation flows, launch checklists, or any process where order matters.

Usage

{{ steps_cards(
item_1_title="Install",
item_1_desc="Add the theme to your Zola project."
) }}

Live Example

From install to launch

01

Install

Add the theme to your Zola project.

02

Configure

Set metadata, theme options, and page structure.

03

Launch

Build with Zola and deploy static output.

Parameters

ParameterDescription
containerInner content width for the steps section.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy below the heading.
columnsDesktop column count. Use 2, 3, or 4.
item_N_stepOptional step number for item N. Defaults to automatic numbering.
item_N_titleStep title for item N.
item_N_descStep description for item N.
item_N_iconOptional icon for item N.
item_N_hrefOptional link URL for item N.
item_N_linkOptional link label for item N.
bgFull-width section background token.
classAdditional CSS classes on the outer section.