j1-template 2023.0.13 → 2023.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/banner.html +2 -2
  3. data/assets/data/cookieconsent.html +19 -19
  4. data/assets/data/translator.html +9 -10
  5. data/assets/themes/j1/adapter/js/advertising.js +21 -8
  6. data/assets/themes/j1/adapter/js/analytics.js +24 -8
  7. data/assets/themes/j1/adapter/js/carousel.js +10 -13
  8. data/assets/themes/j1/adapter/js/clipboard.js +8 -1
  9. data/assets/themes/j1/adapter/js/comments.js +193 -198
  10. data/assets/themes/j1/adapter/js/cookieConsent.js +27 -20
  11. data/assets/themes/j1/adapter/js/dropdowns.js +7 -10
  12. data/assets/themes/j1/adapter/js/fab.js +10 -17
  13. data/assets/themes/j1/adapter/js/framer.js +27 -31
  14. data/assets/themes/j1/adapter/js/j1.js +2 -0
  15. data/assets/themes/j1/adapter/js/justifiedGallery.js +15 -15
  16. data/assets/themes/j1/adapter/js/lightbox.js +25 -16
  17. data/assets/themes/j1/adapter/js/logger.js +13 -7
  18. data/assets/themes/j1/adapter/js/lunr.js +9 -11
  19. data/assets/themes/j1/adapter/js/masonry.js +9 -11
  20. data/assets/themes/j1/adapter/js/masterslider.js +28 -25
  21. data/assets/themes/j1/adapter/js/nbinteract.js +20 -15
  22. data/assets/themes/j1/adapter/js/particles.js +9 -7
  23. data/assets/themes/j1/adapter/js/rangeSlider.js +11 -13
  24. data/assets/themes/j1/adapter/js/rouge.js +1 -0
  25. data/assets/themes/j1/adapter/js/rtable.js +11 -13
  26. data/assets/themes/j1/adapter/js/scroller.js +18 -2
  27. data/assets/themes/j1/adapter/js/themer.js +23 -16
  28. data/assets/themes/j1/adapter/js/toccer.js +16 -20
  29. data/assets/themes/j1/adapter/js/translator.js +31 -40
  30. data/assets/themes/j1/adapter/js/waves.js +9 -7
  31. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +0 -2
  32. data/assets/themes/j1/modules/translator/css/translator.css +14 -6
  33. data/assets/themes/j1/modules/translator/css/translator.min.css +1 -1
  34. data/lib/j1/version.rb +1 -1
  35. data/lib/starter_web/Gemfile +1 -1
  36. data/lib/starter_web/README.md +5 -5
  37. data/lib/starter_web/_config.yml +2 -2
  38. data/lib/starter_web/_data/blocks/panel.yml +11 -8
  39. data/lib/starter_web/_data/j1_config.yml +432 -432
  40. data/lib/starter_web/_data/modules/analytics.yml +2 -65
  41. data/lib/starter_web/_data/modules/comments.yml +11 -1
  42. data/lib/starter_web/_data/modules/defaults/analytics.yml +3 -3
  43. data/lib/starter_web/_data/modules/defaults/comments.yml +0 -25
  44. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +74 -56
  45. data/lib/starter_web/_data/modules/defaults/translator.yml +44 -35
  46. data/lib/starter_web/_data/modules/scroller.yml +1 -1
  47. data/lib/starter_web/_data/resources.yml +16 -16
  48. data/lib/starter_web/_data/templates/feed.xml +1 -1
  49. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  50. data/lib/starter_web/package.json +1 -1
  51. data/lib/starter_web/pages/public/about/site.adoc +76 -76
  52. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +2 -2
  53. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  54. data/lib/starter_web/utilsrv/package.json +1 -1
  55. metadata +2 -2
@@ -24,73 +24,10 @@ description:
24
24
  # User configuration settings
25
25
  #
26
26
  settings:
27
+ enabled: true
27
28
 
28
- provider: google
29
29
  google:
30
- # --------------------------------------------------------------------------
31
- # Provider settings
32
- #
33
- # provider
34
- # --------------------------------------------------------------------------
35
- # Currently, only Google Analytics (google) is available as an provider
36
- # for Analytics services.
37
- #
38
- # values: [google]
39
- # default: google
40
- #
41
- # skipAllHosts
42
- # ------------------------------------------------------------------------
43
- # All hosts skipped for Google Analytics (GA script NOT installed).
44
- # Prevent counting of page views (for e.g. development), even GA is
45
- # 'enabled' and a valid trackingID is configured.
46
- #
47
- # values: comma separated string
48
- # default: localhost, 127.0.0.1
49
- #
50
- # trackingID
51
- # ------------------------------------------------------------------------
52
- # Your tracking id (G-XXX..XX) connected with your Analytices
53
- # Account the for the domain registered.
54
- #
55
- # values: string
56
- # default: none
57
- #
58
-
59
- # optInOut
60
- # ------------------------------------------------------------------------
61
- # Google Analytics Opt In. GA will be enabled by default and at a
62
- # later point it can be disabled based on the visitor's privacy
63
- # settings (Analytics) with the cookie consent dialog.
64
- #
65
- # values: [true|false]
66
- # default: true
67
- #
68
- # anonymizeIP
69
- # ------------------------------------------------------------------------
70
- # For the use of Google Analytics to comply with the GDPR, the processed
71
- # IP address at GA can be anonymized (set option 'anonymizeIp' to 'true').
72
- # The IP anonymization function at Google GA holds the data "in memeory"
73
- # and sets the last octet for the user's IPv4 addresses and the last
74
- # 80 bits for IPv6 addresses to zero.
75
- # That happens at GA shortly after they are sent to Google Analytics.
76
- # This way, the full IP address is NEVER written to disk or stored
77
- # permanenty anyway. Geographically dimensions are later derived from
78
- # the anonymized IP address NOT affected by anonymization.
79
- #
80
- # See:
81
- # https://support.google.com/analytics/answer/2763052
82
- # https://developers.google.com/analytics/devguides/collection/analyticsjs/ip-anonymization?hl=en
83
- #
84
- # values: [true|false]
85
- # default: true
86
- #
87
- # --------------------------------------------------------------------------
88
- #
89
- skipAllHosts: localhost, 127.0.0.1
90
-
91
- trackingID: '<your-tracking-id>' # set a vaild your-tracking-id
92
- optInOut: true
93
- anonymizeIP: true
30
+ trackingID: your-tracking-id
94
31
 
95
32
  # ------------------------------------------------------------------------------
96
33
  # END config
@@ -47,8 +47,18 @@ settings:
47
47
  # ----------------------------------------------------------------------------
48
48
  # Base settings (required)
49
49
  # ----------------------------------------------------------------------------
50
- enabled: false
50
+ enabled: true
51
+
52
+ # ----------------------------------------------------------------------------
53
+ # Provider settings
54
+ # ----------------------------------------------------------------------------
51
55
  provider: hyvor
56
+ site_id: your-site-id
57
+
58
+ hyvor:
59
+ site_id: your-site-id
60
+
61
+
52
62
 
53
63
  # ------------------------------------------------------------------------------
54
64
  # END config
@@ -54,7 +54,6 @@ defaults:
54
54
 
55
55
  provider: google
56
56
  google:
57
-
58
57
  # --------------------------------------------------------------------------
59
58
  # Provider settings
60
59
  #
@@ -62,7 +61,8 @@ defaults:
62
61
  # ------------------------------------------------------------------------
63
62
  # All hosts skipped for Google Analytics (GA script NOT installed).
64
63
  # Prevent counting of page views (for e.g. development), even GA is
65
- # 'enabled' and a valid trackingID is configured.
64
+ # 'enabled' and a valid trackingID is configured, the default setting
65
+ # is recommended.
66
66
  #
67
67
  # values: comma separated string
68
68
  # default: localhost, 127.0.0.1
@@ -96,7 +96,7 @@ defaults:
96
96
  # --------------------------------------------------------------------------
97
97
  #
98
98
  skipAllHosts: localhost, 127.0.0.1
99
-
99
+ trackingID: your-tracking-id
100
100
  optInOut: true
101
101
  anonymizeIP: true
102
102
 
@@ -15,7 +15,6 @@
15
15
  # Description (used for J1 CC only)
16
16
  #
17
17
  description:
18
-
19
18
  title: J1 Comments
20
19
  scope: Default settings
21
20
  location: _data/modules/default/comments.yml
@@ -86,29 +85,5 @@ defaults:
86
85
  "ro": Lasa un comentariu
87
86
  "ru": Оставить комментарий
88
87
 
89
- # ----------------------------------------------------------------------------
90
- # Provider settings
91
- # ----------------------------------------------------------------------------
92
- hyvor:
93
- site_id: '<your-hyvor-site-id>'
94
-
95
- disqus:
96
- site_id: '<your-site-short-name>'
97
-
98
- # currently NOT supported
99
- commento:
100
- site_id: '<your-commento-site-id>'
101
-
102
- # currently NOT supported
103
- just-comments:
104
- site_id: '<your-just-comments-site-id>'
105
-
106
- # currently NOT supported
107
- facebook:
108
- site_id: '<your-facebook-app-id>'
109
- num_posts: 5
110
- width: 580
111
- colorscheme: light
112
-
113
88
  # ------------------------------------------------------------------------------
114
89
  # END config
@@ -54,25 +54,25 @@ defaults:
54
54
  en: >
55
55
  This website uses cookies and similar technologies that are required
56
56
  for operation. You are free to decide to give, refuse or withdraw your
57
- consent at any time by clicking the <code>My Settings</code> button.
58
- Changes are possible at any time by clicking on the <code>cookie</code>
59
- icon in the menu bar. Additional cookies are used only with your consent.
57
+ consent at any time by clicking the <b>My Settings</b> button.
58
+ Changes are possible at any time by clicking on the cookie icon in the
59
+ menu bar. Additional cookies are used only with your consent.
60
60
  Additional cookies are used to analyze the use of this website or to store
61
61
  your personal settings for this website. Personal settings allow all visitors
62
62
  to save preferences of the use of services.
63
63
  For more information about what data is collected and shared with partners,
64
- please find more information with <code>Privacy Notice</code>.
64
+ please find more information with <b>Privacy Notice</b>.
65
65
  <br><br>
66
66
  To visit this website, your consent on cookies is required by clicking
67
- the <code>I Agree</code> button.
67
+ the <b>I Agree</b> button.
68
68
 
69
69
  de: >
70
70
  Diese Website verwendet Cookies und ähnliche Technologien, die für den Betrieb
71
71
  dieser Website erforderlich sind. Sie können zu jederzeit entscheiden, ob Sie
72
72
  Ihre Zustimmung geben, verweigern oder zurückziehen.
73
73
  Sie können Ihre Zustimmung geben, indem Sie auf die Schaltfläche
74
- <code>Einverstanden</code> klicken. Nachträgliche Änderungen sind
75
- jederzeit möglich, indem Sie auf das <code>Cookie</code> Symbol in der
74
+ <b>Einverstanden</b> klicken. Nachträgliche Änderungen sind
75
+ jederzeit möglich, indem Sie auf das Cookie Symbol in der
76
76
  Menüleiste klicken.
77
77
  <br><br>
78
78
  Erweiterte Cookies werden nur mit Ihrer <b>Zustimmung</b> verwendet. Zusätzliche
@@ -83,11 +83,11 @@ defaults:
83
83
  Präferenzen der Nutzung von Diensten zu speichern.
84
84
  <br><br>
85
85
  Weitere Informationen darüber, welche Daten gesammelt und an Partner
86
- weitergegeben werden finden Sie in der <code>Datenschutzrichtlinie</code>.
87
- Oder in Kurzform, indem Sie auf <code>Datenschutzerklärung</code> klicken.
86
+ weitergegeben werden finden Sie in der <b>Datenschutzrichtlinie</b>.
87
+ Oder in Kurzform, indem Sie auf <b>Datenschutzerklärung</b> klicken.
88
88
  <br><br>
89
89
  Wenn Sie diese Website besuchen, ist Ihre Zustimmung zur Verwendung von Cookies
90
- erforderlich, indem Sie auf die Schaltfläche <code>Einverstanden</code> klicken.
90
+ erforderlich, indem Sie auf die Schaltfläche <b>Einverstanden</b> klicken.
91
91
 
92
92
  privacy_notice:
93
93
  en: >
@@ -95,67 +95,85 @@ defaults:
95
95
  seriously. We treat your data confidential and comply with the General
96
96
  Data Protection Regulation (GDPR) of the European Union to protect your
97
97
  privacy.
98
- A set of data is stored in <b>Persistent Cookies</b>. Our partners and we
99
- make use of Persistent Cookies. Those <b>additional</b> cookies are only
100
- used with your consent.
98
+ A set of data is stored in persistent cookies and remain on your computer
99
+ for later use. Our partners and we make use of persistent vookies. Those
100
+ additional cookies are only used with your consent.
101
101
  <br>
102
102
  <ul>
103
- <li>
104
- <code>Necessary</code> This website is based on static content, and no
105
- database is used behind it. All information (data) needed to control this
106
- site is stored in so-called <b>Session Cookies</b>. Your browser automatically
107
- <b>removes</b> session cookies if you close all windows of the browser.
103
+ <li style="list-style-type: none;">
104
+ <b>Necessary</b>
105
+ <p>
106
+ This website is based on static content, and no database is used behind it.
107
+ All information (data) needed to control this site is stored in so-called
108
+ session Cookies. Your browser automatically removes all session cookies
109
+ if you close all windows in the browser.
110
+ </p>
108
111
  </li>
109
- <li>
110
- <code>Analysis</code> of this website's usage helps optimize the site's
111
- pages to improve the visitor's experience. For analysis, Google Analytics
112
- (GA) is used. GA uses <b>Persistent Cookies</b> that remain on your computer
113
- for its service. This website does <b>not</b> transfer any personal data to GA.
114
- Implicit personal information, like IP addresses, is anonymized to protect
115
- your privacy.
112
+ <li style="list-style-type: none;">
113
+ <b>Analysis</b>
114
+ <p>
115
+ Analysis of the usage of this website helps optimize the site's pages to
116
+ improve the visitor's experience. For traffic analysis, the service
117
+ Google Analytics (GA) is used. GA uses persistent cookies that remain on
118
+ your computer for its service. This website does <b>not</b> transfer any
119
+ personal data to GA. Implicit personal information, like IP addresses, is
120
+ anonymized to protect your privacy.
121
+ </p>
116
122
  </li>
117
- <li>
118
- <code>Personalization</code> provides <b>additional services</b> like themes,
119
- translation, comments, or running advertising campaigns to provide visitors
120
- with a website free of charge. Partners use <b>Persistent Cookies</b> that
121
- remain on your computer for their services. Our partners like Bootswatch,
122
- Disqus, or Google provide excellent personalized services and finance running
123
- this site.
123
+ <li style="list-style-type: none;">
124
+ <b>Personalization</b>
125
+ <p>
126
+ Remebering your personal settings provides additional services like themes
127
+ translation, comments, or running advertising campaigns to provide visitors
128
+ with a website free of charge. Partners use persistent cookies that
129
+ remain on your computer for their services. Our partners like Bootswatch,
130
+ Hyvor, Disqus, or Google provide excellent personalized services and finance
131
+ running this site.
132
+ </p>
124
133
  </li>
125
134
  </ul>
126
135
  de: >
127
136
  Der Betreiber dieser Website nimmt den Schutz Ihrer persönlichen Daten sehr
128
137
  ernst. Wir behandeln Ihre Daten vertraulich und halten uns an die
129
- <b>Datenschutzgrundverordnung</b> (DSGVO) der Europäischen Union zum Schutz
138
+ <b>Datenschutzgrundverordnung (DSGVO)</b> der Europäischen Union zum Schutz
130
139
  Ihrer Privatsphäre.
131
140
  <br><br>
132
- Eine Reihe von Daten wird in <b>dauerhaften Cookies</b> gespeichert. Unsere
133
- Partner und wir verwenden dauerhafte Cookies. Diese <b>zusätzlichen</b> Daten
141
+ Eine Reihe von Daten wird in dauerhaften Cookies gespeichert. Unsere
142
+ Partner und wir verwenden dauerhafte Cookies. Diese zusätzlichen Daten
134
143
  werden nur mit Ihrer <b>Zustimmung</b> gespeichert.
135
144
  <br>
136
145
  <ul>
137
- <li>
138
- <code>Notwendig</code> Diese Website speichert <b>keine</b> persönliche Daten
139
- in Datenbanken. Alle Informationen (Daten) die zur Steuerung dieser Seite
140
- notwendig sind, werden in sogenannten <b>Sitzungscookies</b> gespeichert. Ihr
141
- Browser <b>entfernt</b> Sitzungscookies automatisch ohne Ihr zutun, wenn Sie
142
- alle Browserfenster schließen.
143
- <li>
144
- <code>Analysen</code> der Nutzung dieser Website hilft bei der Optimierung der
145
- Website, um die Nutzung für alle Besucher zu verbessern. Für die Analyse wird
146
- der Dienst <em>Google Analytics</em> (GA) verwendet. GA verwendet dauerhafte
147
- Cookies die auf Ihrem Computer verbleiben, um diesen Dienst zu ermöglichen.
148
- Diese Website überträgt <b>keine</b> persönlichen Daten an den Dienst GA.
149
- Implizite persönliche Informationen, wie IP-Adressen, werden zum Schutz der
150
- Privatsphäre unserer Besucher anonymisiert.
146
+ <li style="list-style-type: none;">
147
+ <b>Notwendig</b>
148
+ <p>
149
+ Diese Website speichert <b>keine</b> persönliche Daten
150
+ in Datenbanken. Alle Informationen (Daten) die zur Steuerung dieser Seite
151
+ notwendig sind, werden in sogenannten Sitzungscookies gespeichert. Ihr
152
+ Browser <b>entfernt</b> Sitzungscookies automatisch ohne Ihr zutun, wenn Sie
153
+ alle Browserfenster schließen.
154
+ </p>
155
+ <li style="list-style-type: none;">
156
+ <b>Analysen</b>
157
+ <p>
158
+ Die Nutzung von Verkehrsanalysen hilft bei der Optimierung der
159
+ Website, um die Nutzung für alle Besucher zu verbessern. Für die Analyse wird
160
+ der Dienst Google Analytics (GA) verwendet. GA verwendet dauerhafte
161
+ Cookies die auf Ihrem Computer verbleiben, um diesen Dienst zu ermöglichen.
162
+ Diese Website überträgt <b>keine</b> persönlichen Daten an den Dienst GA.
163
+ Implizite persönliche Informationen, wie IP-Adressen, werden zum Schutz der
164
+ Privatsphäre unserer Besucher anonymisiert.
165
+ </p>
151
166
  </li>
152
- <li>
153
- <code>Personalisierung</code> wird verwendet, um <b>zusätzliche</b> Dienste
154
- anzubieten. Dazu gehören Themen, Übersetzungen, Kommentare oder Werbekampagnen
155
- die allen Anwendern einen kostenlosen Besuch dieser Website ermöglichen.
156
- Partner verwenden für ihre Dienste dauerhafte Cookies, die auf Ihrem Computer
157
- verbleiben. Unsere Partner wie Bootswatch, Disqus, oder Google bieten hervorragende
158
- personalisierte Dienste und finanzieren die Kosten für den Betrieb dieser Seiten.
167
+ <li style="list-style-type: none;">
168
+ <b>Personalisierung</b>
169
+ <p>
170
+ Die Speicherung persönlichger Einstellungen wird verwendet, um zusätzliche
171
+ Dienste anzubieten. Dazu gehören Themen, Übersetzungen, Kommentare oder Werbekampagnen
172
+ die allen Anwendern einen kostenlosen Besuch dieser Website ermöglichen.
173
+ Partner verwenden für ihre Dienste dauerhafte Cookies, die auf Ihrem Computer
174
+ verbleiben. Unsere Partner wie Bootswatch, Disqus, oder Google bieten hervorragende
175
+ personalisierte Dienste und finanzieren die Kosten für den Betrieb dieser Seiten.
176
+ <p>
159
177
  </li>
160
178
  </ul>
161
179
 
@@ -74,62 +74,71 @@ defaults:
74
74
 
75
75
  body_text:
76
76
  en: >
77
- This website uses the free service <em>Google Translate</em> to
78
- translate the content into 100+ languages in a matter of seconds.
79
- The <b>language</b> for translation is taken <b>automatically</b>
80
- from the language settings of your <b>browser</b>.
81
- If you do <b>not</b> want translation anymore, <b>disable</b> the service
82
- in section <b>My Settings</b>.
77
+ This website uses the <b>free service</b> Google Translate to translate
78
+ the content into 100+ languages in seconds. The language for
79
+ translation is selected automatically from the language settings
80
+ of your browser.
83
81
 
84
82
  de: >
85
- Diese Website nutzt den kostenlosen Dienst <em>Google Translate</em>,
86
- um die Inhalte in sekundenschnelle in über 100+ Sprachen zu übersetzen.
87
- Die <b>Sprache</b> für die Übersetzung wird <b>automatisch</b> aus den
88
- Spracheinstellungen Ihres <b>Browsers</b> übernommen. Wenn Sie <b>keine</b>
89
- Übersetzung mehr wünschen, <b>deaktivieren</b> Sie den Dienst im Abschnitt
90
- <b>Meine Einstellungen</b>.
83
+ Diese Website nutzt den <b>kostenlosen</b> Dienst Google Translate, um
84
+ die Inhalte in sekundenschnelle in über 100+ Sprachen zu übersetzen.
85
+ Die Sprache für die Übersetzung wird automatisch aus den
86
+ Spracheinstellungen Ihres Browsers gewählt.
91
87
 
92
88
  language_selector_title:
93
89
 
94
- en: "Your current language setting for translation is:"
90
+ en: "Your current language setting for the translation is:"
95
91
  de: "Ihre aktuelle Spracheinstellung für die Übersetzung ist:"
96
92
 
97
93
  privacy_notice:
98
94
 
99
95
  en: >
100
- The free service from <em>Google Translate</em> uses cookies to provide
96
+ The <b>free service</b> from Google Translate uses cookies to provide
101
97
  its services, personalize advertising and run traffic analysis To use the
102
98
  service, your consent on using cookies is required. Find more information
103
99
  about at the Google
104
- <a href="https://policies.google.com/" target="_blank" rel="noopener">Privacy Policy</a>
105
- <br><br>
106
- Required Cookie Settings:
107
- <br>
100
+ <a href="https://policies.google.com/" target="_blank" rel="noopener">Privacy Policy</a>.
101
+ <br />Required Cookie Settings:
108
102
  <ul>
109
- <li>
110
- <code>Analysis</code> For translations, your consent on
111
- <b>Analysis</b> with your <b>Privacy Settings</b> is required.
103
+ <li style="list-style-type: none;">
104
+ <b>Analysis</b>
105
+ <p>
106
+ For the use of Google Translations, your consent on analysis
107
+ in the privacy settings is required.
108
+ </p>
112
109
  </li>
113
- <li>
114
- <code>Personalization</code> For processing textbooks, your consent on
115
- <b>Personalization</b> with your <b>Privacy Settings</b> (Cookie Settings) is required.
110
+ <li style="list-style-type: none;">
111
+ <b>Personalization</b>
112
+ <p>
113
+ For the use of Google Translations, your consent on personalization
114
+ in the privacy settings is required.
115
+ </p>
116
116
  </li>
117
117
  </ul>
118
118
  de: >
119
- Der kostenlose Dienst von <em>Google Translate</em> verwendet Cookies
119
+ Der <b>kostenlose</b> Dienst von Google Translate verwendet Cookies
120
120
  um seine Dienste bereitzustellen, Werbung zu personalisieren und
121
- Verkehrsanalysen durchzuführen:
122
- <br><br>
121
+ Verkehrsanalysen durchzuführen. Mehr Information dazu finden Sie dazu in der
122
+ <a href="https://policies.google.com/" target="_blank" rel="noopener">Datenschutzerklärung</a>
123
+ von Google.
124
+ Erforderliche Cookie Einstellungen:
125
+ <br />
123
126
  <ul>
124
- <li>
125
- <code>Analysen</code> Für die Nutzung von Übersetzungen ist Ihre
126
- Zustimmung zu <b>Analysen</b> in den Einstellungen <code>Ihre Privatsphäre</code>
127
- erforderlich.
127
+ <li style="list-style-type: none;">
128
+ <b>Analysen</b>
129
+ <p>
130
+ Für die Nutzung von Übersetzungen ist Ihre Zustimmung zu
131
+ Analysen in den Einstellungen Ihrer Privatsphäre
132
+ erforderlich.
133
+ </p>
128
134
  </li>
129
- <li>
130
- <code>Personalisierung</code> Für die Nutzung von Übersetzungen ist Ihre
131
- Zustimmung zur <b>Personalisierung</b> in den Einstellungen <code>Ihre Privatsphäre</code>
132
- erforderlich.
135
+ <li style="list-style-type: none;">
136
+ <b>Personalisierung</b>
137
+ <p>
138
+ Für die Nutzung von Übersetzungen ist Ihre Zustimmung zur
139
+ Personalisierung in den Einstellungen Ihrer Privatsphäre
140
+ erforderlich.
141
+ </p>
133
142
  </li>
134
143
  </ul>
135
144
 
@@ -42,7 +42,7 @@ settings:
42
42
  # Service Panel
43
43
  #
44
44
  - scroller:
45
- enabled: true
45
+ enabled: false
46
46
  type: showOnScroll
47
47
  id: home_service_panel
48
48
  container: home_service_panel
@@ -334,7 +334,7 @@ globals:
334
334
  resources:
335
335
 
336
336
  # ============================================================================
337
- # J1 Resources loaded ALWAYS
337
+ # J1 Resources loaded ALWAYS, script_load set to CLASSIC (empty)
338
338
  # ----------------------------------------------------------------------------
339
339
 
340
340
  # ----------------------------------------------------------------------------
@@ -388,7 +388,7 @@ resources:
388
388
  layout: [ all ]
389
389
  required: always
390
390
  preload: false
391
- script_load: async
391
+ script_load:
392
392
  dependencies: false
393
393
  pass_init_data: false
394
394
  data:
@@ -462,7 +462,7 @@ resources:
462
462
  layout: [ all ]
463
463
  required: always
464
464
  preload: false
465
- script_load: defer
465
+ script_load:
466
466
  dependencies: false
467
467
  pass_init_data: false
468
468
  data:
@@ -689,7 +689,7 @@ resources:
689
689
  layout: [ all ]
690
690
  required: always
691
691
  preload: false
692
- script_load: defer
692
+ script_load:
693
693
  dependencies: false
694
694
  pass_init_data: false
695
695
  data:
@@ -746,7 +746,7 @@ resources:
746
746
  layout: [ all ]
747
747
  required: ondemand
748
748
  preload: false
749
- script_load: defer
749
+ script_load:
750
750
  dependencies: false
751
751
  pass_init_data: false
752
752
  data:
@@ -773,7 +773,7 @@ resources:
773
773
  layout: [ all ]
774
774
  required: always
775
775
  preload: false # property currently unused
776
- script_load: async
776
+ script_load:
777
777
  dependencies: false
778
778
  pass_init_data: false
779
779
  data:
@@ -797,7 +797,7 @@ resources:
797
797
  layout: [ all ]
798
798
  required: always
799
799
  preload: false # property currently unused
800
- script_load: async
800
+ script_load:
801
801
  dependencies: false
802
802
  pass_init_data: false
803
803
  data:
@@ -822,7 +822,7 @@ resources:
822
822
  layout: [ all ]
823
823
  required: always
824
824
  preload: false # property currently unused
825
- script_load: async
825
+ script_load:
826
826
  dependencies: false
827
827
  pass_init_data: false
828
828
  data:
@@ -844,7 +844,7 @@ resources:
844
844
  layout: [ home, page, post, collection, blog_archive, app ]
845
845
  required: always
846
846
  preload: false
847
- script_load: defer
847
+ script_load:
848
848
  dependencies: false
849
849
  pass_init_data: false
850
850
  data:
@@ -868,7 +868,7 @@ resources:
868
868
  region: head
869
869
  required: always
870
870
  preload: false
871
- script_load: defer
871
+ script_load:
872
872
  dependencies: false
873
873
  pass_init_data: false
874
874
  data:
@@ -890,7 +890,7 @@ resources:
890
890
  layout: [ home, page, post, collection, blog_archive ]
891
891
  required: always # always | ondemand
892
892
  preload: false # property currently unused
893
- script_load: defer
893
+ script_load:
894
894
  dependencies: false
895
895
  pass_init_data: false
896
896
  data:
@@ -915,7 +915,7 @@ resources:
915
915
  layout: [ all ]
916
916
  required: always
917
917
  preload: false
918
- script_load: async
918
+ script_load:
919
919
  dependencies: false
920
920
  pass_init_data: false
921
921
  data:
@@ -939,7 +939,7 @@ resources:
939
939
  layout: [ all ]
940
940
  required: always
941
941
  preload: false
942
- script_load: async
942
+ script_load:
943
943
  dependencies: false
944
944
  pass_init_data: false
945
945
  data:
@@ -963,7 +963,7 @@ resources:
963
963
  layout: [ all ]
964
964
  required: always
965
965
  preload: false
966
- script_load: async
966
+ script_load:
967
967
  dependencies: false
968
968
  pass_init_data: false
969
969
  data:
@@ -974,7 +974,7 @@ resources:
974
974
 
975
975
 
976
976
  # ============================================================================
977
- # J1 Resources loaded ONDEMAND
977
+ # J1 Resources loaded ONDEMAND, script_load set to async | defer
978
978
  # ----------------------------------------------------------------------------
979
979
 
980
980
  # ----------------------------------------------------------------------------
@@ -1715,7 +1715,7 @@ resources:
1715
1715
  preload: false
1716
1716
  script_load: async
1717
1717
  dependencies: false
1718
- pass_init_data: false
1718
+ pass_init_data: true
1719
1719
  data:
1720
1720
  css: []
1721
1721
  files: [ adapter/js/comments.js ]
@@ -57,7 +57,7 @@
57
57
  <id>{{ page.url | absolute_url | xml_escape }}</id>
58
58
  <post_limited>{{ limit_posts }}</post_limited>
59
59
  <template_name>J1 Theme</template_name>
60
- <template_version>2023.0.13</template_version>
60
+ <template_version>2023.0.15</template_version>
61
61
 
62
62
  {% assign title = site.title | default: site.name %}
63
63
  {% if page.collection != "posts" %}
@@ -391,6 +391,6 @@ end
391
391
 
392
392
  module Jekyll
393
393
  module J1LunrSearch
394
- VERSION = '2023.0.13'
394
+ VERSION = '2023.0.15'
395
395
  end
396
396
  end