generated from dieghernan/chulapa-101
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
242 lines (218 loc) · 6.3 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
remote_theme: dieghernan/chulapa
repository: dieghernan/dieghernan.github.io
url: https://dieghernan.github.io
baseurl: ""
title : One world
subtitle : Projects, maps and coding
description : Personal blog of dieghernan
timezone : "Europe/Madrid"
# SEO
og_image : ./assets/img/site/banner.png
twitter_site : dhernangomez
fa5_kit_code : afe0d1dec9
author:
name : dieghernan
avatar : ./assets/img/site/avatar.png
location : "Madrid, Spain"
links:
- url: https://twitter.com/dhernangomez
icon: fab fa-square-x-twitter
label: My Twitter/X
- url: https://fosstodon.org/@dhernangomez
icon: fa-brands fa-mastodon
label: My Mastodon
- url: https://github.com/dieghernan/
icon: fab fa-github
label: My GitHub
- url: https://stackoverflow.com/users/7877917/dieghernan
icon: fab fa-stack-overflow
label: On StackOverflow
- url: https://orcid.org/0000-0001-8457-4658
icon: fa-brands fa-orcid
label: My Orcid
gtag_id : "G-FWXW2HLTVZ"
search:
provider : algolia
algolia_logo : true
algolia:
application_id : "KOIKA5PDQO"
index_name : "blog"
search_only_api_key : "7f1fe42bef3f03458cb3a911ebc7e0ac"
files_to_exclude:
- _layouts/*.html
- _includes/*.html
- oldcontent/*.html
- oldcontent/*.md
extensions_to_index:
- html
- md
searchableAttributes:
- title
- headings
- unordered(content)
- unordered(subtitle)
- unordered(categories)
- unordered(collection)
- unordered(tags)
customRanking: #Optional
- desc(include_on_search)
- desc(title)
- desc(content)
- desc(subtitle)
comments:
provider: giscus
# B. Navigation
navbar:
style :
expand : xl
brand:
title : Home # Title in navbar
img : https://dieghernan.github.io/assets/img/favicons/android-chrome-72x72.png # An small image, try 30x30px
nav:
- title : Blog # Label
url : /blog/ # url
- title : Projects
url : /projects
- title : Archives
child :
- title : By date
url : /archive
- title : By tags
url : /tags
- title : Gallery
url : /gallery
- title : '<i class="fab fa-github" aria-hidden="true"></i> GitHub repo'
url : https://github.com/dieghernan/dieghernan.github.io
- title : '<i class="fas fa-external-link-alt" aria-hidden="true"></i> R-bloggers'
url : https://www.r-bloggers.com/
footer:
links:
- label: "RSS"
icon: "fa fa-rss"
url: "./atom.xml"
- label: Stack Overflow
icon: fab fa-stack-overflow
url: https://stackoverflow.com/users/7877917/dieghernan
- label: WikiCommons
icon: fab fa-wikipedia-w
url: https://commons.wikimedia.org/wiki/Special:ListFiles?limit=50&user=dieghernan84
- label: GitHub
icon: fab fa-github
url: https://github.com/dieghernan/
- label: "RPubs"
icon: "fab fa-r-project"
url: "https://rpubs.com/dieghernan"
# C. Theme Settings
googlefonts:
- url : 'https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'
chulapa-skin:
highlight : perldoc
skin: gitdev
vars :
# D. Jekyll Defaults and collections: see https://jekyllrb.com/
paginate: 5
paginate_path: "/blog/page:num/"
paginator_maxnum: 3
collections_dir : collections
collections:
projects:
output: true
permalink: /projects/:title
posts:
output: true
permalink: /:year:month_:title/
permalink: /:title
defaults:
-
scope:
path: ""
values:
layout: "default"
header_type: "base"
include_on_search : false
cloudtag_url : /tags
cloudcategory_url : /categories
-
scope:
path: ""
type: "posts"
values:
header_type : "post"
include_on_search : true
include_on_feed : true
show_date : true
show_related : true
show_bottomnavs : true
show_sociallinks : true
show_comments : true
show_tags : true
show_sidetoc: true
show_categories : true
show_author : true
show_breadcrumb : true
show_applause : true
show_kofi : true
breadcrumb_list :
- label: Blog
url: /blog/
-
scope:
path: ""
type: "projects"
values:
header_type : "hero"
show_related : true
show_bottomnavs : true
show_sociallinks : true
include_on_search : true
show_tags : true
show_breadcrumb : true
include_on_feed : true
breadcrumb_list :
- label: Projects
url: /projects
-
scope:
path: "assets/img/blog"
values:
image_col : imgblog
# XX. Other settings - no need to modify
compress_html:
clippings: all
blanklines: true
plugins:
- jekyll-github-metadata
- jekyll-paginate
- jekyll-include-cache
- jekyll-sitemap
- jekyll-redirect-from
# Exclude these files from production site
exclude:
- LICENSE
- README.md
- Gemfile
- vendor
- oldcontent
include:
- _pages
# 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
footnote_backlink: '↑'
entity_output: as_char
toc_levels: 2..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style