j1-template 2023.0.7 → 2023.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +1 -1
- data/assets/data/banner.html +2 -2
- data/assets/data/panel.0.html +1021 -0
- data/assets/data/panel.html +4 -4
- data/assets/themes/j1/adapter/js/j1.js +2577 -2525
- data/assets/themes/j1/adapter/js/themer.js +5 -1
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +55 -0
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +54 -7
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +3 -3
- data/lib/starter_web/_data/blocks/panel.yml +9 -9
- data/lib/starter_web/_data/j1_config.yml +8 -0
- data/lib/starter_web/_data/layouts/home.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +44 -44
- data/lib/starter_web/_data/modules/defaults/navigator.yml +2 -0
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +3 -2
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/Gemfile
CHANGED
@@ -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.
|
82
|
+
# gem 'j1-template', '~> 2023.0.8'
|
83
83
|
#end
|
84
84
|
|
85
85
|
# ------------------------------------------------------------------------------
|
data/lib/starter_web/README.md
CHANGED
@@ -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.
|
383
|
+
2022-07-30 18:12:12 - GENERATE: Using j1-template 2023.0.8
|
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.
|
419
|
+
2022-07-30 18:17:49 - SETUP: > j1@2023.0.8 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.
|
464
|
+
2022-07-30 18:26:18 - SITE: > j1@2023.0.8 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.
|
503
|
+
2022-07-30 18:45:09 - REBUILD: > j1@2023.0.8 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.
|
551
|
+
2022-07-30 18:29:08 - RESET: > j1@2023.0.8 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 ..
|
data/lib/starter_web/_config.yml
CHANGED
@@ -53,7 +53,7 @@ environment: development
|
|
53
53
|
# ------------------------------------------------------------------------------
|
54
54
|
# Sets the build version of J1 Theme Gem
|
55
55
|
#
|
56
|
-
version: 2023.0.
|
56
|
+
version: 2023.0.8
|
57
57
|
|
58
58
|
# version
|
59
59
|
# ------------------------------------------------------------------------------
|
@@ -490,11 +490,11 @@ kramdown:
|
|
490
490
|
#
|
491
491
|
plugins:
|
492
492
|
# - algolia
|
493
|
-
- asciidoctor
|
494
493
|
# - asciidoctor-pdf
|
495
|
-
- jekyll-asciidoc
|
496
494
|
# - jekyll-gist
|
497
495
|
# - jekyll-redirect-from
|
496
|
+
- asciidoctor
|
497
|
+
- jekyll-asciidoc
|
498
498
|
|
499
499
|
# ------------------------------------------------------------------------------
|
500
500
|
# ALGOLIA Search (Instantsearch)
|
@@ -80,14 +80,14 @@ settings:
|
|
80
80
|
enabled: true
|
81
81
|
height: 2 # [1 .. 9]
|
82
82
|
style: wave-1 # default
|
83
|
-
color: "#
|
84
|
-
background_color: "#f5f5f5" # auto|rgb_value, "#f5f5f5"
|
83
|
+
color: "#EEEEEE" # #c4c4c4
|
84
|
+
background_color: "#f5f5f5" # elevation level: auto|rgb_value, "#f5f5f5"
|
85
85
|
transform: false # false or rotate|flip-x|flip-y and combinations
|
86
86
|
bottom:
|
87
87
|
enabled: true
|
88
88
|
height: 2
|
89
89
|
style: wave-4
|
90
|
-
color: "#
|
90
|
+
color: "#EEEEEE"
|
91
91
|
background_color: "#f5f5f5"
|
92
92
|
transform: flip-y flip-x
|
93
93
|
|
@@ -227,14 +227,14 @@ settings:
|
|
227
227
|
enabled: true
|
228
228
|
height: 4 # [1 .. 9]
|
229
229
|
style: wave-4 # default
|
230
|
-
color: "#
|
230
|
+
color: "#EEEEEE"
|
231
231
|
background_color: "#f5f5f5"
|
232
232
|
transform: false # false or rotate|flip-x|flip-y and combinations
|
233
233
|
bottom:
|
234
234
|
enabled: true
|
235
235
|
height: 2
|
236
236
|
style: wave-4
|
237
|
-
color: "#
|
237
|
+
color: "#EEEEEE"
|
238
238
|
background_color: "#f5f5f5"
|
239
239
|
transform: rotate
|
240
240
|
|
@@ -429,14 +429,14 @@ settings:
|
|
429
429
|
enabled: true
|
430
430
|
height: 2 # [1 .. 9]
|
431
431
|
style: wave-1 # default
|
432
|
-
color: "#
|
432
|
+
color: "#EEEEEE"
|
433
433
|
background_color: "#f5f5f5"
|
434
434
|
transform: false # false or rotate|flip-x|flip-y and combinations
|
435
435
|
bottom:
|
436
436
|
enabled: true
|
437
437
|
height: 2
|
438
438
|
style: wave-4
|
439
|
-
color: "#
|
439
|
+
color: "#EEEEEE"
|
440
440
|
background_color: "#f5f5f5"
|
441
441
|
transform: rotate
|
442
442
|
|
@@ -749,14 +749,14 @@ settings:
|
|
749
749
|
enabled: false
|
750
750
|
height: 2 # [1 .. 9]
|
751
751
|
style: wave-1 # default
|
752
|
-
color: "#
|
752
|
+
color: "#EEEEEE"
|
753
753
|
background_color: "#f5f5f5"
|
754
754
|
transform: false # false or rotate|flip-x|flip-y and combinations
|
755
755
|
bottom:
|
756
756
|
enabled: false
|
757
757
|
height: 2
|
758
758
|
style: wave-4
|
759
|
-
color: "#
|
759
|
+
color: "#EEEEEE"
|
760
760
|
background_color: "#f5f5f5"
|
761
761
|
transform: rotate
|
762
762
|
|
@@ -379,6 +379,14 @@ body:
|
|
379
379
|
font-weight: 400
|
380
380
|
line-height: 1.5
|
381
381
|
|
382
|
+
# ----------------------------------------------------------------------------
|
383
|
+
# animation on page load
|
384
|
+
# See: https://www.geeksforgeeks.org/how-to-create-fade-in-effect-on-page-load-using-css/
|
385
|
+
#
|
386
|
+
animation: true
|
387
|
+
animation_type: fadeIn # currently, only fadeIn supported
|
388
|
+
animation_duration: 3
|
389
|
+
|
382
390
|
# ------------------------------------------------------------------------------
|
383
391
|
# PAGE settings
|
384
392
|
# ------------------------------------------------------------------------------
|
@@ -170,31 +170,31 @@ defaults:
|
|
170
170
|
|
171
171
|
paginator:
|
172
172
|
older_posts:
|
173
|
-
en: Older
|
174
|
-
de: Ältere
|
173
|
+
en: Older
|
174
|
+
de: Ältere
|
175
175
|
newer_posts:
|
176
|
-
en: Newer
|
177
|
-
de: Neuere
|
176
|
+
en: Newer
|
177
|
+
de: Neuere
|
178
178
|
first_post:
|
179
|
-
en: First
|
180
|
-
de: Erste
|
179
|
+
en: First
|
180
|
+
de: Erste
|
181
181
|
last_post:
|
182
|
-
en: Last
|
183
|
-
de: Letzte
|
182
|
+
en: Last
|
183
|
+
de: Letzte
|
184
184
|
|
185
185
|
view_selector:
|
186
186
|
category_view:
|
187
|
-
en:
|
188
|
-
de:
|
187
|
+
en: Category
|
188
|
+
de: Kategorie
|
189
189
|
date_view:
|
190
|
-
en:
|
191
|
-
de:
|
190
|
+
en: Date
|
191
|
+
de: Datum
|
192
192
|
archive_view:
|
193
|
-
en: All
|
194
|
-
de: Alle
|
193
|
+
en: All
|
194
|
+
de: Alle
|
195
195
|
tag_view:
|
196
|
-
en:
|
197
|
-
de:
|
196
|
+
en: Tag
|
197
|
+
de: Tag
|
198
198
|
|
199
199
|
article_navigator:
|
200
200
|
page_text:
|
@@ -204,18 +204,18 @@ defaults:
|
|
204
204
|
description: >
|
205
205
|
Navigate through all of the articles available on this site. To do this,
|
206
206
|
use the various display pages to find the articles that interest you.
|
207
|
-
The <b>
|
207
|
+
The <b>Category</b> page lists articles on a specific <b>topic</b>.
|
208
208
|
If you are looking for articles by publication date, you can use the view
|
209
|
-
|
210
|
-
found in the view <b>All
|
209
|
+
<b>Date</b>. All articles in reverse order of appearance can be
|
210
|
+
found in the view <b>All</b>.
|
211
211
|
de:
|
212
212
|
description: >
|
213
213
|
Navigieren Sie durch alle auf dieser Site verfügbaren Artikel. Verenden Sie
|
214
214
|
dazu die verschiedenen Anzeigeseiten um die Beitäge finden, die Sie interessieren.
|
215
|
-
Die Seite <b>
|
215
|
+
Die Seite <b>Kategorie</b> listet Artikel zu einem bestimmten <b>Thema</b>.
|
216
216
|
Suchen Sie nach Artikeln nach einem Erscheinungsdatum, könne Sie die Ansicht
|
217
|
-
<b>
|
218
|
-
Erscheinens sind in der Ansicht <b>Alle
|
217
|
+
<b>Datum</b> verwenden. Alle Artikel in umgekehrter Reihenfolge ihres
|
218
|
+
Erscheinens sind in der Ansicht <b>Alle</b> zu finden.
|
219
219
|
|
220
220
|
article_previewer:
|
221
221
|
page_text:
|
@@ -229,21 +229,21 @@ defaults:
|
|
229
229
|
<i class="mdi mdi-plus"></i>FAB button</a> you can reach a table of contents
|
230
230
|
<a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
231
231
|
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> of all available articles
|
232
|
-
in the same order. To preview older posts, use the button <b>Older
|
233
|
-
the Preview Bar. For newer posts use the button <b>Newer
|
232
|
+
in the same order. To preview older posts, use the button <b>Older</b> from
|
233
|
+
the Preview Bar. For newer posts use the button <b>Newer</b> for more recent
|
234
234
|
articles.
|
235
235
|
de:
|
236
236
|
headline: Vorschau
|
237
237
|
description: >
|
238
|
-
Alle Artikel sind in umgekehrter Reihenfolge ihres Erscheinens
|
239
|
-
|
238
|
+
Alle Artikel sind in umgekehrter Reihenfolge ihres Erscheinens gruppiert.
|
239
|
+
Aktuellere Beiträge werden zuerst angezeigt. Über den FAB-Button
|
240
240
|
<a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
241
241
|
<i class="mdi mdi-plus"></i>FAB button</a> erreichen Sie ein
|
242
242
|
Inhaltsverzeichnis <a href="#" class="btn-fab-floating btn-small btn-md-blue">
|
243
243
|
<i class="mdi mdi-wrap mdi-"></i>open_mmenu_toc</a> über alle verfübaren Artikel
|
244
244
|
in gleicher Reihenfolge. Zur Anzeige älterer Artikel, verwenden Sie die Schältfläche
|
245
|
-
<b>Ältere
|
246
|
-
<b>Neuere
|
245
|
+
<b>Ältere</b>. Für jüngere Posts klicken Sie auf die Schältfläche
|
246
|
+
<b>Neuere</b>.
|
247
247
|
|
248
248
|
archive_view:
|
249
249
|
page_text:
|
@@ -264,8 +264,8 @@ defaults:
|
|
264
264
|
<br><br>
|
265
265
|
From the navigation bar, <b>Navigator</b> takes you back to the
|
266
266
|
<b>main page</b> of the Navigator. Articles ordered by <b>category</b>
|
267
|
-
can be found in the view <b>
|
268
|
-
in the archive by <b>date</b>, go for the view <b>
|
267
|
+
can be found in the view <b>Category</b>. To search for posts
|
268
|
+
in the archive by <b>date</b>, go for the view <b>Date</b>.
|
269
269
|
de:
|
270
270
|
headline: Alle Beiträge
|
271
271
|
description: >
|
@@ -280,8 +280,8 @@ defaults:
|
|
280
280
|
<br><br>
|
281
281
|
In der Navigationszeile gelangen Sie über <b>Navigator</b> zurück zur
|
282
282
|
<b>Hauptseite</b> des Navigators. Artikel nach ihrer Kategorie sind über die Seite
|
283
|
-
<b>
|
284
|
-
zu durchsuchen, rufen Sie die Anzeige <b>
|
283
|
+
<b>Kategorie</b> zu finden. Um Beiträge im Archiv nach <b>Datum</b>
|
284
|
+
zu durchsuchen, rufen Sie die Anzeige <b>Datum</b> auf.
|
285
285
|
|
286
286
|
category_view:
|
287
287
|
page_text:
|
@@ -302,8 +302,8 @@ defaults:
|
|
302
302
|
<br><br>
|
303
303
|
From the navigation bar, <b>Navigator</b> takes you back to the
|
304
304
|
<b>main page</b> of the Navigator. To search for articles in the
|
305
|
-
archive by date, go for the view <b>
|
306
|
-
reverse order of appearance can be found in the view <b>All
|
305
|
+
archive by date, go for the view <b>Date</b>. All articles in
|
306
|
+
reverse order of appearance can be found in the view <b>All</b>.
|
307
307
|
|
308
308
|
de:
|
309
309
|
headline: Artikel nach Kategorie
|
@@ -320,9 +320,9 @@ defaults:
|
|
320
320
|
<br><br>
|
321
321
|
In der Navigationszeile gelangen Sie über <b>Navigator</b> zurück zur
|
322
322
|
<b>Hauptseite</b> des Navigators. Um Artikel im Archiv nach <b>Datum</b>
|
323
|
-
zu durchsuchen, rufen Sie die Anzeige <b>
|
323
|
+
zu durchsuchen, rufen Sie die Anzeige <b>Datum</b> auf. Alle Artikel
|
324
324
|
in umgekehrter Reihenfolge ihres Erscheinens sind in der Ansicht
|
325
|
-
<b>Alle
|
325
|
+
<b>Alle</b> zu finden.
|
326
326
|
|
327
327
|
date_view:
|
328
328
|
page_text:
|
@@ -343,8 +343,8 @@ defaults:
|
|
343
343
|
<br><br>
|
344
344
|
From the navigation bar, <b>Navigator</b> takes you back to the
|
345
345
|
<b>main page</b> of the Navigator. To search for articles in the
|
346
|
-
archive by category, go for the view <b>
|
347
|
-
in reverse order of appearance can be found in the view <b>All
|
346
|
+
archive by category, go for the view <b>Category</b>. All articles
|
347
|
+
in reverse order of appearance can be found in the view <b>All</b>.
|
348
348
|
de:
|
349
349
|
headline: Artikel nach Datum
|
350
350
|
description: >
|
@@ -360,8 +360,8 @@ defaults:
|
|
360
360
|
<br><br>
|
361
361
|
In der Navigationszeile gelangen Sie über <b>Navigator</b> zurück zur
|
362
362
|
<b>Hauptseite</b> des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
|
363
|
-
rufen Sie die Anzeige <b>
|
364
|
-
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle
|
363
|
+
rufen Sie die Anzeige <b>Kategorie</b> auf. Alle Artikel in umgekehrter
|
364
|
+
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle</b>
|
365
365
|
zu finden.
|
366
366
|
|
367
367
|
tag_view:
|
@@ -383,8 +383,8 @@ defaults:
|
|
383
383
|
<br><br>
|
384
384
|
From the navigation bar, <b>Navigator</b> takes you back to the
|
385
385
|
<b>main page</b> of the Navigator. To search for articles in the
|
386
|
-
archive by category, go for the view <b>
|
387
|
-
in reverse order of appearance can be found in the view <b>All
|
386
|
+
archive by category, go for the view <b>Category</b>. All articles
|
387
|
+
in reverse order of appearance can be found in the view <b>All</b>.
|
388
388
|
de:
|
389
389
|
headline: Artikel nach Tag
|
390
390
|
description: >
|
@@ -400,8 +400,8 @@ defaults:
|
|
400
400
|
<br><br>
|
401
401
|
In der Navigationszeile gelangen Sie über <b>Navigator</b> zurück zur
|
402
402
|
<b>Hauptseite</b> des Navigators. Um Artikel im Archiv nach <b>Kategorien</b> zu durchsuchen,
|
403
|
-
rufen Sie die Anzeige <b>
|
404
|
-
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle
|
403
|
+
rufen Sie die Anzeige <b>Kategorie</b> auf. Alle Artikel in umgekehrter
|
404
|
+
Reihenfolge ihres Erscheinens sind in der Ansicht <b>Alle</b>
|
405
405
|
zu finden.
|
406
406
|
|
407
407
|
# ------------------------------------------------------------------------------
|
@@ -92,6 +92,8 @@ defaults:
|
|
92
92
|
background_color_full: rgba(0, 0, 0, 0.8) # darken-600
|
93
93
|
# background_color_collapsed: "#2196F3" # # default: theme|bg_primary
|
94
94
|
# background_color_scrolled: "#2196F3" # # default: theme|bg_primary
|
95
|
+
background_color_collapsed: default # # default: theme|bg_primary
|
96
|
+
background_color_scrolled: default # # default: theme|bg_primary
|
95
97
|
|
96
98
|
# ----------------------------------------------------------------------------
|
97
99
|
# NavMenu (Mobile)
|
@@ -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.
|
60
|
+
<template_version>2023.0.8</template_version>
|
61
61
|
|
62
62
|
{% assign title = site.title | default: site.name %}
|
63
63
|
{% if page.collection != "posts" %}
|
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.
|
4
|
+
version: 2023.0.8
|
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-02-
|
11
|
+
date: 2023-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -334,6 +334,7 @@ files:
|
|
334
334
|
- assets/data/mmenu_toc.html
|
335
335
|
- assets/data/nbinteract.html
|
336
336
|
- assets/data/news_panel_posts/index.html
|
337
|
+
- assets/data/panel.0.html
|
337
338
|
- assets/data/panel.html
|
338
339
|
- assets/data/particles.yml
|
339
340
|
- assets/data/private.json
|