generated from posit-conf-2023/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 21
/
_quarto.yml
70 lines (62 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
65
66
67
68
69
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-storytelling/"
repo-url: https://github.com/posit-conf-2023/dataviz-storytelling
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: file-certificate
href: license.qmd
- icon: github
href: https://github.com/posit-conf-2023/dataviz-storytelling
text: GitHub
left:
- text: Information
menu:
- text: Prework
href: prework.qmd
- text: Schedule
href: schedule.qmd
- text: Teaching Team
href: team.qmd
- text: Sessions
menu:
- text: Foundations of Data Visualization
href: modules/s01-foundations.qmd
- text: Choose an Appropriate Display
href: modules/s03-display.qmd
- text: Think Like a Designer
href: modules/s05-design.qmd
- text: Guide the View(er)
href: modules/s07-guide.qmd
format:
html:
theme:
light: [cosmo, theme.scss]
toc: true
code-copy: true
code-overflow: wrap
mainfont: "Asap SemiCondensed"