-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
61 lines (56 loc) · 1.75 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
53
54
55
56
57
58
59
60
61
project:
type: website
output-dir: _site
render:
- "*.qmd"
- "!session_1/slides/"
- "!session_1/workshop/"
- "!session_1/milestones/"
- "!session_1/milestone-answers/"
resources:
- "files/"
- "slides/*.html"
- "slides/*.pdf"
- "slides/img/"
- "slides/libs/"
- "slides/css/"
- "slides/*_files/"
preview:
port: 4444
website:
title: "2024 AYS Data Visualization"
description: "Use R, ggplot2, and graphic design principles to tell powerful stories with data"
site-url: "https://aysps.github.io/2024-aysps-dataviz/"
repo-url: "https://github.com/aysps/2024-aysps-dataviz"
# repo-actions: [edit, issue]
navbar:
background: "#0039A6"
left:
- href: session_1/index.qmd
text: "Session I"
- href: session_2/index.qmd
text: "Session II"
- href: session_3/index.qmd
text: "Session III"
right:
- href: "https://github.com/aysps/2024-aysps-dataviz"
icon: github
page-footer:
background: light
left: |
Content {{< fa brands creative-commons >}} 2024 by Andrew Heiss, Jason Coupet, and Virginia Carr Schneider <br>
All content licensed under a {{< fa brands creative-commons >}}
{{< fa brands creative-commons-by >}}
[Creative Commons Attribution 4.0 International license (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
right: |
Made with {{< fa brands r-project >}} and [Quarto](https://quarto.org/)<br>
[View the source at {{< fa brands github >}} GitHub](https://github.com/aysps/2024-aysps-dataviz)
format:
html:
language:
title-block-author-single: "Instructor"
title-block-published: "Date"
shift-heading-level-by: 1
theme:
- zephyr
- custom.scss