This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
101 lines (89 loc) · 2.07 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
title: Research Object Crate (RO-Crate)
topnav_title: RO-Crate
description:
RO-Crate is a community effort to establish a lightweight approach to
packaging research data with their metadata. It is based on schema.org
annotations in JSON-LD, and aims to make best-practice in formal metadata
description accessible and practical for use in a wider variety of situations,
from an individual researcher working with a folder of data, to large
data-intensive computational research environments.
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@2.4.0
include:
- pages
- pages/specification/*
exclude:
- README.md
- pages/use_cases/README.md
- .gitignore
- var/
- vendor
- Gemfile*
- LICENSE
defaults:
- scope:
path: ""
type: "pages"
values:
permalink: /:basename
layout: "default"
sidebar: main
- scope:
path: "pages/domains/*.md"
values:
layout: "default"
type: domains
- scope:
path: "pages/tasks/*.md"
values:
layout: "default"
type: tasks
- scope:
path: "pages/roles/*.md"
values:
layout: "default"
type: roles
- scope:
path: "pages/use_cases/*.md"
values:
layout: "default"
type: use_cases
- scope:
path: "_specification"
values:
layout: "default"
sidebar: spec
- scope:
path: "pages/about"
values:
layout: "default"
sidebar: about
- scope:
path: "pages/community"
values:
layout: "default"
sidebar: community
- scope:
path: "pages/resources"
values:
layout: "default"
sidebar: resources
collections:
specification:
output: true
theme_variables:
topnav:
theme: light
brand_logo: assets/img/ro-crate-wide.svg
github: true
twitter: false
theme_color: 39989F
fonts:
- https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap
plugins:
- elixir-toolkit-theme-plugins
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-github-metadata
- jemoji
- webrick