-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
57 lines (57 loc) · 1.15 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
lang: en
project:
type: book
output-dir: docs
resources: resources
execute:
freeze: auto
book:
title: PSA Data and Methods
author: "D&M Committee"
license: CC-BY
cover-image: images/logos/logo.png
image: images/logos/logo.png
favicon: images/logos/logo.png
cookie-consent: false
google-analytics: ''
page-navigation: true
search: true
page-footer: CC-BY (2023) PSA
chapters:
- index.qmd
- planning.qmd
- collection.qmd
- cleaning.qmd
- analysis.qmd
- reporting.qmd
appendices:
- references.qmd
bibliography: include/references.bib
csl: include/apa.csl
format:
html:
theme:
light:
- flatly
- include/light.scss
dark:
- darkly
- include/dark.scss
css:
- https://use.fontawesome.com/releases/v5.13.0/css/all.css
- include/booktem.css
- include/webex.css
- include/glossary.css
- include/style.css
df-print: kable
code-link: true
code-fold: false
code-line-numbers: true
code-overflow: wrap
code-copy: hover
highlight-style: a11y
mainfont: ''
monofont: ''
include-after-body:
- include/webex.js
- include/script.js