-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_quarto.yml
40 lines (39 loc) · 1.15 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
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"
navbar:
search: true
left:
- text: "Home"
href: index.qmd
- text: "Peer Review"
menu:
- 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: "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