Configuration

Header, footer, and banner

Navbar links, announcement banners, social icons, and footer link columns.

The navbar key adds links and a call-to-action button to the top navigation bar.

Shown to the left of the theme toggle.

  • Set icon to use a brand or lucide icon name.
  • Add label when the link should include visible text. Omit it for an icon-only link.
  • Add ariaLabel to give an icon-only link an accessible name.
  • Set target to "_self" or "_blank" to override the destination-based default.

Primary button#

A highlighted button at the end of the navbar.

  • label: visible button text; omit it for an icon-only primary action
  • icon: optional brand or lucide icon name
  • ariaLabel: accessible text for an icon-only primary action
  • href: destination URL
  • target: optional "_self" or "_blank" override

Announcement banner#

The banner key shows a site-wide announcement above the header.

content supports links, **bold**, *italic*, and inline `code`. Set dismissible to true to let visitors close the banner. Their choice is remembered until you change the banner content, so a new announcement appears for everyone.

The footer key adds social icons and link columns to the footer.

Socials#

Social entries use the same generic href, label, icon, ariaLabel, and target fields as navbar links. Labels are visible; omit label for an icon-only link.

Each entry in links renders as a column with an optional header and a list of items. Columns appear above the footer's bottom row.

Attribution#

The Shiso attribution is shown by default. Set attribution to false to hide it.

Last updated on
Edit this page