-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
375 lines (334 loc) · 12.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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
# gradle build
#https://jekyllrb.com/docs/configuration/
# ASCII-Font › https://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow
#
# _____ _ __ _____ __ __ _
# / ___/(_) /____ / ___/___ / /_/ /_(_)___ ____ ______
# \__ \/ / __/ _ \ \__ \/ _ \/ __/ __/ / __ \/ __ `/ ___/
# ___/ / / /_/ __/ ___/ / __/ /_/ /_/ / / / / /_/ (__ )
# /____/_/\__/\___/ /____/\___/\__/\__/_/_/ /_/\__, /____/
# /____/
#
# Title of your website
title: "TWiStErRob"
# The slogan describes your website and is used on homepage in <title> and other important places
slogan: "Professional & Hobby Development site"
# The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes.
description: "Home for all things about and by Róbert Papp (TWiStErRob)."
# Main author of the website
# See > authors.yml
author: twisterrob
# This URL is the main address for absolute links. Don't include a slash at the end.
url: 'https://www.twisterrob.net'
baseurl: ''
# This is for the editing function in _/includes/improve_content.html
# Leave it empty if your site is not on GitHub/GitHub Pages
improve_content: https://github.com/twisterrob/twisterrob.github.io/issues
# This URL points directly to the images directory making
# things easier to link to images in posts and templates. Don't include a slash at the end.
#
# Example: <img src="{{ site.urlimg }}{{ post.image.title }}" />
# Markdown-Example for posts ![Image Text]({{ site.urlimg }}image.jpg)
#
urlimg: '/images/'
# Logo size is 600x80 pixels
logo: "logo-600x80.png"
# !github-pages! mandatory › https://github.com/github/pages-gem/blob/jekyll-v3-4-2/lib/github-pages/plugins.rb#L19-L37
# Also see https://github.com/github/pages-gem/issues/208
whitelist:
- jekyll-redirect-from
- jekyll-mentions
- jekyll-sitemap
- jekyll-feed
- jekyll-coffeescript
- jekyll-paginate
- jekyll-seo-tag
- jekyll-gist
- jemoji
plugins:
# !github-pages! optional › https://github.com/github/pages-gem/blob/jekyll-v3-4-2/lib/github-pages/plugins.rb#L6-L16
# paginate and paginate_path in _config is used
- jekyll-paginate
# !github-pages! optional › https://help.github.com/articles/configuring-jekyll/
# Provides redirect_from: in frontmatter for path aliases
- jekyll-redirect-from
# _____ __ __
# / ___// /________ _______/ /___ __________
# \__ \/ __/ ___/ / / / ___/ __/ / / / ___/ _ \
# ___/ / /_/ / / /_/ / /__/ /_/ /_/ / / / __/
# /____/\__/_/ \__,_/\___/\__/\__,_/_/ \___/
#
# Open _data/navigation.yml to adjust the left and right topbar navigation
# Open _data/socialmedia.yml to adjust the left and right topbar navigation
show_drafts: null
limit_posts: 0
future: true
unpublished: false
# Paginates all X entries
paginate: 10
# Pagination path › Important for blog page in /blog/ to work
paginate_path: "/blog/page:num/"
# !github-pages! mandatory › https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
# Disables custom plugins and ignore symbolic links
# This means that ```java will not work because it requires https://github.com/mvdbos/kramdown-with-pygments
safe: true
# !github-pages! mandatory provided › https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
#source: '.' # auto-set
# Include/Exclude these files from production _site
include: ['.htaccess']
# . files and folders are excluded by default,
# but --watch and serve are regenerating if they're not explicitly excluded.
# See › https://github.com/jekyll/jekyll/issues/3913
exclude:
# GitHub
- .git
- .github
- .gitignore
- CNAME
- README.md
# Build Artifacts and byproducts
- .sass-cache
- .gradle
- _site
- _drafts/_*
# Build Scripts and Dependencies
- build.gradle
- gradle
- gradlew
- gradlew.bat
- Gemfile
- Gemfile.lock
# Workaround for GitHub actions Ruby action vs Jekyll v3.x
- vendor/bundle
# _config*.yml # doesn't work, see https://github.com/jekyll/jekyll-watch/issues/34
- _config_local.yml # need to explicitly exclude all configs https://github.com/jekyll/jekyll-watch/issues/35
- _config_dev.yml # need to explicitly exclude all configs https://github.com/jekyll/jekyll-watch/issues/35
# Projects Files
- .idea
- www.twisterrob.net.ipr # should be '*.ipr', see https://github.com/jekyll/jekyll-watch/issues/34
- www.twisterrob.net.iws # should be '*.ipr', see https://github.com/jekyll/jekyll-watch/issues/34
- www.twisterrob.net.iml # should be '*.ipr', see https://github.com/jekyll/jekyll-watch/issues/34
- .classpath
- .project
- www.twisterrob.net.sublime-project # should be '*.sublime-project', see https://github.com/jekyll/jekyll-watch/issues/34
# Random stuff
- temp
- sources
- .svn
- .git
- System Volume Information
# ______ _
# / ____/___ ____ _ _____ __________(_)___ ____
# / / / __ \/ __ \ | / / _ \/ ___/ ___/ / __ \/ __ \
# / /___/ /_/ / / / / |/ / __/ / (__ ) / /_/ / / / /
# \____/\____/_/ /_/|___/\___/_/ /____/_/\____/_/ /_/
#
quiet: false
excerpt_separator: "<!--more-->"
# Theme works best with Kramdown (using the table of contents function)
markdown: kramdown
# !github-pages! mandatory › https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
# Since Jekyll 3 the default highlighter is Rouge (replaced Pygments.rb in v44)
highlighter: rouge
# More › https://kramdown.gettalong.org/quickref.html
# Options › https://kramdown.gettalong.org/options.html
kramdown:
input: GFM
auto_ids: true
auto_id_stripping: true # TODO is this --safe?
#transliterated_header_ids: true # requires some more dependency
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
toc_panel: true
smart_quotes: lsquo,rsquo,ldquo,rdquo
hard_wrap: false
# !github-pages! mandatory › https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
# https://github.com/jekyll/jekyll/pull/4090
syntax_highlighter: rouge
# !github-pages! mandatory › https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
math_engine: mathjax
show_warnings: true
# Rouge Highlighter in Kramdown › https://kramdown.gettalong.org/syntax_highlighter/rouge.html
# span, block element options fall back to global
syntax_highlighter_opts:
# Rouge Options › https://github.com/jneen/rouge#full-options
#debug: false
#parent: ''
# Affects <pre class>, but not <div class> around <pre>
# disabled to prevent problems with CSS due to .highlight > .highlight structure
css_class: ''
default_lang: text
disable: false
span:
disable: false
block:
#wrap: true
#line_numbers: true
#start_line: 1
disable: false
# More › https://sass-lang.com
# Docs › https://jekyllrb.com/docs/assets/#sassscss
# Options › https://sass-lang.com/documentation/file.SASS_REFERENCE.html#options
# Safe mode only allows style, syntax=based on extension, cache=false
sass:
sass_dir: _sass
# Options › https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
style: :compressed # :nested | :expanded | :compact | :compressed
# Used › default.html front-matter and compress.html
# Options › https://jch.penibelst.de
compress_html:
clippings: all
comments: ["<!--", "-->"]
startings: []
endings: all
blanklines: false
profile: false
ignore:
envs: [development]
# !github-pages! mandatory › https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
incremental: false
# !github-pages! mandatory › https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
# TODO what is this?
lsi: false
# The language setting is used in /includes/header.html for html-settings
language: "en"
# Docs › https://jekyllrb.com/docs/collections/
permalink: /blog/:year/:month/:title.html
collections:
projects:
output: true
permalink: /project/:name/
jobs:
output: true
permalink: /work/:name/
#
# ____ ____ ____
# / __ \___ / __/___ ___ __/ / /_
# / / / / _ \/ /_/ __ `/ / / / / __/
# / /_/ / __/ __/ /_/ / /_/ / / /_
# /_____/\___/_/ \__,_/\__,_/_/\__/
#
# Default Settings
defaults:
-
scope:
path: ""
values:
layout: page
#skip_boilerplate: true
-
scope:
type: pages
path: ''
values:
# sidebar: # Possible values › left, right › by default there will be no sidebar
show_meta:
sharer: true
-
scope:
type: posts
path: ''
values:
show_meta:
info: true
sharer: true
navigation: 'snippets/lateral_navigation_blog.html'
comments: true
# sidebar: # Possible values › left, right › by default there will be no sidebar
#author: twisterrob # disable for now, I'm the only one
-
scope:
type: projects
path: ''
values:
layout: project
title_suffix: "a project by Róbert Papp (TWiStErRob)"
published: true
released: true
breadcrumbs: true
images:
icon: projects/unknown-app-icon-512.png
icon_small: projects/unknown-app-icon-512.png
show_meta:
info: true
sharer: true
comments: true
-
scope:
type: jobs
path: ''
values:
layout: job
title_suffix: "a former workplace of Róbert Papp"
breadcrumbs: true
show_meta:
sharer: true
navigation: 'snippets/lateral_navigation_job.html'
-
scope:
path: 'blog/category'
values:
#permalink: /blog/:category/ # will be available in 3.0, see https://github.com/jekyll/jekyll/pull/3320
layout: blog_by_category
breadcrumbs: true
title_suffix: "category details"
show_meta:
sharer: true
comments: true
# _____ __________
# / ___// ____/ __ \
# \__ \/ __/ / / / /
# ___/ / /___/ /_/ /
# /____/_____/\____/ Verify Website to Webmaster Tools
google_author: "https://plus.google.com/+RóbertPappTWiStErRob"
#google_site_verification: "Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ"
#bing_webmastertools_id: "0FB4C028ABCF07C908C54386ABD2D97F"
# alexa_verify_id: ""
# Favicon-Crap: Favicons, Chrome, Android & Apple Touch Buttons
# More information » https://mathiasbynens.be/notes/touch-icons
#favicon-32x32: "favicon-32x32.png"
#touch-icon-192x192: "touch-icon-192x192.png"
#apple-touch-icon-180x180-precomposed: "apple-touch-icon-180x180-precomposed.png"
#apple-touch-icon-152x152-precomposed: "apple-touch-icon-152x152-precomposed.png"
#apple-touch-icon-144x144-precomposed: "apple-touch-icon-144x144-precomposed.png"
#apple-touch-icon-120x120-precomposed: "apple-touch-icon-120x120-precomposed.png"
#apple-touch-icon-114x114-precomposed: "apple-touch-icon-114x114-precomposed.png"
#apple-touch-icon-76x76-precomposed: "apple-touch-icon-76x76-precomposed.png"
#apple-touch-icon-72x72-precomposed: "apple-touch-icon-72x72-precomposed.png"
#apple-touch-icon-precomposed: "apple-touch-icon-precomposed.png"
#msapplication_tileimage: "msapplication_tileimage.png" # Size 144x144
#msapplication_tilecolor: "#fabb00"
# Facebook-Optimization › https://j.mp/fb_optimize
og_image: imgurl + "/logo-512x512.png"
og_locale: "en_EN"
og_type: "website"
#og_title: ""
#og_description: ""
#og_url: ""
#og_site_name: ""
# ____ __ __ _
# / _/___ / /____ ____ __________ _/ /_(_)___ ____
# / // __ \/ __/ _ \/ __ `/ ___/ __ `/ __/ / __ \/ __ \
# _/ // / / / /_/ __/ /_/ / / / /_/ / /_/ / /_/ / / / /
# /___/_/ /_/\__/\___/\__, /_/ \__,_/\__/_/\____/_/ /_/
# /____/
#
# Used › _includes/comments.html
disqus_shortname: twisterrob
# More › https://www.google.com/analytics/
# Used › _includes/footer_scripts.html
google_analytics_tracking_id: UA-38202353-4
# More › https://www.tawk.to/knowledgebase/
# tawk.to is a free live chat app that lets you monitor and chat
# with visitors on your website or from a free customizable page
# To load the script add tawkto: true in front matter of each page
# Used › _includes/footer_scripts.html
#tawkto_embed_uri: https://embed.tawk.to/<id>/default<script>
gist:
# !github-pages! mandatory › https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
noscript: false
# !github-pages! provided › https://help.github.com/articles/repository-metadata-on-github-pages/
# See local override for testing data
github:
- stuff