-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·234 lines (194 loc) · 7.63 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
# Site setings
name: 'polarize.ai'
description: 'A personal blog about smart IoT now - a top secret, world changing, machine learning stealth project to be incubated later given resources.'
meta_description: 'A personal blog about smart IoT - a top secret, world changing, machine learning stealth project to be incubated later given resources.'
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
baseurl:
production_url: https://blog.polarize.ai/
disqus: 'blog-polarize-ai'
mailchimp_url: 'https://googlemail.us3.list-manage.com/subscribe/post?u=66cee5cf71db1352106476b32&id=7e75fbb25c'
cover_image: cover_1.jpg
lang: 'en'
# Add your GA Tracking Id
ga_analytics: UA-144918260-1
url: "https://blog.polarize.ai"
# Author
author:
name: 'Helmut Hoffer von Ankershoffen'
image: 'helmut-hoffer-von-ankershoffen-ne-oertel.jpg'
greetings: 'Hi there!'
description: "My name is Helmut Hoffer von Ankershoffen born Oertel. I'm a technical manager and software engineer in Berlin, working in the Internet economy since 1997."
bio: 'I am a technical manager and software engineer in Berlin working as founder, CEO or CTO since 1997.'
twitter: 'h_ankershoffen'
# Twitter
twitter:
username: 'h_ankershoffen'
card: 'summary'
social:
name: 'Helmut Hoffer von Ankershoffen'
links:
- 'https://twitter.com/h_ankershoffen'
- 'https://www.linkedin.com/in/helmut-hoffer-von-ankershoffen/'
- 'https://github.com/helmut-hoffer-von-ankershoffen'
# Social links
social_twitter: 'h_ankershoffen'
social_github: 'helmut-hoffer-von-ankershoffen'
social_instagram: 'helmut.hoffer.von.ankershoffen'
social_linkedin: 'helmut-hoffer-von-ankershoffen'
social_reddit: 'helmuthva'
social_about: 'https://helmut.hoffer-von-ankershoffen.me'
# Navigation
navigation:
- text: Blog
url: /
- text: About
url: /about
- text: Glossary
url: /glossary
# Required Plugins
plugins_dir:
- jekyll-paginate-v2
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-minifier
- jekyll-compress-images
- jekyll-crosspost-to-medium
- jekyll-twitter-plugin
############################################################
# Site configuration for the Jekyll 3 Pagination Gem
# The values here represent the defaults if nothing is set
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 in the site config or only for individual pagination pages
debug: false
# The default document collection to paginate if nothing is specified ('posts' is default)
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: '/page/:num/' # Pages are index.html inside this folder (default)
#permalink: '/page/:num.html' # Pages are simple html files
#permalink: '/page/: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 - page :num'
# Limit how many pagenated pages to create (default: 0, means all)
limit: 0
# Optional, defines the field that the posts should be sorted on (omit to default to 'date')
sort_field: 'date'
# Optional, sorts the posts in reverse order (omit to default decending or sort_reverse: true)
# sort_reverse: true
# Optional, the default category to use, omit or just leave this as 'posts' to get a backwards-compatible behavior (all posts)
category: 'posts'
# Optional, the default tag to use, omit to disable
tag: ''
# Optional, the default locale to use, omit to disable (depends on a field 'locale' to be specified in the posts,
# in reality this can be any value, suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the ISO-639 language code )
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 name of the index file for generated pages (e.g. 'index.html')
# Without file extension
indexpage: 'index'
############################################################
############################################################
# Site configuration for the Auto-Pages feature
# The values here represent the defaults if nothing is set
autopages:
# Site-wide kill switch, disable here and it doesn't run at all
enabled: true
# Category pages, omit entire config element to disable
categories:
enabled: true
# Optional, the list of layouts that should be processed for every category found in the site
layouts:
- 'autopage_category.html'
# Optional, the title that each category paginate page should get (:cat is replaced by the Category name)
title: 'Posts in category :cat'
# Optional, the permalink for the pagination page (:cat is replaced),
# the pagination permalink path is then appended to this permalink structure
permalink: '/category/:cat'
# Collection pages, omit to disable
collections:
enabled: false
layouts:
- 'autopage_collection.html'
title: 'Posts in collection :coll' # :coll is replaced by the collection name
permalink: '/collection/:coll'
# Tag pages, omit to disable
tags:
layouts:
- 'tag.html'
title: 'Posts tagged with :tag' # :tag is replaced by the tag name
permalink: '/tag/:tag'
# Permalinks
permalink: /:title
# Markdown
markdown: kramdown
kramdown:
footnote_backlink: '↩︎'
target-blank:
add_css_classes: external-link
noopener: false
noreferrer: false
# Sass
sass:
sass_dir: _sass
style: compressed
exclude:
- workflow
- .idea
- .git
- Makefile
- README.md
- _compress_images_cache.yml
imageoptim:
pngout: false
svgo: true
verbose: false
jekyll-minifier:
preserve_php: true # Default: false
remove_spaces_inside_tags: true # Default: true
remove_multi_spaces: true # Default: true
remove_comments: true # Default: true
remove_intertag_spaces: true # Default: false
remove_quotes: false # Default: false
compress_css: true # Default: true
compress_javascript: true # Default: true
compress_json: true # Default: true
simple_doctype: false # Default: false
remove_script_attributes: false # Default: false
remove_style_attributes: false # Default: false
remove_link_attributes: false # Default: false
remove_form_attributes: false # Default: false
remove_input_attributes: false # Default: false
remove_javascript_protocol: false # Default: false
remove_http_protocol: false # Default: false
remove_https_protocol: false # Default: false
preserve_line_breaks: false # Default: false
simple_boolean_attributes: false # Default: false
compress_js_templates: false # Default: false
preserve_patterns: # Default: (empty)
uglifier_args:
harmony: true
jekyll-crosspost_to_medium:
enabled: false
cache: .jekyll-crosspost_to_medium
status: draft
license: all-rights-reserved
text: '<p><i>Your (optional) signoff for the post.</i></p>'
backdate: true
algolia:
application_id: 'X1A8Z9Y4AQ'
index_name: 'blog.polarize.ai'
search_only_api_key: '842730120f989ff88dae38137ebd09be'
files_to_exclude:
- index.html
- search.html