-
Notifications
You must be signed in to change notification settings - Fork 13
/
_quarto.yml
52 lines (50 loc) · 1.25 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
project:
type: website
website:
title: "ResBaz Arizona"
navbar:
background: dark
foreground: primary
left:
- href: index.qmd
text: Home
- href: index.qmd#events
text: Events
- sidebar:festivals
# - href: whoWeAre.qmd
# text: Who We Are
sidebar:
- id: festivals
title: "Festivals"
style: "docked"
collapse-level: 2
contents:
- href: resbaz/resbazTucson2024.qmd
text: "Tucson 2024"
- href: resbaz/Arizona2023.qmd
text: "Arizona 2023"
- href: resbaz/resbazTucson2022.qmd
text: "Tucson 2022"
- href: resbaz/resbazTucson2021.qmd
text: "Tucson 2021"
- href: resbaz/resbazTucson2020.qmd
text: "Tucson 2020"
- href: resbaz/resbazTucson2019.qmd
text: "Tucson 2019"
- href: resbaz/resbazTucson2018.qmd
text: "Tucson 2018"
body-footer: |
::: {.footer}
![ResBaz Logo](/img/logos/ResBazAZrectanglelogo-small.png) \
[Code of Conduct](https://github.com/resbazaz/organization/blob/main/GOVERNANCE.md#code-of-conduct)
:::
format:
html:
theme:
- none
- theme.scss
resources:
- styles
- img
- data
toc: true