-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
121 lines (110 loc) · 2.32 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
#baseurl: /seek
remote_theme: ELIXIR-Belgium/elixir-toolkit-theme@3.2.0
current_seek_version: "1.16.0"
current_docker_tag: "1.16"
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-feed
name: FAIRDOM
url: https://docs.seek4science.org
author: FAIRDOM
title: "FAIRDOM-SEEK Documentation"
topnav_title: ""
exclude:
- Gemfile*
- .gitignore
defaults:
-
scope:
path: "help"
#type: "page-ett"
values:
permalink: /help/:basename
#layout: "page-ett"
sidebar: userguide
-
scope:
path: "help/user-guide"
#type: "page-ett"
values:
permalink: /help/user-guide/:basename
#layout: "page-ett"
sidebar: userguide
-
scope:
path: "tech"
values:
permalink: /tech/:basename
sidebar: tech
-
scope:
path: "tech/docker"
values:
permalink: /tech/docker/:basename
sidebar: tech
- scope:
path: "tech/extended-metadata"
values:
permalink: /tech/extended-metadata/:basename
sidebar: tech
-
scope:
path: "tech/releases"
values:
permalink: /tech/releases/:basename
sidebar: tech
-
scope:
path: "tech/scripts"
values:
permalink: /tech/scripts/:basename
sidebar: tech
-
scope:
path: "tech/api"
values:
permalink: /tech/api/:basename
-
scope:
path: "tech/api/definitions"
values:
permalink: /tech/api/definitions/:basename
-
scope:
path: "tech/api/descriptions"
values:
permalink: /tech/api/descriptions/:basename
-
scope:
path: "tech/api/examples"
values:
permalink: /tech/api/examples/:basename
-
scope:
path: "tech/api/scripts"
values:
permalink: /tech/api/scripts/:basename
# adding type and layout to this scope is not working
theme_variables:
#git_host: GitHub
#back_to_top: true
#github_buttons:
# position: top
# edit_me: true
# open_issue: true
# history: true
# toc:
# min_headings: 2
# headings: 'h2'
topnav:
theme: light
brand_logo: images/fairdom-seek-logo-header.png
#github: true
#twitter: false
theme_color: 8cddf6
# theme color is not working! Trying c23669 from RDMkit doesn't help
github:
repository_url: https://github.com/seek4science/seek-documentation
source:
branch: main