forked from elixir-europe/infectious-diseases-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
126 lines (111 loc) · 2.44 KB
/
_config.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
title: Infectious Diseases Toolkit
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
description: "Find tools and guidelines to help you access, analyse and share infectious disease data, and respond quickly to disease outbreaks."
# Metadata description of the website
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@gray-tiles
gtag: G-TNT17YGXQ4
theme_variables:
privacy_statement_url: /about/privacy
theme_color: 457B9D
fonts:
- https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap
exclude:
- README.md
- .gitignore
- var/
- vendor
- Gemfile*
- LICENSE
permalink: /:categories/:year/:month/:day/:title
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
sidebar: main
-
scope:
path: "about"
type: "pages"
values:
sidebar: about
-
scope:
path: "contribute"
type: "pages"
values:
sidebar: contribute
search_exclude: true
-
scope:
path: "pathogen-characterisation"
type: "pages"
values:
type: pathogen_characterisation
datatable: true
-
scope:
path: "socioeconomic-data"
type: "pages"
values:
type: socioeconomic_data
datatable: true
-
scope:
path: "human-clinical-and-health-data"
type: "pages"
values:
type: human_clinical_and_health_data
datatable: true
-
scope:
path: "human-biomolecular-data"
type: "pages"
values:
type: human_biomolecular_data
datatable: true
-
scope:
path: "showcase"
type: "pages"
values:
type: showcase
datatable: true
-
scope:
path: "national-resources"
type: "pages"
values:
type: national_resources
datatable: true
-
scope:
path: "showcase/TEMPLATE-showcase.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "TEMPLATE-page.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "national-resources/TEMPLATE_resources.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
plugins:
- elixir-toolkit-theme-plugins
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-github-metadata