-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
53 lines (44 loc) · 949 Bytes
/
_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
project:
type: book
output-dir: _book
book:
title: "Computing for Data Science (C4DS)"
reader-mode: true
site-url: https://c4ds.thecoatlessprofessor.com
repo-url: https://github.com/coatless-textbooks/c4ds/
repo-branch: main
repo-actions: [edit, issue]
chapters:
- index.qmd
- part: "Base R"
chapters:
- selection-control.qmd
- debug-r-code.qmd
- part: "Version Control"
chapters:
- setting-up-git-and-github.qmd
- part: "Development"
chapters:
- r-packages.qmd
format:
html:
theme:
light: cosmo
dark: darkly
code-link: true
toc: true
author-meta: "James Balamuta"
callout-appearance: simple
engine: knitr
filters: [webr, custom-callout]
webr:
cell-options:
autorun: true
custom-callout:
todo:
title: "To Do"
icon-symbol: "fa-clock"
color: "darkblue"
editor: source
#execute:
# freeze: true