project:
type: website
output-dir: docs
website:
title: "Kitty Wampas"
navbar:
logo: "img/wampa.png"
left:
- href: index.qmd
text: Home
- href: discography.qmd
text: Discography
- calendar.qmd
- contact.qmd
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/jtkulas/kittywampas
- text: Report an Issue
href: https://github.com/jtkulas/kittywampas/issues
- icon: facebook
href: https://facebook.com
- icon: twitter-x
href: https://x.com
- icon: youtube
href: https://www.youtube.com/@Kittywampas1
page-footer:
border: true
center: "no Kitties or Wampas were harmed during the making of this band"
left: "©Kitty Wampas 2026"
right:
- text: "contact us"
href: contact.qmd
format:
html:
mainfont: Zen Dots
theme:
light: flatly
dark: darkly
css: styles.css
toc: true
# - 1
- Important for publishing with GitHub – not necessary if publishing to Posit Connect Cloud
- 2
- Navigation content & page ordering specified here
- 3
- Right–hand navbar content specified here
- 4
- Affects majority of content displayed on page – best practice is to also provide backup fonts (to be used if yours isn’t findable by a browser)
- 5
-
Specifying both
light:anddark:gives you the navbar toggle





