-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
75 lines (60 loc) · 1.47 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
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
chapters:
- index.qmd
- Everything_notrounded.qmd
- Everything.qmd
- exclude_stateCURE.qmd
navbar:
right:
- icon: github
href: https://github.com/AleaWM/Fiscal-Futures-IL-FY2023.git
left:
- text: "About"
file: index.qmd
- text: "Data"
href: https://github.com/AleaWM/Fiscal-Futures-IL-FY2023/tree/main/data
# 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