j1-template 2021.1.1 → 2021.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +23 -9
  3. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  4. data/_includes/themes/j1/modules/connectors/ads +3 -5
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +9 -5
  6. data/_includes/themes/j1/modules/connectors/analytics +4 -2
  7. data/_includes/themes/j1/modules/connectors/comments +7 -6
  8. data/_includes/themes/j1/modules/connectors/translator +3 -4
  9. data/_includes/themes/j1/modules/navigator/generator.html +4 -40
  10. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
  11. data/_includes/themes/j1/procedures/global/create_bs_button.proc +64 -22
  12. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -10
  13. data/_layouts/default.html +4 -7
  14. data/assets/data/authclient.html +231 -229
  15. data/assets/data/banner.html +30 -32
  16. data/assets/data/cookieconsent.html +249 -0
  17. data/assets/data/fam.html +1 -1
  18. data/assets/data/footer.html +1 -1
  19. data/assets/data/gallery_customizer.html +10 -5
  20. data/assets/data/menu.html +3 -3
  21. data/assets/data/mmenu.html +4 -3
  22. data/assets/data/mmenu_sidebar.html +1 -1
  23. data/assets/data/mmenu_toc.html +1 -1
  24. data/assets/data/panel.html +20 -16
  25. data/assets/data/quicklinks.html +20 -18
  26. data/assets/data/themes.json +6 -6
  27. data/assets/themes/j1/adapter/js/{cookiebar.js → cookieConsent.js} +129 -55
  28. data/assets/themes/j1/adapter/js/j1.js +147 -145
  29. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +3 -2
  30. data/assets/themes/j1/adapter/js/mmenu.js +8 -4
  31. data/assets/themes/j1/adapter/js/navigator.js +77 -22
  32. data/assets/themes/j1/adapter/js/themer.js +37 -29
  33. data/assets/themes/j1/adapter/js/toccer.js +4 -45
  34. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +17 -14
  35. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  36. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +3960 -240
  37. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  38. data/assets/themes/j1/core/js/template.js +3 -9
  39. data/assets/themes/j1/core/js/template.js.map +1 -1
  40. data/assets/themes/j1/core/js/template.min.js +3 -9
  41. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  42. data/assets/themes/j1/modules/cookieConsent/LICENSE +21 -0
  43. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +286 -0
  44. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +28 -0
  45. data/assets/themes/j1/modules/fam/css/{uno → theme/uno}/fam.css +0 -0
  46. data/assets/themes/j1/modules/fam/css/theme/uno/fam.min.css +15 -0
  47. data/assets/themes/j1/modules/fam/js/fam.js +1 -6
  48. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -2
  49. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
  50. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
  51. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
  52. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
  53. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
  54. data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
  55. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
  56. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.css → mmenu-light.css} +0 -0
  57. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.min.css → mmenu-light.min.css} +0 -0
  58. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.css → uno/mmenu.css} +0 -0
  59. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.min.css → uno/mmenu.min.css} +0 -0
  60. data/assets/themes/j1/modules/rtable/css/theme/{uno.css → uno/rtable.css} +0 -0
  61. data/assets/themes/j1/modules/rtable/css/theme/{uno.min.css → uno/rtable.min.css} +0 -0
  62. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +33 -47
  63. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +410 -2
  64. data/assets/themes/j1/modules/util/js/domready.js +146 -0
  65. data/assets/themes/j1/modules/util/js/gtag-opt-in.js +1 -0
  66. data/lib/j1/version.rb +1 -1
  67. data/lib/j1_app/j1_auth_manager/auth_manager.rb +2 -3
  68. data/lib/starter_web/Gemfile +1 -1
  69. data/lib/starter_web/_config.yml +8 -7
  70. data/lib/starter_web/_data/_defaults/resources.yml +11 -8
  71. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +1 -0
  72. data/lib/starter_web/_data/blocks/banner.yml +30 -24
  73. data/lib/starter_web/_data/blocks/panel.yml +9 -7
  74. data/lib/starter_web/_data/builder/blog_navigator.yml +6 -1
  75. data/lib/starter_web/_data/j1_config.yml +22 -19
  76. data/lib/starter_web/_data/layouts/blog_archive.yml +9 -0
  77. data/lib/starter_web/_data/layouts/default.yml +17 -27
  78. data/lib/starter_web/_data/layouts/home.yml +6 -5
  79. data/lib/starter_web/_data/layouts/page.yml +1 -1
  80. data/lib/starter_web/_data/modules/{cookiebar.yml → cookieconsent.yml} +4 -4
  81. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -0
  82. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +135 -0
  83. data/lib/starter_web/_data/modules/defaults/navigator.yml +5 -2
  84. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -1
  85. data/lib/starter_web/_data/modules/navigator.yml +24 -21
  86. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  87. data/lib/starter_web/_data/pages/builder.yml +7 -7
  88. data/lib/starter_web/_data/private.default.yml +119 -0
  89. data/lib/starter_web/_data/private.yml +6 -6
  90. data/lib/starter_web/_data/resources.yml +19 -15
  91. data/lib/starter_web/_includes/attributes.asciidoc +10 -1
  92. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  93. data/lib/starter_web/assets/images/modules/attics/christa-dodoo-1920x1280.jpg +0 -0
  94. data/lib/starter_web/assets/images/modules/attics/{cookies-1920x1200-bw.jpg → cookies-1920x1200.jpg} +0 -0
  95. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  96. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +3 -9
  97. data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +4 -4
  98. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -7
  99. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -7
  100. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -4
  101. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -4
  102. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -4
  103. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -4
  104. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +3 -0
  105. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -0
  106. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +3 -0
  107. data/lib/starter_web/dot.gitignore +1 -1
  108. data/lib/starter_web/index.html +3 -3
  109. data/lib/starter_web/package.json +1 -1
  110. data/lib/starter_web/pages/public/blog/navigator/archive.html +43 -23
  111. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +51 -27
  112. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +48 -26
  113. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +44 -12
  114. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  115. data/lib/starter_web/pages/public/cookieConsent.adoc +93 -0
  116. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +244 -0
  117. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -1
  118. data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -16
  119. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +104 -209
  120. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +6 -1
  121. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  122. data/lib/starter_web/utilsrv/package.json +1 -1
  123. metadata +25 -14
  124. data/assets/data/cookiebar.html +0 -285
  125. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +0 -132
@@ -140,6 +140,7 @@ cookies:
140
140
  app_session: j1.app.session
141
141
  user_session: j1.user.session
142
142
  user_state: j1.user.state
143
+ user_consent: j1.user.consent
143
144
 
144
145
 
145
146
  # ==============================================================================
@@ -386,15 +387,15 @@ comments:
386
387
  provider: disqus
387
388
 
388
389
  disqus:
389
- short_name: '<your-site-short-name>'
390
+ short_name: '<your-site-id>'
390
391
 
391
- # facebook:
392
+ # facebook: # currently NOT supported
392
393
  # appid: 123
393
394
  # num_posts: 5
394
395
  # width: 580
395
396
  # colorscheme: light
396
397
 
397
- # custom:
398
+ # custom: # currently NOT supported
398
399
  # custom_data:
399
400
 
400
401
  # ------------------------------------------------------------------------------
@@ -408,10 +409,10 @@ analytics:
408
409
  provider: google
409
410
 
410
411
  google:
411
- tracking_id: '<your-tracking_id>'
412
+ tracking_id: '<your-tracking-id>'
412
413
 
413
- custom:
414
- custom_data:
414
+ # custom: # currently NOT supported
415
+ # custom_data:
415
416
 
416
417
  # ------------------------------------------------------------------------------
417
418
  # ADVERTISING settings
@@ -422,26 +423,28 @@ analytics:
422
423
  advertising:
423
424
  enabled: false
424
425
  provider: google
426
+
425
427
  google:
426
- publisher_id: '<your-publisher_id>'
427
- custom:
428
- custom_data:
428
+ publisher_id: '<your-publisher-id>'
429
+
430
+ # custom: # currently NOT supported
431
+ # custom_data:
429
432
 
430
433
  # ------------------------------------------------------------------------------
431
- # TRANSLATOR settings
434
+ # TRANSLATOR settings (currently NOT supported)
432
435
  #
433
436
  # Set 'enabled' to false to turn translators off globally
434
437
  # Set 'provider' to the translation provider you want to use
435
438
  #
436
- translation:
437
- enabled: false
438
- provider: google
439
-
440
- google:
441
- layout: default
442
- meta_data: [google-translate-customization]
443
- page_language: en
444
- translation_languages: [all]
439
+ # translation:
440
+ # enabled: false
441
+ # provider: google
442
+ #
443
+ # google:
444
+ # layout: default
445
+ # meta_data: [google-translate-customization]
446
+ # page_language: en
447
+ # translation_languages: [all]
445
448
 
446
449
  # ------------------------------------------------------------------------------
447
450
  # SHARING settings (currently NOT supported)
@@ -155,5 +155,14 @@ lanes:
155
155
  path: layouts
156
156
  file: content_generator_blog_archive.html
157
157
 
158
+ # ----------------------------------------------------------------------------
159
+ # FAM
160
+ #
161
+ - lane:
162
+ enabled: true
163
+ id: fam-container
164
+ region: body-main
165
+ type: async
166
+
158
167
  # ------------------------------------------------------------------------------
159
168
  # END config
@@ -99,12 +99,13 @@
99
99
  # ------------------------------------------------------------------------------
100
100
 
101
101
  # ------------------------------------------------------------------------------
102
- # Layout configuration settings
102
+ # DEFAULT layout configuration
103
103
  #
104
104
  lanes:
105
105
 
106
106
  # ----------------------------------------------------------------------------
107
- # META data (head)
107
+ # META data
108
+ #
108
109
  - lane:
109
110
  enabled: true
110
111
  region: head
@@ -114,7 +115,8 @@ lanes:
114
115
  file: layout_metadata_generator.html
115
116
 
116
117
  # ----------------------------------------------------------------------------
117
- # CONNECTORS (Google Analytics)
118
+ # CONNECTORS (analytics)
119
+ #
118
120
  - lane:
119
121
  enabled: true
120
122
  region: head
@@ -122,11 +124,12 @@ lanes:
122
124
  base: _includes/themes/j1
123
125
  path: modules/connectors
124
126
  file: analytics
127
+
125
128
  # ----------------------------------------------------------------------------
126
- # TRANSLATOR connector
129
+ # CONNECTORS (translation)
127
130
  #
128
131
  - lane:
129
- enabled: false
132
+ enabled: true
130
133
  region: head
131
134
  type: sync
132
135
  base: _includes/themes/j1
@@ -134,7 +137,8 @@ lanes:
134
137
  file: translator
135
138
 
136
139
  # ----------------------------------------------------------------------------
137
- # CONNECTORS (Google Ads)
140
+ # CONNECTORS (advertising)
141
+ #
138
142
  - lane:
139
143
  enabled: true
140
144
  region: head
@@ -144,7 +148,8 @@ lanes:
144
148
  file: ads
145
149
 
146
150
  # ----------------------------------------------------------------------------
147
- # RESOURCE loader (head)
151
+ # RESOURCE loader
152
+ #
148
153
  - lane:
149
154
  enabled: true
150
155
  region: head
@@ -154,13 +159,7 @@ lanes:
154
159
  file: layout_resource_generator.html
155
160
 
156
161
  # ----------------------------------------------------------------------------
157
- # NAVIGATOR (body-navigation)
158
- #
159
- # NOTE:
160
- # The Generator of the NAV Module (generator.html) is based
161
- # on several Liquid procedures to generate the HTML code for
162
- # all components of the navigation system (NAV Module) as:
163
- # MainMenu, Quicklinks, SideBar and TopSearch.
162
+ # NAVIGATION
164
163
  #
165
164
  - lane:
166
165
  enabled: true
@@ -171,7 +170,7 @@ lanes:
171
170
  file: generator.html
172
171
 
173
172
  # ----------------------------------------------------------------------------
174
- # EXCEPTION container (body-footer)
173
+ # EXCEPTION container
175
174
  #
176
175
  # NOTE:
177
176
  # The EXCEPTION container is used to place additional information
@@ -185,26 +184,17 @@ lanes:
185
184
  class: container-fluid no-padding
186
185
 
187
186
  # ----------------------------------------------------------------------------
188
- # FOOTER (body-footer)
189
- #
190
- # NOTE:
191
- # The FOOTER component (default: footer_light_themes.html) is
192
- # a complex LOADER based on several Liquid procedures to LOAD
193
- # and INITIALIZE all parts of the page footer (cards) as:
194
- # About, News, Links and Contact.
187
+ # FOOTER
195
188
  #
196
189
  - lane:
197
190
  enabled: true
198
191
  id: j1_footer
199
192
  region: body-footer
200
193
  type: async
201
- class:
194
+ class: mt-5
202
195
 
203
196
  # ----------------------------------------------------------------------------
204
- # MODULE generator (body-footer)
205
- #
206
- # NOTE:
207
- #
197
+ # MODULE generator
208
198
  #
209
199
  - lane:
210
200
  enabled: true
@@ -173,7 +173,7 @@ lanes:
173
173
  id: home_teaser_banner
174
174
  region: body-main
175
175
  type: async
176
- properties: mt-3 mr-5 mb-0 ml-3
176
+ properties: elevated-z0
177
177
 
178
178
  # ----------------------------------------------------------------------------
179
179
  # DIVIDER banner
@@ -193,7 +193,7 @@ lanes:
193
193
  id: home_intro_panel
194
194
  region: body-main
195
195
  type: async
196
- properties: mt-3 mr-5 mb-3 ml-3
196
+ properties: elevated-z2
197
197
 
198
198
  # ----------------------------------------------------------------------------
199
199
  # PARALLAX banner
@@ -203,7 +203,7 @@ lanes:
203
203
  id: home_parallax_banner
204
204
  region: body-main
205
205
  type: async
206
- properties: mb-3
206
+ properties: elevated-z0
207
207
 
208
208
  # ----------------------------------------------------------------------------
209
209
  # IMAGE banner
@@ -223,7 +223,7 @@ lanes:
223
223
  id: home_service_panel
224
224
  region: body-main
225
225
  type: async
226
- properties: mt-3 mr-5 mb-3 ml-3
226
+ properties: mt-5 mr-5 mb-4 ml-3
227
227
 
228
228
  # ----------------------------------------------------------------------------
229
229
  # DIVIDER banner
@@ -243,7 +243,7 @@ lanes:
243
243
  id: home_news_panel
244
244
  region: body-main
245
245
  type: async
246
- properties: mt-3 mr-5 mb-3 ml-3
246
+ properties: elevated-z2
247
247
 
248
248
  # ----------------------------------------------------------------------------
249
249
  # FAM
@@ -253,6 +253,7 @@ lanes:
253
253
  id: fam-container
254
254
  region: body-main
255
255
  type: async
256
+ properties: elevated-z0
256
257
 
257
258
  # ------------------------------------------------------------------------------
258
259
  # END config
@@ -124,7 +124,7 @@ lanes:
124
124
  # Ad Block
125
125
  #
126
126
  - lane:
127
- enabled: true
127
+ enabled: false
128
128
  region: body-header
129
129
  type: sync
130
130
  base: _includes/themes/j1
@@ -1,6 +1,6 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/modules/j1_cookiebar.yml
3
- # User configuration settings for J1 Cookiebar module
2
+ # ~/_data/modules/j1_cookieconsent.yml
3
+ # User configuration settings for J1 Cookie Consent module
4
4
  #
5
5
  # Product/Info:
6
6
  # https://jekyll.one
@@ -16,9 +16,9 @@
16
16
  #
17
17
  description:
18
18
 
19
- title: Cookiebar
19
+ title: CookieConsent
20
20
  scope: User settings
21
- location: _data/modules/cookiebar.yml
21
+ location: _data/modules/cookieconsent.yml
22
22
 
23
23
  # ------------------------------------------------------------------------------
24
24
  # User configuration settings
@@ -202,6 +202,7 @@ defaults:
202
202
  enabled: false
203
203
 
204
204
  xhr_container_id: authclient_modals
205
+ xhr_data_element: authClientModals
205
206
  xhr_data_path: /assets/data/authclient/index.html
206
207
 
207
208
  signin_modal_id: modalOmniSignIn
@@ -0,0 +1,135 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/defaults/cookieconsent.yml
3
+ # Default configuration settings for J1 Cookie Consent 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
+
14
+ # ------------------------------------------------------------------------------
15
+ # About this configuration (used for J1 CC only)
16
+ #
17
+ about_config:
18
+ title: CookieConsent
19
+ scope: Default settings
20
+ location: _data/modules/defaults/cookieconsent.yml
21
+
22
+ # ------------------------------------------------------------------------------
23
+ # Default settings
24
+ #
25
+ defaults:
26
+
27
+ enabled: false
28
+
29
+ autoShowDialog: true # disable autoShowModal on the privacy policy and legal notice pages, to make these pages readable
30
+ language: en # the language, in which the modal is shown. Default navigator.language
31
+ languages: [en, de] # supported languages, defaults to first language in array (en)
32
+ contentURL: /assets/data/cookieconsent # this URL must contain the dialogs content in the needed languages
33
+ cookieName: j1.user.consent # the name of the cookie in which the configuration is stored as JSON
34
+ cookieStorageDays: 365 # the duration the cookie configuration is stored on the client
35
+
36
+ reloadPageOnChange: false # reload current page if any user settings has been changed
37
+ xhr_data_element: consent-data # container for the language-specific consent modal taken from /assets/data/cookieconsent.html
38
+ whitelisted: [ "/pages/public/legal/en/privacy" ] # pages no consent issued
39
+
40
+ consent_modal_title:
41
+ de: Ihre Privatsphäre
42
+ en: Your Privacy
43
+
44
+ body_text:
45
+ en: >
46
+ This website is using cookies and similar technologies that
47
+ are required for operation. You are free to decide to give,
48
+ refuse or withdraw your consent at any time by clicking
49
+ the <code>My Settings</code> button. Subsequent changes are
50
+ possible at any time by clicking on the <code>cookie icon</code>
51
+ in the menu bar.
52
+ <br><br>
53
+ Extended cookies are only used with your consent. Additional
54
+ cookies are used to analyze the usage of this website.
55
+ Analysis of the use of this website help gives you a better
56
+ user experience of the website to offer. More information
57
+ about what data is collected and how they may be passed on
58
+ to partners can be found in the <code>Privacy Policy</code>.
59
+ <br><br>
60
+ Visiting this website, you consent to the use of by clicking the
61
+ <code>I agree</code> button.
62
+ de: >
63
+ Diese Website nutzt Cookies und ähnliche Technologien, die
64
+ zum Betrieb erforderlich sind. Es steht Ihnen frei, Ihre
65
+ Zustimmung jederzeit zu geben, zu verweigern oder zurückzuziehen,
66
+ indem Sie auf die Schaltfläche <code>Meine Einstellungen</code>
67
+ klicken. Nachträgliche Änderungen sind jederzeit möglich, indem Sie
68
+ auf das <code>Cookie-Icon</code> in der Menüleiste klicken.
69
+ <br><br>
70
+ Erweiterte Cookies werden nur mit Ihrer Zustimmung verwendet.
71
+ Zusätzliche Cookies werden eingesetzt, um Analysen der Nutzung
72
+ dieser Website durchzuführen. Analysen der Nutzung dieser Website
73
+ helfen dabei, Ihnen ein besseres Nutzungserlebnis der Website
74
+ zu bieten. Weitere Informationen welche Daten gesammelt und
75
+ wie sie ggf. an Partner weitergegeben werden finden Sie in der
76
+ <code>Datenschutzerklärung</code>.
77
+ <br><br>
78
+ Für den Besuch dieser Webseite stimmen Sie der Verwendung zu,
79
+ indem Sie auf die Schaltfläche <code>Einverstanden</code> klicken.
80
+
81
+ privacy_notice:
82
+ en: >
83
+ The operators of this website take the protection of your personal data
84
+ seriously. We treat your data confidential and comply with the
85
+ General Data Protection Regulation (GDPR) of the European Union to
86
+ protect your privacy.
87
+ A small set of data is stored in persistent cookies, e.g. what data
88
+ you agree to be stored in cookies. Persistent cookies have a lifespan
89
+ of 365 days (a year). We and our partners make use of persistent cookies.
90
+ Those additional cookies are only used with your consent.
91
+ <br><br>
92
+ <code>Necessary</code> data is stored to run base services of this site.
93
+ This website is based on static content, and no database is used behind it.
94
+ All information (data) needed to control this site is stored in
95
+ so-called session cookies. Session cookies are automatically removed by your
96
+ browser if you close all windows.
97
+ <br><br>
98
+ <code>Analysis</code> of the use of this website helps us to optimize your
99
+ user experience of the website. For analysis, Google Analytics (GA) is used.
100
+ This website does <b>not</b> transfer any personal data to GA. Implicit
101
+ personal information, like IP addresses, is anonymized to protect your privacy.
102
+ <br><br>
103
+ <code>Personalization</code> is used e.g. to collect user feedback or running
104
+ advertising campaigns to provide you a website free of charge. Partners like
105
+ Disqus or Google enables us to provide you excellent personalized services and
106
+ enables us to finance the costs for running this site.
107
+ de: >
108
+ Die Betreiber dieser Website nehmen den Schutz Ihrer persönlichen Daten ernst.
109
+ Wir behandeln Ihre Daten vertraulich und halten uns zum Schutz Ihrer Privatsphäre
110
+ an die Datenschutz-Grundverordnung (DSGVO) der Europäischen Union. In persistenten
111
+ Cookies wird ein kleiner Datensatz gespeichert, z.B. mit welchen Daten Sie
112
+ einverstanden sind, in Cookies gespeichert zu werden. Dauerhafte Cookies haben
113
+ eine Lebensdauer von 365 Tagen (ein Jahr). Wir und unsere Partner verwenden
114
+ dauerhafte Cookies. Diese zusätzlichen Cookies werden nur mit Ihrer Zustimmung
115
+ verwendet.
116
+ <br><br>
117
+ <code>Notwendige</code> Daten werden gespeichert, um Basisdienste dieser Site zu
118
+ betreiben. Diese Website basiert auf statischen Inhalten und es wird keine
119
+ Datenbank dahinter verwendet. Alle Informationen (Daten), die zur Steuerung dieser
120
+ Seite benötigt werden, werden in sogenannten Session-Cookies gespeichert. Sitzungscookies
121
+ werden von Ihrem Browser automatisch entfernt, wenn Sie alle Fenster schließen.
122
+ <br><br>
123
+ <code>Analysen</code> der Nutzung dieser Website hilft uns, Ihr Nutzungserlebnis der
124
+ Website zu optimieren. Zur Analyse wird Google Analytics (GA) verwendet. Diese Website
125
+ übermittelt keine personenbezogenen Daten an GA. Implizite personenbezogene Daten wie
126
+ IP-Adressen werden zum Schutz Ihrer Privatsphäre anonymisiert.
127
+ <br><br>
128
+ <code>Personalisierung</code> wird z.B. um Benutzerfeedback zu sammeln oder
129
+ Werbekampagnen durchzuführen, um Ihnen eine Website kostenlos zur Verfügung zu
130
+ stellen. Partner wie Disqus oder Google ermöglichen es uns, Ihnen exzellente
131
+ personalisierte Dienste anzubieten und die Kosten für den Betrieb dieser Website
132
+ zu finanzieren.
133
+
134
+ # ------------------------------------------------------------------------------
135
+ # END config
@@ -73,7 +73,7 @@ defaults:
73
73
  nav_bar:
74
74
  enabled: false
75
75
 
76
- xhr_container_id: navigator_nav_navbar
76
+ # xhr_container_id: navigator_nav_navbar
77
77
 
78
78
  media_breakpoint: lg
79
79
  brand_position: right # left|right
@@ -116,6 +116,7 @@ defaults:
116
116
  enabled: false
117
117
 
118
118
  xhr_container_id: navigator_nav_menu
119
+ xhr_data_element: desktop_menu
119
120
  xhr_data_path: /assets/data/menu/index.html
120
121
 
121
122
  raised_level: 5 # level
@@ -154,6 +155,7 @@ defaults:
154
155
  enabled: false
155
156
 
156
157
  xhr_container_id: navigator_nav_quicklinks
158
+ xhr_data_element: quicklinks
157
159
  xhr_data_path: /assets/data/quicklinks/index.html
158
160
 
159
161
  icon_family: MDI
@@ -194,7 +196,8 @@ defaults:
194
196
  nav_topsearch:
195
197
  enabled: false
196
198
 
197
- xhr_container_id: navigator_nav_topsearch
199
+ container_id: navigator_nav_topsearch
200
+
198
201
  type: quicksearch
199
202
  icon_family: MDI
200
203
  icon_color: "#FFFFFF" # md-white