forked from elixir-uk/fellowship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
94 lines (85 loc) · 1.93 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
title: ELIXIR-UK Fellowship
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
description: "A Fellowship of UK ambassadors to build capacity in RDM for the life sciences"
# Metadata description of the website
remote_theme: ELIXIR-Belgium/[email protected]
sass:
style: compressed
sourcemap: never
gtag:
# Google analytics tag
# dsw_deep_link_prefix: https://researchers.ds-wizard.org/knowledge-models/dsw:root:latest/preview?questionUuid=
# prefix for DSW deep links to a certain question
exclude:
- README.md
defaults:
-
scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
search_exclude: false
-
scope:
path: "pages/events/TEMPLATE_event.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "pages/rdmbites/TEMPLATE_collection.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "pages/course-materials/TEMPLATE_course.md"
type: "pages"
values:
sitemap: false
sidebar:
search_exclude: true
no_robots: true
-
scope:
path: "pages/events"
values:
type: events
datatable: false
sidebar: events
-
scope:
path: "pages/about"
values:
sidebar: about
-
scope:
path: "pages/training_materials"
values:
sidebar: training_materials
type: training_materials
-
scope:
path: "pages/training_materials/course_materials"
values:
type: course_materials
-
scope:
path: "pages/training_materials/rdmbites"
values:
type: RDMbites
-
scope:
path: "pages/training_materials/recommended_resources"
values:
type: recommended_resources
plugins:
- jemoji
- jekyll-redirect-from
- jekyll-sitemap