-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
56 lines (51 loc) · 1.5 KB
/
Copy path_quarto.yml
File metadata and controls
56 lines (51 loc) · 1.5 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
project:
type: website
output-dir: docs
render:
- "*.qmd"
website:
favicon: images/icon.png
title: "Brianna Heggeseth"
navbar:
left:
- href: index.qmd
text: Home
- text: Social Justice
menu:
- inclusion.qmd
- awareness.qmd
- href: climate.qmd
text: Classroom Climate
- href: design.qmd
text: Course Design
- href: https://docs.google.com/document/d/1dqqrTC1P4X7M5usZoPVM-WxTDNxeBhFWK9iCAs5Vy0s/edit?usp=sharing
text: Institutional Culture
- href: https://docs.google.com/document/d/1MZcQbc4hHiyTqsKbhC6qGsyk8EqvZkA1koSD9mu7PPI/edit?usp=sharing
text: Academic Hiring
- href: teaching.qmd
text: Teaching
- text: Student Resources
menu:
- internships.qmd
- datasets.qmd
- text: Projects
menu:
- href: projects.qmd
text: "Scholarly Data Projects"
- href: https://www.causeweb.org/jedi/
text: "JEDI-Informed Teaching Resources"
- href: tidytuesday.qmd
text: "Tidy Tuesday"
page-footer:
left: |
© Brianna Heggeseth, 2025<br>
All content licensed under <i class='bi-badge-cc'></i>
[(CC BY-NC-SA 4.0)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
right: |
Site built with <a href='https://quarto.org/'>Quarto</a>
format:
html:
theme: [yeti, theme.scss]
toc: true
code-overflow: wrap
editor: visual