-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
486 lines (453 loc) · 10.3 KB
/
_config.yml
File metadata and controls
486 lines (453 loc) · 10.3 KB
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
---
title : bandonga
title_separator : "-"
name : &name bandonga
subtitle :
description: &description Notes about stuff.
remote_theme : "mmistakes/minimal-mistakes@4.26.2"
minimal_mistakes_skin : "catppumocha" # "bdark" "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise", bandonga
url: https://bandonga.com
baseurl: "/"
repository: bandonga/bandonga.github.io
locale: en-GB
timezone: Europe/Lisbon
breadcrumbs: false
words_per_minute: 200
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : "/assets/images/logo.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
# search
search : true # true, false (default)
search_full_content : true # true, false (default)
search_provider : # lunr (default), algolia
algolia:
application_id : 6ML8MPU2Q2 # YOUR_APPLICATION_ID
index_name : bandonga # YOUR_INDEX_NAME
search_only_api_key : 8f8cdc549c4cf78463743d9df2a11de7 # YOUR_SEARCH_ONLY_API_KEY
powered_by : true # true (default), false
files_to_exclude:
- _posts/2017-11-28-post-exclude-search.md
# Collections
collections:
aws:
title: AWS
output: true
permalink: "/:collection/:path/"
devops:
title: DevOps
output: true
permalink: "/:collection/:path/"
docker:
title: docker
output: true
permalink: "/:collection/:path/"
go:
title: go
output: true
permalink: "/:collection/:path/"
kamailio:
title: kamailio
output: true
permalink: "/:collection/:path/"
kubernetes:
title: kubernetes
output: true
permalink: "/:collection/:path/"
linux:
title: linux
output: true
permalink: "/:collection/:path/"
network:
title: Network
output: true
permalink: "/:collection/:path/"
posts:
title: Posts
output: true
code:
title: code
output: true
permalink: "/:collection/:path/"
python:
title: python
output: true
permalink: "/:collection/:path/"
rust:
title: Rust
output: true
permalink: "/:collection/:path/"
sip:
title: SIP
output: true
permalink: "/:collection/:path/"
defaults:
# _posts
- scope:
path: ''
type: posts
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: _pages
type: pages
values:
layout: single
author_profile: false
# aws
- scope:
path: ''
type: aws
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/aws.svg"
sidebar:
nav: devops
# devops
- scope:
path: ''
type: devops
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/devops.svg"
sidebar:
nav: devops
# docker
- scope:
path: ''
type: docker
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/docker.svg"
sidebar:
nav: docker
# go
- scope:
path: ''
type: go
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/go.svg"
sidebar:
nav: go
# kamailio
- scope:
path: ''
type: kamailio
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/kamailio.svg"
sidebar:
nav: kamailio
# kubernetes
- scope:
path: ''
type: kubernetes
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/kubernetes.svg"
sidebar:
nav: kubernetes
# linux
- scope:
path: ''
type: linux
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/linux.svg"
sidebar:
nav: linux
# network
- scope:
path: ''
type: network
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/network.svg"
sidebar:
nav: network
# code
- scope:
path: ''
type: code
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/code.svg"
sidebar:
nav: code
# python
- scope:
path: ''
type: python
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/python.svg"
sidebar:
nav: python
# rust
- scope:
path: ''
type: rust
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/rust.svg"
sidebar:
nav: rust
# sip
- scope:
path: ''
type: sip
values:
layout: single
author_profile: false
read_time: true
comments: true
share: true
related: true
header:
teaser: "/assets/images/academy/sip.svg"
sidebar:
nav: sip
collections_dir: collections
comments:
provider: disqus
disqus:
shortname: bandonga
discourse:
server:
facebook :
# https://developers.facebook.com/docs/plugins/comments
appid :
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"
utterances:
theme : # "github-light" (default), "github-dark"
issue_term : # "pathname" (default)
staticman:
allowedFields:
branch:
commitMessage:
filename:
format:
moderation:
path:
requiredFields:
transforms:
email:
generatedFields:
date:
type:
options:
format:
reCaptcha:
siteKey : # "6LdRBykTAAAAAFB46MnIu6ixuxwu9W1ihFF8G60Q"
secret : # "PznnZGu3P6eTHRPLORniSq+J61YEf+A9zmColXDM5icqF49gbunH51B8+h+i2IvewpuxtA9TFoK68TuhUp/X3YKmmqhXasegHYabY50fqF9nJh9npWNhvITdkQHeaOqnFXUIwxfiEeUt49Yoa2waRR7a5LdRAP3SVM8hz0KIBT4="
atom_feed:
path : # blank (default) uses feed.xml
google_site_verification : pysi0k7e__TUjnmqE97ai15ohD4K1gtxJf9_cb8jeiA
bing_site_verification. : BF40F0E362798251D61F54B417D72DFE
yandex_site_verification :
naver_site_verification :
# Social Sharing
twitter:
username : &twitter "bandongatech"
facebook:
username : &facebook "bandongatech"
app_id :
publisher :
og_image : "/assets/images/name_og.png" # Open Graph/Twitter default site image
# For specifying social profiles, used in _includes/seo.html
# - https://developers.google.com/structured-data/customize/social-profiles
social:
type : Organization # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
links: # An array of links to social media profiles
- "https://x.com/bandongatech"
- "https://www.facebook.com/bandongatech"
# "https://youtube.com/@bandongatech"
analytics:
provider : "google-gtag" # false (default), "google", "google-universal", "google-gtag", "custom"
google:
tracking_id : "G-30F1RFCWBR" # Replace this with your ID, or delete
anonymize_ip : false
# Site Author
author:
name : *name # *name is a YAML reference pointing to the &anchor earlier
# avatar :
# bio : "in the web"
# location : "Portugal"
# links:
# - label: "webpage"
# icon: "fas fa-fw fa-link"
# url: "http://bandonga.com"
# - label: "Twitter"
# icon: "fab fa-fw fa-twitter-square"
# url: "https://twitter.com/bandongatech"
# - label: "GitHub"
# icon: "fab fa-fw fa-github"
# url: "https://github.com/bandonga"
# Site Footer
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-x-twitter"
url: "https://x.com/bandongatech"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/bandonga"
# Reading Files
include:
- .htaccess
- _pages
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
- vendor
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
keep_files:
- .git
- .svn
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Conversion
markdown. : kramdown
highlighter : rouge
lsi : false
excerpt_separator : "\n\n"
incremental : false
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Outputting
permalink: /:categories/:title/
paginate: 5
paginate_path: "/page:num/"
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
# mimic GitHub Pages with --safe
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
# HTML Compression
# - http://jch.penibelst.de/
compress_html:
clippings: all
ignore:
envs: production