-
Notifications
You must be signed in to change notification settings - Fork 62
/
_quarto.yml
53 lines (43 loc) · 1.1 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
project:
type: website
website:
favicon: "images/logo.png"
navbar:
logo: "images/logo.png"
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/PSIAIMS/CAMIS/
- text: Report a Difference
url: https://github.com/PSIAIMS/CAMIS/issues/
left:
#- href: index.qmd
# text: Home
- href: about.qmd
text: "About"
- href: contribution/contribution.qmd
text: "Contribute"
- text: "Publications and projects"
menu:
- text: "White paper"
href: publication/white_paper.qmd
- text: "Conferences"
href: publication/conference.qmd
- text: "Academic projects"
href: publication/dissertation.qmd
- text: "News"
menu:
- text: "Meeting minutes"
href: minutes/index.qmd
- text: "Blogs"
href: blogs/index.qmd
format:
html:
toc: true
theme:
light: cosmo
code-copy: true
code-overflow: wrap
css: styles.css
editor: visual