-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
49 lines (49 loc) · 1.15 KB
/
_site.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
name: "covid19-scenario-hub-europe-website"
navbar:
title: "European Covid-19 Scenario Hub"
type: inverse
left:
- text: "About"
icon: fa-info-circle
href: about.html
- text: "Scenarios"
icon: fa-virus
href: scenarios.html
menu:
- text: "Overview"
href: scenarios.html
- text: "Round 1"
href: report1.html
- text: "Round 2"
href: report2.html
- text: "Round 3"
href: report3.html
- text: "Round 4"
href: report4.html
- text: "Round 5"
href: report5.html
- text: "Community"
icon: fa-users
href: community.html
- text: "Models"
icon: fa-file-spreadsheet
href: models.html
- text: "Contact"
icon: fa-envelope
href: contact.html
right:
- href: https://github.com/covid19-forecast-hub-europe/covid19-scenario-hub-europe
icon: fab fa-github
output:
html_document:
css: css/styles.css
theme: yeti
fig_caption: false
mathjax: null
includes:
in_header: header.html
after_body: blank.html
exclude:
- "renv.lock"
include:
- "presentations/*"