-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
250 lines (225 loc) · 5.64 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
# Jekyll configuration
name: The Polifonia Ecosystem
description: Overview and documentation of the Polifonia Project data and software components
main-project-url: https://polifonia-project.eu/
# url is currently only used only for the RSS feed in feed.xml
url: https://polifonia-project.github.io
# baseurl will often be '', but for a project page on gh-pages, it needs to
# be the project name.
# *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or
# run it like so: jekyll serve --baseurl=''
baseurl: "ecosystem"
#baseurl: ""
rdf:
namespace: "http://w3id.org/polifonia/ecosystem/"
reeco:
validate: false
# just-the-docs
#theme: "just-the-docs"
logo: "/assets/images/polifonia-black.png"
# Aux links for the upper right navigation
aux_links:
"Polifonia on Github":
- "//github.com/polifonia-project"
heading_anchors: true
# Color scheme supports "light" (default) and "dark"
color_scheme: polifonia
# These can be '' to hide the Github or Gitlab nav buttons
github: 'polifonia-project'
gitlab: ''
# Set this to your UA-# value, or '' to disable the block completely
gaaccount: ''
# The 'comments' setting enables comments. You'll need to select either
# disqus or isso below to choose a comment system. Individual posts can
# override 'comments' to disable on a post-by-post basis.
comments: true
# Set this to your public isso URL to enable comments via isso. Set to '' to disable isso.
isso: ''
# Set this to your disqus shortname to enable comments via disqus. Set to '' to disable disqus.
disqus: ''
#permalink: /:path.html
highlighter: rouge
markdown: kramdown
gems: ['jekyll-paginate']
plugins: [jekyll-paginate]
exclude: [ '.git' ]
collections_dir: content/
collections:
polifonia-project:
output: true
smashub:
output: true
# project:
# output: true
#
# stories:
# output: true
# external-components:
# output: true
# lharp:
# output: true
# ontology-network:
# output: true
# sonar2021_data_transformation:
# output: true
# sonar2021_demo:
# output: true
# textual-corpus-population:
# output: true
# documentary-evidence-benchmark:
# output: true
# rulebook:
# output: true
# core:
# output: true
# instrument:
# output: true
# musical-performance:
# output: true
# ocr:
# output: true
# folk_ngram_analysis:
# output: true
# patterns:
# output: true
# registry_app:
# output: true
# source:
# output: true
defaults:
- scope:
type: polifonia-project
values:
layout: component
- scope:
type: smashub
values:
layout: component
- scope:
#type: project
path: pages/work-packages
values:
identifier: "wppage"
- scope:
#type: project
path: pages/pilots
values:
identifier: "pilotpage"
# - scope:
# type: stories
# values:
# layout: story
# - scope:
# type: rulebook
# values:
# layout: component
# - scope:
# type: documentary-evidence-benchmark
# values:
# layout: component
# - scope:
# type: lharp
# values:
# layout: component
# - scope:
# type: ontology-network
# values:
# layout: component
# - scope:
# type: sonar2021_data_transformation
# values:
# layout: component
# - scope:
# type: sonar2021_demo
# values:
# layout: component
# - scope:
# type: textual-corpus-population
# values:
# layout: component
# - scope:
# type: external-components
# values:
# layout: component
# - scope:
# type: core
# values:
# layout: component
# - scope:
# type: folk_ngram_analysis
# values:
# layout: component
# - scope:
# type: registry_app
# values:
# layout: component
just_the_docs:
search_enabled: true
search:
# Split pages into sections that can be searched individually
# Supports 1 - 6, default: 2
heading_level: 2
# Maximum amount of previews per search result
# Default: 3
previews: 3
# Maximum amount of words to display before a matched word in the preview
# Default: 5
preview_words_before: 5
# Maximum amount of words to display after a matched word in the preview
# Default: 10
preview_words_after: 10
# Set the search token separator
# Default: /[\s\-/]+/
# Example: enable support for hyphenated search words
tokenizer_separator: /[\s/]+/
# Display the relative url in search results
# Supports true (default) or false
rel_url: true
# Enable or disable the search button that appears in the bottom right corner of every page
# Supports true or false (default)
button: false
collections:
polifonia-project:
name: polifonia-project
nav_exclude: true
search_exclude: false
smashub:
name: smashub
nav_exclude: true
search_exclude: false
# rulebook:
# name: rulebook
# nav_exclude: true
# search_exclude: false
# stories:
# name: Stories
# nav_exclude: true
# search_exclude: false
# folk_ngram_analysis:
# name: folk_ngram_analysis
# nav_exclude: true
# search_exclude: false
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE
- README.md
- "*.py"
- "*.owl"
- "*.ipynb"