-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
51 lines (46 loc) · 1.12 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
project:
type: book
output-dir: docs
book:
title: "Working From Home in Illinois:"
subtitle: "Who Can and Who Does?"
author: "Alea Wilbur-Mujtaba"
description: "Replication files, appendix items, summary tables, and images used when authoring the WFH paper."
status: "forthcoming"
repo-branch: "https://github.com/AleaWM/WorkFromHome/tree/main"
page-navigation: true
back-to-top-navigation: true
chapters:
- index.qmd
- Maps.qmd
- DescriptiveStatistics.qmd
- DataPrep.qmd
- WFH_Models.qmd
- Appendix1.qmd
navbar:
search: true
left:
- Maps.qmd
- DescriptiveStatistics.qmd
- WFH_Models.qmd
- DataPrep.qmd
right:
- icon: github
href: "https://github.com/AleaWM/WorkFromHome"
aria-label: GitHub
format:
html:
theme: cosmo
toc: true
df-print: paged
code-fold: true
code-summary: "Show the code"
code-overflow: wrap
code-tools: true
code-copy: true
fig-cap-location: top
tbl-cap-location: top
grid:
sidebar-width: 200px
body-width: 900px
margin-width: 200px