-
Notifications
You must be signed in to change notification settings - Fork 134
/
_config.yml
158 lines (147 loc) · 3.52 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
title: RDMkit
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
description: "Best practices and guidelines you can use for FAIR management of your research data."
# Metadata description of the website
remote_theme: ELIXIR-Belgium/[email protected]
sass:
style: compressed
sourcemap: never
gtag: G-RXQ55EFTTH
# Google analytics tag
matomo: https://webstats.elixir-europe.org/
# Matomo domain where Matomo is running
matomo_id: 2
dsw_deep_link_prefix: https://researchers.dsw.elixir-europe.org/knowledge-models/dsw:root:latest/preview?questionUuid=
# prefix for DSW deep links to a certain question
theme_variables:
dev-info-banner: true
topnav:
theme: dark
theme_color: c23669
fonts:
- https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap
- https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap
headings:
resource-table-all-collapse: true
exclude:
- README.md
- .gitignore
- var/
- vendor
- Gemfile*
- LICENSE
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar: data_management
search_exclude: false
-
scope:
path: "pages/data_life_cycle/TEMPLATE_rdm_cycle.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "pages/national_resources/TEMPLATE_resources.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "pages/tool_assembly/TEMPLATE_tool_assembly.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "pages/your_domain/TEMPLATE_your_domain.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "pages/your_role/TEMPLATE_your_role.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "pages/your_tasks/TEMPLATE_your_tasks.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "pages/data_life_cycle/"
values:
type: data_life_cycle
type_img: /assets/img/section-icons/reuse-sustain.svg
-
scope:
path: "pages/your_domain/"
values:
type: your_domain
type_img: /assets/img/section-icons/dna.svg
-
scope:
path: "pages/your_tasks/"
values:
type: your_tasks
type_img: /assets/img/section-icons/tick.svg
-
scope:
path: "pages/your_role/"
values:
type: your_role
type_img: /assets/img/section-icons/role-id.svg
-
scope:
path: "pages/tool_assembly/"
values:
type: tool_assembly
type_img: /assets/img/section-icons/tool-assembly.svg
-
scope:
path: "pages/national_resources/"
values:
type: national_resources
type_img: /assets/img/section-icons/flag.svg
datatable: true
-
scope:
path: "pages/contribute"
values:
sidebar: contribute
-
scope:
path: "pages/about"
values:
sidebar: about
scholar:
style: _bibliography/nature_custom.csl
plugins:
- elixir-toolkit-theme-plugins
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-github-metadata
- jekyll-octicons
- jekyll-scholar