j1-template 2022.0.5 → 2022.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +0 -57
  3. data/assets/error_pages/HTTP444.html +4 -4
  4. data/assets/error_pages/HTTP445.html +3 -3
  5. data/assets/error_pages/HTTP446.html +110 -0
  6. data/assets/themes/j1/adapter/js/cookieConsent.js +64 -34
  7. data/assets/themes/j1/adapter/js/j1.js +114 -210
  8. data/assets/themes/j1/adapter/js/themer.js +0 -1
  9. data/assets/themes/j1/adapter/js/translator.js +146 -97
  10. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +6 -0
  11. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
  12. data/assets/themes/j1/core/js/template.js +2 -6
  13. data/assets/themes/j1/core/js/template.min.js +1 -1
  14. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  15. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +29 -13
  16. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
  17. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +0 -1
  18. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  19. data/assets/themes/j1/modules/translator/js/translator.js +98 -63
  20. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  21. data/lib/j1/version.rb +1 -1
  22. data/lib/starter_web/Gemfile +1 -1
  23. data/lib/starter_web/_config.yml +2 -3
  24. data/lib/starter_web/_data/modules/cookies.yml +30 -0
  25. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -3
  26. data/lib/starter_web/_data/modules/defaults/cookies.yml +112 -0
  27. data/lib/starter_web/_data/modules/navigator_menu.yml +10 -1
  28. data/lib/starter_web/_includes/attributes.asciidoc +6 -1
  29. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  30. data/lib/starter_web/package.json +1 -1
  31. data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +0 -2
  32. data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +0 -2
  33. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
  34. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
  35. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
  36. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
  37. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
  38. data/lib/starter_web/pages/public/blog/navigator/archive.html +1 -1
  39. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  40. data/lib/starter_web/pages/public/learn/quickstart.adoc +1 -1
  41. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +1 -1
  42. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
  43. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
  44. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -1
  45. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
  46. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
  47. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
  48. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
  49. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +1 -1
  50. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +2 -12
  51. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -12
  52. data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +1 -1
  53. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
  54. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +1 -1
  55. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  56. data/lib/starter_web/utilsrv/package.json +1 -1
  57. metadata +5 -2
@@ -0,0 +1,112 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/defaults/cookies.yml
3
+ # Default configuration settings for J1 Cookie module
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/J1 Template/blob/master/LICENSE
12
+ # ------------------------------------------------------------------------------
13
+ # See:
14
+ # https://datatracker.ietf.org/doc/html/rfc6265
15
+ # https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
16
+ #
17
+
18
+ # ------------------------------------------------------------------------------
19
+ # Description (used for J1 CC only)
20
+ #
21
+ description:
22
+
23
+ title: Cookies
24
+ scope: Default settings
25
+ location: _data/modules/defaults/cookies.yml
26
+
27
+ # ------------------------------------------------------------------------------
28
+ # Default settings
29
+ #
30
+ defaults:
31
+
32
+ # ----------------------------------------------------------------------------
33
+ # Settings/Attributes
34
+ #
35
+ # path
36
+ # --------------------------------------------------------------------------
37
+ # Attribute 'path' indicates a URL PATH that must exist in the requested
38
+ # URL in order to send the Cookie header
39
+ #
40
+ # values: string
41
+ # default: '/'
42
+ #
43
+ # domain
44
+ # --------------------------------------------------------------------------
45
+ # Switch 'domain' controls if the value for the attribute 'domain' is
46
+ # used (= auto|domain) or NOT used (false). If 'auto' is given, the domain
47
+ # is calculated from the hostname. Otherwise domain is treates as domain
48
+ # to be used.
49
+ # If the switch 'domain' is to 'false', the attribute 'domain' is
50
+ # automatically set to the (fully qualified) hostname and all subdomains
51
+ # are EXCLUDED from accessing the cookies.
52
+ #
53
+ # NOTE: Be carefull setting switch 'domain' to auto. For sites deployed
54
+ # to hosts of public domain providers like Netlify (netlify.app),
55
+ # this will open the access on cookies to ALL hosts (subdomains)!
56
+ # See 'same_site'.
57
+ #
58
+ # values: [false|auto|domain]
59
+ # default: false
60
+ #
61
+ # expires
62
+ # --------------------------------------------------------------------------
63
+ # lifetime of a cookie [0..365] days. The value of 0 results in a
64
+ # SESSION cookie. For all otrher values >0, the cookie results in a
65
+ # PERMANENT cookie.
66
+ #
67
+ # values: [0..365]
68
+ # default: 0
69
+ #
70
+ # same_site
71
+ # --------------------------------------------------------------------------
72
+ # Lax: sent for all requests (including subdomains).
73
+ # Strict: the cookie is only sent to the site where it originated
74
+ # (excluding subdomains)
75
+ #
76
+ # values: [Strict|Lax]
77
+ # default: Strict
78
+ #
79
+ # http_only
80
+ # --------------------------------------------------------------------------
81
+ # prevent access to cookie values via JavaScript
82
+ #
83
+ # values: [false|true]
84
+ # default: false
85
+ #
86
+ # secure
87
+ # --------------------------------------------------------------------------
88
+ # Cookies are only sent to the server with an encrypted request over
89
+ # the HTTPS protocol
90
+ #
91
+ # values: [false|true]
92
+ # default: false
93
+ #
94
+ # check_cookies
95
+ # --------------------------------------------------------------------------
96
+ # Check if cookies created/available
97
+ #
98
+ # values: [false|true]
99
+ # default: true
100
+ #
101
+ # ----------------------------------------------------------------------------
102
+ #
103
+ check_cookies: false
104
+ path: /
105
+ domain: false
106
+ expires: 365
107
+ same_site: Strict
108
+ http_only: false
109
+ secure: false
110
+
111
+ # ------------------------------------------------------------------------------
112
+ # END config
@@ -81,7 +81,7 @@
81
81
  #
82
82
  - item: Blog
83
83
  sublevel:
84
- - title: Creators Blog
84
+ - title: Starter Blog
85
85
  href: /pages/public/blog/navigator/
86
86
  icon: near-me
87
87
  - title: Categories
@@ -255,6 +255,15 @@
255
255
  - title: This site
256
256
  icon: home-variant-outline
257
257
  href: /pages/public/about/site
258
+ - title: Privacy
259
+ icon: heart
260
+ href: /pages/public/legal/en/privacy/
261
+ - title: Impress
262
+ icon: gavel
263
+ href: /pages/public/legal/en/impress/
264
+ - title: Comments
265
+ icon: comment
266
+ href: /pages/public/legal/en/comment_policy/
258
267
 
259
268
  # ------------------------------------------------------------------------------
260
269
  # END config
@@ -195,6 +195,7 @@ tag::urls[]
195
195
  :url-jekyll-sass-converter--gh-repo: https://github.com/jekyll/jekyll-sass-converter/
196
196
  :url-jekyll-sitemap--gh-repo: https://github.com/jekyll/jekyll-sitemap/
197
197
 
198
+
198
199
  :url-jquery--home: https://jquery.com/
199
200
 
200
201
  :url-js-yaml--gh-repo: https://github.com/nodeca/js-yaml/
@@ -234,6 +235,10 @@ tag::urls[]
234
235
  :url-materialize--home: https://materializecss.com/
235
236
  :url-materialize--gh-repo: https://github.com/Dogfalo/materialize/
236
237
 
238
+ :url-mdi--home: https://materialdesignicons.com/
239
+ :url-mdi--gh-repo: https://github.com/Templarian/MaterialDesign/
240
+ :url-mdi--cheatsheet: https://pictogrammers.github.io/@mdi/font/5.9.55/
241
+
237
242
  :url-mobile-menu-light--home: https://www.mmenujs.com/mmenu-light/
238
243
  :url-mobile-menu-light--gh-repo: https://github.com/FrDH/mmenu-light
239
244
 
@@ -432,7 +437,7 @@ end::tables[]
432
437
  // -----------------------------------------------------------------------------
433
438
  tag::products[]
434
439
  :j1--license: MIT License
435
- :j1--version: 2022.0.5
440
+ :j1--version: 2022.0.9
436
441
  :j1--site-name: Jekyll One
437
442
  end::products[]
438
443
 
@@ -364,6 +364,6 @@ end
364
364
 
365
365
  module Jekyll
366
366
  module J1LunrSearch
367
- VERSION = '2022.0.5'
367
+ VERSION = '2022.0.9'
368
368
  end
369
369
  end
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1_starter",
4
- "version": "2022.0.5",
4
+ "version": "2022.0.9",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -197,7 +197,6 @@ body{ top: 0 !important;}
197
197
  cookie_written = j1.writeCookie({
198
198
  name: cookie_names.user_state,
199
199
  data: user_state,
200
- samesite: 'Strict',
201
200
  expires: 0
202
201
  });
203
202
  j1.removeCookie({name: 'googtrans'});
@@ -206,7 +205,6 @@ body{ top: 0 !important;}
206
205
  cookie_written = j1.writeCookie({
207
206
  name: cookie_names.user_state,
208
207
  data: user_state,
209
- samesite: 'Strict',
210
208
  expires: 365
211
209
  });
212
210
  head.appendChild(script);
@@ -197,7 +197,6 @@ Try the translator with _Jekyll One_ and _Deepl_ on your own!
197
197
  cookie_written = j1.writeCookie({
198
198
  name: cookie_names.user_state,
199
199
  data: user_state,
200
- samesite: 'Strict',
201
200
  expires: 0
202
201
  });
203
202
  j1.removeCookie({name: 'googtrans'});
@@ -206,7 +205,6 @@ Try the translator with _Jekyll One_ and _Deepl_ on your own!
206
205
  cookie_written = j1.writeCookie({
207
206
  name: cookie_names.user_state,
208
207
  data: user_state,
209
- samesite: 'Strict',
210
208
  expires: 365
211
209
  });
212
210
  head.appendChild(script);
@@ -10,7 +10,7 @@ tags: [ Asciidoctor, PDF, Converter ]
10
10
  permalink: /pages/public/skeleton/documentation/100_converter/
11
11
  regenerate: false
12
12
 
13
- resources: [ lightbox, clipboard, rouge ]
13
+ resources: [ animate, lightbox, clipboard, rouge ]
14
14
  resource_options:
15
15
  - toccer:
16
16
  collapseDepth: 2
@@ -9,7 +9,7 @@ tags: [ Asciidoctor, PDF, Converter ]
9
9
  permalink: /pages/public/skeleton/documentation/200_themes/
10
10
  regenerate: false
11
11
 
12
- resources: [ lightbox, clipboard, rouge ]
12
+ resources: [ animate, lightbox, clipboard, rouge ]
13
13
  resource_options:
14
14
  - toccer:
15
15
  collapseDepth: 2
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: page
3
- title: Disruptors Blog
3
+ title: Starter Blog
4
4
  tagline: posts by category
5
5
  date: 2023-01-01 01:00:00 +100
6
6
  description: Browse articles by category
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: page
3
- title: Creators Blog
3
+ title: Starter Blog
4
4
  tagline: posts by date
5
5
  description: Browse articles by date
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: page
3
- title: Creators Blog
3
+ title: Starter Blog
4
4
  tagline: posts by tag
5
5
  description: >
6
6
  Browse articles by tag
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: page
3
- title: Blog Archive
3
+ title: Starter Blog
4
4
  tagline: all posts
5
5
  description: Create index pages for articles this website
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: blog_archive
3
- title: Creators Blog
3
+ title: Starter Blog
4
4
  tagline: explore posts
5
5
  description: >
6
6
  Navigate through all articles tis website
@@ -17,7 +17,7 @@ fab_menu_id: page_ctrl_simple
17
17
  permalink: /pages/public/learn/quickstart/
18
18
  regenerate: false
19
19
 
20
- resources: [ clipboard, rouge, animate ]
20
+ resources: [ animate, clipboard, rouge ]
21
21
  resource_options:
22
22
  - attic:
23
23
  padding_top: 400
@@ -16,7 +16,7 @@ permalink: /pages/public/learn/roundtrip/present_im
16
16
  regenerate: false
17
17
 
18
18
  resources: [
19
- clipboard, rouge, carousel, lightbox,
19
+ animate, clipboard, rouge, carousel, lightbox,
20
20
  justifiedGallery, lightGallery
21
21
  ]
22
22
  resource_options:
@@ -20,7 +20,7 @@ personalization: true
20
20
  fab_menu_id: page_ctrl_simple
21
21
 
22
22
  resources: [
23
- lightGallery, justifiedGallery, video_js,
23
+ animate, lightGallery, justifiedGallery, video_js,
24
24
  vimeo_player, vimeo_froogaloop
25
25
  ]
26
26
  resource_options:
@@ -114,7 +114,7 @@ HTML5 Video support of LightGallery.
114
114
  Two players are available with LightGallery:
115
115
 
116
116
  . an internal player used by default
117
- . {url-videojs--home}[video.js, {browser-window--new}], a excellent
117
+ . {url-videojs--home}[video.js, {browser-window--new}], a excellent
118
118
  Javascript video library
119
119
 
120
120
  NOTE: The HTML5 specification does _not_ define which video and audio formats
@@ -16,7 +16,7 @@ fab_menu_id: page_ctrl_simple
16
16
  permalink: /pages/public/learn/roundtrip/typography/
17
17
  regenerate: false
18
18
 
19
- resources: []
19
+ resources: [ animate ]
20
20
  resource_options:
21
21
  - attic:
22
22
  padding_top: 400
@@ -18,7 +18,7 @@ fab_menu_id: page_ctrl_simple
18
18
  permalink: /pages/public/learn/roundtrip/mdi_icon_font/
19
19
  regenerate: false
20
20
 
21
- resources: [ iconify ]
21
+ resources: [ animate, iconify ]
22
22
  resource_options:
23
23
  - attic:
24
24
  padding_top: 400
@@ -17,7 +17,7 @@ fab_menu_id: page_ctrl_simple
17
17
  permalink: /pages/public/learn/roundtrip/asciidoc_extensions/
18
18
  regenerate: false
19
19
 
20
- resources: [ lightbox, iconify, twemoji, rouge ]
20
+ resources: [ animate, lightbox, iconify, twemoji, rouge ]
21
21
  resource_options:
22
22
  - attic:
23
23
  padding_top: 400
@@ -18,7 +18,7 @@ fab_menu_id: page_ctrl_simple
18
18
  permalink: /pages/public/learn/roundtrip/modals/
19
19
  regenerate: false
20
20
 
21
- resources: []
21
+ resources: [ animate ]
22
22
  resource_options:
23
23
  - attic:
24
24
  padding_top: 400
@@ -16,7 +16,7 @@ fab_menu_id: page_ctrl_simple
16
16
  permalink: /pages/public/learn/roundtrip/responsive_tables/
17
17
  regenerate: false
18
18
 
19
- resources: [ rtable, rouge ]
19
+ resources: [ animate, rtable, rouge ]
20
20
  resource_options:
21
21
  - attic:
22
22
  padding_top: 400
@@ -17,7 +17,7 @@ fab_menu_id: page_ctrl_simple
17
17
  permalink: /pages/public/learn/roundtrip/themes/
18
18
  regenerate: false
19
19
 
20
- resources: [ rouge, clipboard, lightbox ]
20
+ resources: [ animate, rouge, clipboard, lightbox ]
21
21
  resource_options:
22
22
  - attic:
23
23
  padding_top: 400
@@ -20,7 +20,7 @@ fab_menu_id: page_ctrl_simple
20
20
  permalink: /pages/public/learn/roundtrip/quicksearch/
21
21
  regenerate: false
22
22
 
23
- resources: [ lunr, rouge, lightbox, clipboard ]
23
+ resources: [ animate, lunr, rouge, lightbox, clipboard ]
24
24
  resource_options:
25
25
  - toccer:
26
26
  collapseDepth: 3
@@ -124,7 +124,6 @@ aus Werbekampagnen erlauben es uns Ihnen diese Website kostenlos zur Verfügung
124
124
  zu stellen. Partner ermöglichen es uns, Ihnen exzellente personalisierte
125
125
  Dienste anzubieten sowie die Kosten für den Betrieb dieser Website zu
126
126
  finanzieren.
127
-
128
127
  endif::[]
129
128
 
130
129
 
@@ -154,7 +153,6 @@ System befinden. In diesem Fall sind möglicherweise bereits vorhandene Cookies
154
153
  </a>
155
154
  </div>
156
155
  ++++
157
-
158
156
  endif::[]
159
157
 
160
158
  ifeval::[{logs-files} == true]
@@ -176,7 +174,6 @@ Diese sind:
176
174
  Wir können diese Protokollinformationen mit anderen Informationen kombinieren.
177
175
  Wir tun dies, um die von uns angebotenen Dienstleistungen zu verbessern und das
178
176
  Angebot auf unseren Seiten zu verbessern.
179
-
180
177
  endif::[]
181
178
 
182
179
  ifeval::[{google-analytics} == true]
@@ -212,7 +209,6 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
212
209
  entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
213
210
  jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
214
211
  die volle Funktionalität dieser Website zu nutzen.
215
-
216
212
  endif::[]
217
213
 
218
214
  ifeval::[{hyvor} == true]
@@ -253,7 +249,6 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
253
249
  entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
254
250
  jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
255
251
  die volle Funktionalität dieser Website zu nutzen.
256
-
257
252
  endif::[]
258
253
 
259
254
 
@@ -301,7 +296,6 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
301
296
  entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
302
297
  jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
303
298
  die volle Funktionalität dieser Website zu nutzen.
304
-
305
299
  endif::[]
306
300
 
307
301
  ifeval::[{twitter} == true]
@@ -340,7 +334,6 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
340
334
  entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
341
335
  jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
342
336
  die volle Funktionalität dieser Website zu nutzen.
343
-
344
337
  endif::[]
345
338
 
346
339
  ifeval::[{instagram} == true]
@@ -388,12 +381,11 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
388
381
  entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
389
382
  jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
390
383
  die volle Funktionalität dieser Website zu nutzen.
391
-
392
384
  endif::[]
393
385
 
394
386
 
395
387
  ifeval::[{youtube} == true]
396
- == Verwendung von Videos (YT)
388
+ == Verwendung von YouTube Videos (YTV)
397
389
 
398
390
  Auf unseren Seiten *können* Funktionen (Player) der Video-Plattform *YouTube*
399
391
  (YT) eingebunden sein. Diese Funktionen stehen zur Verfügung, falls Sie in den
@@ -426,11 +418,10 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
426
418
  entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
427
419
  jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
428
420
  die volle Funktionalität dieser Website zu nutzen.
429
-
430
421
  endif::[]
431
422
 
432
423
  ifeval::[{vimeo} == true]
433
- == Verwendung von Videos (VI)
424
+ == Verwendung von Vimeo Videos (VIV)
434
425
 
435
426
  Auf unseren Seiten *können* Funktionen (Player) der Video-Plattform *Vimeo*
436
427
  (VI) eingebunden sein. Diese Funktionen stehen zur Verfügung, falls Sie in den
@@ -463,5 +454,4 @@ NOTE: Sie können der Verwendung jederzeit widersprechen, indem Sie die
463
454
  entsprechenden Einstellungen zu Ihrer Privatsphäre auswählen. Beachten Sie
464
455
  jedoch bitte, dass Sie in diesem Fall möglicherweise nicht in der Lage sind
465
456
  die volle Funktionalität dieser Website zu nutzen.
466
-
467
457
  endif::[]
@@ -118,7 +118,6 @@ additional functions, or carry out advertising campaigns. Revenue from
118
118
  advertising allows us to make this website available to you free of charge.
119
119
  Partners enable us to offer you excellent personalized services and
120
120
  finance the costs of running this website.
121
-
122
121
  endif::[]
123
122
 
124
123
 
@@ -147,7 +146,6 @@ functions of your browser.
147
146
  </a>
148
147
  </div>
149
148
  ++++
150
-
151
149
  endif::[]
152
150
 
153
151
  ifeval::[{logs-files} == true]
@@ -168,7 +166,6 @@ These are:
168
166
 
169
167
  We can combine this log information with other information. We do this to
170
168
  improve the services we offer and to improve the content on our website.
171
-
172
169
  endif::[]
173
170
 
174
171
  ifeval::[{google-analytics} == true]
@@ -202,7 +199,6 @@ link:{url-google--privacy-policy-de}[Privacy Settings, {browser-window--new}].
202
199
  NOTE: You can object to its use at any time by selecting the appropriate
203
200
  settings with your privacy settings. Notice, however, that you may not be able
204
201
  to use the full functionality of this website in this case.
205
-
206
202
  endif::[]
207
203
 
208
204
  ifeval::[{hyvor} == true]
@@ -239,7 +235,6 @@ https://hyvor.com/privacy-policy[Privacy Settings, {browser-window--new}].
239
235
  NOTE: You can object to its use at any time by selecting the appropriate
240
236
  settings with your privacy settings. Notice, however, that you may not be able
241
237
  to use the full functionality of this website in this case.
242
-
243
238
  endif::[]
244
239
 
245
240
 
@@ -276,7 +271,6 @@ link:{url-facebook--privacy-policy-en}[Privacy Settings, {browser-window--new}].
276
271
  NOTE: You can object to its use at any time by selecting the appropriate
277
272
  settings with your privacy settings. Notice, however, that you may not be able
278
273
  to use the full functionality of this website in this case.
279
-
280
274
  endif::[]
281
275
 
282
276
  ifeval::[{twitter} == true]
@@ -312,7 +306,6 @@ link:{url-twitter--privacy-policy-en}[Privacy Settings, {browser-window--new}].
312
306
  NOTE: You can object to its use at any time by selecting the appropriate
313
307
  settings with your privacy settings. Notice, however, that you may not be able
314
308
  to use the full functionality of this website in this case.
315
-
316
309
  endif::[]
317
310
 
318
311
  ifeval::[{instagram} == true]
@@ -348,12 +341,11 @@ link:{url-instagram--privacy-policy}[Privacy Settings, {browser-window--new}].
348
341
  NOTE: You can object to its use at any time by selecting the appropriate
349
342
  settings with your privacy settings. Notice, however, that you may not be able
350
343
  to use the full functionality of this website in this case.
351
-
352
344
  endif::[]
353
345
 
354
346
 
355
347
  ifeval::[{youtube} == true]
356
- == Use of Videos (YT)
348
+ == Use of YouTube Videos (YTV)
357
349
 
358
350
  On our pages, *functions* (player) of the video platform *YouTube* (YT) may be
359
351
  embedded. This functionality is only available if you have given your consent
@@ -384,11 +376,10 @@ link:{url-google--privacy-policy-de}[Privacy Settings, {browser-window--new}].
384
376
  NOTE: You can object to its use at any time by selecting the appropriate
385
377
  settings with your privacy settings. Notice, however, that you may not be able
386
378
  to use the full functionality of this website in this case.
387
-
388
379
  endif::[]
389
380
 
390
381
  ifeval::[{vimeo} == true]
391
- == Use of Videos (VI)
382
+ == Use of Vimeo Videos (VIV)
392
383
 
393
384
  On our pages, *functions* (player) of the video platform *Vimeo* (VI) may be
394
385
  embedded. This functionality is only available if you have given your consent
@@ -419,5 +410,4 @@ link:{url-vimeo--privacy-policy}[Privacy Settings, {browser-window--new}].
419
410
  NOTE: You can object to its use at any time by selecting the appropriate
420
411
  settings with your privacy settings. Notice, however, that you may not be able
421
412
  to use the full functionality of this website in this case.
422
-
423
413
  endif::[]
@@ -17,7 +17,7 @@ fab_menu_id: page_ctrl_simple
17
17
  permalink: /pages/public/manuals/msDropdown/
18
18
  regenerate: false
19
19
 
20
- resources: [ clipboard, rouge ]
20
+ resources: [ animate, clipboard, rouge ]
21
21
  resource_options:
22
22
  - attic:
23
23
  padding_top: 400
@@ -26,7 +26,7 @@ permalink: /pages/public/panels/intro_panel/
26
26
  regenerate: true
27
27
 
28
28
  resources: [
29
- clipboard, rouge, carousel, lightbox,
29
+ animate, clipboard, rouge, carousel, lightbox,
30
30
  justifiedGallery, lightGallery
31
31
  ]
32
32
 
@@ -20,7 +20,7 @@ fab_menu_id: page_ctrl_simple
20
20
  permalink: /pages/public/previewer/theme/
21
21
  regenerate: false
22
22
 
23
- resources: [ clipboard, rouge ]
23
+ resources: [ animate, clipboard, rouge ]
24
24
  resource_options:
25
25
  - attic:
26
26
  padding_top: 400
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.0.5",
4
+ "version": "2022.0.9",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.0.5",
4
+ "version": "2022.0.9",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2022.0.5
4
+ version: 2022.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-04 00:00:00.000000000 Z
11
+ date: 2021-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -376,6 +376,7 @@ files:
376
376
  - assets/error_pages/HTTP404.html
377
377
  - assets/error_pages/HTTP444.html
378
378
  - assets/error_pages/HTTP445.html
379
+ - assets/error_pages/HTTP446.html
379
380
  - assets/error_pages/HTTP500.html
380
381
  - assets/error_pages/HTTP501.html
381
382
  - assets/error_pages/HTTP502.html
@@ -1613,9 +1614,11 @@ files:
1613
1614
  - lib/starter_web/_data/modules/attics.yml
1614
1615
  - lib/starter_web/_data/modules/authentication.yml
1615
1616
  - lib/starter_web/_data/modules/cookieconsent.yml
1617
+ - lib/starter_web/_data/modules/cookies.yml
1616
1618
  - lib/starter_web/_data/modules/defaults/attics.yml
1617
1619
  - lib/starter_web/_data/modules/defaults/authentication.yml
1618
1620
  - lib/starter_web/_data/modules/defaults/cookieconsent.yml
1621
+ - lib/starter_web/_data/modules/defaults/cookies.yml
1619
1622
  - lib/starter_web/_data/modules/defaults/fab.yml
1620
1623
  - lib/starter_web/_data/modules/defaults/framer.yml
1621
1624
  - lib/starter_web/_data/modules/defaults/log4javascript.yml