-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (33 loc) · 1.03 KB
/
_quarto.yml
File metadata and controls
38 lines (33 loc) · 1.03 KB
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
project:
type: website
output-dir: docs
website:
title: "PSTAT <span style='color:rgb(24, 108, 242)'>Graduate</span> <span style='color:rgb(237, 205, 26)'>Student</span> <span style='color:rgb(24, 108, 242)'>Committee</span>"
navbar:
left:
- href: index.qmd
text: Home
- href: Pages/officers.qmd
text: Officers
- href: Pages/about.qmd
text: About
- href: Pages/events.qmd
text: Calendar and Events
- sidebar:gradlife
page-footer: "Site Originally Designed by Ethan Marzban using <a href='https://quarto.org/' target='_blank'>Quarto</a>; Images courtesy of Ethan Marzban, ©2025"
favicon: "Images/Logos_Icons/hex1.png"
sidebar:
- id: gradlife
title: "Grad Life"
style: "docked"
contents:
- href: Pages/GradLife/campus.qmd
text: On and Around Campus
- href: Pages/GradLife/sb.qmd
text: Santa Barbara
format:
html:
theme:
light: [lux, dark.scss]
toc: true
linkcolor: '#af25cf'