-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
51 lines (49 loc) · 1.55 KB
/
Copy path_quarto.yml
File metadata and controls
51 lines (49 loc) · 1.55 KB
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: incinerator_adaptations.qmd
text: Adaptations to Incinerators
- href: hx.qmd
text: Heat Exchanger
- href: wst.qmd
text: Waste Sorting Table and Lift
right:
- icon: "envelope-at"
href: "mailto:ghe@mavt.ethz.ch?subject=Incinerator design"
aria-label: Email
- icon: github
href: https://github.com/Global-Health-Engineering/incinerate-with-hx
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:ghe@mavt.ethz.ch?subject=Incinerator design"
aria-label: Email
- icon: github
href: https://github.com/Global-Health-Engineering/incinerate-with-hx
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/incinerate-with-hx/" src="https://plausible.io/js/script.js"></script>