-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
37 lines (34 loc) · 821 Bytes
/
_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
project:
type: book
output-dir: docs
book:
title: "Charting Inequality: A Deep Dive into Chicago's Poverty Landscape"
author: "Gregory Ho"
date: "03/05/2024"
chapters:
- index.qmd
- spatial_distribution.qmd
- digital_divide_analysis.qmd
- multidimensional_poverty.qmd
- credits.qmd
format:
html:
theme: cosmo
toc: true
toc-depth: 3
toc-location: left
navbar:
left:
- text: "Home"
href: index.qmd
- text: "Spatial Distribution"
href: spatial_distribution.qmd
- text: "Digital Divide Analysis"
href: digital_divide_analysis.qmd
- text: "Methodology"
href: multidimensional_poverty.qmd
- text: "Credits"
href: credits.qmd
pdf:
documentclass: scrreprt
editor: visual