forked from sylhare/Type-on-Strap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
284 lines (235 loc) · 7.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
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
# SITE CONFIGURATION
baseurl: ""
url: "https://roboskel.iit.demokritos.gr"
title: Robotics activity
subtitle: >
<a href="https://www.iit.demokritos.gr/skel" target="_blank">SKEL</a>,
<a href="https://www.iit.demokritos.gr" target="_blank">IIT</a>,
<a href="http://www.demokritos.gr" target="_blank">NCSR "Demokritos"</a>
description: "Roboskel robotics activity, Institute of Informatics and Telecommunications, NCSR Demokritos" # used by search engines
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
image: assets/img/triangle.png # seo tag
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: "Roboskel Website" # blog's title
avatar: assets/img/logo.png
favicon: favicon.ico
gravatar: # Email MD5 hash
# Header and footer text
header_feature:
interval: 5000 # msec
carousel:
- feature:
image: assets/img/pexels/computer.jpeg
text: Change header features in <code>_config.yml</code>
url: https://www.w3schools.com/css
- feature:
image: assets/img/pexels/circuit.jpeg
text: Circuit
footer_text: >
Powered by <a href="https://jekyllrb.com/">Jekyll</a> with <a href="https://github.com/stasinos/Ac-on-Strap">Ac on Strap</a>, a responsive template for presenting academic research adapted from <a href="https://github.com/sylhare/Type-on-Strap">Type on Strap</a>.
# Home page
home:
background_colour: "#d6cda8"
font_colour: "#1d2c3a"
welcome: >
Welcome to Roboskel, the robotics activity of the
Software and Knowledge Engineering Lab,
<br>
Institute of Informatics and Telecommunications,
NCSR "Demokritos"
columnA: >
<h3>Research areas:</h3>
<ul>
<li> Human activity recognition
<li> Human-robot collaboration
<li> Rugged terrain navigation
</ul>
columnB: >
<h3>Impact areas:</h3>
<ul>
<li> Assistive robots
<li> Agile manufacturing
<li> Disaster area management
</ul>
columnC: >
Contact us: <br/>
Institute of Informatics and Telecommunications <br>
NCSR "Demokritos" <br>
P.O. Box 60037, Ag. Paraskevi <br>
Athens GR-15310 <br>
E: <a href="mailto:[email protected]">[email protected]</a><br>
Visit us: <br>
<a href="https://www.iit.demokritos.gr/location">https://www.iit.demokritos.gr/location</a>
# Icons
rss: true # Make sure you created a feed.xml with feed.xml layout
email_address: "[email protected]"
behance:
bitbucket: "roboskel"
dribbble:
facebook:
flickr:
gitlab: "roboskel"
github: "roboskel"
instagram:
keybase:
linkedin: # Full URL
pinterest:
reddit:
soundcloud:
stack_exchange: # Full URL
steam:
tumblr:
twitter: # "twitter username"
vimeo: "roboskel"
wordpress:
youtube:
# Sharing options
share_buttons:
facebook: false
twitter: false
tumblr: false
pinterest: false
pocket: false
reddit: false
linkedin: false
wordpress: false
email: false
# Scripts / Features
google_analytics: # Tracking ID, e.g. "UA-000000-01"
disqus_shortname:
katex: true # Enable if using math markup
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_share_on: "Share on"
str_add_to: "Add to"
str_email: "Email"
str_tweet: "Tweet"
str_pin_it: "Pin it"
str_next_post: "Next post"
str_previous_post: "Previous post"
str_next_page: "Next"
str_previous_page: "Prev"
str_javascript_required_disqus: "Please enable JavaScript to view comments."
# Controls whether in the portfolio, the item titles are shown
# when hovering over the images or as captions under the images
show_caption: true
hover_caption: false
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
# PAGINATION
pagination:
# Site-wide kill switch, disabled here it doesn't run at all
enabled: true
# Set to 'true' to enable pagination debugging
# This can be enabled here or only for individual pagination pages
debug: false
# The default document collection to paginate if nothing is specified
# (defult is 'posts')
collection: "posts"
# How many objects per paginated page, used to be `paginate` (default: 0, means all)
per_page: 5
# The permalink structure for the paginated pages (this can be any level deep)
#permalink: "/:num/" # Pages are index.html inside this folder (default)
permalink: "/:num.html" # Pages are simple html files
#permalink: "/:num" # Pages are html files, linked jekyll extensionless permalink style.
# Optional the title format for the paginated pages (supports :title for original page title, :num for pagination page number, :max for total number of pages)
title: ":title"
# Limit how many pagenated pages to create (default: 0, means all)
limit: 0
# Optional, defines the sorting field
# (omit to default to 'date')
sort_field: "date"
# Optional, sorts the posts in reverse order
# (omit to default to true)
sort_reverse: true
# Optional, the default category to use
# omit or give 'posts' to get all posts
category: 'posts'
# Optional, the default tag to use, omit to disable
tag: ''
# Optional, the default locale to use, omit to disable
# Only posts in this locale wil be included.
# (depends on a field 'locale' to be specified in the posts)
# This can be any value, but locale codes (e.g. en_GB) or
# simply the ISO-639 language codes are recommended.
locale: ''
# Optional, omit or set both before and after to zero to disable.
# Controls how the pagination trail for the paginated pages look like.
trail:
before: 2
after: 2
# Optional, the default file extension for generated pages (e.g html, json, xml).
# Internally this is set to html by default
extension: html
# Optional, the default basename of the index file for generated pages
# Defaults is 'index'
indexpage: 'index'
# AUTHORS
authors:
stasinos:
name: Stasinos Konstantopoulos
avatar: "assets/faces/konstant_framed.png"
url: "https://github.com/stasinos"
oikonomou:
name: Katerina Oikonomou
avatar: "assets/faces/oikonomou_framed.png"
url: "https://github.com/koikonomou"
# PORTFOLIO
collections:
portfolio:
output: true
permalink: /personnel/:name #changed from permalink: /:collection/:name
project:
output: true
permalink: /projects/:name
#PUBLICATIONS:
scholar:
style: assets/bibliography/mycslfile.csl
locale: en
group_by: category
group_order: ascending
#type_order: [Robot Perception and Scene Understanding, Human-Robot Collaboration, Human-Robot Interaction, Robot Software Engineering, Applications]
sort_by: year
order: descending
source: assets/bibliography
bibliography: references
bibliography_template: biblio
replace_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
scholar:
style: assets/bibliography/mycslfile.csl
locale: en
group_by: category
group_order: ascending
#type_order: [Computer Science, Typesetting]
sort_by: year
order: descending
source: assets/bibliography
bibliography: references
bibliography_template: biblio
replace_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins: [jekyll-paginate-v2, jekyll-seo-tag, 'jekyll/scholar']
exclude: [".jekyll-cache", "Gemfile", "Gemfile.lock", "type-on-strap.gemspec", "*.gem", ".idea",
"LICENSE", "README.md", "screenshot.png", "assets/package.json", "assets/node_modules", "assets/gulpfile.js"]
# theme: type-on-strap # Uncomment if using the theme as a jekyll theme gem
remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github