-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
97 lines (89 loc) · 2.55 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
project:
type: website
output-dir: docs
website:
title: "Justice Hub"
page-navigation: true
reader-mode: true
search:
type: textbox
navbar:
background: light
logo: jh-docs.png
logo-alt: "JusticeHub logo."
title: false
collapse-below: lg
search: true
left:
- text: "Overview"
href: index.qmd
- text: "Guide"
href: page/guide/index.qmd
- text: "Datasets"
href: page/datasets/index.qmd
- text: "Learn"
href: page/learn/index.qmd
- text: "Blogs"
href: https://medium.com/civicdatalab/tagged/law
sidebar:
- title: "Guide"
style: "docked"
background: light
collapse-level: 3
contents:
- page/guide/index.qmd
- section: "Share Datasets"
contents:
- page/guide/create/index.qmd
- page/guide/create/readme.qmd
- page/guide/create/dataDictionary.qmd
- page/guide/create/license.qmd
- page/guide/create/dataRepositories.qmd
- section: "Explore Datasets"
contents:
- page/guide/explore/searchDatasets.qmd
- section: "Contribute Datasets"
contents:
- page/guide/uploadDatasets.qmd
- title: "Datasets"
style: "docked"
background: light
collapse-level: 3
contents:
- page/datasets/index.qmd
- "---"
- section: "Budgets for Justice"
contents:
- page/datasets/budgets/index.qmd
- section: "Case Studies"
contents:
- page/datasets/budgets/case-studies/prison.qmd
- page/datasets/budgets/case-studies/police.qmd
- page/datasets/budgets/case-studies/justice.qmd
- "---"
page-footer:
left: |
Maintained by
[![](https://cdn.jsdelivr.net/gh/justicehub-in/jh-guidebook@main/assets/cdl-logo.png){fig-alt="CivicDataLab" width=45px}](https://civicdatalab.in/){target='_blank'}
center:
- text: "About"
href: about.qmd
- text: "License"
href: license.qmd
right:
- icon: twitter
href: https://twitter.com/JusticeHubIndia
aria-label: JusticeHub Twitter
- icon: github
href: https://github.com/justicehub-in/justicehub
aria-label: JusticeHub GitHub
- icon: newspaper
href: https://dataforjustice.substack.com/
aria-label: Data for Justice Newsletter
format:
html:
theme:
light: flatly
css: styles.css
toc: true
editor: visual