-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
91 lines (79 loc) · 1.84 KB
/
_quarto.yml
File metadata and controls
91 lines (79 loc) · 1.84 KB
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
project:
type: website
output-dir: docs
website:
twitter-card: true
page-navigation: true
title: "StatePol Database"
site-url: "https://github.com/StatePol/Database"
repo-url: https://github.com/StatePol/Database
repo-actions: [edit, issue]
search:
location: navbar
type: overlay
# page bottom formatting
page-footer:
left: "© StatePol 2023"
# navbar (top) formatting
navbar:
background: "#9DB4C0"
right:
- href: index.qmd
text: Home
- href: structure.qmd
text: Database
- href: applications.qmd
text: Interactive App
- href: authors.qmd
text: Team
- href: citation.qmd
text: Citation
# side bar formatting
sidebar:
- id: Home
logo: "/images/hex_statepol.png"
align: center
tools:
- icon: book
href: https://link.springer.com/article/10.1007/s11615-024-00528-z
- icon: github
href: https://github.com/StatePol/Database
style: "docked"
search: true
collapse-level: 3
pinned: true
contents:
- href: index.qmd
text: Welcome
- id: Database
contents:
- href: structure.qmd
text: Database
- href: datadict.qmd
text: Data Dictionary
- href: databaseversions.qmd
text: Database Versions
- href: sources.qmd
text: Sources
- href: limitations.qmd
text: Limitations
- href: download.qmd
text: Download
- id: app
contents:
- href: applications.qmd
text: Interactive App
- id: Team
contents:
- href: authors.qmd
text: Team
- id: Citation
contents:
- href: citation.qmd
text: Citation
format:
html:
theme: [cosmo, theme.scss]
code-copy: true
code-overflow: wrap
toc: true