-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
46 lines (43 loc) · 1.07 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
project:
type: website
website:
title: 'Health Data Science Sandbox'
navbar:
logo: /img/logo.png
left:
- href: index.qmd
text: Home
- href: news.qmd
text: News
- href: access/index.qmd
text: HPC access
- href: modules/index.qmd
text: Modules
# - href: workshop/workshop_conf.qmd
# text: RDM Workshop
- text: Datasets
menu:
- href: datasets/datapolicy.qmd
- href: datasets/synthdata.qmd
- href: about/about.qmd
text: About
- href: contact/contact.qmd
text: Contact
right:
- icon: github
href: https://github.com/hds-sandbox
aria-label: GitHub
- icon: linkedin
href: https://www.linkedin.com/company/ucph-heads
aria-label: LinkedIn
- icon: twitter
href: https://twitter.com/ucph_heads
aria-label: Twitter
format:
html:
theme:
light: [materia, css/materialight.scss]
dark: darkly
toc: true
# include-in-header:
# - file: "resources/bioschema.html"