forked from DACSS/603_Spring_2023
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
36 lines (32 loc) · 736 Bytes
/
_quarto.yml
File metadata and controls
36 lines (32 loc) · 736 Bytes
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
project:
type: website
website:
title: ""
site-url: https://github.com/DACSS
twitter-card:
creator: "@UMassDACSS"
site: "@UMassDACSS"
favicon: images/DACSS_Round_Network.png
navbar:
background: "#881c1c"
logo: images/UMass White Wordmark Horiz.png
right:
- text: ""
href: https://github.com/DACSS
- text: "Contributors"
file: about.qmd
- href: https://umass.edu/sbs/dacss
text: "DACSS"
- icon: github
href: https://github.com/DACSS
aria-label: GitHub
execution:
freeze: auto
format:
html:
mainfont: Open Sans
linkcolor: "#881c1c"
toc: true
theme:
light: [flatly, styles.scss]
dark: [darkly, styles.scss]