forked from rajxir/oneplusmg-trust-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
100 lines (90 loc) · 2.16 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
title: 1+MG Framework
# This appears in the html browser tab for the site title (seen mostly by search engines, not users)
description: "The 1+MG Framework is a series of components based on the output of the 1+MG projects that provide guidance on ELSI, data quality, data standards, and technical infrastructure standards and APIs."
# Metadata description of the website
remote_theme: ELIXIR-Belgium/[email protected]
sass:
style: compressed
sourcemap: never
gtag:
# Google analytics tag
theme_variables:
theme_color: da366e
topnav:
brand_logo: assets/img/main_logo.svg
fonts:
- https://fonts.googleapis.com/css2?family=Fira+Sans&Open+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap
exclude:
- README.md
- .gitignore
defaults:
- scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "page"
sidebar1: trust_framework
sidebar2: trust_framework2
sidebar3: trust_framework3
sidebar: framework
search_exclude: false
-
scope:
path: "pages/about"
values:
sidebar: about
-
scope:
path: "pages/contribute"
values:
sidebar: contribute
-
scope:
path: "pages/data-life-cycle"
values:
type: data-life-cycle
-
scope:
path: "pages/your-role/TEMPLATE_your_role.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "pages/your-role"
values:
type: your-role
-
scope:
path: "pages/your-usecase/TEMPLATE_your_usecase.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
-
scope:
path: "pages/usecases"
values:
type: usecases
-
scope:
path: "pages/national-resources"
values:
type: national-resources
datatable: true
-
scope:
path: "pages/national-resources/TEMPLATE_resources.md"
type: "pages"
values:
sitemap: false
search_exclude: true
no_robots: true
plugins:
- jemoji
- jekyll-sitemap
- jekyll-github-metadata