-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
43 lines (37 loc) · 974 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
project:
type: website
execute:
freeze: auto
website:
favicon: img/logo_tree_horizontal_ERC_square.png
twitter-card: true
site-url: https://mindthegap-erc.github.io/
open-graph: true
image: "https://mindthegap-erc.github.io/img/logo_tree_horizontal_ERC_square.png"
navbar:
background: primary
search: true
left:
- href: index.qmd
text: "Home"
- href: subpages/ppl.qmd
text: "People"
- href: subpages/student_projects.qmd
text: "Student projects"
- href: subpages/science.qmd
text: "Science"
- href: subpages/software.qmd
text: "Software"
- href: subpages/pub.qmd
text: "Publications"
- href: subpages/teaching.qmd
text: "Teaching"
- href: subpages/workshops.qmd
text: "Workshops"
- href: subpages/archive.qmd
text: "Archives and repositories"
format:
html:
theme: cosmo
css: styles.css
toc: false