j1-template 2021.1.14 → 2021.1.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/issue.proc +28 -5
  3. data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +66 -23
  4. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +0 -1
  5. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +16 -1
  6. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +197 -219
  7. data/_includes/themes/j1/layouts/content_generator_collection.html +4 -2
  8. data/_includes/themes/j1/layouts/content_generator_post.html +34 -24
  9. data/_includes/themes/j1/layouts/layout_metadata_generator.html +33 -7
  10. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
  11. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +33 -9
  12. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  13. data/_includes/themes/j1/procedures/posts/pager.proc +123 -0
  14. data/_layouts/default.html +2 -2
  15. data/assets/data/authclient.html +1 -0
  16. data/assets/data/banner.html +1 -0
  17. data/assets/data/carousel.json +1 -0
  18. data/assets/data/cookieconsent.html +1 -2
  19. data/assets/data/fam.html +1 -0
  20. data/assets/data/footer.html +1 -0
  21. data/assets/data/galleries.json +1 -0
  22. data/assets/data/gallery_customizer.html +1 -0
  23. data/assets/data/mdi_icons.json +1 -0
  24. data/assets/data/menu.html +2 -1
  25. data/assets/data/mmenu.html +1 -0
  26. data/assets/data/mmenu_sidebar.html +1 -0
  27. data/assets/data/mmenu_toc.html +21 -1
  28. data/assets/data/panel.html +29 -7
  29. data/assets/data/quicklinks.html +1 -0
  30. data/assets/data/themes.json +1 -0
  31. data/assets/data/twa_v1.json +1 -0
  32. data/assets/error_pages/HTTP204.html +17 -2
  33. data/assets/error_pages/HTTP400.html +17 -2
  34. data/assets/error_pages/HTTP401.html +17 -2
  35. data/assets/error_pages/HTTP403.html +17 -2
  36. data/assets/error_pages/HTTP404.html +17 -2
  37. data/assets/error_pages/HTTP444.html +17 -2
  38. data/assets/error_pages/HTTP500.html +17 -2
  39. data/assets/error_pages/HTTP501.html +17 -2
  40. data/assets/error_pages/HTTP502.html +17 -2
  41. data/assets/error_pages/HTTP503.html +17 -3
  42. data/assets/themes/j1/adapter/js/cookieConsent.js +24 -5
  43. data/assets/themes/j1/adapter/js/j1.js +95 -29
  44. data/assets/themes/j1/adapter/js/themer.js +19 -27
  45. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +21 -42
  46. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  47. data/lib/j1/version.rb +1 -1
  48. data/lib/starter_web/Gemfile +4 -5
  49. data/lib/starter_web/_config.yml +7 -1
  50. data/lib/starter_web/_data/blocks/footer.yml +52 -20
  51. data/lib/starter_web/_data/blocks/panel.yml +4 -4
  52. data/lib/starter_web/_data/builder/blog_navigator.yml +9 -192
  53. data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +389 -0
  54. data/lib/starter_web/_data/j1_config.yml +55 -39
  55. data/lib/starter_web/_data/locales/be.yml +269 -0
  56. data/lib/starter_web/_data/locales/cs.yml +218 -0
  57. data/lib/starter_web/_data/locales/da.yml +213 -0
  58. data/lib/starter_web/_data/locales/de.yml +222 -0
  59. data/lib/starter_web/_data/locales/el.yml +215 -0
  60. data/lib/starter_web/_data/locales/en.yml +215 -0
  61. data/lib/starter_web/_data/locales/es.yml +219 -0
  62. data/lib/starter_web/_data/locales/et.yml +207 -0
  63. data/lib/starter_web/_data/locales/fi.yml +211 -0
  64. data/lib/starter_web/_data/locales/fr.yml +219 -0
  65. data/lib/starter_web/_data/locales/hr.yml +240 -0
  66. data/lib/starter_web/_data/locales/hu.yml +196 -0
  67. data/lib/starter_web/_data/locales/it.yml +215 -0
  68. data/lib/starter_web/_data/locales/lv.yml +233 -0
  69. data/lib/starter_web/_data/locales/nl.yml +213 -0
  70. data/lib/starter_web/_data/locales/pl.yml +241 -0
  71. data/lib/starter_web/_data/locales/pt.yml +217 -0
  72. data/lib/starter_web/_data/locales/readme +4 -0
  73. data/lib/starter_web/_data/locales/ro.yml +209 -0
  74. data/lib/starter_web/_data/locales/ru.yml +269 -0
  75. data/lib/starter_web/_data/locales/sk.yml +211 -0
  76. data/lib/starter_web/_data/locales/sl.yml +209 -0
  77. data/lib/starter_web/_data/locales/sv.yml +207 -0
  78. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +0 -1
  79. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +6 -5
  80. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
  81. data/lib/starter_web/_data/modules/quicksearch.yml +4 -1
  82. data/lib/starter_web/_data/modules/themer.yml +1 -0
  83. data/lib/starter_web/_data/plugins/defaults/paginator.yml +7 -6
  84. data/lib/starter_web/_data/plugins/paginator.yml +3 -0
  85. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  86. data/lib/starter_web/_plugins/date-i18n.rb +67 -0
  87. data/lib/starter_web/_plugins/lunr_index.rb +5 -1
  88. data/lib/starter_web/assets/images/modules/attics/markus-spiske-1920x1280.jpg +0 -0
  89. data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +1 -1
  90. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -1
  91. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +1 -1
  92. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +2 -2
  93. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +2 -2
  94. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +2 -2
  95. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +2 -2
  96. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -1
  97. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +1 -1
  98. data/lib/starter_web/index.html +5 -2
  99. data/lib/starter_web/package.json +1 -1
  100. data/lib/starter_web/pages/public/asciidoc_skeletons/book/000_intro.adoc +2 -2
  101. data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +2 -2
  102. data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +2 -2
  103. data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +2 -2
  104. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +2 -2
  105. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +2 -2
  106. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +2 -2
  107. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +2 -2
  108. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +2 -2
  109. data/lib/starter_web/pages/public/blog/navigator/archive.html +82 -17
  110. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +92 -28
  111. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +85 -20
  112. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +98 -41
  113. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -1
  114. data/lib/starter_web/pages/public/learn/quickstart.adoc +1 -1
  115. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +2 -2
  116. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
  117. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +2 -2
  118. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +2 -2
  119. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -2
  120. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +2 -2
  121. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +2 -2
  122. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +2 -2
  123. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +2 -2
  124. data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +118 -0
  125. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +90 -0
  126. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +322 -0
  127. data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +125 -0
  128. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +8 -5
  129. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +7 -5
  130. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +5 -3
  131. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +5 -3
  132. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +3 -2
  133. data/lib/starter_web/pages/public/previewer/iframer.adoc +1 -1
  134. data/lib/starter_web/pages/public/previewer/rouge.adoc +1 -1
  135. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  136. data/lib/starter_web/utilsrv/package.json +1 -1
  137. metadata +33 -4
  138. data/_includes/themes/j1/procedures/global/pager.proc +0 -79
  139. data/lib/starter_web/pages/public/cookieConsent.adoc +0 -96
@@ -0,0 +1,389 @@
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 FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
224
+ <i class="mdi mdi-plus"></i>FAM button</a> you can reach a table of contents
225
+ <a href="#void" 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="#void" class="btn-fab-floating btn-small btn-md-blue">
236
+ <i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
237
+ Inhaltsverzeichnis <a href="#void" 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 FAM button <a href="#void"
253
+ class="btn-fab-floating btn-small btn-md-blue">
254
+ <i class="mdi mdi-plus"></i>FAM button</a> you can reach a
255
+ table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
256
+ <i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available
257
+ articles in the same order.
258
+ <br/><br/>
259
+ From the navigation bar, <b>Navigator</b> takes you back to the
260
+ <b>main page</b> of the Navigator. Articles ordered by <b>category</b>
261
+ can be found in the view <b>By Category</b>. To search for posts
262
+ in the archive by <b>date</b>, go for the view <b>By Date</b>.
263
+ de:
264
+ headline: Alle Beiträge
265
+ description: >
266
+ Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
267
+ Blog-Beiträge. Die Artikel sind in umgekehrter Reihenfolge ihres Erscheinens
268
+ gruppiert. Aktuellere Beiträge werden zuerst angezeigt. Über den FAM-Button
269
+ <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
270
+ <i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
271
+ Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
272
+ <i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
273
+ in gleicher Reihenfolge.
274
+ <br/><br/>
275
+ In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
276
+ des Navigators. Artikel nach ihrer Kategorie sind über die Seite
277
+ <b>Nach Kategorie</b> zu finden. Um Beiträge im Archiv nach <b>Datum</b>
278
+ zu durchsuchen, rufen Sie die Anzeige <b>Nach Datum</b> auf.
279
+
280
+ category_view:
281
+ skip_categories: Posts, Public, Featured, Series
282
+ page_text:
283
+ enabled: true
284
+
285
+ en:
286
+ headline: Posts by category
287
+ description: >
288
+ On this page you will find all articles from the <b>archive</b>
289
+ of the blog posts. The articles are grouped by <b>category</b>.
290
+ From the FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
291
+ <i class="mdi mdi-plus"></i>FAM button</a> you can reach a
292
+ table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
293
+ <i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
294
+ in the same order.
295
+ <br/><br/>
296
+ From the navigation bar, <b>Navigator</b> takes you back to the
297
+ <b>main page</b> of the Navigator. To search for articles in the
298
+ archive by date, go for the view <b>By Date</b>. All articles in
299
+ reverse order of appearance can be found in the view <b>All Posts</b>.
300
+ de:
301
+ headline: Artikel nach Kategorie
302
+ description: >
303
+ Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
304
+ Blog-Beiträge. Die Artikel sind nach <b>Kategorie</b> gruppiert.
305
+ Über den FAM-Button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
306
+ <i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
307
+ Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
308
+ <i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
309
+ in gleicher Reihenfolge.
310
+ <br/><br/>
311
+ In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
312
+ des Navigators. Um Artikel im Archiv nach <b>Datum</b> zu durchsuchen,
313
+ rufen Sie die Anzeige <b>Nach Datum</b> auf. Alle Artikel in umgekehrter
314
+ Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
315
+ zu finden.
316
+ date_view:
317
+ page_text:
318
+ enabled: true
319
+
320
+ en:
321
+ headline: Posts by date
322
+ description: >
323
+ On this page you will find all articles from the <b>archive</b>
324
+ of the blog posts. The articles are grouped by <b>Date</b>.
325
+ From the FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
326
+ <i class="mdi mdi-plus"></i>FAM button</a> you can reach a
327
+ table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
328
+ <i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
329
+ in the same order.
330
+ <br/><br/>
331
+ From the navigation bar, <b>Navigator</b> takes you back to the
332
+ <b>main page</b> of the Navigator. To search for articles in the
333
+ archive by category, go for the view <b>By Category</b>. All articles
334
+ in reverse order of appearance can be found in the view <b>All Posts</b>.
335
+ de:
336
+ headline: Artikel nach Datum
337
+ description: >
338
+ Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
339
+ Blog-Beiträge. Die Artikel sind nach <b>Datum</b> gruppiert.
340
+ Über den FAM-Button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
341
+ <i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
342
+ Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
343
+ <i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
344
+ in gleicher Reihenfolge.
345
+ <br/><br/>
346
+ In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
347
+ des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
348
+ rufen Sie die Anzeige <b>Nach Kategorie</b> auf. Alle Artikel in umgekehrter
349
+ Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
350
+ zu finden.
351
+ tag_view:
352
+ page_text:
353
+ enabled: true
354
+
355
+ en:
356
+ headline: Posts by tag
357
+ description: >
358
+ On this page you will find all articles from the <b>archive</b>
359
+ of the blog posts. The articles are grouped by <b>Tag</b>.
360
+ From the FAM button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
361
+ <i class="mdi mdi-plus"></i>FAM button</a> you can reach a
362
+ table of contents <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
363
+ <i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
364
+ in the same order.
365
+ <br/><br/>
366
+ From the navigation bar, <b>Navigator</b> takes you back to the
367
+ <b>main page</b> of the Navigator. To search for articles in the
368
+ archive by <b>category</b>, go for the view <b>By Category</b>.
369
+ All articles in reverse order of appearance can be found in the
370
+ view <b>All Posts</b>.
371
+ de:
372
+ headline: Artikel nach Tag
373
+ description: >
374
+ Auf dieser Seite finden Sie alle Artikel aus dem <b>Archiv</b> der
375
+ Blog-Beiträge. Die Artikel sind nach <b>Tag</b> gruppiert.
376
+ Über den FAM-Button <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
377
+ <i class="mdi mdi-plus"></i>FAM button</a> erreichen Sie ein
378
+ Inhaltsverzeichnis <a href="#void" class="btn-fab-floating btn-small btn-md-blue">
379
+ <i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
380
+ in gleicher Reihenfolge.
381
+ <br/><br/>
382
+ In der <b>Navigationszeile</b> gelangen Sie zurück zur <b>Hauptseite</b>
383
+ des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
384
+ rufen Sie die Anzeige <b>Nach Kategorie</b> auf. Alle Artikel in umgekehrter
385
+ Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle Beiträge</b>
386
+ zu finden.
387
+
388
+ # ------------------------------------------------------------------------------
389
+ # END config
@@ -149,11 +149,13 @@ cookies:
149
149
  # ------------------------------------------------------------------------------
150
150
 
151
151
  # ------------------------------------------------------------------------------
152
- # flicker_timeout (2019-08-06: currently NOT used anymore)
152
+ # flicker_timeout
153
153
  # ----------------------------------------------------------------------------
154
154
  # Number of milliseconds (ms) the current page is hidden (display: none)
155
155
  # to prevent "DOM flicker" (aka "FOUC": Flash of unstyled content)
156
156
  #
157
+ # TODO: To be checked if needed
158
+ #
157
159
  # prettify
158
160
  # ----------------------------------------------------------------------------
159
161
  # If set to true, all generated HTML pages (by Liquid|Jekyll) get
@@ -374,19 +376,26 @@ body:
374
376
  # ------------------------------------------------------------------------------
375
377
  # COMMENTS settings
376
378
  #
377
- # Set 'enabled' to false to turn commenting off globally
378
- # Set 'provider' to the comment provider you want to use
379
+ # Set 'enabled' to false to turn off globally. Affects all pages independently
380
+ # from what is set pagewise!
381
+ # Set 'provider' to the provider you want to use.
379
382
  # ------------------------------------------------------------------------------
380
- # disqus
383
+ # hyvor
381
384
  #
382
- # short_name: your-disqus-short-name (w/o disqus.com)
385
+ # site_id: your-website-id
386
+ # ------------------------------------------------------------------------------
387
+ # disqus
383
388
  #
389
+ # site_id: your-disqus-short-name
384
390
  # ------------------------------------------------------------------------------
385
391
  comments:
386
392
  enabled: false
387
-
393
+
394
+ provider: hyvor # disqus | hyvor | commento | just-comments
388
395
  xhr_data_path: /assets/data
389
- provider: hyvor # hyvor | disqus
396
+ comments_headline:
397
+ en: Leave a comment
398
+ de: Kommentieren
390
399
 
391
400
  hyvor:
392
401
  site_id: 'hyvor-site-id'
@@ -395,16 +404,16 @@ comments:
395
404
  site_id: '<your-site-short-name>'
396
405
 
397
406
  # commento: # currently NOT supported
398
- # site_id: 'commento-site-id'
407
+ # site_id: 'commento-site-id'
399
408
  #
400
409
  # just-comments: # currently NOT supported
401
- # site_id: 'just-comments-site-id'
410
+ # site_id: 'just-comments-site-id'
402
411
 
403
412
  # facebook: # currently NOT supported
404
- # appid: 'facebook-app-id'
405
- # num_posts: 5
406
- # width: 580
407
- # colorscheme: light
413
+ # appid: 'facebook-app-id'
414
+ # num_posts: 5
415
+ # width: 580
416
+ # colorscheme: light
408
417
 
409
418
  # custom: # currently NOT supported
410
419
  # custom_data:
@@ -412,50 +421,56 @@ comments:
412
421
  # ------------------------------------------------------------------------------
413
422
  # ANALYTICS settings
414
423
  #
415
- # Set 'enabled' to false to turn analytics off globally
416
- # Set 'provider' to the analytics provider you want to use
417
- #
424
+ # Set 'enabled' to false to turn off globally. Affects all pages independently
425
+ # from what is set pagewise!
426
+ # Set 'provider' to the provider you want to use.
427
+ # ------------------------------------------------------------------------------
418
428
  analytics:
419
429
  enabled: false
430
+
420
431
  provider: google
421
432
 
422
433
  google:
423
434
  tracking_id: '<your-tracking-id>'
424
435
 
425
- # custom: # currently NOT supported
426
- # custom_data:
436
+ custom:
437
+ custom_data:
427
438
 
428
439
  # ------------------------------------------------------------------------------
429
440
  # ADVERTISING settings
430
441
  #
431
- # Set 'enabled' to false to turn advertising off globally
432
- # Set 'provider' to the analytics provider you want to use
433
- #
442
+ # Set 'enabled' to false to turn off globally. Affects all pages independently
443
+ # from what is set pagewise!
444
+ # Set 'provider' to the provider you want to use.
445
+ # ------------------------------------------------------------------------------
434
446
  advertising:
435
447
  enabled: false
448
+
436
449
  provider: google
437
450
 
438
451
  google:
439
452
  publisher_id: '<your-publisher-id>'
440
453
 
441
- # custom: # currently NOT supported
442
- # custom_data:
454
+ custom:
455
+ custom_data:
443
456
 
444
457
  # ------------------------------------------------------------------------------
445
- # TRANSLATOR settings (currently NOT supported)
458
+ # TRANSLATOR settings
446
459
  #
447
- # Set 'enabled' to false to turn translators off globally
448
- # Set 'provider' to the translation provider you want to use
449
- #
450
- # translation:
451
- # enabled: false
452
- # provider: google
453
- #
454
- # google:
455
- # layout: default
456
- # meta_data: [google-translate-customization]
457
- # page_language: en
458
- # translation_languages: [all]
460
+ # Set 'enabled' to false to turn off globally. Affects all pages independently
461
+ # from what is set pagewise!
462
+ # Set 'provider' to the provider you want to use.
463
+ # ------------------------------------------------------------------------------
464
+ translation:
465
+ enabled: false
466
+
467
+ provider: google
468
+
469
+ google:
470
+ layout: default
471
+ meta_data: [google-translate-customization]
472
+ page_language: en
473
+ translation_languages: [all]
459
474
 
460
475
  # ------------------------------------------------------------------------------
461
476
  # SHARING settings (currently NOT supported)
@@ -464,9 +479,10 @@ advertising:
464
479
  # like, reddit buttons etc. Set 'provider' to the sharing provider you
465
480
  # want to use. Set 'provider' to false to turn sharing off globally.
466
481
  #
467
- # Set 'enabled' to false to turn sharing off globally
468
- # Set 'provider' to the sharing provider you want to use
469
- #
482
+ # Set 'enabled' to false to turn off globally. Affects all pages independently
483
+ # from what is set pagewise!
484
+ # Set 'provider' to the provider you want to use.
485
+ # ------------------------------------------------------------------------------
470
486
  # sharing:
471
487
  # enabled: false
472
488
  # provider: