-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
51 lines (49 loc) · 1.56 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
project:
type: website
output-dir: docs
website:
title: "docs"
navbar:
left:
- href: index.qmd
text: Home
- href: construction.qmd
text: Construction
- href: operation-maintenance.qmd
text: Operation & Maintenance
- href: test-results.qmd
text: Results from Operation
right:
- icon: "envelope-at"
href: "mailto:[email protected]?subject=Glass Crusher Design"
aria-label: Email
- icon: github
href: https://github.com/Global-Health-Engineering/glass-crusher-design
aria-label: GitHub
- icon: chat-left-dots
href: https://matrix.to/#/#ghe-open:staffchat.ethz.ch
aria-label: Matrix
page-footer:
left: |
This project was supported by the
[Global Health Engineering Group at ETH Zurich](https://ghe.ethz.ch)
right:
- icon: "envelope-at"
href: "mailto:[email protected]?subject=Glass Crusher Design"
aria-label: Email
- icon: github
href: https://github.com/Global-Health-Engineering/glass-crusher-design
aria-label: GitHub
- icon: chat-left-dots
href: https://matrix.to/#/#ghe-open:staffchat.ethz.ch
aria-label: Matrix
format:
html:
theme:
light: [litera, theme.scss]
highlight-style: a11y-dark
toc: true
mainfont: "Atkinson Hyperlegible"
include-in-header:
- text: |
<script defer data-domain="global-health-engineering.github.io/glass-crusher-design" src="https://plausible.io/js/script.js"></script>