-
Notifications
You must be signed in to change notification settings - Fork 38
/
_config.yml
171 lines (152 loc) · 3.6 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
title: Infectious Diseases Toolkit (IDTk)
# 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/[email protected]
gtag: G-TNT17YGXQ4
theme_variables:
privacy_statement_url: /about/privacy
dev-info-banner: true
theme_color: 457B9D
headings:
resource-table-all-collapse: true
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: "attributing-credit"
type: "pages"
values:
type: attributing_credit
datatable: true
type_img: /assets/img/section-icons/quote-left-duotone.svg
-
scope:
path: "data-analysis"
type: "pages"
values:
type: data_analysis
datatable: true
type_img: /assets/img/section-icons/chart-line-duotone.svg
-
scope:
path: "data-communication"
type: "pages"
values:
type: data_communication
datatable: true
type_img: /assets/img/section-icons/paper-plane-duotone.svg
-
scope:
path: "data-description"
type: "pages"
values:
type: data_description
datatable: true
type_img: /assets/img/section-icons/list-timeline-duotone.svg
-
scope:
path: "data-sources"
type: "pages"
values:
type: data_sources
datatable: true
type_img: /assets/img/section-icons/magnifying-glass-chart-duotone.svg
-
scope:
path: "ethical-legal-and-social-issues"
type: "pages"
values:
type: "ethical,_legal,_and_social_issues"
datatable: true
type_img: /assets/img/section-icons/fingerprint-duotone.svg
-
scope:
path: "provenance"
type: "pages"
values:
type: provenance
datatable: true
type_img: /assets/img/section-icons/signs-post-duotone.svg
-
scope:
path: "quality-control"
type: "pages"
values:
type: quality_control
datatable: true
type_img: /assets/img/section-icons/stars-duotone.svg
-
scope:
path: "showcase"
type: "pages"
values:
type: showcase
datatable: true
type_img: /assets/img/section-icons/network-wired-duotone.svg
-
scope:
path: "national-resources"
type: "pages"
values:
type: national_resources
datatable: true
type_img: /assets/img/section-icons/
-
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