-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
323 lines (280 loc) · 8.31 KB
/
_config.yml
File metadata and controls
323 lines (280 loc) · 8.31 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
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Github Specifics: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll
# All default settings from https://jekyllrb.com/docs/configuration/default/
# and changed when needed
# Be aware of directory paths!
# In general, make directory path values in configuration keys like plugins_dir
# relative to the current working directory, not the site source. The sass
# configuration key is an exception, where values must be relative to the site
# source.
# More
# http://kramdown.gettalong.org/quickref.html
# http://kramdown.gettalong.org/options.html
# https://stackoverflow.com/questions/6615415/add-syntax-highlighting-to-gh-pages
# https://github.com/jekyll/jekyll/pull/4090
# Rouge Highlighter in Kramdown › http://kramdown.gettalong.org/syntax_highlighter/rouge.html
# Where things are
#-----------------
#source : .
#destination : ./_site
#collections_dir : .
#plugins_dir : _plugins # takes an array of strings and loads plugins in that order
#layouts_dir : _layouts
#data_dir : _data
#includes_dir : _includes
#sass:
# sass_dir: _sass
#collections:
#posts:
# output : true
# Handling Reading
#-----------------
safe : true # (no caching) # false
#include : [".htaccess"]
#exclude : ["Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"]
#keep_files : [".git", ".svn"]
#encoding : "utf-8"
#markdown_ext : "markdown,mkdown,mkdn,mkd,md"
#strict_front_matter : true # false
# Filtering Content
#------------------
#show_drafts : null
#limit_posts : 0
#future : false
#unpublished : false
# Plugins
#--------
#whitelist : []
#remote_theme: pages-themes/tactile@v0.2.0
#remote_theme: "mmistakes/minimal-mistakes@4.27.3"
plugins:
# - jekyll-feed
- kramdown
- minimal-mistakes-jekyll
- jekyll-include-cache
# - jekyll-remote-theme
# - kramdown-plantuml
#theme: jekyll-theme-tactile
# "default", "air", "aqua", "contrast", "dark",
# "dirt", "neon", "mint", "plum", "sunrise"
minimal_mistakes_skin : "sunrise"
#teaser:
logo: /assets/images/logo-spap.png
#breadcrumbs: true
#show_date: true
# Conversion
#-----------
markdown : kramdown
#highlighter : rouge
#lsi : false
#excerpt_separator : "\n\n"
#incremental : false
# https://github.com/benbalter/jekyll-optional-front-matter
optional_front_matter:
remove_originals: true
enabled: true
# Serving
#--------
#detach : false
#port : 4000
#host : 127.0.0.1
#show_dir_listing : false
url: "https://martimm.github.io"
baseurl: ""
locale: en
title: MARTIMM's Projects
title_separator: "|"
#masthead_title:
#subtitle:
description: About my projects, examples and tutorials
name: Marcel Timmerman
email: mt1957@gmail.com
repository: "MARTIMM/martimm.github.io"
github_username: MARTIMM
github: [metadata]
#head_scripts:
rtl: false
#words_per_minute: 200
#read_time: false
#liquid:
# error_mode : warn
# strict_filters : false
# strict_variables : false
# Markdown Processors
#--------------------
kramdown:
# auto_ids : true
# entity_output : as_char
# toc_levels : [1, 2, 3, 4, 5, 6]
# smart_quotes : lsquo,rsquo,ldquo,rdquo
input : GFM
# hard_wrap : false
# footnote_nr : 1
# show_warnings : false
syntax_high_lighter_opts:
block:
line_numbers: true
# Outputting
#-----------
#permalink : date
#paginate_path : /page:num
#timezone : null
#quiet : false
#verbose : true # false
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- bin
- doc
- docs
- lib
- Old
- vendor
- xt
- .directory
- .bundle
- .git
- .github
- .jekyll-cache
# Not excluded;
# - label # directory raku icon and license labels
#defaults:
# -
# scope:
# path: "content-docs/reference/Gtk3"
# values:
# layout: reference-page
# title: References to the Gtk3 package modules
# nav_menu: references-nav
# sidebar_menu: references-gtk3-sidebar
defaults:
#--[API 1]------------------------------------------------------------------
- scope:
path: content-docs/api1/reference/Gtk3
type: pages
values:
layout: reference-page
part-title: Gtk3 Api1 reference
nav_menu: api1ref-nav
sidebar_menu: api1-ref-gtk3-sidebar
- scope:
path: content-docs/api1/reference/Gdk3
type: pages
values:
layout: reference-page
part-title: Gdk3 Api1 reference
nav_menu: api1ref-nav
sidebar_menu: api1-ref-gdk3-sidebar
- scope:
path: content-docs/api1/reference/Gio
type: pages
values:
layout: reference-page
part-title: Gio Api1 reference
nav_menu: api1ref-nav
sidebar_menu: api1-ref-gio-sidebar
- scope:
path: content-docs/api1/reference/Glib
type: pages
values:
layout: reference-page
part-title: Glib Api1 reference
nav_menu: api1ref-nav
sidebar_menu: api1-ref-glib-sidebar
- scope:
path: content-docs/api1/reference/GObject
type: pages
values:
layout: reference-page
part-title: GObject Api1 reference
nav_menu: api1ref-nav
sidebar_menu: api1-ref-gobject-sidebar
#--[API 2]------------------------------------------------------------------
- scope:
path: content-docs/api2/reference/Gtk4
type: pages
values:
layout: reference-page
part-title: Gtk4 Api2 reference
nav_menu: api2ref-nav
sidebar_menu: api2-ref-gtk4-sidebar
- scope:
path: content-docs/api2/reference/Gsk4
type: pages
values:
layout: reference-page
part-title: Gsk4 Api2 reference
nav_menu: api2ref-nav
sidebar_menu: api2-ref-gsk4-sidebar
- scope:
path: content-docs/api2/reference/Graphene
type: pages
values:
layout: reference-page
part-title: Graphene Api2 reference
nav_menu: api2ref-nav
sidebar_menu: api2-ref-graphene-sidebar
- scope:
path: content-docs/api2/reference/Gdk4
type: pages
values:
layout: reference-page
part-title: Gdk 4 Api2 reference
nav_menu: api2ref-nav
sidebar_menu: api2-ref-gdk4-sidebar
- scope:
path: content-docs/api2/reference/Gio
type: pages
values:
layout: reference-page
part-title: Gio Api2 reference
nav_menu: api2ref-nav
sidebar_menu: api2-ref-gio-sidebar
- scope:
path: content-docs/api2/reference/Pango
type: pages
values:
layout: reference-page
part-title: Pango Api2 reference
nav_menu: api2ref-nav
sidebar_menu: api2-ref-pango-sidebar
#--[GnomeTools]------------------------------------------------------------------
- scope:
path: content-docs/GnomeTools/reference/Gtk
type: pages
values:
layout: reference-page
part-title: GnomeTools Gtk reference
nav_menu: gnometools-nav
sidebar_menu: gnometools-ref-gtk-sidebar
- scope:
path: content-docs/GnomeTools/reference/Gio
type: pages
values:
layout: reference-page
part-title: GnomeTools Gio reference
nav_menu: gnometools-nav
sidebar_menu: gnometools-ref-gio-sidebar
#--[XMas stories]-----------------------------------------------------------
- scope:
path: content-docs/XMas
type: pages
values:
layout: xmas-page
part-title: XMas Story
nav_menu: xmas-nav
# sidebar_menu: api2-ref-gtk4-sidebar
#--[Posts]------------------------------------------------------------------
- scope:
path: ""
type: posts
values:
show_date: true
read_time: true