-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
134 lines (115 loc) · 3.19 KB
/
_quarto.yml
File metadata and controls
134 lines (115 loc) · 3.19 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
project:
type: book
pre-render: R/helper.R
book:
title: "World Happiness Report"
author: "Peter Baumgartner"
date: last-modified
date-format: YYYY-MM-DD HH:mm
favicon: "img/favicon_io/apple-touch-icon.png"
site-url: https://bookdown.org/pbaumgartner/world-happiness-report/
repo-url: https://github.com/petzi53/world-happiness-report
repo-branch: master
repo-actions: [edit, issue]
page-navigation: true
chapters:
- index.qmd
- 01-download-data.qmd
- 02-countries-in-regions.qmd
- 03-ranking-2024.qmd
- 04-country-charts.qmd
# appendices:
# - 80-countries-in-regions.qmd
bibliography:
- references.bib
reference-section-title: References
# citeproc: true
format:
html:
theme: cosmo
css:
- quarto.css
- glossary.css
number-sections: true
toc-depth: 5
toc-expand: 4
toc_float: true
code-fold: true
code-tools: true
code-link: true
code-overflow: scroll
df-print: default
filters:
- include-code-files
- section-bibliographies
knitr:
opts_chunk:
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true
editor: source
execute:
freeze: auto
lightbox: true
crossref:
appendix-title: "Appendix"
appendix-delim: ":"
custom:
- kind: float
reference-prefix: Important
key: imp
- kind: float
reference-prefix: Commitment
key: com
- kind: float
reference-prefix: Report
key: rep
- kind: float
reference-prefix: Resource
key: res
- kind: float
reference-prefix: Package Profile
key: pak
- kind: float
reference-prefix: Bullet List
key: bul
- kind: float
reference-prefix: Numerical List
key: num
- kind: float
reference-prefix: Note
key: not
- kind: float
reference-prefix: Explanation
key: exp
- kind: float
reference-prefix: Tip
key: tip
- kind: float
reference-prefix: Checklist
key: tdo
- kind: float
reference-prefix: Collection Code
key: col
tip-cap-location: top
pak-cap-location: top
bul-cap-location: bottom
language:
crossref-cnj-title: "R Code" # replaces "Conjecture"
crossref-cor-title: "Assessment" # replaces "Corollary"
crossref-def-title: "Experiment" # replaces "Definition"
crossref-exm-title: "Code Collection" # replaces "Example"
crossref-exr-title: "Exercise" # remains "Exercise"
crossref-fig-title: "Graph" # replaces "Figure"
crossref-lem-title: "Resource" # replaces "Lemma"
crossref-lst-title: "Listing / Output" # replaces "Listing"
crossref-prp-title: "Procedure" # replaces "Proposition"
crossref-tbl-title: "Table" # remains "Table"
crossref-thm-title: "Formula" # replaces "Theorem"
# crossref-int-title: "Interpretation"
# https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/language/_language.yml
callout-tip-title: "Report" # green
callout-note-title: "Note" # blue
callout-warning-title: "Watch out!" # orange
callout-important-title: "Important" # red
callout-caution-title: "Typo" # yellow