-
Notifications
You must be signed in to change notification settings - Fork 432
/
_quarto.yml
114 lines (100 loc) · 2.9 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
project:
type: website
resources:
- "images/twitter-card.png"
- "course-materials/_slides/"
website:
page-navigation: true
title: "Data Science in a Box"
description: "Data Science in a Box contains the materials required to teach (or learn from) the course described above, all of which are freely-available and open-source."
site-url: "https://datasciencebox.org/"
repo-url: https://github.com/rstudio-education/datascience-box
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@minebocek"
image: "/images/twitter-card.png"
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
background: "#A7D5E8"
right:
- text: "License"
href: LICENSE.md
- text: "Code of Conduct"
href: CODE_OF_CONDUCT.md
navbar:
background: "#A7D5E8"
logo: "images/dsbox.png"
align: center
title: false
collapse-below: lg
right:
- icon: github
href: https://github.com/rstudio-education/datascience-box
aria-label: GitHub
- icon: cloud-fill
href: https://rstudio.cloud/spaces/1655/join?access_code=5rdjusfIYF5iI0Gum2vNsBDLdtdnIEELBkf2EivK
aria-label: RStudio Cloud
left:
- text: "Overview"
href: index.qmd
- text: "Hello #dsbox!"
href: hello.qmd
- text: "Content"
href: content.qmd
- text: "Infrastructure"
href: infrastructure.qmd
- text: "Design"
href: design.qmd
sidebar:
- id: hello-dsbox
title: "Hello #dsbox!"
style: "floating"
collapse-level: 2
align: left
contents:
- href: hello.qmd
- href: 01-overview.qmd
- href: 01-design-principles.qmd
- href: 01-topics.qmd
- href: 01-tech-stack.qmd
- href: 01-community.qmd
- id: content
title: "Content"
contents:
- href: content.qmd
- href: 02-hello-world.qmd
- href: 02-exploring-data.qmd
- href: 02-ethics.qmd
- href: 02-making-rigorous-conclusions.qmd
- href: 02-looking-further.qmd
- href: 02-interactive-tutorials.qmd
- href: 02-project.qmd
- href: 02-exams.qmd
- id: infrastructure
title: "Infrastructure"
contents:
- href: infrastructure.qmd
- href: 03-access-r.qmd
- href: 03-version-control.qmd
- href: 03-discussion.qmd
- href: 03-sharing.qmd
- href: 03-alternative-setups.qmd
- id: design
align: left
contents:
- href: design.qmd
- href: 04-pedagogy.qmd
- href: 04-schedule.qmd
format:
html:
theme:
light: [cosmo, style/dsbox.scss]
dark: [cosmo, style/dsbox.scss, style/dark.scss]
toc: true
code-copy: true
code-overflow: wrap
mainfont: "Atkinson Hyperlegible"
include-in-header: "style/fontawesome.html"
freeze: auto
editor: visual