j1-template 2023.2.3 → 2023.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/banner.html +2 -2
  3. data/assets/themes/j1/adapter/js/attic.js +75 -40
  4. data/assets/themes/j1/adapter/js/fab.js +5 -3
  5. data/assets/themes/j1/adapter/js/lightbox.js +5 -3
  6. data/assets/themes/j1/adapter/js/masonry.js +4 -3
  7. data/assets/themes/j1/adapter/js/masterslider.js +1 -1
  8. data/assets/themes/j1/adapter/js/navigator.js +5 -3
  9. data/assets/themes/j1/adapter/js/scroller.js +5 -3
  10. data/assets/themes/j1/adapter/js/slick.js +4 -3
  11. data/assets/themes/j1/adapter/js/toccer.js +3 -1
  12. data/assets/themes/j1/adapter/js/translator.js +5 -3
  13. data/assets/themes/j1/adapter/js/waves.js +5 -3
  14. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +2 -2
  15. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  16. data/lib/j1/version.rb +1 -1
  17. data/lib/starter_web/README.md +5 -5
  18. data/lib/starter_web/_config.yml +1 -1
  19. data/lib/starter_web/_data/modules/attics.yml +25 -39
  20. data/lib/starter_web/_data/modules/defaults/attics.yml +21 -11
  21. data/lib/starter_web/_data/templates/feed.xml +1 -1
  22. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  23. data/lib/starter_web/index.html +2 -1
  24. data/lib/starter_web/package.json +1 -1
  25. data/lib/starter_web/pages/public/about/features.adoc +0 -1
  26. data/lib/starter_web/pages/public/about/reporting_issues.adoc +0 -1
  27. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +0 -1
  28. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +0 -1
  29. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +0 -1
  30. data/lib/starter_web/pages/public/features/general.adoc +0 -3
  31. data/lib/starter_web/pages/public/features/template.adoc +0 -3
  32. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +4 -1
  33. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +0 -1
  34. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +0 -1
  35. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +0 -1
  36. data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +0 -1
  37. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +0 -1
  38. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +0 -1
  39. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +0 -1
  40. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +0 -1
  41. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +0 -1
  42. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +6 -8
  43. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +0 -1
  44. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +0 -1
  45. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +0 -1
  46. data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -1
  47. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +0 -1
  48. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +0 -1
  49. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +0 -1
  50. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +0 -1
  51. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +0 -1
  52. data/lib/starter_web/pages/public/plans/plans.adoc +0 -1
  53. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +0 -1
  54. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  55. data/lib/starter_web/utilsrv/package.json +1 -1
  56. metadata +2 -2
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2023.2.3'
2
+ VERSION = '2023.2.4'
3
3
  end
@@ -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.2.3
382
+ 2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.2.4
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.2.3 setup C:\Users\xxx\j1-projects\my-starter
418
+ 2023-02-28 18:17:49 - SETUP: > j1@2023.2.4 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.2.3 j1-site C:\Users\jadams\j1-projects\my-starter
463
+ 2023-02-28 18:26:18 - SITE: > j1@2023.2.4 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.2.3 rebuild C:\Users\xxx\j1-projects\my-starter
502
+ 2023-02-28 18:45:09 - REBUILD: > j1@2023.2.4 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.2.3 reset C:\Users\xxx\j1-projects\my-starter
550
+ 2023-02-28 18:29:08 - RESET: > j1@2023.2.4 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 ..
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of the site
55
55
  #
56
- version: 2023.2.3
56
+ version: 2023.2.4
57
57
 
58
58
  # copyright
59
59
  # ------------------------------------------------------------------------------
@@ -20,6 +20,10 @@
20
20
  # HTML data for a layout, the loader procedure places the data based this
21
21
  # YAML data file into the REGION specified with a LANE.
22
22
  # ------------------------------------------------------------------------------
23
+ # NOTE:
24
+ # Animations on tite|tagline are taken from 'animate.css'
25
+ # See: https://animate.style/
26
+ # ------------------------------------------------------------------------------
23
27
 
24
28
  # ------------------------------------------------------------------------------
25
29
  # Description
@@ -55,66 +59,48 @@ settings:
55
59
  id: attic_home
56
60
  layout: home
57
61
 
58
- # title_animate: animate__fadeInDown
59
- # title_animate_duration: animate__slower
60
- # title_animate_delay: animate__delay-2s
61
- # raised_level: 15
62
+ padding_top: 600
62
63
 
63
- padding_top: 400
64
- padding_bottom: 50
65
- opacity: 0.5
66
-
67
- # background_color_1: transparent
68
- # background_color_2: transparent
64
+ # --------------------------------------------------------------------------
65
+ # Attic Pages
66
+ #
67
+ - name: Pages
68
+ attic:
69
+ enabled: true
69
70
 
70
- background_color_1: "#0D47A1" # md-blue-900
71
- background_color_2: "#0D47A1" # md-blue-900
71
+ id: attic_page
72
+ layout: [ page ]
72
73
 
73
- filters:
74
- grayscale: 1
75
- contrast: 0.8
76
- brightness: 0.8
74
+ title_animate: animate__fadeInDown
75
+ padding_top: 600
77
76
 
78
77
  # --------------------------------------------------------------------------
79
- # layouts posts|pages
78
+ # Attic Posts
80
79
  #
81
- - name: Pages and Posts
80
+ - name: Posts
82
81
  attic:
83
82
  enabled: true
84
83
 
85
- id: attic_page_post
86
- layout: [ collection, page, post, blog_archive ]
87
- padding_top: 400
88
- padding_bottom: 50
89
- opacity: 0.5
84
+ id: attic_post
85
+ layout: [ collection, post ]
90
86
 
91
- filters:
92
- grayscale: 1
93
- contrast: 0.8
94
- brightness: 0.8
87
+ title_animate: animate__fadeInDown
88
+ padding_top: 600
95
89
 
96
90
  # --------------------------------------------------------------------------
97
- # layouts raw
91
+ # Attic Raw
98
92
  #
99
- - name: Raw pages
93
+ - name: Raw
100
94
  attic:
101
95
  enabled: true
102
96
 
103
97
  id: attic_raw
104
98
  layout: [ raw ]
105
- padding_top: 400
106
- padding_bottom: 50
107
- opacity: 0.5
108
-
109
- filters:
110
- grayscale: 1
111
- contrast: 0.8
112
- brightness: 0.8
113
99
 
114
100
  # --------------------------------------------------------------------------
115
- # layouts collection|app|raw
101
+ # Attic Text
116
102
  #
117
- - name: Text pages
103
+ - name: Text
118
104
  attic:
119
105
  enabled: true
120
106
 
@@ -19,6 +19,10 @@
19
19
  # HTML data for a layout, the loader procedure places the data based this
20
20
  # YAML data file into the REGION specified with a LANE.
21
21
  # ------------------------------------------------------------------------------
22
+ # NOTE:
23
+ # Animations on tite|tagline are taken from 'animate.css'
24
+ # See: https://animate.style/
25
+ # ------------------------------------------------------------------------------
22
26
 
23
27
  # ------------------------------------------------------------------------------
24
28
  # Description
@@ -38,6 +42,7 @@ defaults:
38
42
  # Global settings for text- and image-based header
39
43
  #
40
44
  debug: false
45
+ hide_oninit: true
41
46
 
42
47
  circuit: false
43
48
  notranslate: true
@@ -51,27 +56,25 @@ defaults:
51
56
  r_text: enabled
52
57
  text_emphasis: stronger
53
58
 
54
- padding_top: 200
59
+ padding_top: 400
55
60
  padding_bottom: 50
56
61
  margin_bottom: 50
57
62
 
58
63
  title_size: 3em
59
64
  title_color: rgba(255, 255, 255, 0.8) # rgba_lighten_800
60
- title_align: left # left | center | right (BS text alignment text-xxx)
61
- title_animate: animate__bounceInDown # all options allowed from animate
62
- title_animate_duration: animate__slower # all options allowed from animate
63
- # title_animate_delay: animate__delay-2s # all options allowed from animate
64
-
65
+ title_align: left # left | center| right (BS text alignments text-xxx)
66
+ title_animate: animate__bounceInDown # all animations supported from 'animate.css'
67
+ title_animate_delay: false # false | animate__delay-2s | animate__delay-3s | animate__delay-4s | animate__delay-5s
68
+ title_animate_duration: animate__slow # false | animate__slow | animate__slower | animate__fast | animate__faster
65
69
 
66
70
  tagline_size: 1.5em
67
71
  tagline_color: rgba(255, 255, 255, 0.8)
68
72
  tagline_align: left
69
73
  tagline_animate: animate__fadeInRight
70
- tagline_animate_duration: animate__slower
71
- # tagline_animate_delay: animate__delay-2s
74
+ tagline_animate_delay: false
75
+ tagline_animate_duration: animate__slow
72
76
 
73
-
74
- # gradient effect (all image color typas)
77
+ # gradient effect (all image color types)
75
78
  #
76
79
  # background_color_1: "#000" # black
77
80
  # background_color_2: "#78909C" # md-bluegray-400
@@ -81,6 +84,13 @@ defaults:
81
84
  background_color_1: "#0D47A1" # md-blue-900
82
85
  background_color_2: "#0D47A1" # md-blue-900
83
86
 
87
+ # CSS filter setting applied on (backstretch|background) image
88
+ #
89
+ filters:
90
+ grayscale: 1
91
+ contrast: 0.8
92
+ brightness: 0.8
93
+
84
94
  # currently NOT supported
85
95
  #
86
96
  action_enabled: false
@@ -114,7 +124,7 @@ defaults:
114
124
 
115
125
  # Sets the opacity for all header images. Can be
116
126
  # any number between 0.0 and 1.0
117
- opacity: 1.0
127
+ opacity: 0.5
118
128
  # alignX, the x-alignment for the image, can be
119
129
  # 'left'|'center'|'right' or any number between 0.0 and 1.0
120
130
  alignX: 0.5
@@ -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.2.3</template_version>
60
+ <template_version>2023.2.4</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.2.3'
394
+ VERSION = '2023.2.4'
395
395
  end
396
396
  end
@@ -102,7 +102,8 @@ accordion:
102
102
  resources: [ animate, iconify, scroller ]
103
103
  resource_options:
104
104
  - attic:
105
- padding_top: 600
105
+ # padding_top: 800
106
+ # opacity: 0.8
106
107
  slides:
107
108
  - url: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
108
109
  alt: Photo by Kristopher Roller on Unsplash
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2023.2.3",
4
+ "version": "2023.2.4",
5
5
  "description": "J1 Theme Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -31,7 +31,6 @@ permalink: /pages/public/about/features/
31
31
  resources: [ animate, lightbox ]
32
32
  resource_options:
33
33
  - attic:
34
- padding_top: 600
35
34
  slides:
36
35
  - url: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
37
36
  alt: J1 Starter Mockup
@@ -29,7 +29,6 @@ permalink: /pages/public/about/reporting_issues/
29
29
  resources: [ animate ]
30
30
  resource_options:
31
31
  - attic:
32
- padding_top: 600
33
32
  slides:
34
33
  - url: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
35
34
  alt: J1 Starter Mockup
@@ -38,7 +38,6 @@ resource_options:
38
38
  - toccer:
39
39
  collapseDepth: 3
40
40
  - attic:
41
- padding_top: 600
42
41
  slides:
43
42
  - url: /assets/images/modules/attics/sigmund-1920x1280.jpg
44
43
  alt: Photo by Sigmund on Unsplash
@@ -36,7 +36,6 @@ resource_options:
36
36
  - toccer:
37
37
  collapseDepth: 3
38
38
  - attic:
39
- padding_top: 600
40
39
  slides:
41
40
  - url: /assets/images/modules/attics/sigmund-1920x1280.jpg
42
41
  alt: Photo by Sigmund on Unsplash
@@ -35,7 +35,6 @@ resource_options:
35
35
  - toccer:
36
36
  collapseDepth: 3
37
37
  - attic:
38
- padding_top: 600
39
38
  slides:
40
39
  - url: /assets/images/modules/attics/sigmund-1920x1280.jpg
41
40
  alt: Photo by Sigmund on Unsplash
@@ -33,12 +33,9 @@ permalink: /pages/public/features/general_features/
33
33
 
34
34
  resources: [ animate, clipboard, comments, rouge, lightbox, iconify ]
35
35
  resource_options:
36
-
37
36
  - toccer:
38
37
  collapseDepth: 3
39
-
40
38
  - attic:
41
- padding_top: 600
42
39
  slides:
43
40
  - url: /assets/images/modules/attics/christina-1920x1280.jpg
44
41
  alt: Photo by Christina on Unsplash
@@ -38,12 +38,9 @@ resources: [
38
38
  video_js, vimeo_player, vimeo_froogaloop
39
39
  ]
40
40
  resource_options:
41
-
42
41
  - toccer:
43
42
  collapseDepth: 3
44
-
45
43
  - attic:
46
- padding_top: 600
47
44
  slides:
48
45
  - url: /assets/images/modules/attics/christina-1920x1280.jpg
49
46
  alt: Photo by Christina on Unsplash
@@ -24,7 +24,6 @@ permalink: /pages/public/bookshelf/bookshelf/
24
24
  resources: [ animate, masonry ]
25
25
  resource_options:
26
26
  - attic:
27
- padding_top: 600
28
27
  slides:
29
28
  - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
30
29
  alt: Photo by Giammarco on Unsplash
@@ -68,6 +67,10 @@ the *Bookshelf* contains:
68
67
  * Fantasy
69
68
  * Romance
70
69
 
70
+ NOTE: *Resize* the browser window to see the `masonry` module, applied on
71
+ this page, in action. All elements gets automatically *re-ordered* to fit
72
+ the grid positions calculated by the module.
73
+
71
74
  // Include sub-documents (if any)
72
75
  // -----------------------------------------------------------------------------
73
76
  == Biography
@@ -24,7 +24,6 @@ permalink: /pages/public/bookshelf/biography/
24
24
  resources: [ animate, masonry ]
25
25
  resource_options:
26
26
  - attic:
27
- padding_top: 600
28
27
  slides:
29
28
  - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
30
29
  alt: Photo by Giammarco on Unsplash
@@ -26,7 +26,6 @@ permalink: /pages/public/bookshelf/fantasy/
26
26
  resources: [ animate, masonry ]
27
27
  resource_options:
28
28
  - attic:
29
- padding_top: 600
30
29
  slides:
31
30
  - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
32
31
  alt: Photo by Giammarco on Unsplash
@@ -27,7 +27,6 @@ permalink: /pages/public/bookshelf/romance/
27
27
  resources: [ animate, masonry ]
28
28
  resource_options:
29
29
  - attic:
30
- padding_top: 600
31
30
  slides:
32
31
  - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
33
32
  alt: Photo by Giammarco on Unsplash
@@ -22,7 +22,6 @@ permalink: /pages/public/collections/jekyll_collect
22
22
  resources: [ animate ]
23
23
  resource_options:
24
24
  - attic:
25
- padding_top: 600
26
25
  slides:
27
26
  - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
28
27
  alt: Photo by Giammarco on Unsplash
@@ -27,7 +27,6 @@ permalink: /pages/public/learn/roundtrip/asciidoc_e
27
27
  resources: [ animate, clipboard, comments, lightbox, iconify, rouge ]
28
28
  resource_options:
29
29
  - attic:
30
- padding_top: 600
31
30
  slides:
32
31
  - url: /assets/images/pages/roundtrip/puzzle-1920x1280-bw.jpg
33
32
  alt: puzzle-1920x1280-bw
@@ -26,7 +26,6 @@ permalink: /pages/public/learn/roundtrip/themes/
26
26
  resources: [ animate, rouge, clipboard, lightbox ]
27
27
  resource_options:
28
28
  - attic:
29
- padding_top: 600
30
29
  slides:
31
30
  - url: /assets/images/modules/attics//themes-1920x1280-bw.jpg
32
31
  alt: Photo by Clem Onojeghuo on Unsplash
@@ -28,7 +28,6 @@ permalink: /pages/public/learn/roundtrip/mdi_icon_f
28
28
  resources: [ animate, iconify ]
29
29
  resource_options:
30
30
  - attic:
31
- padding_top: 600
32
31
  slides:
33
32
  - url: /assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.jpg
34
33
  alt: Photo by Harpal Singh on Unsplash
@@ -33,7 +33,6 @@ resource_options:
33
33
  - toccer:
34
34
  collapseDepth: 3
35
35
  - attic:
36
- padding_top: 600
37
36
  slides:
38
37
  - url: /assets/images/modules/attics/lunr-1280x800.jpg
39
38
  alt: Lunr Search Engine
@@ -28,7 +28,6 @@ permalink: /pages/public/learn/roundtrip/modals/
28
28
  resources: [ animate ]
29
29
  resource_options:
30
30
  - attic:
31
- padding_top: 600
32
31
  slides:
33
32
  - url: /assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg
34
33
  alt: Bootstrap Framework Logo
@@ -34,7 +34,6 @@ resources: [
34
34
  ]
35
35
  resource_options:
36
36
  - attic:
37
- padding_top: 600
38
37
  slides:
39
38
  - url: /assets/images/modules/attics/1920x1280/quino-al-2.jpg
40
39
  alt: Photo by Quino Al Angel on Unsplash
@@ -62,8 +61,8 @@ resource_options:
62
61
  :url-j1-docs--lightbox-module: https://jekyll.one/pages/public/manuals/modules/lightbox/
63
62
  :url-j1-docs--masterslider-module: https://jekyll.one/pages/public/manuals/modules/masterslider/
64
63
 
65
- :url-j1-masterslider-slider-previewer: https://jekyll.one/pages/public/previewer/masterslider/
66
- :url-j1-slick-previewer: /pages/public/previewer/slick/
64
+ :url-j1-masterslider-previewer: https://jekyll.one/pages/public/previewer/masterslider/
65
+ :url-j1-slick-previewer: https://jekyll.one/pages/public/previewer/slick/
67
66
 
68
67
  // Load Liquid procedures
69
68
  // -----------------------------------------------------------------------------
@@ -258,7 +257,7 @@ can also include animation effects, such as fade-in or slide-in transitions
258
257
  between images, to make the presentation more engaging and visually appealing.
259
258
 
260
259
  .Carousel + Arrows + Dots + Captions + Lightbox
261
- slick::image_carousel_mega_cities_lightbox[role="mb-5"]
260
+ slick::image_carousel_full[role="mb-5"]
262
261
 
263
262
  === Slick Carousel from Collections
264
263
 
@@ -272,7 +271,7 @@ various ways, such as changing the slider speed, or the navigation options
272
271
  like *Arrows* and *Dots*.
273
272
 
274
273
  .Collection Biography + Arrows + Dots + Gutters
275
- slick::collection_carousel_biography[role="mb-3"]
274
+ slick::collection_carousel_biography[role="mb-5"]
276
275
 
277
276
  === More about Slick Carousels
278
277
 
@@ -371,14 +370,13 @@ masterslider::ms_00009[role="mb-5"]
371
370
 
372
371
  === More about Master Slider
373
372
 
374
- [role="mb-5"]
375
373
  If you're interested to learn more about MS Slider, go for the following
376
374
  documents:
377
375
 
378
- * MS Slider link:{url-j1-masterslider-slider-previewer}[Previewer, {browser-window--new}]
376
+ * MS Slider link:{url-j1-masterslider-previewer}[Previewer, {browser-window--new}]
379
377
  * MS Slider link:{url-j1-docs--masterslider-module}[Module documentation, {browser-window--new}]
380
378
 
381
-
379
+ [role="mt-4"]
382
380
  == JustifiedGallery
383
381
 
384
382
  link:{url-justified-gallery--home}[JustifiedGallery, {browser-window--new}]
@@ -35,7 +35,6 @@ resources: [
35
35
  ]
36
36
  resource_options:
37
37
  - attic:
38
- padding_top: 600
39
38
  slides:
40
39
 
41
40
  # Broadway Underground - still image (animate default)
@@ -31,7 +31,6 @@ permalink: /pages/public/learn/roundtrip/responsive
31
31
  resources: [ animate, clipboard, lightbox, rouge ]
32
32
  resource_options:
33
33
  - attic:
34
- padding_top: 600
35
34
  slides:
36
35
  - url: /assets/images/pages/roundtrip/tables-1920x1280-bw.jpg
37
36
  alt: Photo by Markus Spiske on Unsplash
@@ -27,7 +27,6 @@ permalink: /pages/public/learn/roundtrip/typography
27
27
  resources: [ animate, clipboard, lightbox, rouge ]
28
28
  resource_options:
29
29
  - attic:
30
- padding_top: 600
31
30
  opacity: 0.3
32
31
  preload: 0
33
32
  transitionDuration: fast
@@ -27,7 +27,6 @@ permalink: /pages/public/learn/where_to_go/
27
27
  resources: [ animate, comments ]
28
28
  resource_options:
29
29
  - attic:
30
- padding_top: 600
31
30
  slides:
32
31
  - url: /assets/images/modules/attics/1920x1280/alexander-redl.jpg
33
32
  alt: Photo by Alexander Redl on Unsplash
@@ -33,7 +33,6 @@ permalink: /pages/public/legal/en/copyright/
33
33
  resources: [ animate, clipboard, comments, rouge ]
34
34
  resource_options:
35
35
  - attic:
36
- padding_top: 600
37
36
  slides:
38
37
  - url: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
39
38
  alt: J1 Starter Mockup
@@ -33,7 +33,6 @@ permalink: /pages/public/legal/en/impress/
33
33
  resources: [ animate ]
34
34
  resource_options:
35
35
  - attic:
36
- padding_top: 600
37
36
  slides:
38
37
  - url: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
39
38
  alt: J1 Starter Mockup
@@ -32,7 +32,6 @@ permalink: /pages/public/legal/en/privacy/
32
32
  resources: [ animate, clipboard, comments, rouge ]
33
33
  resource_options:
34
34
  - attic:
35
- padding_top: 600
36
35
  slides:
37
36
  - url: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
38
37
  alt: J1 Starter Mockup
@@ -32,7 +32,6 @@ permalink: /pages/public/legal/en/comment_policy/
32
32
  resources: [ animate, clipboard, comments, rouge ]
33
33
  resource_options:
34
34
  - attic:
35
- padding_top: 600
36
35
  slides:
37
36
  - url: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
38
37
  alt: J1 Starter Mockup
@@ -35,7 +35,6 @@ resources: [
35
35
 
36
36
  resource_options:
37
37
  - attic:
38
- padding_top: 600
39
38
  slides:
40
39
  - url: /assets/images/modules/attics/jessica-ruscello-1920x1280.jpg
41
40
  alt: Photo by Alexander Andrews on Unsplash
@@ -30,7 +30,6 @@ permalink: /pages/public/plans/plan_details/
30
30
  resources: [ animate, clipboard, lightbox, rouge ]
31
31
  resource_options:
32
32
  - attic:
33
- padding_top: 600
34
33
  slides:
35
34
  - url: /assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg
36
35
  alt: Photo by Kira auf der Heide on Unsplash
@@ -28,7 +28,6 @@ resource_options:
28
28
  - toccer:
29
29
  collapseDepth: 3
30
30
  - attic:
31
- padding_top: 600
32
31
  slides:
33
32
  - url: /assets/images/modules/attics/themes-1920x1280-bw.jpg
34
33
  alt: Photo by Clem Onojeghuo on Unsplash
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.2.3",
4
+ "version": "2023.2.4",
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.2.3",
4
+ "version": "2023.2.4",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {