generated from pythonhealthdatascience/stars_reproduction_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
58 lines (56 loc) · 1.76 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
project:
type: website
preview:
browser: true
website:
# Name of site in navbar
title: "Reproducing Wood et al. 2021"
# Favicon image for site
favicon: "quarto_site/stars_logo_blue.png"
# Adds edit and issue buttons to footer
repo-url: https://github.com/pythonhealthdatascience/stars-reproduce-wood-2021
repo-actions: [edit, issue]
# Settings for navbar across top of page
navbar:
logo: "quarto_site/stars_logo_blue.png"
# Left-aligned within navbar...
left:
- text: Original study
href: quarto_site/study_publication.qmd
- text: Reproduction
menu:
- text: README
href: quarto_site/reproduction_readme.qmd
- text: Evaluation
menu:
- evaluation/scope.qmd
- evaluation/reproduction_success.qmd
- evaluation/badges.qmd
- evaluation/artefacts.qmd
- evaluation/reporting.qmd
- logbook/logbook.qmd
- text: Summary
href: evaluation/reproduction_report.qmd
- text: Reflections
href: evaluation/reflections.qmd
# Right-aligned within navbar...
right:
- icon: github
href: https://github.com/pythonhealthdatascience/stars-reproduce-wood-2021
page-footer:
left: |
[![](https://raw.githubusercontent.com/pythonhealthdatascience/stars-logo/main/stars_logo_blue_text.png){fig-alt="STARS" width=300px}](https://github.com/pythonhealthdatascience)
center:
- text: "Changelog"
href: CHANGELOG.md
- text: "License"
href: quarto_site/license.qmd
- text: "Contributing"
href: CONTRIBUTING.md
right:
- icon: github
href: https://github.com/pythonhealthdatascience/stars-reproduce-wood-2021
format:
html:
theme: cosmo
toc: true