forked from elixir-europe/rdmkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
131 lines (122 loc) · 2.78 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
title: RDMkit
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
description: "Find the answers to your Research Data Management questions in Life Sciences."
# Metadata description of the website
remote_theme: ELIXIR-Belgium/[email protected]
sass:
style: compressed
sourcemap: never
gtag: G-RXQ55EFTTH
# Google analytics tag
dsw_deep_link_prefix: https://converge.ds-wizard.org/knowledge-models/dsw:root-rdmkit:latest/preview?questionUuid=
# prefix for DSW deep links to a certain question
theme_variables:
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
exclude:
- README.md
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
-
scope:
path: "pages/your_domain"
values:
type: your_domain
-
scope:
path: "pages/your_tasks"
values:
type: your_tasks
-
scope:
path: "pages/your_role"
values:
type: your_role
-
scope:
path: "pages/tool_assembly"
values:
type: tool_assembly
-
scope:
path: "pages/national_resources"
values:
type: national_resources
datatable: true
-
scope:
path: "pages/contribute"
values:
sidebar: contribute
-
scope:
path: "pages/about"
values:
sidebar: about
plugins:
- jemoji
- jekyll-redirect-from
- jekyll-sitemap