-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
78 lines (69 loc) · 1.67 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
76
77
78
project:
type: book
output-dir: docs
resources:
- "/fonts/*"
book:
title: "Embrace Uncertainty"
subtitle: "Mixed-effects models with Julia"
author:
- name: Phillip Alday
email: [email protected]
orcid: 0000-0002-9984-5745
affiliation:
- name: Beacon Biosignals
url: https://beacon.bio
- name: Reinhold Kliegl
email: [email protected]
orcid: 0000-0002-0180-8488
affiliation:
- name: University of Potsdam
city: Potsdam
country: Germany
url: https://uni-potsdam.de
- name: Douglas Bates
email: [email protected]
orcid: 0000-0001-8316-9503
affiliation:
- name: University of Wisconsin - Madison
city: Madison
state: WI
url: https://www.wisc.edu
department: Statistics
date: last-modified
chapters:
- index.qmd
- intro.qmd
- multiple.qmd
- longitudinal.qmd
- largescaledesigned.qmd
- largescaleobserved.qmd
- glmmbernoulli.qmd
- references.qmd
appendices:
- datatables.qmd
- linalg.qmd
- aGHQ.qmd
execute-dir: project
bibliography: references.bib
csl: apa-annotated-bibliography.csl
github:
owner: JuliaMixedModels
repo: EmbraceUncertainty
resources:
- CNAME
format:
html:
# for more info, see
# https://quarto.org/docs/output-formats/html-themes.html
theme: [sandstone, theme.scss]
# sets the background of inline code and code output but not code blocks?
# also overrides code-bg in the SCSS file
# monobackgroundcolor: '#fafafa'
engine: julia
julia:
exeflags:
- --project
- -tauto
execute:
freeze: auto