-
Notifications
You must be signed in to change notification settings - Fork 12
/
_quarto.yml
57 lines (49 loc) · 1.33 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
project:
type: website
resources:
- "images/twitter-card.png"
website:
page-navigation: true
title: "Designing the Data Science Classroom"
description: "Homepage for rstudio::conf(2022) workshop"
site-url: "https://rstudio-conf-2022.github.io/teach-ds/"
repo-url: https://github.com/rstudio-conf-2022/teach-ds
repo-actions: [edit, issue]
opengraph: true
twitter-card:
creator: "@minebocek"
image: "/images/twitter-card.png"
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
right: "© Copyright 2022, Mine Çetinkaya-Rundel and Maria Tackett"
background: "#2e3846"
sidebar:
background: "#2e3846"
logo: "images/logo.gif"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/rstudio-conf-2022/teach-ds
text: GitHub
- icon: cloud-fill
href: https://rstudio.cloud/spaces/249609
text: RStudio Cloud
style: docked
contents:
- href: index.qmd
text: Home
- href: schedule.qmd
- href: resources.qmd
- href: license.qmd
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
toc: true
code-copy: true
code-overflow: scroll
mainfont: "Atkinson Hyperlegible"
highlight-style: a11y
editor: visual