-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_quarto.yml
50 lines (45 loc) · 1.03 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
project:
type: book
output-dir: docs
book:
title: "Introduction to R with Tidyverse"
author: "Sophie Lee"
downloads: [pdf]
search: true
sidebar:
collapse-level: 1
style: docked
navbar:
right:
- icon: github
href: https://github.com/sophie-a-lee/
aria-label: Github
- icon: book
href: https://scubed.rbind.io/
aria-label: Website
- icon: twitter
href: https://x.com/SophieStats10
aria-label: Twitter
- icon: linkedin
href: https://www.linkedin.com/in/sophie-a-lee/
aria-label: LinkedIn
- icon: cup-hot
href: https://buymeacoffee.com/sophie_a_lee
aria-label: Buy me a coffee
chapters:
- index.qmd
- session1_notes.qmd
- session2_notes.qmd
- session3_notes.qmd
- session4_notes.qmd
- session5_notes.qmd
appendices:
- data_description.qmd
- exercise_solutions.qmd
format:
html:
theme:
light: [pulse, style.scss]
dark: darkly
pdf:
documentclass: scrreprt