-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
73 lines (61 loc) · 1.41 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
project:
type: book
execute:
freeze: auto
bibliography: book.bib
crossref:
chapters: true
book:
title: "Data Disasters"
author: "Emily Riederer"
description: "Navigating the complexities of real-world data analysis"
cover-image: figures/cover.png
favicon: figures/cover.png
open-graph: true
twitter-card: true
google-analytics: G-C7VEESJ7Z8
#graphics: yes
search: true
site-url: data-disasters.com
repo-url: https://github.com/emilyriederer/data-disasters
repo-branch: main
repo-actions: [edit]
sharing: [twitter, facebook, linkedin]
chapters:
- "index.qmd"
- "comments.qmd"
- "author.qmd"
- "intro.qmd"
- part: "Data"
chapters:
- "data-dall.qmd"
- "comp-quan.qmd"
- "egre-aggr.qmd"
- "vexi-visu.qmd"
- part: "Analysis"
chapters:
- "incr-infe.qmd"
- "cava-caus.qmd"
- "mind-mode.qmd"
- "alte-algo.qmd"
- "futi-find.qmd"
- part: "Workflow"
chapters:
- "comp-code.qmd"
- "reje-repr.qmd"
- "mour-mist.qmd"
- "references.qmd"
appendices:
- "more.qmd"
format:
html:
theme: [cosmo, custom.scss]
cover-image: figures/cover.png
code-link: true
anchor-sections: true
pdf:
documentclass: krantz
include-in-header: latex/preamble.tex
include-before-body: latex/before_body.tex
include-after-body: latex/after_body.tex
keep-tex: true