-
Notifications
You must be signed in to change notification settings - Fork 71
/
_quarto.yml
84 lines (76 loc) · 2.4 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
project:
type: website
resources:
- "images/twitter-card.png"
render:
- "*.qmd"
- "!materials/exercises"
website:
page-navigation: true
title: "Graphic Design with ggplot2"
description: "Homepage for rstudio::conf(2022) workshop"
site-url: "https://rstudio-conf-2022.github.io/ggplot2-graphic-design/"
repo-url: https://github.com/rstudio-conf-2022/ggplot2-graphic-design
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 2022, Cédric Scherer and Marco Sciaini"
background: "#FFEDC2"
navbar:
background: "#FFEDC2"
logo: "images/logo.png"
pinned: true
align: center
right:
- icon: download
text: Downloads
menu:
- text: All Course Materials
href: ggplot2-course-material.zip
- text: Data Sets
href: ggplot2-course-data.zip
- text: Font Files
href: ggplot2-course-fonts.zip
- icon: file-certificate
href: license.qmd
- icon: github
href: https://github.com/rstudio-conf-2022/ggplot2-graphic-design
text: GitHub
#- icon: cloud-fill
# href: https://rstudio.cloud/spaces/235465
# text: RStudio Cloud+
left:
- text: Sessions
menu:
- text: Introduction
href: modules/d1-01_introduction.qmd
- text: Concepts of ggplot2 Pt. 1
href: modules/d1-02_concepts_pt1.qmd
- text: Concepts of ggplot2 Pt. 2
href: modules/d1-05_concepts_pt2.qmd
- text: Data Communication
href: modules/d1-09_data_com.qmd
- text: Working with Annotations & Labels
href: modules/d2-01_lab_ann.qmd
- text: Colorful Graphics
href: modules/d2-03_colorful_graphics.qmd
- text: Working with Colors
href: modules/d2-04_colors.qmd
- text: Working with Layouts & Composition
href: modules/d2-06_layout.qmd
- text: Group Project
href: modules/d2-08_project.qmd
- href: schedule.qmd
format:
html:
theme:
light: [cosmo, theme.scss]
toc: true
code-copy: true
code-overflow: wrap
mainfont: "Asap SemiCondensed"