-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
41 lines (39 loc) · 1.01 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
project:
type: website
resources:
- "/files/*"
website:
title: "Oskar Timo Thoms"
navbar:
background: primary
left:
- text: "Academic"
href: academic.html
- text: "Consulting"
href: consulting.html
- text: "Projects"
menu:
- text: "Transitional Justice Evaluation Tools (TJET)"
href: https://transitionaljusticedata.org
- text: "TJET GitHub"
href: https://github.com/tjetdata
- text: "Lancet Commission on Peaceful Societies through Health Equity and Gender Equality"
href: https://peacefulsocietiescommission.org/
- text: "covid19Outaouais (discontinued)"
href: https://timothoms.github.io/covid19Outaouais/
right:
- text: "Tools"
href: links.html
format:
html:
theme:
dark: darkly
light: flatly
toc: true
toc_depth: 3
df_print: "paged"
fig_width: 8
fig_height: 8
highlight: pygments
inlcude-in-header: "_html/header.html"
include-after-body: "_html/footer.html"