-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
42 lines (38 loc) · 916 Bytes
/
_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
project:
type: website
output-dir: docs
website:
title: "STAPLE"
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
- funding.qmd
- href: https://staple.science/documentation/
text: Docs
- href: posts.qmd
text: Updates
- text: "App"
menu:
- href: https://app.staple.science
text: App
- href: terms_conditions.qmd
text: Terms
- href: privacy_policy.qmd
text: Privacy
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/STAPLE-verse/STAPLE-verse.github.io
- text: Report a Bug
url: mailto:[email protected]
page-footer:
left: "Copyright 2023-2024, Erin Buchanan, Marton Kovacs"
format:
html:
theme: lux # lux pulse vapor
css: styles.css
toc: true
editor: visual