Header, footer, and banner
Navbar links, announcement banners, social icons, and footer link columns.
Navbar#
The navbar key adds links and a call-to-action button to the top navigation
bar.
Links#
Shown to the left of the theme toggle.
- Set
iconto use a brand or lucide icon name. - Add
labelwhen the link should include visible text. Omit it for an icon-only link. - Add
ariaLabelto give an icon-only link an accessible name. - Set
targetto"_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 actionicon: optional brand or lucide icon nameariaLabel: accessible text for an icon-only primary actionhref: destination URLtarget: 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.
Footer#
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.
Link columns#
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.