-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
64 lines (61 loc) · 1.71 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
62
63
64
project:
type: website
resources:
- "data/*.csv"
website:
title: "R4SS Workshop"
navbar:
background: primary
right:
- href: index.qmd
text: Home
- text: "Details"
menu:
- text: "Instructor"
href: Details/instructor.qmd
- text: "Schedule"
href: Details/schedule.qmd
- text: "Datasets"
href: Details/datasets.qmd
- text: "Day 1"
menu:
- text: "Day 1A Slides"
href: Day_1/Day1A_Slides.qmd
- text: "Day 1A Practice"
href: Day_1/Day1A_Practice.qmd
- text: "Day 1B Slides"
href: Day_1/Day1B_Slides.qmd
- text: "Day 1B Practice"
href: Day_1/Day1B_Practice.qmd
- text: "Day 2"
menu:
- text: "Day 2A Slides"
href: Day_2/Day2A_Slides.qmd
- text: "Day 2A Practice"
href: Day_2/Day2A_Practice.qmd
- text: "Day 2B Slides"
href: Day_2/Day2B_Slides.qmd
- text: "Day 2B Practice"
href: Day_2/Day2B_Practice.qmd
- text: "Day 3"
menu:
- text: "Day 3A Slides"
href: Day_3/Day3A_Slides.qmd
- text: "Day 3A Practice"
href: Day_3/Day3A_Practice.qmd
- text: "Day 3B Slides"
href: Day_3/Day3B_Slides.qmd
- text: "Day 3B Practice"
href: Day_3/Day3B_Practice.qmd
- text: "Extra Slides"
href: Day_3/Extra_Slides.qmd
- icon: github
href: https://www.github.com/pittmethods/r4ss
search: false
page-footer: "Copyright 2022 © Jeffrey Girard"
format:
html:
theme: cosmo
css: styles.css
execute:
freeze: auto