j1-template 2022.0.2 → 2022.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +3 -13
- data/_includes/themes/j1/modules/connectors/comment/hyvor.html +4 -5
- data/_includes/themes/j1/procedures/global/create_bs_button.proc +4 -4
- data/assets/data/private.json +1 -5
- data/assets/themes/j1/adapter/js/cookieConsent.js +12 -9
- data/assets/themes/j1/adapter/js/j1.js +17 -17
- data/assets/themes/j1/adapter/js/translator.js +4 -2
- data/assets/themes/j1/core/js/template.js +59 -0
- data/assets/themes/j1/core/js/template.min.js +5 -5
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/cryptoJS/js/aes.js +35 -0
- data/assets/themes/j1/modules/cryptoJS/js/aes.min.js +35 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-md5.js +21 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-ripemd160.js +31 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha1.js +17 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha224.js +19 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha256.js +18 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha3.js +21 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha384.js +27 -0
- data/assets/themes/j1/modules/cryptoJS/js/hmac-sha512.js +25 -0
- data/assets/themes/j1/modules/cryptoJS/js/md5.js +19 -0
- data/assets/themes/j1/modules/cryptoJS/js/pbkdf2.js +19 -0
- data/assets/themes/j1/modules/cryptoJS/js/rabbit-legacy.js +36 -0
- data/assets/themes/j1/modules/cryptoJS/js/rabbit.js +36 -0
- data/assets/themes/j1/modules/cryptoJS/js/rc4.js +33 -0
- data/assets/themes/j1/modules/cryptoJS/js/ripemd160.js +29 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha1.js +15 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha224.js +17 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha256.js +16 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha3.js +19 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha384.js +25 -0
- data/assets/themes/j1/modules/cryptoJS/js/sha512.js +23 -0
- data/assets/themes/j1/modules/cryptoJS/js/tripledes.js +51 -0
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +460 -0
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +379 -353
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
- data/assets/themes/j1/modules/gtag-opt-in/js/gtag-opt-in.js +93 -1
- data/assets/themes/j1/modules/scroller/js/scroller.js +6 -6
- data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
- data/exe/j1 +6 -7
- data/lib/j1/commands/generate.rb +15 -16
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +7 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/_defaults/private.yml +3 -2
- data/lib/starter_web/_data/builder/defaults/_blog_navigator.yml +396 -0
- data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +48 -42
- data/lib/starter_web/_data/modules/translator.yml +3 -3
- data/lib/starter_web/_data/private.yml +3 -2
- data/lib/starter_web/_data/resources.yml +27 -2
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/encodeBase64.rb +46 -0
- data/lib/starter_web/_plugins/encryptAES.rb +53 -0
- data/lib/starter_web/_plugins/filters.rb +2 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/_plugins/minifyJSON.rb +2 -2
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +0 -21
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -0
- data/lib/starter_web/pages/public/blog/navigator/archive.html +1 -1
- data/lib/starter_web/pages/public/learn/quickstart.adoc +1 -1
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +1 -1
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +1 -1
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +1 -1
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +1 -1
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +30 -5
- data/lib/j1/commands/help.rb +0 -32
- data/lib/j1/commands/module.rb +0 -69
@@ -0,0 +1,396 @@
|
|
1
|
+
# ------------------------------------------------------------------------------
|
2
|
+
# ~/_data/builder/blog_navigator.yml
|
3
|
+
# # User Configuration to configure generated pages by the blog post navigator
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# https://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2021 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Template is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
12
|
+
#
|
13
|
+
# ------------------------------------------------------------------------------
|
14
|
+
|
15
|
+
# ------------------------------------------------------------------------------
|
16
|
+
# Global Builder settings
|
17
|
+
# ------------------------------------------------------------------------------
|
18
|
+
|
19
|
+
# Settings for future posts
|
20
|
+
#
|
21
|
+
# Future posts
|
22
|
+
# -------------------------------------
|
23
|
+
# The future flag allows post authors to give the post a date in the future
|
24
|
+
# and to have it excluded from the build until the system time is equal or
|
25
|
+
# after the post time.
|
26
|
+
#
|
27
|
+
# In Jekyll 3, this has been corrected and --future is disabled by default.
|
28
|
+
# This means you will need to include --future if you want your future-dated
|
29
|
+
# posts to generate when running jekyll build or jekyll serve.
|
30
|
+
#
|
31
|
+
# Note: In Jekyll 2.x, the --future flag was automatically enabled.
|
32
|
+
#
|
33
|
+
#future: false
|
34
|
+
|
35
|
+
# ------------------------------------------------------------------------------
|
36
|
+
# Blog (page) builder settings
|
37
|
+
# ------------------------------------------------------------------------------
|
38
|
+
|
39
|
+
# The helper modules collate_simple.proc|collate_calendar.proc and
|
40
|
+
# collate_timeline.proc (located in the include|procedures/posts folder)
|
41
|
+
# are page generators to display blog posts in a e.g. timeline presentation
|
42
|
+
# (collate_timeline.proc) of a given category. Some genereal features to
|
43
|
+
# control how to build those pages can be set here.
|
44
|
+
#
|
45
|
+
# icon|image_random
|
46
|
+
# ----------------------------------------------------------------------------
|
47
|
+
# For the timeline-box, an icon OR image can be configured that is displayed
|
48
|
+
# with the post excerpt text. DON'T use both - only icon OR image is
|
49
|
+
# supported for the timeline-box. The parameters icon|image can be
|
50
|
+
# overwritten by the frontmatter of a post.
|
51
|
+
#
|
52
|
+
# icon
|
53
|
+
# If configured, puts an icon in front of the post excerpt for all posts
|
54
|
+
# of a category. Can be seen as a default setting and can be overwritten
|
55
|
+
# individually by the frontmatter parameter "icon" each post.
|
56
|
+
#
|
57
|
+
# values: string (name of the icon|false)
|
58
|
+
# default: false
|
59
|
+
#
|
60
|
+
# icon_family
|
61
|
+
# Set the icon familiy from what a configured "icon" should be taken from.
|
62
|
+
# Note that the respective CSS file for the icon-set needs to be included
|
63
|
+
# (with the CSS loader).
|
64
|
+
#
|
65
|
+
# values: string (FontAwesome|Glyphicon)
|
66
|
+
# default: FontAwesome
|
67
|
+
#
|
68
|
+
# image_random
|
69
|
+
# If configured, selects an random image from the folder specified by
|
70
|
+
# "image_random_path" for all posts of a category. Can be seen as a
|
71
|
+
# default setting if no specific "image" is|should configured with the
|
72
|
+
# posts frontmatter.
|
73
|
+
#
|
74
|
+
# values: boolean (true|false)
|
75
|
+
# default: false
|
76
|
+
#
|
77
|
+
# image_random_path
|
78
|
+
# If "image_random" is set to "true", the random image is taken from folder
|
79
|
+
# specified by "image_random_path"
|
80
|
+
#
|
81
|
+
# values: string (path)
|
82
|
+
# default: empty
|
83
|
+
#
|
84
|
+
# sharing_provider
|
85
|
+
# ----------------------------------------------------------------------------
|
86
|
+
# Set the provider (API) from which are likes_count|comment_count is taken.
|
87
|
+
#
|
88
|
+
# provider
|
89
|
+
# Name of the the provider (API) used for commenting the blog post.
|
90
|
+
#
|
91
|
+
# values: disqus|livefyre|intensedebate|facebook|false
|
92
|
+
# default: false
|
93
|
+
#
|
94
|
+
# likes_count, comment_count
|
95
|
+
# If set to true, set the respective values for the blog posts helper
|
96
|
+
# to display their numbers
|
97
|
+
#
|
98
|
+
# values: boolean (true|false)
|
99
|
+
# default: true
|
100
|
+
# ------------------------------------------------------------------------------
|
101
|
+
|
102
|
+
# ------------------------------------------------------------------------------
|
103
|
+
# Builder settings
|
104
|
+
#
|
105
|
+
# previewer
|
106
|
+
# ----------------------------------------------------------------------------
|
107
|
+
# Set the previewer type
|
108
|
+
#
|
109
|
+
# NOTE:
|
110
|
+
# The helper modules collate_simple.proc|collate_calendar.proc and
|
111
|
+
# collate_timeline.proc (located in the include|procedures/posts folder)
|
112
|
+
# are page generators to display blog posts in a e.g. timeline presentation
|
113
|
+
# (collate_timeline.proc) of a given category. Some genereal features to
|
114
|
+
# control how to build those pages can be set here.
|
115
|
+
#
|
116
|
+
# previewer
|
117
|
+
# Name of the preview generator for the article preview.
|
118
|
+
#
|
119
|
+
# values: list|calendar|timeline
|
120
|
+
# default: list
|
121
|
+
#
|
122
|
+
# description
|
123
|
+
# ----------------------------------------------------------------------------
|
124
|
+
# For the timeline-box, an icon OR image can be configured that is displayed
|
125
|
+
# with the post excerpt text. DON'T use both - only icon OR image is
|
126
|
+
# supported for the timeline-box. The parameters icon|image can be
|
127
|
+
# overwritten by the frontmatter of a post.
|
128
|
+
#
|
129
|
+
# ------------------------------------------------------------------------------
|
130
|
+
|
131
|
+
# ------------------------------------------------------------------------------
|
132
|
+
# About this configuration (used for J1 CC only)
|
133
|
+
#
|
134
|
+
about_config:
|
135
|
+
title: Blog Navigator
|
136
|
+
scope: Default settings
|
137
|
+
location: _data/builder/defaults/blog_navigator.yml
|
138
|
+
|
139
|
+
# ------------------------------------------------------------------------------
|
140
|
+
# Default settings
|
141
|
+
#
|
142
|
+
defaults:
|
143
|
+
|
144
|
+
post_image: /assets/images/modules/attics/christa-dodoo-1920x1280.jpg
|
145
|
+
previewer: timeline
|
146
|
+
|
147
|
+
button_text:
|
148
|
+
|
149
|
+
pager:
|
150
|
+
previous:
|
151
|
+
en: Previous
|
152
|
+
de: Vorheriger
|
153
|
+
next:
|
154
|
+
en: Next
|
155
|
+
de: Nächster
|
156
|
+
back:
|
157
|
+
en: Back
|
158
|
+
de: Zurück
|
159
|
+
first:
|
160
|
+
en: First
|
161
|
+
de: Erster
|
162
|
+
last:
|
163
|
+
en: Last
|
164
|
+
de: Letzter
|
165
|
+
|
166
|
+
paginator:
|
167
|
+
older_posts:
|
168
|
+
en: Older Posts
|
169
|
+
de: Ältere Beiträge
|
170
|
+
newer_posts:
|
171
|
+
en: Newer Posts
|
172
|
+
de: Neuere Beiträge
|
173
|
+
first_post:
|
174
|
+
en: First Page
|
175
|
+
de: Erste Seite
|
176
|
+
last_post:
|
177
|
+
en: Last Page
|
178
|
+
de: Letzte Seite
|
179
|
+
|
180
|
+
view_selector:
|
181
|
+
category_view:
|
182
|
+
en: By Category
|
183
|
+
de: Nach Kategorie
|
184
|
+
date_view:
|
185
|
+
en: By Date
|
186
|
+
de: Nach Datum
|
187
|
+
archive_view:
|
188
|
+
en: All Posts
|
189
|
+
de: Alle Beiträge
|
190
|
+
tag_view:
|
191
|
+
en: By Tag
|
192
|
+
de: Nach Tag
|
193
|
+
|
194
|
+
article_navigator:
|
195
|
+
page_text:
|
196
|
+
enabled: true
|
197
|
+
|
198
|
+
en:
|
199
|
+
description: >
|
200
|
+
Navigate through all of the articles available on this site. To do this,
|
201
|
+
use the various display pages to find the articles that interest you.
|
202
|
+
The <b>By Category</b> page lists articles on a specific <b>topic</b>.
|
203
|
+
If you are looking for articles by publication date, you can use the view
|
204
|
+
Use <b>By Date</b>. All articles in reverse order of appearance can be
|
205
|
+
found in the view <b>All Posts</b>.
|
206
|
+
de:
|
207
|
+
description: >
|
208
|
+
Navigieren Sie durch alle auf dieser Site verfügbaren Artikel. Verenden Sie
|
209
|
+
dazu die verschiedenen Anzeigeseiten um die Beitäge finden, die Sie interessieren.
|
210
|
+
Die Seite <b>Nach Kategorie</b> listet Artikel zu einem bestimmten <b>Thema</b>.
|
211
|
+
Suchen Sie nach Artikeln nach einem Erscheinungsdatum, könne Sie die Ansicht
|
212
|
+
<b>Nach Datum</b> verwenden. Alle Artikel in umgekehrter Reihenfolge ihres
|
213
|
+
Erscheinens sind in der Ansicht <b>Alle Beiträge</b> zu finden.
|
214
|
+
|
215
|
+
article_previewer:
|
216
|
+
page_text:
|
217
|
+
enabled: true
|
218
|
+
|
219
|
+
en:
|
220
|
+
headline: Preview
|
221
|
+
description: >
|
222
|
+
All articles are reverse ordered by date. The current articles are displayed
|
223
|
+
first. From the FAB button <a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
224
|
+
<i class="mdi mdi-plus"></i>FAB button</a> you can reach a table of contents
|
225
|
+
<a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
226
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
227
|
+
in the same order. To preview older posts, use the button <b>Older Posts</b> from
|
228
|
+
the Preview Bar. For newer posts use the button <b>Newer Posts</b> for more recent
|
229
|
+
articles.
|
230
|
+
de:
|
231
|
+
headline: Vorschau
|
232
|
+
description: >
|
233
|
+
Alle Artikel sind in umgekehrter Reihenfolge ihres Erscheinens
|
234
|
+
gruppiert. Aktuellere Beiträge werden zuerst angezeigt. Über den FAM-Button
|
235
|
+
<a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
236
|
+
<i class="mdi mdi-plus"></i>FAB button</a> erreichen Sie ein
|
237
|
+
Inhaltsverzeichnis <a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
238
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
239
|
+
in gleicher Reihenfolge. Zur Anzeige älterer Artikel, verwenden Sie die Schältfläche
|
240
|
+
<b>Ältere Beiträge</b>. Für jüngere Posts klicken Sie auf die Schältfläche
|
241
|
+
<b>Neuere Beiträge</b>.
|
242
|
+
|
243
|
+
archive_view:
|
244
|
+
page_text:
|
245
|
+
enabled: true
|
246
|
+
|
247
|
+
en:
|
248
|
+
headline: All Posts
|
249
|
+
description: >
|
250
|
+
Check out <b>all</b> articles in the blog posts <b>archive</b>.
|
251
|
+
Below, find articles available this site sorted from the youngest
|
252
|
+
to the oldest. From the FAB button <button type="button" class="btn-fab-floating
|
253
|
+
btn-small btn-md-blue raised-z5" aria-label="fab-button">
|
254
|
+
<i class="mdi mdi-plus"></i></button> you can reach a
|
255
|
+
table of contents <button type="button" class="btn-fab-floating btn-small
|
256
|
+
btn-md-blue raised-z5" aria-label="fab-button">
|
257
|
+
<i class="mdi mdi-wrap"></i></button> of all available
|
258
|
+
articles in the same order.
|
259
|
+
<br/><br/>
|
260
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
261
|
+
<b>main page</b> of the Navigator. Articles ordered by <b>category</b>
|
262
|
+
can be found in the view <b>By Category</b>. To search for posts
|
263
|
+
in the archive by <b>date</b>, go for the view <b>By Date</b>.
|
264
|
+
de:
|
265
|
+
headline: Alle Beiträge
|
266
|
+
description: >
|
267
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
268
|
+
Blog-Beiträge. Die Artikel sind in umgekehrter Reihenfolge ihres Erscheinens
|
269
|
+
gruppiert. Aktuellere Beiträge werden zuerst angezeigt. Über den FAM-Button
|
270
|
+
<button type="button" class="btn-fab-floating btn-small btn-md-blue raised-z5"
|
271
|
+
aria-label="fab-button"><i class="mdi mdi-plus"></i></button> erreichen Sie ein
|
272
|
+
Inhaltsverzeichnis <button type="button" class="btn-fab-floating btn-small
|
273
|
+
btn-md-blue raised-z5" aria-label="fab-button"> über alle verfübaren Artikel
|
274
|
+
in gleicher Reihenfolge.
|
275
|
+
<br/><br/>
|
276
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
277
|
+
des Navigators. Artikel nach ihrer Kategorie sind über die Seite
|
278
|
+
<b>Nach Kategorie</b> zu finden. Um Beiträge im Archiv nach <b>Datum</b>
|
279
|
+
zu durchsuchen, rufen Sie die Anzeige <b>Nach Datum</b> auf.
|
280
|
+
|
281
|
+
category_view:
|
282
|
+
skip_categories: Posts, Public, Featured, Series
|
283
|
+
page_text:
|
284
|
+
enabled: true
|
285
|
+
|
286
|
+
en:
|
287
|
+
headline: Posts by category
|
288
|
+
description: >
|
289
|
+
On this page you will find all articles from the <b>archive</b>
|
290
|
+
of the blog posts. The articles are grouped by <b>category</b>.
|
291
|
+
From the FAB button <button type="button" class="btn-fab-floating
|
292
|
+
btn-small btn-md-blue raised-z5" aria-label="fab-button">
|
293
|
+
<i class="mdi mdi-plus"></i></button> you can reach a
|
294
|
+
table of contents <button type="button" class="btn-fab-floating btn-small
|
295
|
+
btn-md-blue raised-z5" aria-label="fab-button">
|
296
|
+
<i class="mdi mdi-wrap"></i></button> of all available articles
|
297
|
+
in the same order.
|
298
|
+
<br/><br/>
|
299
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
300
|
+
<b>main page</b> of the Navigator. To search for articles in the
|
301
|
+
archive by date, go for the view <b>By Date</b>. All articles in
|
302
|
+
reverse order of appearance can be found in the view <b>All Posts</b>.
|
303
|
+
de:
|
304
|
+
headline: Artikel nach Kategorie
|
305
|
+
description: >
|
306
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
307
|
+
Blog-Beiträge. Die Artikel sind nach <b>Kategorie</b> gruppiert.
|
308
|
+
Über den FAM-Button <button type="button" class="btn-fab-floating btn-small
|
309
|
+
btn-md-blue raised-z5" aria-label="fab-button"><i class="mdi mdi-plus"></i>
|
310
|
+
</button> erreichen Sie ein Inhaltsverzeichnis <button type="button"
|
311
|
+
class="btn-fab-floating btn-small btn-md-blue raised-z5" aria-label="fab-button">
|
312
|
+
über alle verfübaren Artikel in gleicher Reihenfolge.
|
313
|
+
<br/><br/>
|
314
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
315
|
+
des Navigators. Um Artikel im Archiv nach <b>Datum</b> zu durchsuchen,
|
316
|
+
rufen Sie die Anzeige <b>Nach Datum</b> auf. Alle Artikel in umgekehrter
|
317
|
+
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
318
|
+
zu finden.
|
319
|
+
date_view:
|
320
|
+
page_text:
|
321
|
+
enabled: true
|
322
|
+
|
323
|
+
en:
|
324
|
+
headline: Posts by date
|
325
|
+
description: >
|
326
|
+
On this page you will find all articles from the <b>archive</b>
|
327
|
+
of the blog posts. The articles are grouped by <b>Date</b>.
|
328
|
+
From the FAB button <button type="button" class="btn-fab-floating
|
329
|
+
btn-small btn-md-blue raised-z5" aria-label="fab-button">
|
330
|
+
<i class="mdi mdi-plus"></i></button> you can reach a
|
331
|
+
table of contents <button type="button" class="btn-fab-floating btn-small
|
332
|
+
btn-md-blue raised-z5" aria-label="fab-button">
|
333
|
+
<i class="mdi mdi-wrap"></i></button> of all available articles
|
334
|
+
in the same order.
|
335
|
+
<br/><br/>
|
336
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
337
|
+
<b>main page</b> of the Navigator. To search for articles in the
|
338
|
+
archive by category, go for the view <b>By Category</b>. All articles
|
339
|
+
in reverse order of appearance can be found in the view <b>All Posts</b>.
|
340
|
+
de:
|
341
|
+
headline: Artikel nach Datum
|
342
|
+
description: >
|
343
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
344
|
+
Blog-Beiträge. Die Artikel sind nach <b>Datum</b> gruppiert.
|
345
|
+
Über den FAM-Button <button type="button" class="btn-fab-floating
|
346
|
+
btn-small btn-md-blue raised-z5" aria-label="fab-button">
|
347
|
+
<i class="mdi mdi-plus"></i></button> erreichen Sie ein
|
348
|
+
Inhaltsverzeichnis <button type="button" class="btn-fab-floating btn-small
|
349
|
+
btn-md-blue raised-z5" aria-label="fab-button"> über alle verfübaren Artikel
|
350
|
+
in gleicher Reihenfolge.
|
351
|
+
<br/><br/>
|
352
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
353
|
+
des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
|
354
|
+
rufen Sie die Anzeige <b>Nach Kategorie</b> auf. Alle Artikel in umgekehrter
|
355
|
+
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
356
|
+
zu finden.
|
357
|
+
tag_view:
|
358
|
+
page_text:
|
359
|
+
enabled: true
|
360
|
+
|
361
|
+
en:
|
362
|
+
headline: Posts by tag
|
363
|
+
description: >
|
364
|
+
On this page you will find all articles from the <b>archive</b>
|
365
|
+
of the blog posts. The articles are grouped by <b>Tag</b>.
|
366
|
+
From the FAB button <a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
367
|
+
<i class="mdi mdi-plus"></i>FAB button</a> you can reach a
|
368
|
+
table of contents <a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
369
|
+
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
370
|
+
in the same order.
|
371
|
+
<br/><br/>
|
372
|
+
From the navigation bar, <b>Navigator</b> takes you back to the
|
373
|
+
<b>main page</b> of the Navigator. To search for articles in the
|
374
|
+
archive by <b>category</b>, go for the view <b>By Category</b>.
|
375
|
+
All articles in reverse order of appearance can be found in the
|
376
|
+
view <b>All Posts</b>.
|
377
|
+
de:
|
378
|
+
headline: Artikel nach Tag
|
379
|
+
description: >
|
380
|
+
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
381
|
+
Blog-Beiträge. Die Artikel sind nach <b>Tag</b> gruppiert.
|
382
|
+
Über den FAM-Button <button type="button" class="btn-fab-floating
|
383
|
+
btn-small btn-md-blue raised-z5" aria-label="fab-button">
|
384
|
+
<i class="mdi mdi-plus"></i></button> erreichen Sie ein
|
385
|
+
Inhaltsverzeichnis <button type="button" class="btn-fab-floating btn-small
|
386
|
+
btn-md-blue raised-z5" aria-label="fab-button"> über alle verfübaren Artikel
|
387
|
+
in gleicher Reihenfolge.
|
388
|
+
<br/><br/>
|
389
|
+
In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
|
390
|
+
des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
|
391
|
+
rufen Sie die Anzeige <b>Nach Kategorie</b> auf. Alle Artikel in umgekehrter
|
392
|
+
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
393
|
+
zu finden.
|
394
|
+
|
395
|
+
# ------------------------------------------------------------------------------
|
396
|
+
# END config
|
@@ -220,9 +220,9 @@ defaults:
|
|
220
220
|
headline: Preview
|
221
221
|
description: >
|
222
222
|
All articles are reverse ordered by date. The current articles are displayed
|
223
|
-
first. From the FAB button <a href="#
|
223
|
+
first. From the FAB button <a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
224
224
|
<i class="mdi mdi-plus"></i>FAB button</a> you can reach a table of contents
|
225
|
-
<a href="#
|
225
|
+
<a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
226
226
|
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
227
227
|
in the same order. To preview older posts, use the button <b>Older Posts</b> from
|
228
228
|
the Preview Bar. For newer posts use the button <b>Newer Posts</b> for more recent
|
@@ -231,10 +231,10 @@ defaults:
|
|
231
231
|
headline: Vorschau
|
232
232
|
description: >
|
233
233
|
Alle Artikel sind in umgekehrter Reihenfolge ihres Erscheinens
|
234
|
-
gruppiert. Aktuellere Beiträge werden zuerst angezeigt. Über den
|
235
|
-
<a href="#
|
234
|
+
gruppiert. Aktuellere Beiträge werden zuerst angezeigt. Über den FAB-Button
|
235
|
+
<a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
236
236
|
<i class="mdi mdi-plus"></i>FAB button</a> erreichen Sie ein
|
237
|
-
Inhaltsverzeichnis <a href="#
|
237
|
+
Inhaltsverzeichnis <a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
238
238
|
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
239
239
|
in gleicher Reihenfolge. Zur Anzeige älterer Artikel, verwenden Sie die Schältfläche
|
240
240
|
<b>Ältere Beiträge</b>. Für jüngere Posts klicken Sie auf die Schältfläche
|
@@ -256,7 +256,7 @@ defaults:
|
|
256
256
|
btn-md-blue raised-z5" aria-label="fab-button">
|
257
257
|
<i class="mdi mdi-wrap"></i></button> of all available
|
258
258
|
articles in the same order.
|
259
|
-
<br
|
259
|
+
<br><br>
|
260
260
|
From the navigation bar, <b>Navigator</b> takes you back to the
|
261
261
|
<b>main page</b> of the Navigator. Articles ordered by <b>category</b>
|
262
262
|
can be found in the view <b>By Category</b>. To search for posts
|
@@ -266,15 +266,15 @@ defaults:
|
|
266
266
|
description: >
|
267
267
|
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
268
268
|
Blog-Beiträge. Die Artikel sind in umgekehrter Reihenfolge ihres Erscheinens
|
269
|
-
gruppiert. Aktuellere Beiträge werden zuerst angezeigt. Über den
|
269
|
+
gruppiert. Aktuellere Beiträge werden zuerst angezeigt. Über den FAB-Button
|
270
270
|
<button type="button" class="btn-fab-floating btn-small btn-md-blue raised-z5"
|
271
|
-
aria-label="fab-button"
|
272
|
-
Inhaltsverzeichnis <button type="button" class="btn-fab-floating btn-small
|
273
|
-
|
274
|
-
in gleicher Reihenfolge.
|
275
|
-
<br
|
276
|
-
In der
|
277
|
-
des Navigators. Artikel nach ihrer Kategorie sind über die Seite
|
271
|
+
aria-label="fab-button"> <i class="mdi mdi-plus"></i></button> erreichen Sie ein
|
272
|
+
Inhaltsverzeichnis <button type="button" class="btn-fab-floating btn-small btn-md-blue
|
273
|
+
raised-z5" aria-label="fab-button"> <i class="mdi mdi-wrap"></i></button>
|
274
|
+
über alle verfübaren Artikel in gleicher Reihenfolge.
|
275
|
+
<br><br>
|
276
|
+
In der Navigationszeile gelangen Sie über <b>Navigator</b> zurück zur
|
277
|
+
<b>Hauptseite</b> des Navigators. Artikel nach ihrer Kategorie sind über die Seite
|
278
278
|
<b>Nach Kategorie</b> zu finden. Um Beiträge im Archiv nach <b>Datum</b>
|
279
279
|
zu durchsuchen, rufen Sie die Anzeige <b>Nach Datum</b> auf.
|
280
280
|
|
@@ -295,27 +295,31 @@ defaults:
|
|
295
295
|
btn-md-blue raised-z5" aria-label="fab-button">
|
296
296
|
<i class="mdi mdi-wrap"></i></button> of all available articles
|
297
297
|
in the same order.
|
298
|
-
<br
|
298
|
+
<br><br>
|
299
299
|
From the navigation bar, <b>Navigator</b> takes you back to the
|
300
300
|
<b>main page</b> of the Navigator. To search for articles in the
|
301
301
|
archive by date, go for the view <b>By Date</b>. All articles in
|
302
302
|
reverse order of appearance can be found in the view <b>All Posts</b>.
|
303
|
+
|
303
304
|
de:
|
304
305
|
headline: Artikel nach Kategorie
|
305
306
|
description: >
|
306
307
|
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
307
308
|
Blog-Beiträge. Die Artikel sind nach <b>Kategorie</b> gruppiert.
|
308
|
-
Über den
|
309
|
-
|
310
|
-
|
311
|
-
|
309
|
+
Über den FAB-Button
|
310
|
+
<button type="button" class="btn-fab-floating btn-small btn-md-blue raised-z5"
|
311
|
+
aria-label="fab-button"> <i class="mdi mdi-plus"></i></button>
|
312
|
+
erreichen Sie ein Inhaltsverzeichnis
|
313
|
+
<button type="button" class="btn-fab-floating btn-small btn-md-blue
|
314
|
+
raised-z5" aria-label="fab-button"> <i class="mdi mdi-wrap"></i></button>
|
312
315
|
über alle verfübaren Artikel in gleicher Reihenfolge.
|
313
|
-
<br
|
314
|
-
In der
|
315
|
-
des Navigators. Um Artikel im Archiv nach <b>Datum</b>
|
316
|
-
rufen Sie die Anzeige <b>Nach Datum</b> auf. Alle Artikel
|
317
|
-
Reihenfolge ihres Erscheinens sind in der Ansicht
|
318
|
-
zu finden.
|
316
|
+
<br><br>
|
317
|
+
In der Navigationszeile gelangen Sie über <b>Navigator</b> zurück zur
|
318
|
+
<b>Hauptseite</b> des Navigators. Um Artikel im Archiv nach <b>Datum</b>
|
319
|
+
zu durchsuchen, rufen Sie die Anzeige <b>Nach Datum</b> auf. Alle Artikel
|
320
|
+
in umgekehrter Reihenfolge ihres Erscheinens sind in der Ansicht
|
321
|
+
<b>Alle Beiträge</b> zu finden.
|
322
|
+
|
319
323
|
date_view:
|
320
324
|
page_text:
|
321
325
|
enabled: true
|
@@ -332,7 +336,7 @@ defaults:
|
|
332
336
|
btn-md-blue raised-z5" aria-label="fab-button">
|
333
337
|
<i class="mdi mdi-wrap"></i></button> of all available articles
|
334
338
|
in the same order.
|
335
|
-
<br
|
339
|
+
<br><br>
|
336
340
|
From the navigation bar, <b>Navigator</b> takes you back to the
|
337
341
|
<b>main page</b> of the Navigator. To search for articles in the
|
338
342
|
archive by category, go for the view <b>By Category</b>. All articles
|
@@ -342,15 +346,16 @@ defaults:
|
|
342
346
|
description: >
|
343
347
|
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
344
348
|
Blog-Beiträge. Die Artikel sind nach <b>Datum</b> gruppiert.
|
345
|
-
Über den
|
349
|
+
Über den FAB-Button <button type="button" class="btn-fab-floating
|
346
350
|
btn-small btn-md-blue raised-z5" aria-label="fab-button">
|
347
351
|
<i class="mdi mdi-plus"></i></button> erreichen Sie ein
|
348
352
|
Inhaltsverzeichnis <button type="button" class="btn-fab-floating btn-small
|
349
|
-
btn-md-blue raised-z5" aria-label="fab-button">
|
353
|
+
btn-md-blue raised-z5" aria-label="fab-button">
|
354
|
+
<i class="mdi mdi-wrap"></i></button> über alle verfübaren Artikel
|
350
355
|
in gleicher Reihenfolge.
|
351
|
-
<br
|
352
|
-
In der
|
353
|
-
des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
|
356
|
+
<br><br>
|
357
|
+
In der Navigationszeile gelangen Sie über <b>Navigator</b> zurück zur
|
358
|
+
<b>Hauptseite</b> des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
|
354
359
|
rufen Sie die Anzeige <b>Nach Kategorie</b> auf. Alle Artikel in umgekehrter
|
355
360
|
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
356
361
|
zu finden.
|
@@ -363,12 +368,13 @@ defaults:
|
|
363
368
|
description: >
|
364
369
|
On this page you will find all articles from the <b>archive</b>
|
365
370
|
of the blog posts. The articles are grouped by <b>Tag</b>.
|
366
|
-
From the FAB button <
|
367
|
-
|
368
|
-
|
369
|
-
<
|
371
|
+
From the FAB button <button type="button" class="btn-fab-floating
|
372
|
+
btn-small btn-md-blue raised-z5" aria-label="fab-button">
|
373
|
+
<i class="mdi mdi-plus"></i></button> you can reach a
|
374
|
+
table of contents <button type="button" class="btn-fab-floating btn-small
|
375
|
+
btn-md-blue raised-z5" aria-label="fab-button"> of all available articles
|
370
376
|
in the same order.
|
371
|
-
<br
|
377
|
+
<br><br>
|
372
378
|
From the navigation bar, <b>Navigator</b> takes you back to the
|
373
379
|
<b>main page</b> of the Navigator. To search for articles in the
|
374
380
|
archive by <b>category</b>, go for the view <b>By Category</b>.
|
@@ -379,17 +385,17 @@ defaults:
|
|
379
385
|
description: >
|
380
386
|
Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
|
381
387
|
Blog-Beiträge. Die Artikel sind nach <b>Tag</b> gruppiert.
|
382
|
-
Über den
|
388
|
+
Über den FAB-Button <button type="button" class="btn-fab-floating
|
383
389
|
btn-small btn-md-blue raised-z5" aria-label="fab-button">
|
384
390
|
<i class="mdi mdi-plus"></i></button> erreichen Sie ein
|
385
391
|
Inhaltsverzeichnis <button type="button" class="btn-fab-floating btn-small
|
386
392
|
btn-md-blue raised-z5" aria-label="fab-button"> über alle verfübaren Artikel
|
387
393
|
in gleicher Reihenfolge.
|
388
|
-
<br
|
389
|
-
In der
|
390
|
-
des Navigators. Um Artikel im Archiv nach <b>Kategorien</b>
|
391
|
-
rufen Sie die Anzeige <b>Nach Kategorie</b> auf. Alle Artikel
|
392
|
-
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
394
|
+
<br><br>
|
395
|
+
In der Navigationszeile gelangen Sie über <b>Navigator</b> zurück zur
|
396
|
+
<b>Hauptseite</b> des Navigators. Um Artikel im Archiv nach <b>Kategorien</b>
|
397
|
+
zu durchsuchen, rufen Sie die Anzeige <b>Nach Kategorie</b> auf. Alle Artikel
|
398
|
+
in umgekehrter Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
|
393
399
|
zu finden.
|
394
400
|
|
395
401
|
# ------------------------------------------------------------------------------
|
@@ -27,9 +27,9 @@ settings:
|
|
27
27
|
|
28
28
|
enabled: true
|
29
29
|
translatorName: google
|
30
|
-
contentLanguage: en
|
31
|
-
dialogLanguage: en
|
32
|
-
translationLanguage: de
|
30
|
+
contentLanguage: en # [auto|any supported language], auto: language set by site config
|
31
|
+
dialogLanguage: auto # [auto|en|de], auto: language set by site config
|
32
|
+
translationLanguage: de # any supported language
|
33
33
|
|
34
34
|
# ------------------------------------------------------------------------------
|
35
35
|
# END config
|
@@ -23,8 +23,9 @@
|
|
23
23
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
24
24
|
global:
|
25
25
|
|
26
|
-
# used
|
27
|
-
|
26
|
+
# used for OpenSSL AES encryption
|
27
|
+
# secretkey MUST be 32 bytes (AES|CBC)
|
28
|
+
secretkey: <your-secret-string>
|
28
29
|
|
29
30
|
|
30
31
|
# ==============================================================================
|