forked from reeco-framework/reeco-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
151 lines (130 loc) · 3.9 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
# Jekyll configuration
name: The SPICE Ecosystem
description: Template to be used as starting point for building your research ecosystem project website.
main-project-url: https://reeco-framework.github.io/
# url is currently only used only for the RSS feed in feed.xml
url: https://spice-h2020.eu/ecosystem/
# 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: "https://spice-h2020.eu/ecosystem//entity/"
# just-the-docs
#theme: "just-the-docs"
#logo: "/assets/images/polifonia-black.png"
# Aux links for the upper right navigation
aux_links:
"REECO on Github":
- "//github.com/reeco-framework"
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: ''
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: false
# 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
defaults:
- scope:
type: spice-h2020
values:
layout: component
- scope:
#type: project
path: pages/work-packages
values:
identifier: "wppage"
- scope:
#type: project
path: pages/pilots
values:
identifier: "pilotpage"
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:
spice-h2020:
name: spice-h2020
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"