-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
75 lines (64 loc) · 1.84 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
project:
type: book
book:
title: "Personal Notes: Statistical Rethinking (2nd ed)"
author: "Peter Baumgartner"
date: last-modified
date-format: YYYY-MM-DD HH:mm
favicon: "img/favicon.ico"
site-url: https://bookdown.org/pbaumgartner/sr2-notes/
repo-url: https://github.com/petzi53/statistical-rethinking-2-2023
repo-branch: master
repo-actions: [edit, issue]
chapters:
- index.qmd
- 01-golem-of-prague.qmd
- 02-small-and-large-worlds.qmd
- 03-sampling-the-imaginary.qmd
- 04-geocentric-models.qmd
- 05-many-variables.qmd
- 95-references.qmd
appendices:
- 96-quarto-notes.qmd
bibliography: references.bib
format:
html:
theme: cosmo
css:
- quarto.css
- glossary.css
number-sections: true
toc-depth: 5
toc-expand: 4
code-fold: true
code-tools: true
code-link: true
code-overflow: scroll
df-print: default
knitr:
opts_chunk:
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true
editor: source
execute:
freeze: auto
crossref:
appendix-title: "Appendix"
appendix-delim: ":"
language:
crossref-fig-title: "Graph" # replaces "Figure"
crossref-thm-title: "Theorem"
crossref-lem-title: "Solution" # replaces "Lemma"
crossref-cor-title: "Note" # replaces "Corollary"
crossref-prp-title: "Procedure" # replaces "Proposition"
crossref-cnj-title: "R Code" # replaces "Conjecture"
crossref-def-title: "Definition"
crossref-exm-title: "Example"
crossref-exr-title: "Exercise"
# https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/language/_language.yml
callout-tip-title: "Resource" # green
callout-note-title: "Note" # blue
callout-warning-title: "Watch out!" # orange
callout-important-title: "Important" # red
callout-caution-title: "Typo" # yellow