-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
41 lines (35 loc) · 946 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
project:
type: website
website:
page-navigation: true
title: "Global Health Engineering"
description: "Homepage for slides, tutorials, and other teaching material."
site-url: "https://global-health-engineering.github.io/website/"
navbar:
tools:
- icon: github
href: https://github.com/Global-Health-Engineering/website
left:
- href: index.qmd
text: Home
- href: slides/index.qmd
text: Slides
- text: Tutorials
menu:
- tutorials/data-package.qmd
- href: blog/index.qmd
text: Blog
format:
html:
theme:
light: [litera, theme.scss]
css: styles.css
toc: true
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
include-in-header:
- text: |
<script defer data-domain="ghe-open.ch" src="https://plausible.io/js/script.js"></script>
execute:
freeze: auto