j1-template 2023.0.6 → 2023.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3565bf09d9a2ce5649e0092439495c020b984322ce9e3a314e3fbef7196fa62f
4
- data.tar.gz: 4fbab1b31b8b93de2bef3d0ad816204d46c36a109478653f3c00d711f1f65ec3
3
+ metadata.gz: 07bc52c2d47d8b128441705cd0f4c9bebb0148857c82b9a5e7a075a987a53224
4
+ data.tar.gz: 2d0c231759278aba7e03a6cac506a36e5e531161c57c05a266bb1526d2c54e60
5
5
  SHA512:
6
- metadata.gz: 47f293661bd3b9e05b995af9d679956a5ae6cc651ced15fcf98cf25d7051eba3df0308cee1f27d8345030bb5ad804d3119c70e070673cbc8a529181ee9dcaaea
7
- data.tar.gz: 17279e3c19ad0a07afc8cd3875e7535aef6d24d9bf3b5f95f3c9c159e36a1e673db43afae487008afe0549cd3fef09cc54ffd42625708d69fbe5d4ed921a4cdb
6
+ metadata.gz: 5079257ed74e46623f8c724c41f55ae5d71a805a4c5be6ebeb9587a36d2266d292422d9f069772de556e773c747b5f3285319e270f0713c60c273212576480b7
7
+ data.tar.gz: 147f70d0909736b127553beb88b5803850f35b2cc6a26cb396d431fa9249102f2c4ed45cacfa480edc270d0e3cac6ea312b4b3309d59861489eb33e8ecd08ccd
@@ -201,7 +201,7 @@
201
201
  {% comment %} Load additional fonts from remote
202
202
  -------------------------------------------------------------------------------- {% endcomment %}
203
203
  <!-- Google fonts -->
204
- <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
204
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700" />
205
205
 
206
206
 
207
207
  {% comment %} J1 SEO processing
@@ -90,12 +90,8 @@
90
90
  {% if quick_search %}
91
91
  <!-- Modal Top Search -->
92
92
  <div id="searchModal"
93
- class="modal fade top"
94
- tabindex="-1"
95
- role="dialog"
96
- aria-labelledby="myModalLabel" aria-hidden="true"
97
- data-keyboard="false"
98
- data-backdrop="static">
93
+ class="modal fade top" tabindex="-1" role="dialog"
94
+ data-keyboard="false" data-backdrop="static">
99
95
 
100
96
  <div class="modal-dialog modal-frame modal-top modal-notify modal-info" role="document">
101
97
 
@@ -104,16 +100,17 @@
104
100
  <!-- Body -->
105
101
  <div class="modal-body">
106
102
  <div id="navigator_nav_topsearch" class="top-search ml-4 mr-4">
107
- <span class="bmd-form-group">
103
+ <div class="bmd-form-group">
108
104
  <div class="input-group">
109
105
  <span class="input-group-addon"><i class="mdi mdi-magnify mdi-2x mb-2" style="color:#9E9E9E"></i></span>
110
106
  <input id="search-query" type="text" name="q" placeholder="Your search expression" autocomplete="off" class="form-control">
111
107
  <span id="clear-topsearch" class="form-clear form-clear-searcher d-none" style="margin-top: 0.75rem"> <i class="mdi mdi-format-clear mdi-2x" style="color:#9E9E9E"></i> </span>
108
+ <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
112
109
  </div>
113
- </span>
110
+ </div>
114
111
  <!-- [INFO ] [~/assets/data/top_search_modal.html ] [ place: results container ] -->
115
112
  <div class="search-results hide-scrollbar mt-4">
116
- <section id="search-results" style="display: none;"></section>
113
+ <div id="search-results" style="display: none;"></div>
117
114
  </div>
118
115
  </div>
119
116
  </div>
@@ -141,7 +138,7 @@
141
138
  </p>
142
139
  </li>
143
140
  {{/docs}}
144
- <ul>
141
+ </ul>
145
142
  </script>
146
143
  {% endraw %}
147
144
 
@@ -74,7 +74,7 @@
74
74
  {% if placement == 'body-main' %}
75
75
  <!-- [INFO ] [j1.layout.content_writer.proc ] [ load region 'body-main' for layout: {{page.layout}} ] -->
76
76
  {% if type == 'async' %}
77
- <section id="{{id}}" class="{{class}}"></section>
77
+ <div id="{{id}}" class="{{class}}"></div>
78
78
  {% elsif type == 'sync' %}
79
79
  {% capture path %}{{base}}/{{path}}/{{file}}{% endcapture %}
80
80
  {% include {{path}} %}
@@ -120,18 +120,18 @@
120
120
  {% endif %}
121
121
  {% when 'css' %}
122
122
  {% if url_detected > 1 %}
123
- <link rel="stylesheet" type="text/css" href="{{file}}" />
123
+ <link rel="stylesheet" href="{{file}}" />
124
124
  {% else %}
125
- <link rel="stylesheet" type="text/css" href="{{base_path}}/{{file}}" />
125
+ <link rel="stylesheet" href="{{base_path}}/{{file}}" />
126
126
  {% endif %}
127
127
  {% else %}
128
128
  <--! UNKNOWN resource type detected for: "{{file}}" -->
129
129
  {% endcase %}
130
130
  {% else %}
131
131
  {% if url_detected > 1 %}
132
- <link rel="stylesheet" type="text/css" href="{{file}}" />
132
+ <link rel="stylesheet" href="{{file}}" />
133
133
  {% else %}
134
- <link rel="stylesheet" type="text/css" href="{{base_path}}/{{file}}" />
134
+ <link rel="stylesheet" href="{{base_path}}/{{file}}" />
135
135
  {% endif %}
136
136
  {% endif %}
137
137
 
@@ -150,11 +150,11 @@
150
150
  {% assign my_location = {{location_source}} %}
151
151
 
152
152
  {% if environment == 'development' %}
153
- {% if location == 'remote' %} <link rel="stylesheet" type="text/css" href="{{my_location}}.css" /> {% endif %}
154
- {% if location == 'local' %} <link rel="stylesheet" type="text/css" href="{{my_location}}.css" /> {% endif %}
153
+ {% if location == 'remote' %} <link rel="stylesheet" href="{{my_location}}.css" /> {% endif %}
154
+ {% if location == 'local' %} <link rel="stylesheet" href="{{my_location}}.css" /> {% endif %}
155
155
  {% else %}
156
- {% if location == 'remote' %} <link rel="stylesheet" type="text/css" href="{{my_location}}.min.css" /> {% endif %}
157
- {% if location == 'local' %} <link rel="stylesheet" type="text/css" href="{{my_location}}.min.css" /> {% endif %}
156
+ {% if location == 'remote' %} <link rel="stylesheet" href="{{my_location}}.min.css" /> {% endif %}
157
+ {% if location == 'local' %} <link rel="stylesheet" href="{{my_location}}.min.css" /> {% endif %}
158
158
  {% endif %}
159
159
 
160
160
  {% endfor %}
@@ -118,41 +118,14 @@ debug: false
118
118
 
119
119
  <body class="nomathjax">
120
120
 
121
- {% comment %} wrapper to suppress "DOM flicker"|"Overflows"
122
- NOTE:
123
- 2021-11-13:
124
- Since moved to bs@5, a overflow is on the HOME page
125
- !!! NOT seen on content pages !!!
126
- ------------------------------------------------------------------------------ {% endcomment %}
127
- <!-- [INFO ] [j1.layout.default.html ] [ start page processing for region: 'body' ] -->
128
- <!-- [INFO ] [j1.layout.default.html ] [ place wrapper to prevent "DOM flicker" ] -->
129
- <!-- [INFO ] [j1.layout.default.html ] [ make page hidden (suppress flicker) ] -->
130
- <!-- [INFO ] [j1.layout.default.html ] [ suppress page overflows (overflow: hidden) ] -->
131
- <!-- div id="no_flicker" style="display: none" -->
132
- <div id="no_flicker" style="overflow: hidden; display: none">
133
-
134
- {% comment %} collect the BODY-NAVIGATION region
135
- -------------------------------------------------------------------------- {% endcomment %}
136
- <!-- [INFO ] [j1.layout.default.html ] [ call default_writer for region: 'body-navigation' ] -->
137
- {% include {{default_writer}} region='body-navigation' items=lanes_collate %}
138
- <!-- [INFO ] [j1.layout.default.html ] [ end processing default_writer for region: 'body-navigation' ] -->
139
-
140
- {% comment %} inherit CONTENT from other LAYOUTS
141
- -------------------------------------------------------------------------- {% endcomment %}
142
- <!-- [INFO ] [j1.layout.default.html ] [ place content inherited by layout: {{ page.layout}} ] -->
143
- {{ content }}
144
- <!-- [INFO ] [j1.layout.default.html ] [ end content inherited by layout: {{ page.layout}} ] -->
145
-
146
- {% comment %} collect the BODY-FOOTER region
147
- -------------------------------------------------------------------------- {% endcomment %}
148
- <!-- [INFO ] [j1.layout.default.html ] [ call default_writer for region: 'body-footer' ] -->
149
- {% include {{default_writer}} region='body-footer' items=lanes_collate %}
150
- <!-- [INFO ] [j1.layout.default.html ] [ end content_writer default_writer for region: 'body-footer' ] -->
151
-
152
- </div>
153
- <!-- [INFO ] [j1.layout.default.html ] [ end suppress flicker ] -->
121
+ <!-- [INFO ] [j1.layout.default.html ] [ check if a noscript page is enabled ] -->
122
+ {% if site.noscript %}
123
+ {% assign page_noscript = site.noscript %}
124
+ {% else %}
125
+ {% assign page_noscript = false %}
126
+ {% endif %}
127
+ <!-- [INFO ] [j1.layout.default.html ] [ noscript page is enabled: {{page_noscript}} ] -->
154
128
 
155
- <!-- [INFO ] [j1.layout.default.html ] [ place noscript info|error page ] -->
156
129
  {% assign language = site.language %}
157
130
  {% assign webmaster_email = site.webmaster.email %}
158
131
  {% assign copyright_info = site.copyright %}
@@ -175,10 +148,15 @@ debug: false
175
148
  {% if language == 'de' %}
176
149
  {% assign title = "Javascript abgeschaltet" %}
177
150
  {% assign back_url_text = "Fortsetzung nicht möglich" %}
178
- {% assign reason = "Die aktuellen Einstellungen Ihres Browsers verhindern die Ausführung von Javascript." %}
151
+ {% assign reason = "Die aktuellen Einstellungen Ihres Browsers erlauben KEINE Ausführung von Javascript." %}
179
152
  {% assign contact_issue = "Technischer Kontakt" %}
180
153
  {% endif %}
181
154
 
155
+ {% comment %} current noscript cause errors in NU HTML Checker
156
+ See: https://validator.w3.org/nu
157
+ ---------------------------------------------------------------------------- {% endcomment %}
158
+ {% if page_noscript %}
159
+ <!-- [INFO ] [j1.layout.default.html ] [ place an noscript info|error page ] -->
182
160
  <noscript>
183
161
  <html lang="{{language}}">
184
162
  <head>
@@ -186,10 +164,14 @@ debug: false
186
164
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
187
165
  <meta name="viewport" content="width=device-width, initial-scale=1" />
188
166
  <link rel="icon" type="{{site.favicon.type}}" href="{{site.data.j1_config.image_path}}/{{site.favicon.image}}" />
189
- <!-- [INFO ] [j1.layout.default.html ] [ multiple title tags cause issues at Bing ] -->
190
167
  <!-- title>{{title}} · {{http_error}}</title -->
191
- <style> .my { margin-top: 8.5rem !important;} </style>
192
- <style type="text/css">/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{cursor: pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{cursor: pointer ;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}body,html{width:100%;height:100%;background-color:#21232a}body{color:#fff;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);padding:0;min-height:100%;-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,.8);box-shadow:inset 0 0 100px rgba(0,0,0,.8);display:table;font-family:"Open Sans",Arial,sans-serif}h1{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;font-size:36px}h1 small{font-size:68%;font-weight:400;line-height:1;color:#777}a{text-decoration:none;color:#fff;font-size:inherit;border-bottom:dotted 1px #707070}.lead{color:silver;font-size:21px;line-height:1.4}.cover{display:table-cell;vertical-align:middle;padding:0 20px}footer{position:fixed;width:100%;height:40px;left:0;bottom:0;color:#a0a0a0;font-size:14px}</style>
168
+
169
+ <!-- [INFO ] [j1.layout.default.html ] [ multiple title tags cause issues at Bing ] -->
170
+ <style>
171
+ .my { margin-top: 8.5rem !important;}
172
+ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
173
+ html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{cursor: pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{cursor: pointer ;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}body,html{width:100%;height:100%;background-color:#21232a}body{color:#fff;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);padding:0;min-height:100%;-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,.8);box-shadow:inset 0 0 100px rgba(0,0,0,.8);display:table;font-family:"Open Sans",Arial,sans-serif}h1{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;font-size:36px}h1 small{font-size:68%;font-weight:400;line-height:1;color:#777}a{text-decoration:none;color:#fff;font-size:inherit;border-bottom:dotted 1px #707070}.lead{color:silver;font-size:21px;line-height:1.4}.cover{display:table-cell;vertical-align:middle;padding:0 20px}footer{position:fixed;width:100%;height:40px;left:0;bottom:0;color:#a0a0a0;font-size:14px}
174
+ </style>
193
175
  </head>
194
176
  <body>
195
177
  <div class="header my">
@@ -203,54 +185,93 @@ debug: false
203
185
  </body>
204
186
  </html>
205
187
  </noscript>
188
+ {% endif %}
189
+
190
+ {% comment %} wrapper to suppress DOM flicker|Overflow
191
+ ----------------------------------------------------------------------------
192
+ NOTE:
193
+ 2021-11-13:
194
+ Since moved to bs@5, a overflow is on the HOME page
195
+ but !!! NOT seen on content pages !!!
196
+ ----------------------------------------------------------------------------- {% endcomment %}
197
+
198
+ <!-- [INFO ] [j1.layout.default.html ] [ start page processing for region: 'body' ] -->
199
+ <!-- [INFO ] [j1.layout.default.html ] [ place wrapper to prevent "DOM flicker" ] -->
200
+ <!-- [INFO ] [j1.layout.default.html ] [ make page hidden (suppress flicker) ] -->
201
+ <!-- [INFO ] [j1.layout.default.html ] [ suppress page overflows (overflow: hidden) ] -->
202
+ <!-- div id="no_flicker" style="display: none" -->
203
+ <div id="no_flicker" style="overflow: hidden; display: none">
204
+
205
+ {% comment %} collect the BODY-NAVIGATION region
206
+ -------------------------------------------------------------------------- {% endcomment %}
207
+ <!-- [INFO ] [j1.layout.default.html ] [ call default_writer for region: 'body-navigation' ] -->
208
+ {% include {{default_writer}} region='body-navigation' items=lanes_collate %}
209
+ <!-- [INFO ] [j1.layout.default.html ] [ end processing default_writer for region: 'body-navigation' ] -->
210
+
211
+ {% comment %} inherit CONTENT from other LAYOUTS
212
+ -------------------------------------------------------------------------- {% endcomment %}
213
+ <!-- [INFO ] [j1.layout.default.html ] [ place content inherited by layout: {{ page.layout}} ] -->
214
+ {{ content }}
215
+ <!-- [INFO ] [j1.layout.default.html ] [ end content inherited by layout: {{ page.layout}} ] -->
216
+
217
+ {% comment %} collect the BODY-FOOTER region
218
+ -------------------------------------------------------------------------- {% endcomment %}
219
+ <!-- [INFO ] [j1.layout.default.html ] [ call default_writer for region: 'body-footer' ] -->
220
+ {% include {{default_writer}} region='body-footer' items=lanes_collate %}
221
+ <!-- [INFO ] [j1.layout.default.html ] [ end content_writer default_writer for region: 'body-footer' ] -->
222
+
223
+ </div>
224
+ <!-- [INFO ] [j1.layout.default.html ] [ end suppress flicker ] -->
206
225
 
207
226
  <!-- [INFO ] [j1.layout.default.html ] [ place hidden color selector/themes: bg-primary ] -->
208
227
  <div id="bg-primary" class="bg-primary" style="display: none"></div>
209
228
 
210
229
  <!-- [INFO ] [j1.layout.default.html ] [ end default writer] -->
211
- </body>
212
230
 
213
- {% comment %} Place container for WebHook modals
214
- ------------------------------------------------------------------------------ {% endcomment %}
215
- {% if webhook_options.enabled %}
216
- <!-- [INFO ] [j1.layout.default.html ] [ place container for WebHook Modals ] -->
217
- <div id="{{webhook_options.xhr_container_id}}"></div>
218
- {% endif %}
231
+ <!-- [INFO ] [j1.layout.default.html ] [ place container for the floating action button (FAB) ] -->
232
+ <div id="fab-container"></div>
219
233
 
220
- {% comment %} Place container for the r-text resizer
221
- ------------------------------------------------------------------------------ {% endcomment %}
222
- <!-- [INFO ] [j1.layout.default.html ] [ place container for the r-text resizer modal ] -->
223
- <div id="rtext_resizer_container"></div>
234
+ {% comment %} Place container for the r-text resizer (currently NOT used)
235
+ ----------------------------------------------------------------------------
236
+ <!-- [INFO ] [j1.layout.default.html ] [ place container for the r-text resizer modal ] -->
237
+ <div id="rtext_resizer_container"></div>
238
+ ---------------------------------------------------------------------------- {% endcomment %}
224
239
 
225
- <!-- [INFO ] [j1.layout.default.html ] [ place container for the floating action button (FAB) ] -->
226
- <div id="fab-container"></div>
227
240
 
228
- {% comment %} Initialize global JS scripts
229
- ------------------------------------------------------------------------------ {% endcomment %}
230
- <!-- [INFO ] [j1.layout.default.html ] [ initialize global JS scripts ] -->
231
- <script>
232
- $(function() {
233
- {% comment %} BS tooltips and popovers
241
+ {% comment %} Place container for WebHook modals
234
242
  ---------------------------------------------------------------------------- {% endcomment %}
235
-
236
- {% if tooltips_options.enabled %}
237
- // initialize BS tooltips
238
- var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
239
- var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
240
- return new bootstrap.Tooltip(tooltipTriggerEl)
241
- });
243
+ {% if webhook_options.enabled %}
244
+ <!-- [INFO ] [j1.layout.default.html ] [ place container for WebHook Modals ] -->
245
+ <div id="{{webhook_options.xhr_container_id}}"></div>
242
246
  {% endif %}
243
247
 
244
- {% if popovers_options.enabled %}
245
- // initialize BS popovers
246
- var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'));
247
- var popoverList = popoverTriggerList.map(function (popoverTriggerEl) {
248
- return new bootstrap.Popover(popoverTriggerEl)
248
+ {% comment %} Initialize global JS scripts
249
+ ---------------------------------------------------------------------------- {% endcomment %}
250
+ <!-- [INFO ] [j1.layout.default.html ] [ initialize global JS scripts ] -->
251
+ <script>
252
+ // BS tooltips and popovers
253
+ $(function() {
254
+ {% if tooltips_options.enabled %}
255
+ // initialize BS tooltips
256
+ var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
257
+ var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
258
+ return new bootstrap.Tooltip(tooltipTriggerEl)
259
+ });
260
+ {% endif %}
261
+
262
+ {% if popovers_options.enabled %}
263
+ // initialize BS popovers
264
+ var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'));
265
+ var popoverList = popoverTriggerList.map(function (popoverTriggerEl) {
266
+ return new bootstrap.Popover(popoverTriggerEl)
267
+ });
268
+ {% endif %}
249
269
  });
250
- {% endif %}
251
- });
252
- </script>
253
- <!-- [INFO ] [j1.layout.default.html ] [ end page processing ] -->
270
+ </script>
271
+
272
+ </body>
273
+
274
+ <!-- [INFO ] [j1.layout.default.html ] [ end page processing ] -->
254
275
  </html>
255
276
 
256
277
  {% endcapture %}
@@ -258,8 +258,8 @@ exclude_from_search: true
258
258
  <img
259
259
  class="sticker-image"
260
260
  src="/assets/images/sticker/600x600/sticker-new-version.png"
261
- alt="Get new version 2023.0.6"
262
- title="Get new version 2023.0.6"
261
+ alt="Get new version 2023.0.7"
262
+ title="Get new version 2023.0.7"
263
263
  style="width: 140px; height: 120px;"
264
264
  >
265
265
  </a>
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2023.0.6'
2
+ VERSION = '2023.0.7'
3
3
  end
@@ -79,7 +79,7 @@ gem 'j1-template', '~> 2023.0.0'
79
79
 
80
80
  # Loaded from gem.fury.io
81
81
  #source 'https://gem.fury.io/jekyll-one-org/' do
82
- # gem 'j1-template', '~> 2023.0.6'
82
+ # gem 'j1-template', '~> 2023.0.7'
83
83
  #end
84
84
 
85
85
  # ------------------------------------------------------------------------------
@@ -380,7 +380,7 @@ This command creates a **initial** project in folder **my-starter**.
380
380
  2022-07-30 18:12:12 - GENERATE: Resolving dependencies...
381
381
  2022-07-30 18:12:12 - GENERATE: Using bundler 2.3.7
382
382
  ...
383
- 2022-07-30 18:12:12 - GENERATE: Using j1-template 2023.0.6
383
+ 2022-07-30 18:12:12 - GENERATE: Using j1-template 2023.0.7
384
384
  2022-07-30 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
385
385
  2022-07-30 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
386
386
  2022-07-30 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
@@ -416,7 +416,7 @@ commands are available as well.
416
416
  2022-07-30 18:17:48 - SETUP: Initialize the project ...
417
417
  2022-07-30 18:17:48 - SETUP: Be patient, this will take a while ...
418
418
  2022-07-30 18:17:49 - SETUP:
419
- 2022-07-30 18:17:49 - SETUP: > j1@2023.0.6 setup C:\Users\xxx\j1-projects\my-starter
419
+ 2022-07-30 18:17:49 - SETUP: > j1@2023.0.7 setup C:\Users\xxx\j1-projects\my-starter
420
420
  2022-07-30 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
421
421
  2022-07-30 18:17:49 - SETUP:
422
422
  2022-07-30 18:17:50 - SETUP: Setup project for first use ..
@@ -461,7 +461,7 @@ browser. Let's start the journey ...
461
461
  Check setup state of the J1 project ...
462
462
  2022-07-30 18:26:18 - SITE: Starting up your site ...
463
463
  2022-07-30 18:26:18 - SITE:
464
- 2022-07-30 18:26:18 - SITE: > j1@2023.0.6 j1-site C:\Users\jadams\j1-projects\my-starter
464
+ 2022-07-30 18:26:18 - SITE: > j1@2023.0.7 j1-site C:\Users\jadams\j1-projects\my-starter
465
465
  2022-07-30 18:26:18 - SITE: > run-p -s j1-site:*
466
466
  2022-07-30 18:26:18 - SITE:
467
467
  2022-07-30 18:26:20 - SITE: Startup UTILSRV ..
@@ -500,7 +500,7 @@ Check setup state of the J1 project ...
500
500
  REBUILD: Rebuild the projects website ...
501
501
  REBUILD: Be patient, this will take a while ...
502
502
  2022-07-30 18:45:09 - REBUILD:
503
- 2022-07-30 18:45:09 - REBUILD: > j1@2023.0.6 rebuild C:\Users\xxx\j1-projects\my-starter
503
+ 2022-07-30 18:45:09 - REBUILD: > j1@2023.0.7 rebuild C:\Users\xxx\j1-projects\my-starter
504
504
  2022-07-30 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
505
505
  2022-07-30 18:45:09 - REBUILD:
506
506
  2022-07-30 18:45:10 - REBUILD: Rebuild site incremental ..
@@ -548,7 +548,7 @@ using Lerna for all packages:
548
548
  2022-07-30 18:29:07 - RESET: Reset the project to factory state ...
549
549
  2022-07-30 18:29:07 - RESET: Be patient, this will take a while ...
550
550
  2022-07-30 18:29:08 - RESET:
551
- 2022-07-30 18:29:08 - RESET: > j1@2023.0.6 reset C:\Users\xxx\j1-projects\my-starter
551
+ 2022-07-30 18:29:08 - RESET: > j1@2023.0.7 reset C:\Users\xxx\j1-projects\my-starter
552
552
  2022-07-30 18:29:08 - RESET: > run-s -s reset:*
553
553
  2022-07-30 18:29:08 - RESET:
554
554
  2022-07-30 18:29:08 - RESET: Reset project to factory state ..
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Theme Gem
55
55
  #
56
- version: 2023.0.6
56
+ version: 2023.0.7
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
@@ -61,6 +61,12 @@ version: 2023.0.6
61
61
  #
62
62
  copyright: © 2023 J1 · All rights reserved
63
63
 
64
+ # noscript
65
+ # ------------------------------------------------------------------------------
66
+ # Enables|Disables a noscript page
67
+ #
68
+ noscript: false
69
+
64
70
 
65
71
  # ==============================================================================
66
72
  # 2. THEME configuration
@@ -146,7 +146,7 @@ defaults:
146
146
  dropdown_animate_out: fadeOutDown
147
147
  dropdown_animate_duration: .75 # seconds
148
148
  dropdown_item_min_width: 15 # rem
149
- dropdown_menu_max_height: 30 # rem
149
+ dropdown_menu_max_height: 35 # rem
150
150
  dropdown_font_size: small
151
151
  dropdown_padding_x: 18 # rem
152
152
  dropdown_padding_y: 10 # px
@@ -185,8 +185,8 @@
185
185
  # BROWSER
186
186
  #
187
187
  # type: string
188
- # values: sync|async|defer
189
- # default: sync
188
+ # values: async|defer|empty
189
+ # default: defer
190
190
  #
191
191
  # NOTE:
192
192
  # Modern web browsers support the ASYNC and DEFER attributes
@@ -350,7 +350,7 @@ resources:
350
350
  layout: [ all ]
351
351
  required: always
352
352
  preload: false # property currently unused
353
- script_load: sync
353
+ script_load:
354
354
  dependencies: false
355
355
  pass_init_data: true
356
356
  data:
@@ -441,7 +441,7 @@ resources:
441
441
  layout: [ all ]
442
442
  required: always
443
443
  preload: false # property currently unused
444
- script_load: sync
444
+ script_load:
445
445
  dependencies: false
446
446
  pass_init_data: false
447
447
  data:
@@ -466,7 +466,7 @@ resources:
466
466
  layout: [ all ]
467
467
  required: always
468
468
  preload: false # property currently unused
469
- script_load: sync
469
+ script_load:
470
470
  dependencies: false
471
471
  pass_init_data: false
472
472
  data:
@@ -491,7 +491,7 @@ resources:
491
491
  layout: [ all ]
492
492
  required: always
493
493
  preload: false # property currently unused
494
- script_load: sync
494
+ script_load:
495
495
  dependencies: false
496
496
  pass_init_data: true
497
497
  data:
@@ -516,7 +516,7 @@ resources:
516
516
  layout: [ all ]
517
517
  required: always
518
518
  preload: false # property currently unused
519
- script_load: sync
519
+ script_load:
520
520
  dependencies: false
521
521
  pass_init_data: false
522
522
  data:
@@ -540,7 +540,7 @@ resources:
540
540
  layout: [ all ]
541
541
  required: always
542
542
  preload: false # property currently unused
543
- script_load: sync
543
+ script_load:
544
544
  dependencies: false
545
545
  pass_init_data: false
546
546
  data:
@@ -568,7 +568,7 @@ resources:
568
568
  layout: [ all ]
569
569
  required: always
570
570
  preload: false # property currently unused
571
- script_load: sync
571
+ script_load:
572
572
  dependencies: false
573
573
  pass_init_data: false
574
574
  data:
@@ -593,7 +593,7 @@ resources:
593
593
  region: head
594
594
  required: always
595
595
  preload: false # property currently unused
596
- script_load: sync
596
+ script_load:
597
597
  dependencies: false
598
598
  pass_init_data: true
599
599
  data:
@@ -618,7 +618,7 @@ resources:
618
618
  layout: [ all ]
619
619
  required: always
620
620
  preload: false # property currently unused
621
- script_load: sync
621
+ script_load:
622
622
  dependencies: false
623
623
  pass_init_data: false
624
624
  data:
@@ -642,7 +642,7 @@ resources:
642
642
  layout: [ all ]
643
643
  required: always
644
644
  preload: false # property currently unused
645
- script_load: sync
645
+ script_load:
646
646
  dependencies: false
647
647
  pass_init_data: false
648
648
  data:
@@ -666,7 +666,7 @@ resources:
666
666
  layout: [ all ]
667
667
  required: always
668
668
  preload: false # property currently unused
669
- script_load: sync
669
+ script_load:
670
670
  dependencies: false
671
671
  pass_init_data: false
672
672
  data:
@@ -690,7 +690,7 @@ resources:
690
690
  layout: [ all ]
691
691
  required: always
692
692
  preload: false
693
- script_load: sync
693
+ script_load:
694
694
  dependencies: false
695
695
  pass_init_data: false
696
696
  data:
@@ -714,7 +714,7 @@ resources:
714
714
  layout: [ all ]
715
715
  required: always
716
716
  preload: false # property currently unused
717
- script_load: sync
717
+ script_load:
718
718
  dependencies: false
719
719
  pass_init_data: false
720
720
  data:
@@ -738,7 +738,7 @@ resources:
738
738
  layout: [ all ]
739
739
  required: ondemand
740
740
  preload: false # property currently unused
741
- script_load: sync
741
+ script_load:
742
742
  dependencies: false
743
743
  pass_init_data: false
744
744
  data:
@@ -765,7 +765,7 @@ resources:
765
765
  layout: [ all ]
766
766
  required: always
767
767
  preload: false # property currently unused
768
- script_load: sync
768
+ script_load:
769
769
  dependencies: false
770
770
  pass_init_data: false
771
771
  data:
@@ -833,7 +833,7 @@ resources:
833
833
  layout: [ all ]
834
834
  required: always
835
835
  preload: false
836
- script_load: sync
836
+ script_load:
837
837
  dependencies: false
838
838
  pass_init_data: true
839
839
  data:
@@ -939,7 +939,7 @@ resources:
939
939
  layout: [ all ]
940
940
  required: always
941
941
  preload: false
942
- script_load: sync
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: sync
966
+ script_load:
967
967
  dependencies: false
968
968
  pass_init_data: false
969
969
  data:
@@ -1109,7 +1109,7 @@ resources:
1109
1109
  region: head
1110
1110
  required: ondemand
1111
1111
  preload: false
1112
- script_load: sync
1112
+ script_load:
1113
1113
  dependencies: false
1114
1114
  pass_init_data: true
1115
1115
  data:
@@ -1359,7 +1359,7 @@ resources:
1359
1359
  layout: [ all ]
1360
1360
  required: ondemand
1361
1361
  preload: false
1362
- script_load: sync
1362
+ script_load:
1363
1363
  dependencies: false
1364
1364
  pass_init_data: true
1365
1365
  data:
@@ -1387,7 +1387,7 @@ resources:
1387
1387
  layout: [ all ]
1388
1388
  required: ondemand
1389
1389
  preload: false
1390
- script_load: sync
1390
+ script_load:
1391
1391
  dependencies: false
1392
1392
  pass_init_data: true
1393
1393
  data:
@@ -1689,7 +1689,7 @@ resources:
1689
1689
  layout: [ all ]
1690
1690
  required: ondemand
1691
1691
  preload: false
1692
- script_load: sync
1692
+ script_load:
1693
1693
  dependencies: false
1694
1694
  pass_init_data: false
1695
1695
  data:
@@ -1714,7 +1714,7 @@ resources:
1714
1714
  layout: [ all ]
1715
1715
  required: ondemand
1716
1716
  preload: false
1717
- script_load: sync
1717
+ script_load:
1718
1718
  dependencies: false
1719
1719
  pass_init_data: false
1720
1720
  data:
@@ -1736,7 +1736,7 @@ resources:
1736
1736
  layout: [ all ]
1737
1737
  required: ondemand
1738
1738
  preload: false
1739
- script_load: sync
1739
+ script_load:
1740
1740
  dependencies: false
1741
1741
  pass_init_data: false
1742
1742
  data:
@@ -1762,7 +1762,7 @@ resources:
1762
1762
  layout: [ all ]
1763
1763
  required: ondemand
1764
1764
  preload: false
1765
- script_load: sync
1765
+ script_load:
1766
1766
  dependencies: false
1767
1767
  pass_init_data: false
1768
1768
  data:
@@ -1928,7 +1928,7 @@ resources:
1928
1928
  layout: [ all ]
1929
1929
  required: always
1930
1930
  preload: false
1931
- script_load: sync
1931
+ script_load:
1932
1932
  dependencies: false
1933
1933
  pass_init_data: false
1934
1934
  data:
@@ -1950,7 +1950,7 @@ resources:
1950
1950
  layout: [ all ]
1951
1951
  required: ondemand
1952
1952
  preload: false
1953
- script_load: sync
1953
+ script_load:
1954
1954
  dependencies: false
1955
1955
  pass_init_data: false
1956
1956
  data:
@@ -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.6</template_version>
60
+ <template_version>2023.0.7</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.6'
394
+ VERSION = '2023.0.7'
395
395
  end
396
396
  end
@@ -66,7 +66,6 @@ excerpt__end
66
66
 
67
67
  // Include sub-documents (if any)
68
68
  // -----------------------------------------------------------------------------
69
-
70
69
  == What are cookies technically
71
70
 
72
71
  In short: a cookie is a small piece of data that a website asks your
@@ -63,10 +63,6 @@ excerpt__end
63
63
 
64
64
  // Include sub-documents (if any)
65
65
  // -----------------------------------------------------------------------------
66
-
67
-
68
-
69
-
70
66
  [[readmore]]
71
67
  == Dynamic page access
72
68
 
@@ -70,7 +70,6 @@ endif::[]
70
70
 
71
71
  // Include sub-documents (if any)
72
72
  // -----------------------------------------------------------------------------
73
-
74
73
  Many large today's companies like {url-docker--docs}[Docker, {browser-window--new}]
75
74
  are using template-based systems to create their documentation sites. Or like
76
75
  {url-oreilly-atlas--home}[O'Reilly Atlas, {browser-window--new}],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2023.0.6",
4
+ "version": "2023.0.7",
5
5
  "description": "J1 Theme Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.0.6",
4
+ "version": "2023.0.7",
5
5
  "description": "J1 Theme 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": "2023.0.6",
4
+ "version": "2023.0.7",
5
5
  "description": "J1 Theme 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: 2023.0.6
4
+ version: 2023.0.7
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: 2023-01-31 00:00:00.000000000 Z
11
+ date: 2023-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll