-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
59 lines (54 loc) · 1.52 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
project:
type: website
render:
- "*.qmd"
- "!CONTRIBUTING.md"
resources:
- 2024/02-data-comm/script.R
website:
title: "Intermediate ggplot2 workshop series"
repo-url: "https://github.com/cct-datascience/ggplot2-workshop-series"
repo-actions: ["source", "issue"]
sidebar:
style: "docked"
search: true
logo: logo.png
title: "Data Science Team"
contents:
- section: "2024"
href: "2024/index.qmd"
contents:
- text: "Session 1 - Foundations"
href: "2024/01-foundations/index.qmd"
- text: "Session 2 - Data Communication"
href: "2024/02-data-comm/index.qmd"
- text: "Session 3 - Extensions"
href: "2024/03-extensions/index.qmd"
- section: "2023"
contents:
- text: "Session 1 - Foundations"
href: "2023/01-foundations/index.qmd"
- text: "Session 2 - Customizations"
href: "2023/02-publication-quality-figs/index.qmd"
- text: "Session 3 - Extensions"
href: "2023/03-extensions/index.qmd"
format:
html:
#defaults for all html
code-link: true
code-copy: true
uaz-revealjs:
#defaults for all uaz-revealjs slides
code-copy: true
slide-number: true
chalkboard: true
mouse-wheel: false
link-external-icon: true
link-external-newwindow: true
logo: "./logo.png"
footer: "[Intermediate ggplot2 workshop series](index.qmd)"
execute:
freeze: auto
editor:
markdown:
wrap: sentence