resbazaz / website

Gather together a group to skill-share, co-work, and create community
https://researchbazaar.arizona.edu/
2 stars 13 forks source link

Make "festival" drop-down navbar item #102

Closed Aariq closed 2 months ago

Aariq commented 4 months ago

Instead of a bunch of links at the bottom of the "Events" page, have a navbar item "Festivals" or "Past Festivals" that is a drop-down. There are examples here: https://quarto.org/docs/websites/website-navigation.html#hybrid-navigation

Aariq commented 4 months ago

Something like this:

website:
  title: "ResBaz Arizona"
  navbar:
    background: dark
    foreground: primary
    left:
      - href: index.qmd
        text: Home
      - href: index.qmd#events
        text: Events
      - sidebar:festivals

  sidebar:
    - id: festivals
      title: "Festivals"
      style: "docked" #not sure if necessary
      collapse-level: 2 #not sure if necessary
      contents: 
        - "resbaz/*.qmd" #not totally sure this works