-
Notifications
You must be signed in to change notification settings - Fork 1
/
_site.yml
46 lines (46 loc) · 1.3 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
name: "my-covid-19-website"
navbar:
title: "My COVID-19 Website"
left:
- text: "Home"
href: index.html
- text: "Daily"
menu:
- text: "Cumulative cases"
href: csse_covid_19_time_series_cumulative_cases_day.html
- text: "Daily progression"
href: csse_covid_19_time_series_daily_progression_day.html
- text: "Per capita"
href: csse_covid_19_time_series_per_capita_day.html
- text: "Individual countries"
href: csse_covid_19_time_series_countries_day.html
- text: "Weekly"
menu:
- text: "Cumulative cases"
href: csse_covid_19_time_series_cumulative_cases_week.html
- text: "Regions"
menu:
- text: "China"
href: csse_covid_19_time_series_regions_china_day.html
- text: "Maps"
menu:
- text: "World"
href: csse_covid_19_map_latest.html
- text: "USA"
href: csse_covid_19_map_us_latest.html
- text: "Analyses"
menu:
- text: "Align countries"
href: analysis_align_countries.html
- text: "Data"
menu:
- text: "Population size"
href: wdi_population.html
- text: "About"
href: about.html
output:
html_document:
toc: true
toc_float: true
highlight: textmate
exclude: ['COVID-19', 'R', 'site-output', 'childs']