-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy path_quarto.yml
More file actions
67 lines (54 loc) · 1.24 KB
/
_quarto.yml
File metadata and controls
67 lines (54 loc) · 1.24 KB
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
project:
type: book
book:
title: "*Statistical rethinking* with brms, ggplot2, and the tidyverse"
subtitle: "version 1.4.0"
author: "A. Solomon Kurz"
date: now
favicon: mischa_favicon.png
search: true
open-graph: true
site-url: https://solomon.quarto.pub/sr/
repo-url: https://github.com/ASKurz/Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse
repo-actions: issue
chapters:
- index.qmd
- 01.qmd
- 02.qmd
- 03.qmd
- 04.qmd
- 05.qmd
- 06.qmd
- 07.qmd
- 08.qmd
- 09.qmd
- 10.qmd
- 11.qmd
- 12.qmd
- 13.qmd
- 14.qmd
- 15.qmd
- references.qmd
toc: true
toc-depth: 5
bibliography: rethinking_1.bib # bib.bib
biblio-style: apalike
csl: apa.csl
link-citations: true
format:
html:
theme: cosmo
code-copy: true
reference-location: margin # or block, section, document # footnotes to the margin, rather than default bottom ("document")
html-math-method: mathjax
engine: knitr
knitr:
opts_chunk:
R.options:
width: 130 # https://github.com/quarto-dev/quarto-cli/discussions/3934
editor: source
number-sections: true
comments:
giscus:
repo: ASKurz/Statistical_Rethinking_with_brms_ggplot2_and_the_tidyverse
highlight-style: github