-
Notifications
You must be signed in to change notification settings - Fork 5
/
_quarto.yml
45 lines (42 loc) · 957 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
42
43
44
45
project:
type: website
output-dir: docs
website:
title: "Sustainability Lab"
navbar:
title: False
search: true
left:
- text: "<img src='/images/logo.png' style='height: 90px !important;'>"
href: index.qmd
- href: members.qmd
text: Team
- href: papers/index.qmd
text: Publications
- href: awards.qmd
text: Awards
- href: news.qmd
text: News
- href: media.qmd
text: Media coverage
- href: memories.qmd
text: Memories
- href: experiences.qmd
text: Alumni Experience
- href: lab-handbook.qmd
text: Lab Handbook
format:
html:
page-layout: full
toc: true
grid:
margin-width: 14%
theme:
light: [litera, styles.scss]
dark: [darkly, styles-dark.scss]
highlight-style: a11y-dark
mainfont: "Roboto"
code-copy: true
code-overflow: wrap
execute:
freeze: auto