-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path_quarto.yml
More file actions
57 lines (52 loc) · 1.71 KB
/
Copy path_quarto.yml
File metadata and controls
57 lines (52 loc) · 1.71 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
project:
type: website
output-dir: _site
theme: lux
format:
html:
code-fold: true
theme:
light: [lux, https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap]
dark: [lux, https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap]
css: styles/styles.css
# Navigation structure
website:
title: "pyOpenSci metrics"
site-url: "https://www.pyopensci.org"
repo-url: "https://www.github.com/pyopensci/metrics"
favicon: images/favicon.ico
navbar:
search: true
left:
- text: "Home"
href: index.qmd
- text: "Peer Review"
menu:
- text: Peer Review Status Dashboard
href: peer-review/peer-review-status-dashboard.qmd
- text: Editorial Dashboard
href: peer-review/editorial-dashboard.qmd
- text: Current Review Status
href: peer-review/current-review-status.qmd
- text: Over Time
href: peer-review/reviews-over-time.qmd
- text: Peer review trends
href: peer-review/review-trends.qmd
- text: "pyOpenSci Package Metrics"
menu:
- text: Accepted Package Metrics
href: peer-review/accepted-packages.qmd
- text: Package Dashboard
href: peer-review/pyos-package-dashboard.qmd
- text: Package Activity
href: pyos-packages/package-activity.qmd
- text: "Contributors"
menu:
- text: Contributor Data
href: contributors/contributors.qmd
- text: Sprint Data
href: contributors/sprints.qmd
right:
- icon: github
href: https://github.com/pyopensci/metrics
aria-label: GitHub