generated from posit-conf-2023/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path_quarto.yml
86 lines (78 loc) · 2.28 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
project:
type: website
output-dir: docs
resources:
- "images/twitter-card.png"
render:
- "*.qmd"
- "!materials/exercises"
website:
page-navigation: true
title: ""
description: "Homepage for posit::conf(2023) workshop"
site-url: "https://posit-conf-2023.github.io/dataviz-ggplot2/"
repo-url: https://github.com/posit-conf-2023/dataviz-ggplot2
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@CedScherer"
image: "/images/twitter-card.png"
favicon: "/images/favicon.png"
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
right: "© Copyright 2023"
background: "#D4EEE5"
navbar:
background: "#D4EEE5"
logo: "images/logo.png"
pinned: true
align: center
right:
- icon: download
text: Downloads
menu:
- text: All Course Materials
href: materials/positconf-2023-ggplot2-materials.zip
- text: Data Sets
href: materials/positconf-2023-ggplot2-data.zip
- text: Font Files
href: materials/positconf-2023-ggplot2-fonts.zip
- text: Scripts
href: materials/positconf-2023-ggplot2-scripts.zip
- text: Exercises
href: materials/positconf-2023-ggplot2-exercises.zip
- icon: file-certificate
href: license.qmd
- icon: github
href: https://github.com/posit-conf-2023/dataviz-ggplot2
text: GitHub
- icon: cloud-fill
href: https://posit.cloud/spaces/397253
text: Posit Cloud
left:
- text: Information
menu:
- text: Prework
href: prework.qmd
- text: Schedule
href: schedule.qmd
- text: Teaching Team
href: team.qmd
- text: Sessions
menu:
- text: Fundamentals & Workflows
href: modules/s01-fundamentals.qmd
- text: Working with Text
href: modules/s03-text.qmd
- text: Working with Colors
href: modules/s05-colors.qmd
- text: Working with Theming
href: modules/s07-theming.qmd
format:
html:
theme:
light: [cosmo, theme.scss]
toc: true
code-copy: true
code-overflow: wrap
mainfont: "Asap SemiCondensed"