forked from polifonia-project/ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
153 lines (131 loc) · 3.39 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
# 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: ""
# 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]
collections_dir: content
collections:
stories:
output: true
external-components:
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: stories
values:
layout: story
- scope:
type: rulebook
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:
collections:
external-components:
name: external-components
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"