-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
103 lines (89 loc) · 2.21 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
project:
type: book
output-dir: docs
book:
title: "Methodology for the Fiscal Futures Annual Report"
subtitle: "Part of IGPA's Fiscal Futures Project"
author: "Alea Wilbur-Mujtaba"
date: last-modified
search: true
repo-url: https://github.com/AleaWM/Fiscal-Futures/
chapters:
- index.qmd
- part: "Reports"
chapters:
- Everything.qmd
# - FiscalGap.qmd
- part: "Illinois State Budget Data"
chapters:
- OwnSourceRev.qmd
- FederalRevenue.qmd
- LocalTransfers.qmd
- Medicaid.qmd
- Debt.qmd
- Pensions.qmd
- Healthcare.qmd
- TaxRefunds.qmd
- K12_Education.qmd
- FedMoneyReceived.qmd
- part: "Methodology"
chapters:
- FundsIncluded.qmd
- code-cleaning.qmd
- past-mistakes.qmd
navbar:
right:
- icon: github
href: https://github.com/AleaWM/Fiscal-Futures.git
left:
- text: "About"
file: index.qmd
- text: "Methodology"
menu:
- FundsIncluded.qmd
- code-cleaning.qmd
- Everything.qmd
- text: "Data"
href: https://github.com/AleaWM/Fiscal-Futures/tree/main/data
# - text: "Reports"
# file: FiscalGap.qmd
# - text: "COVID-related Federal Revenue"
# file: FedMoneyReceived.qmd
# site-url: https://aleawm.github.io/https://github.com/AleaWM/Fiscal-Futures-IL-FY2023.git
# repo-actions: [edit]
# downloads: [pdf, epub]
# sharing: [twitter, facebook]
# sidebar:
#title: "On this page"
#execute:
# freeze: auto
format:
html:
theme: zephyr
toc: true
code-fold: true
code-tools: true
code-overflow: wrap
code-copy: true
fig-cap-location: top
tbl-cap-location: top
df-print: paged
# grid:
# gutter-width: 1rem
# sidebar-width: 300px
# # body-width: 900px
# margin-width: 300px
# pdf:
# documentclass: scrreport
# include-in-header:
# text: |
# \usepackage{makeidx}
# \makeindex
# include-after-body:
# text: |
# \printindex
#
#bibliography: references.bib
#reference-location: margin
#citation-location: margin
editor: visual