-
Notifications
You must be signed in to change notification settings - Fork 30
/
_site.yml
executable file
·81 lines (81 loc) · 2.49 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
name: "covid"
title: "Covid-19"
description: |
Temporal variation in transmission during the COVID-19 outbreak
base_url: https://epiforecasts.io/covid
repository_url: https://github.com/epiforecasts/covid
creative_commons: CC BY
twitter:
site: "@cmmid_lshtm"
output_dir: "docs"
google_analytics: "UA-85604924-3"
navbar:
logo:
image: images/logo.png
href: https://cmmid.github.io
search: true
right:
- text: "About"
href: index.html
- text: "Global"
href: posts/global/index.html
- text: 'National'
menu:
- text: 'Africa'
href: reports.html#category:Africa
- text: 'Americas'
href: reports.html#category:Americas
- text: 'Oceania'
href: reports.html#category:Oceania
- text: 'Europe'
href: reports.html#category:Europe
- text: 'Asia'
href: reports.html#category:Asia
- text: "Subnational"
menu:
- text: "Countries with subnational estimates"
- text: "Index"
href: reports.html#category:Subnational_estimates
- text: "Belgium"
href: posts/national/belgium/index.html
- text: "Brazil"
href: posts/national/brazil/index.html
- text: "Canada"
href: posts/national/canada/index.html
- text: "Colombia"
href: posts/national/colombia/index.html
- text: "Germany"
href: posts/national/germany/index.html
- text: "India"
href: posts/national/india/index.html
- text: "Italy"
href: posts/national/italy/index.html
- text: "South Africa"
href: posts/national/south-africa/index.html
- text: "United Kingdom"
href: posts/national/united-kingdom/index.html
- text: "United States of America"
href: posts/national/united-states/index.html
- text: "Viet Nam"
href: posts/national/vietnam/index.html
- text: "Details"
menu:
- text: "Methods"
href: methods.html
- text: "Funding"
href: funding.html
- text: "News"
href: news.html
- icon: fab fa-github
href: https://github.com/epiforecasts/covid
- icon: fa fa-rss
href: reports.xml
collections:
posts:
feed_items_max: false
share: [twitter, linkedin, facebook]
output:
distill::distill_article:
css: epiforecasts.css
exclude: ["Dockerfile", "DESCRIPTION", "README.md", "REAMDE.html", "_README.md",
".Rbuildignore", "LICENSE", "bin", "utils", "covid-rt-estimates", ".github"]