j1-template 2023.3.2 → 2023.3.3
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/assets/data/panel.html +3 -3
- data/assets/themes/j1/adapter/js/j1.js +10 -2
- data/assets/themes/j1/core/css/icon-fonts/mdib.css +54 -0
- data/assets/themes/j1/core/css/icon-fonts/mdib.min.css +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/j1_config.yml +1 -1
- data/lib/starter_web/_data/modules/lazyLoader.yml +1 -1
- data/lib/starter_web/_data/modules/navigator_menu.yml +24 -73
- data/lib/starter_web/_data/modules/nbinteract.yml +445 -490
- 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/pages/public/tools/cheatsheet/gem.adoc +4 -4
- data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +13 -13
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +2 -2
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/Gemfile
CHANGED
@@ -75,11 +75,11 @@ end
|
|
75
75
|
# Specify the THEME GEM used for the project
|
76
76
|
|
77
77
|
# Loaded from RubyGems
|
78
|
-
gem 'j1-template', '~> 2023.3.
|
78
|
+
gem 'j1-template', '~> 2023.3.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.3.
|
82
|
+
# gem 'j1-template', '~> 2023.3.3'
|
83
83
|
#end
|
84
84
|
|
85
85
|
# ------------------------------------------------------------------------------
|
data/lib/starter_web/README.md
CHANGED
@@ -379,7 +379,7 @@ This command creates a **initial** project in folder **my-starter**.
|
|
379
379
|
2023-02-28 18:12:12 - GENERATE: Resolving dependencies...
|
380
380
|
2023-02-28 18:12:12 - GENERATE: Using bundler 2.3.7
|
381
381
|
...
|
382
|
-
2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.3.
|
382
|
+
2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.3.3
|
383
383
|
2023-02-28 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
|
384
384
|
2023-02-28 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
|
385
385
|
2023-02-28 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
|
@@ -415,7 +415,7 @@ commands are available as well.
|
|
415
415
|
2023-02-28 18:17:48 - SETUP: Initialize the project ...
|
416
416
|
2023-02-28 18:17:48 - SETUP: Be patient, this will take a while ...
|
417
417
|
2023-02-28 18:17:49 - SETUP:
|
418
|
-
2023-02-28 18:17:49 - SETUP: > j1@2023.3.
|
418
|
+
2023-02-28 18:17:49 - SETUP: > j1@2023.3.3 setup C:\Users\xxx\j1-projects\my-starter
|
419
419
|
2023-02-28 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
|
420
420
|
2023-02-28 18:17:49 - SETUP:
|
421
421
|
2023-02-28 18:17:50 - SETUP: Setup project for first use ..
|
@@ -460,7 +460,7 @@ browser. Let's start the journey ...
|
|
460
460
|
Check setup state of the J1 project ...
|
461
461
|
2023-02-28 18:26:18 - SITE: Starting up your site ...
|
462
462
|
2023-02-28 18:26:18 - SITE:
|
463
|
-
2023-02-28 18:26:18 - SITE: > j1@2023.3.
|
463
|
+
2023-02-28 18:26:18 - SITE: > j1@2023.3.3 j1-site C:\Users\jadams\j1-projects\my-starter
|
464
464
|
2023-02-28 18:26:18 - SITE: > run-p -s j1-site:*
|
465
465
|
2023-02-28 18:26:18 - SITE:
|
466
466
|
2023-02-28 18:26:20 - SITE: Startup UTILSRV ..
|
@@ -499,7 +499,7 @@ Check setup state of the J1 project ...
|
|
499
499
|
REBUILD: Rebuild the projects website ...
|
500
500
|
REBUILD: Be patient, this will take a while ...
|
501
501
|
2023-02-28 18:45:09 - REBUILD:
|
502
|
-
2023-02-28 18:45:09 - REBUILD: > j1@2023.3.
|
502
|
+
2023-02-28 18:45:09 - REBUILD: > j1@2023.3.3 rebuild C:\Users\xxx\j1-projects\my-starter
|
503
503
|
2023-02-28 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
|
504
504
|
2023-02-28 18:45:09 - REBUILD:
|
505
505
|
2023-02-28 18:45:10 - REBUILD: Rebuild site incremental ..
|
@@ -547,7 +547,7 @@ using Lerna for all packages:
|
|
547
547
|
2023-02-28 18:29:07 - RESET: Reset the project to factory state ...
|
548
548
|
2023-02-28 18:29:07 - RESET: Be patient, this will take a while ...
|
549
549
|
2023-02-28 18:29:08 - RESET:
|
550
|
-
2023-02-28 18:29:08 - RESET: > j1@2023.3.
|
550
|
+
2023-02-28 18:29:08 - RESET: > j1@2023.3.3 reset C:\Users\xxx\j1-projects\my-starter
|
551
551
|
2023-02-28 18:29:08 - RESET: > run-s -s reset:*
|
552
552
|
2023-02-28 18:29:08 - RESET:
|
553
553
|
2023-02-28 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 the site
|
55
55
|
#
|
56
|
-
version: 2023.3.
|
56
|
+
version: 2023.3.3
|
57
57
|
|
58
58
|
# copyright
|
59
59
|
# ------------------------------------------------------------------------------
|
@@ -71,34 +71,6 @@
|
|
71
71
|
href: /pages/public/learn/roundtrip/quicksearch/
|
72
72
|
icon: magnify
|
73
73
|
|
74
|
-
# --------------------------------------------------------------------------
|
75
|
-
# Cheatsheets
|
76
|
-
#
|
77
|
-
- title: Cheatsheet
|
78
|
-
icon: book
|
79
|
-
dropdown:
|
80
|
-
|
81
|
-
- title: J1
|
82
|
-
# href: /pages/public/tools/cheatsheet/j1/
|
83
|
-
href: https://jekyll.one/pages/public/tools/cheatsheet/j1/
|
84
|
-
icon: alpha-j-box-outline
|
85
|
-
target: _blank
|
86
|
-
- title: YAML
|
87
|
-
# href: /pages/public/tools/cheatsheet/yaml/
|
88
|
-
href: https://jekyll.one/pages/public/tools/cheatsheet/yaml/
|
89
|
-
icon: alpha-y-box-outline
|
90
|
-
target: _blank
|
91
|
-
- title: Git
|
92
|
-
# href: /pages/public/tools/cheatsheet/git/
|
93
|
-
href: https://jekyll.one/pages/public/tools/cheatsheet/git/
|
94
|
-
icon: git
|
95
|
-
target: _blank
|
96
|
-
- title: Gem
|
97
|
-
# href: /pages/public/tools/cheatsheet/gem/
|
98
|
-
href: https://jekyll.one/pages/public/tools/cheatsheet/gem/
|
99
|
-
icon: language-ruby
|
100
|
-
target: _blank
|
101
|
-
|
102
74
|
# --------------------------------------------------------------------------
|
103
75
|
# Collections
|
104
76
|
#
|
@@ -272,7 +244,7 @@
|
|
272
244
|
target: _blank
|
273
245
|
- title: Logger
|
274
246
|
href: https://jekyll.one/pages/public/manuals/modules/logger/
|
275
|
-
icon:
|
247
|
+
icon: file-document-edit-outline
|
276
248
|
- title: Master Slider
|
277
249
|
href: https://jekyll.one/pages/public/manuals/modules/masterslider/
|
278
250
|
icon: gesture-swipe
|
@@ -291,7 +263,7 @@
|
|
291
263
|
icon: near-me
|
292
264
|
- title: Range Slider
|
293
265
|
href: https://jekyll.one/pages/public/manuals/modules/rangeslider/
|
294
|
-
icon:
|
266
|
+
icon: abacus
|
295
267
|
target: _blank
|
296
268
|
- title: Code Hightlighter Rouge
|
297
269
|
href: https://jekyll.one/pages/public/manuals/rouge/user_guide/
|
@@ -326,11 +298,11 @@
|
|
326
298
|
icon: emoticon-cool-outline
|
327
299
|
dropdown:
|
328
300
|
|
329
|
-
- title:
|
301
|
+
- title: mdib Icons (Regular)
|
330
302
|
href: https://jekyll.one/pages/public/manuals/components/fonticons/mdi/
|
331
303
|
icon: emoticon-cool-outline
|
332
304
|
|
333
|
-
- title:
|
305
|
+
- title: mdib Icons (Light)
|
334
306
|
href: https://jekyll.one/pages/public/manuals/components/fonticons/mdil/
|
335
307
|
icon: emoticon-cool-outline
|
336
308
|
|
@@ -373,34 +345,17 @@
|
|
373
345
|
# --------------------------------------------------------------------------
|
374
346
|
# J1 Integrations
|
375
347
|
#
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
# - title: Google Analytics
|
388
|
-
# href: '#'
|
389
|
-
# icon: google-analytics
|
390
|
-
# - title: Google Ads
|
391
|
-
# href: '#'
|
392
|
-
# icon: google-ads
|
393
|
-
#
|
394
|
-
# - title: Comment Providers
|
395
|
-
# icon: comment
|
396
|
-
# dropdown:
|
397
|
-
#
|
398
|
-
# - title: Disqus
|
399
|
-
# href: '#'
|
400
|
-
# icon: disqus
|
401
|
-
# - title: Hyvor Talk
|
402
|
-
# href: '#'
|
403
|
-
# icon: comment-outline
|
348
|
+
- title: Integrations
|
349
|
+
icon: alpha-j-box
|
350
|
+
dropdown:
|
351
|
+
|
352
|
+
- title: Google
|
353
|
+
icon: google
|
354
|
+
dropdown:
|
355
|
+
|
356
|
+
- title: Google Adsense
|
357
|
+
href: https://jekyll.one/pages/public/manuals/integrations/google/adsense/
|
358
|
+
icon: google-ads
|
404
359
|
|
405
360
|
# --------------------------------------------------------------------------
|
406
361
|
# J1 Plugins
|
@@ -455,13 +410,10 @@
|
|
455
410
|
- title: Current Theme
|
456
411
|
href: /pages/public/tools/previewer/current_theme/
|
457
412
|
icon: theme-light-dark
|
413
|
+
|
458
414
|
- title: Icon Picker
|
459
|
-
href: /pages/public/tools/previewer/icon-picker/
|
415
|
+
href: https://jekyll.one/pages/public/tools/previewer/icon-picker/
|
460
416
|
icon: emoticon-cool-outline
|
461
|
-
|
462
|
-
- title: Google Adsense
|
463
|
-
href: https://jekyll.one/pages/public/tools/previewer/gad/
|
464
|
-
icon: image
|
465
417
|
target: _blank
|
466
418
|
- title: Slick
|
467
419
|
href: https://jekyll.one/pages/public/tools/previewer/slick/
|
@@ -500,18 +452,18 @@
|
|
500
452
|
icon: book
|
501
453
|
dropdown:
|
502
454
|
|
503
|
-
- title: J1
|
504
|
-
href: /pages/public/tools/cheatsheet/j1/
|
505
|
-
icon: alpha-j-box-outline
|
506
455
|
- title: YAML
|
507
|
-
href: /pages/public/tools/cheatsheet/yaml/
|
456
|
+
href: https://jekyll.one/pages/public/tools/cheatsheet/yaml/
|
508
457
|
icon: alpha-y-box-outline
|
458
|
+
target: _blank
|
509
459
|
- title: Git
|
510
|
-
href: /pages/public/tools/cheatsheet/git/
|
460
|
+
href: https://jekyll.one/pages/public/tools/cheatsheet/git/
|
511
461
|
icon: git
|
462
|
+
target: _blank
|
512
463
|
- title: Gem
|
513
|
-
href: /pages/public/tools/cheatsheet/gem/
|
464
|
+
href: https://jekyll.one/pages/public/tools/cheatsheet/gem/
|
514
465
|
icon: language-ruby
|
466
|
+
target: _blank
|
515
467
|
|
516
468
|
# --------------------------------------------------------------------------
|
517
469
|
# Tools
|
@@ -635,7 +587,7 @@
|
|
635
587
|
- title: cdnJS
|
636
588
|
href: https://cdnjs.com/
|
637
589
|
target: _blank
|
638
|
-
icon:
|
590
|
+
icon: cloud-outline
|
639
591
|
|
640
592
|
- title: Knowledge
|
641
593
|
icon: lightbulb-on
|
@@ -760,7 +712,6 @@
|
|
760
712
|
title: Bootswatch
|
761
713
|
icon: bootstrap
|
762
714
|
|
763
|
-
|
764
715
|
# ------------------------------------------------------------------------------
|
765
716
|
# Menu ABOUT
|
766
717
|
#
|