-
Notifications
You must be signed in to change notification settings - Fork 4
/
_site.yml
38 lines (38 loc) · 916 Bytes
/
_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
name: "covid19-forecast-hub-europe"
navbar:
title: "European Covid-19 Forecast Hub"
type: inverse
left:
- text: "Forecasts"
icon: fas fa-chart-line
href: visualisation.html
- text: "Reports"
icon: fa-file-alt
href: reports.html
- text: "Community"
icon: fa-users
href: community.html
- text: "Background"
icon: fa-info-circle
href: background.html
- text: "Citations & re-uses"
icon: fa-newspaper
href: papers.html
- text: "Contact"
icon: fa-envelope
href: contact.html
right:
- href: https://github.com/covid19-forecast-hub-europe/covid19-forecast-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:
- "DESCRIPTION"
- "LICENSE.md"