-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
96 lines (81 loc) · 1.79 KB
/
_quarto.yml
File metadata and controls
96 lines (81 loc) · 1.79 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
project:
type: book
output-dir: docs
preview:
port: 4300
language:
toc-title-appendices: "Reference Materials"
book:
sidebar:
search: true
style: floating
title: "Big Local News immigration enforcement reporting recipes"
subtitle: "Based on data provided by the Deportation Data Project"
page-navigation: true
reader-mode: false
date: last-modified
author:
- name: Sarah Cohen
affiliations:
- name: Big Local News, Stanford University
url: "https://biglocalnews.org/content/about/"
email: cohensh@stanford.edu
chapters:
- index.qmd
- part: "Getting started with ICE data"
chapters:
- start-intro.qmd
- start-stories.qmd
- start-structure.qmd
- part: "Recipes"
chapters:
- recipes-intro.qmd
- recipes-arrest-download.qmd
- recipes-arrest-import.qmd
- recipes-arrest-examples.qmd
# - detention-intro.qmd
# - detention-trends.qmd
# - detention-facilities.qmd
# - detention-holds.qmd
appendices:
- app-intro.qmd
- app-common-defs.qmd
- app-arrests.qmd
# - app-detentions.qmd
# - app-detainers.qmd
# - app-enhancements.qmd
- app-ice-overview.qmd
format:
html:
theme:
- cosmo
- custom.scss
toc: false
code-fold: true
code-tools: false
page-layout: full
default-image-extension: png
callout-icon: false
number-sections: false
grid:
margin-width: 10%;
sidebar-width: 20%;
execute:
echo: fenced
warning: false
message: false
error: true
include: false
eval: false
extensions:
- coatless-quarto/custom-callout
engine:
knitr
custom-callout:
todo:
color: "#325d88"
title: "TODO"
icon: ""
question:
color: red
title: "Questions"