j1-template 2024.3.23 → 2024.3.24

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.
Files changed (199) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/gallery_app.html +102 -14
  3. data/assets/theme/j1/adapter/js/gallery.js +13 -2
  4. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +29 -0
  5. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  6. data/assets/theme/j1/core/css/vendor.css +1 -1
  7. data/assets/theme/j1/core/css/vendor.min.css +1 -1
  8. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +36 -17
  9. data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +1 -8
  10. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +423 -297
  11. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -8
  12. data/assets/theme/j1/modules/rtable/css/theme/uno/rtable.css +11 -1
  13. data/assets/theme/j1/modules/videojs/css/themes/uno.css +41 -29
  14. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  15. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +4 -9
  16. data/assets/theme/j1/modules/videojs/plugins/controls/hotkeys/!examples/example.html +1 -1
  17. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +3 -7
  18. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +3 -8
  19. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-controls.html +4 -4
  20. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-javascript.html +3 -3
  21. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-playlist.html +3 -3
  22. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/global-parameters.html +3 -3
  23. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/simple.html +15 -4
  24. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/switch.html +3 -3
  25. data/assets/theme/j1/modules/videojs/plugins/players/vm/!examples/index.html +3 -3
  26. data/assets/theme/j1/modules/videojs/plugins/players/vm/!examples/player/index.html +3 -3
  27. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/global-parameters.html +5 -5
  28. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/simple.html +5 -5
  29. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/switch.html +5 -5
  30. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-controls.html +5 -5
  31. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-javascript.html +5 -5
  32. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-list.html +5 -5
  33. data/assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-playlist.html +5 -5
  34. data/lib/j1/version.rb +1 -1
  35. data/lib/starter_web/README.md +5 -5
  36. data/lib/starter_web/_config.yml +1 -1
  37. data/lib/starter_web/_data/blocks/banner.yml +2 -2
  38. data/lib/starter_web/_data/modules/attics.yml +11 -0
  39. data/lib/starter_web/_data/modules/carousel.yml +1 -1
  40. data/lib/starter_web/_data/modules/defaults/masonry.yml +115 -22
  41. data/lib/starter_web/_data/modules/gallery.yml +163 -215
  42. data/lib/starter_web/_data/modules/masonry.yml +6 -0
  43. data/lib/starter_web/_data/templates/feed.xml +1 -1
  44. data/lib/starter_web/_includes/attributes.asciidoc +7 -0
  45. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  46. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-redl.jpg +0 -0
  47. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-shatov.jpg +0 -0
  48. data/lib/starter_web/assets/image/module/attic/1920x1280/alexey-ruban.jpg +0 -0
  49. data/lib/starter_web/assets/image/module/attic/1920x1280/andrea-badino.jpg +0 -0
  50. data/lib/starter_web/assets/image/module/attic/1920x1280/bootstrap-modal.jpg +0 -0
  51. data/lib/starter_web/assets/image/module/attic/1920x1280/bp-miller.jpg +0 -0
  52. data/lib/starter_web/assets/image/module/attic/1920x1280/brad-neathery.jpg +0 -0
  53. data/lib/starter_web/assets/image/module/attic/1920x1280/brigitta-schneiter.jpg +0 -0
  54. data/lib/starter_web/assets/image/module/attic/1920x1280/build-with-gemini.jpg +0 -0
  55. data/lib/starter_web/assets/image/module/attic/1920x1280/clem-onojeghuo.jpg +0 -0
  56. data/lib/starter_web/assets/image/module/attic/1920x1280/crawford-jolly.jpg +0 -0
  57. data/lib/starter_web/assets/image/module/attic/1920x1280/eleni-afiontzi.jpg +0 -0
  58. data/lib/starter_web/assets/image/module/attic/1920x1280/fly-d.jpg +0 -0
  59. data/lib/starter_web/assets/image/module/attic/1920x1280/guillaume-bolduc.jpg +0 -0
  60. data/lib/starter_web/assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg +0 -0
  61. data/lib/starter_web/assets/image/module/attic/1920x1280/isaac-davis.jpg +0 -0
  62. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-2.jpg +0 -0
  63. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-3.jpg +0 -0
  64. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-starter-mockup-1.jpg +0 -0
  65. data/lib/starter_web/assets/image/module/attic/1920x1280/john-schnobrich-2.jpg +0 -0
  66. data/lib/starter_web/assets/image/module/attic/1920x1280/josep-martins.jpg +0 -0
  67. data/lib/starter_web/assets/image/module/attic/1920x1280/josh-liu.jpg +0 -0
  68. data/lib/starter_web/assets/image/module/attic/1920x1280/kelly-sikkemal.jpg +0 -0
  69. data/lib/starter_web/assets/image/module/attic/1920x1280/kira-auf-der-heide.jpg +0 -0
  70. data/lib/starter_web/assets/image/module/attic/1920x1280/kristopher-roller.jpg +0 -0
  71. data/lib/starter_web/assets/image/module/attic/1920x1280/markus-spiske.jpg +0 -0
  72. data/lib/starter_web/assets/image/module/attic/1920x1280/martin-sanchez.jpg +0 -0
  73. data/lib/starter_web/assets/image/module/attic/1920x1280/material_symbols.jpg +0 -0
  74. data/lib/starter_web/assets/image/module/attic/1920x1280/matthaeus.jpg +0 -0
  75. data/lib/starter_web/assets/image/module/attic/1920x1280/melanie-deziel.jpg +0 -0
  76. data/lib/starter_web/assets/image/module/attic/1920x1280/milad-fakurian.jpg +0 -0
  77. data/lib/starter_web/assets/image/module/attic/1920x1280/mohammad-rahmani.jpg +0 -0
  78. data/lib/starter_web/assets/image/module/attic/1920x1280/nasa.jpg +0 -0
  79. data/lib/starter_web/assets/image/module/attic/1920x1280/quino-al-2.jpg +0 -0
  80. data/lib/starter_web/assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg +0 -0
  81. data/lib/starter_web/assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg +0 -0
  82. data/lib/starter_web/assets/image/page/tour/bootswatch-themes.jpg +0 -0
  83. data/lib/starter_web/index.html +3 -2
  84. data/lib/starter_web/package.json +1 -1
  85. data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +1 -1
  86. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -5
  87. data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +7 -3
  88. data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +7 -3
  89. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +18 -3
  90. data/lib/starter_web/pages/public/tour/_includes/attributes.asciidoc +1 -2
  91. data/lib/starter_web/pages/public/tour/_includes/documents/themes_bootstrap.asciidoc +1 -1
  92. data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +7 -3
  93. data/lib/starter_web/pages/public/tour/bootstrap_themes.adoc +62 -7
  94. data/lib/starter_web/pages/public/tour/icon_fonts.adoc +4 -8
  95. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +2 -2
  96. data/lib/starter_web/pages/public/tour/responsive_tables.adoc +21 -15
  97. data/lib/starter_web/pages/public/tour/typography.adoc +5 -5
  98. data/lib/starter_web/pages/public/tour/video_data.adoc +24 -5
  99. metadata +11 -102
  100. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.css +0 -984
  101. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.min.css +0 -26
  102. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.css +0 -1627
  103. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.min.css +0 -25
  104. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/animation-w.png +0 -0
  105. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/customize-w.png +0 -0
  106. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/dynamic-w.png +0 -0
  107. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/facebook-icon.svg +0 -10
  108. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/googleplus-icon.svg +0 -30
  109. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/html5-w.png +0 -0
  110. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/linked-in.png +0 -0
  111. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/module-w.png +0 -0
  112. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button-hover.svg +0 -94
  113. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button.png +0 -0
  114. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button.svg +0 -93
  115. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/responsive-w.png +0 -0
  116. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/thumb-w.png +0 -0
  117. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/touch-w.png +0 -0
  118. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/twitter-icon.svg +0 -15
  119. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/twitter.png +0 -0
  120. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/video1-w.png +0 -0
  121. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/zoom-w.png +0 -0
  122. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/zoom.png +0 -0
  123. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/uno.css +0 -140
  124. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/uno.min.css +0 -19
  125. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.svg +0 -54
  126. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.ttf +0 -0
  127. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff +0 -0
  128. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff2 +0 -0
  129. data/assets/theme/j1/modules/lightGallery/!v2.7.2/images/loading.gif +0 -0
  130. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/loading.gif +0 -0
  131. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/video-play.png +0 -0
  132. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/vimeo-play.png +0 -0
  133. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/youtube-play.png +0 -0
  134. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.js +0 -2782
  135. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.min.js +0 -26
  136. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/LICENSE.md +0 -44
  137. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/README.md +0 -37
  138. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.js +0 -890
  139. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.min.js +0 -8
  140. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/j1-video.js +0 -402
  141. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/j1-video.min.js +0 -7
  142. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/lg-video.1.js +0 -585
  143. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.js +0 -275
  144. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.min.js +0 -26
  145. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.js +0 -230
  146. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.min.js +0 -26
  147. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.js +0 -160
  148. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.min.js +0 -26
  149. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.js +0 -223
  150. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.min.js +0 -27
  151. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.js +0 -157
  152. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.min.js +0 -26
  153. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.js +0 -164
  154. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.min.js +0 -26
  155. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.js +0 -299
  156. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.min.js +0 -26
  157. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.js +0 -244
  158. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.min.js +0 -27
  159. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.js +0 -509
  160. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.min.js +0 -26
  161. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.js +0 -909
  162. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.min.js +0 -26
  163. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.js +0 -207
  164. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.min.js +0 -26
  165. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.js +0 -999
  166. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.min.js +0 -26
  167. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.0.js +0 -495
  168. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.1.js +0 -513
  169. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.0.js +0 -553
  170. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +0 -585
  171. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.2.js +0 -914
  172. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/README.md +0 -151
  173. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/VideoJS.svg +0 -150
  174. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/video-js-cdn.css +0 -2012
  175. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.css +0 -147
  176. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.min.css +0 -5
  177. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.css +0 -113
  178. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.min.css +0 -5
  179. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.css +0 -166
  180. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.min.css +0 -5
  181. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.css +0 -72
  182. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.min.css +0 -5
  183. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.css +0 -311
  184. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.min.css +0 -19
  185. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.css +0 -1686
  186. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.min.css +0 -13
  187. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.js +0 -65226
  188. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.min.js +0 -55
  189. data/lib/starter_web/_data/modules/gallery_app.yml +0 -1002
  190. data/lib/starter_web/_data/modules/gallery_playlists.yml +0 -534
  191. data/lib/starter_web/assets/image/module/attic/1920x1280/alina-grubnyak.jpg +0 -0
  192. data/lib/starter_web/assets/image/module/attic/1920x1280/bruno-figueiredo.jpg +0 -0
  193. data/lib/starter_web/assets/image/module/attic/1920x1280/harpal-singh.jpg +0 -0
  194. data/lib/starter_web/assets/image/module/attic/1920x1280/hayden-mills-2.jpg +0 -0
  195. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-1.jpg +0 -0
  196. data/lib/starter_web/assets/image/module/attic/1920x1280/recha-oktaviani.jpg +0 -0
  197. data/lib/starter_web/assets/image/module/attic/1920x1280/tiny_desk.jpg +0 -0
  198. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280-bw.jpg +0 -0
  199. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280.jpg +0 -0
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <link type="text/css" rel="stylesheet" href="../../../../../css/videojs.min.css" />
4
+ <link type="text/css" rel="stylesheet" href="../../../../css/videojs.min.css" />
5
5
  </head>
6
6
  <body>
7
7
  <video
@@ -12,10 +12,10 @@
12
12
  >
13
13
  </video>
14
14
 
15
- <script src="../../../../../../jquery/js/jquery.js"></script>
16
- <script src="../../../../../../log4javascript/js/log4javascript.js"></script>
17
- <script src="../../../../../js/video.js"></script>
18
- <script src="../youtube.js"></script>
15
+ <script src="../../../../../jquery/js/jquery.js"></script>
16
+ <script src="../../../../../log4javascript/js/log4javascript.js"></script>
17
+ <script src="../../../../js/video.js"></script>
18
+ <script src="../js/youtube.js"></script>
19
19
  <script>
20
20
  // You can use any YouTube player parameters
21
21
  // https://developers.google.com/youtube/player_parameters?playerVersion=HTML5#Parameters
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <link type="text/css" rel="stylesheet" href="../../../../../css/videojs.min.css" />
4
+ <link type="text/css" rel="stylesheet" href="../../../../css/videojs.min.css" />
5
5
  </head>
6
6
  <body>
7
7
  <video
@@ -14,9 +14,9 @@
14
14
  >
15
15
  </video>
16
16
 
17
- <script src="../../../../../../jquery/js/jquery.js"></script>
18
- <script src="../../../../../../log4javascript/js/log4javascript.js"></script>
19
- <script src="../../../../../js/video.js"></script>
20
- <script src="../youtube.js"></script>
17
+ <script src="../../../../../jquery/js/jquery.js"></script>
18
+ <script src="../../../../../log4javascript/js/log4javascript.js"></script>
19
+ <script src="../../../../js/video.js"></script>
20
+ <script src="../js/youtube.js"></script>
21
21
  </body>
22
22
  </html>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <link type="text/css" rel="stylesheet" href="../../../../../css/videojs.min.css" />
4
+ <link type="text/css" rel="stylesheet" href="../../../../css/videojs.min.css" />
5
5
  </head>
6
6
  <body>
7
7
  <video
@@ -17,10 +17,10 @@
17
17
  <button class="oceans">Oceans</button>
18
18
  <button class="youtube">YouTube</button>
19
19
 
20
- <script src="../../../../../../jquery/js/jquery.js"></script>
21
- <script src="../../../../../../log4javascript/js/log4javascript.js"></script>
22
- <script src="../../../../../js/video.js"></script>
23
- <script src="../youtube.js"></script>
20
+ <script src="../../../../../jquery/js/jquery.js"></script>
21
+ <script src="../../../../../log4javascript/js/log4javascript.js"></script>
22
+ <script src="../../../../js/video.js"></script>
23
+ <script src="../js/youtube.js"></script>
24
24
  <script>
25
25
  var oceans = document.querySelector('.oceans');
26
26
  var youtube = document.querySelector('.youtube');
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <link type="text/css" rel="stylesheet" href="../../../../../css/videojs.min.css" />
4
+ <link type="text/css" rel="stylesheet" href="../../../../css/videojs.min.css" />
5
5
  </head>
6
6
  <body>
7
7
  <video
@@ -12,9 +12,9 @@
12
12
  >
13
13
  </video>
14
14
 
15
- <script src="../../../../../../jquery/js/jquery.js"></script>
16
- <script src="../../../../../../log4javascript/js/log4javascript.js"></script>
17
- <script src="../../../../../js/video.js"></script>
18
- <script src="../youtube.js"></script>
15
+ <script src="../../../../../jquery/js/jquery.js"></script>
16
+ <script src="../../../../../log4javascript/js/log4javascript.js"></script>
17
+ <script src="../../../../js/video.js"></script>
18
+ <script src="../js/youtube.js"></script>
19
19
  </body>
20
20
  </html>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <link type="text/css" rel="stylesheet" href="../../../../../css/videojs.min.css" />
4
+ <link type="text/css" rel="stylesheet" href="../../../../css/videojs.min.css" />
5
5
  </head>
6
6
  <body>
7
7
  <video
@@ -13,10 +13,10 @@
13
13
  >
14
14
  </video>
15
15
 
16
- <script src="../../../../../../jquery/js/jquery.js"></script>
17
- <script src="../../../../../../log4javascript/js/log4javascript.js"></script>
18
- <script src="../../../../../js/video.js"></script>
19
- <script src="../youtube.js"></script>
16
+ <script src="../../../../../jquery/js/jquery.js"></script>
17
+ <script src="../../../../../log4javascript/js/log4javascript.js"></script>
18
+ <script src="../../../../js/video.js"></script>
19
+ <script src="../js/youtube.js"></script>
20
20
  <script>
21
21
  // An example of playing with the Video.js javascript API
22
22
  // You can look at the doc there: http://docs.videojs.com/docs/guides/api.html
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <link type="text/css" rel="stylesheet" href="../../../../../css/videojs.min.css" />
4
+ <link type="text/css" rel="stylesheet" href="../../../../css/videojs.min.css" />
5
5
  </head>
6
6
  <body>
7
7
  <video
@@ -13,9 +13,9 @@
13
13
  >
14
14
  </video>
15
15
 
16
- <script src="../../../../../../jquery/js/jquery.js"></script>
17
- <script src="../../../../../../log4javascript/js/log4javascript.js"></script>
18
- <script src="../../../../../js/video.js"></script>
19
- <script src="../youtube.js"></script>
16
+ <script src="../../../../../jquery/js/jquery.js"></script>
17
+ <script src="../../../../../log4javascript/js/log4javascript.js"></script>
18
+ <script src="../../../../js/video.js"></script>
19
+ <script src="../js/youtube.js"></script>
20
20
  </body>
21
21
  </html>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <link type="text/css" rel="stylesheet" href="../../../../../css/videojs.min.css" />
4
+ <link type="text/css" rel="stylesheet" href="../../../../css/videojs.min.css" />
5
5
  </head>
6
6
  <body>
7
7
  <video
@@ -13,9 +13,9 @@
13
13
  >
14
14
  </video>
15
15
 
16
- <script src="../../../../../../jquery/js/jquery.js"></script>
17
- <script src="../../../../../../log4javascript/js/log4javascript.js"></script>
18
- <script src="../../../../../js/video.js"></script>
19
- <script src="../youtube.js"></script>
16
+ <script src="../../../../../jquery/js/jquery.js"></script>
17
+ <script src="../../../../../log4javascript/js/log4javascript.js"></script>
18
+ <script src="../../../../js/video.js"></script>
19
+ <script src="../js/youtube.js"></script>
20
20
  </body>
21
21
  </html>
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2024.3.23'
2
+ VERSION = '2024.3.24'
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 2024.3.23
382
+ 2023-02-28 18:12:12 - GENERATE: Using j1-template 2024.3.24
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@2024.3.23 setup C:\Users\xxx\j1-projects\my-starter
418
+ 2023-02-28 18:17:49 - SETUP: > j1@2024.3.24 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@2024.3.23 j1-site C:\Users\jadams\j1-projects\my-starter
463
+ 2023-02-28 18:26:18 - SITE: > j1@2024.3.24 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@2024.3.23 rebuild C:\Users\xxx\j1-projects\my-starter
502
+ 2023-02-28 18:45:09 - REBUILD: > j1@2024.3.24 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@2024.3.23 reset C:\Users\xxx\j1-projects\my-starter
550
+ 2023-02-28 18:29:08 - RESET: > j1@2024.3.24 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: 2024.3.23
56
+ version: 2024.3.24
57
57
 
58
58
  # copyright
59
59
  # ------------------------------------------------------------------------------
@@ -217,7 +217,7 @@ settings:
217
217
  gridify: true
218
218
  size_y: 450
219
219
  darken: 6
220
- background_image: /assets/image/module/attic/ideas-start-here-1920x1280-bw.jpg
220
+ background_image: /assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg
221
221
 
222
222
 
223
223
  # ----------------------------------------------------------------------------
@@ -246,7 +246,7 @@ settings:
246
246
  justify: true
247
247
  brightness: 80
248
248
  opacity: false
249
- picture: /assets/image/module/attic/ideas-start-here-1920x1280-bw.jpg
249
+ picture: /assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg
250
250
 
251
251
  # ------------------------------------------------------------------------------
252
252
  # END config
@@ -37,6 +37,17 @@ description:
37
37
  #
38
38
  settings:
39
39
 
40
+ # ----------------------------------------------------------------------------
41
+ # GLOBAL options
42
+ # ----------------------------------------------------------------------------
43
+ #
44
+ # CSS filter setting applied on (backstretch|background) image
45
+ #
46
+ filters:
47
+ grayscale: 0
48
+ contrast: 1
49
+ brightness: 1
50
+
40
51
  # ----------------------------------------------------------------------------
41
52
  # GENERAL options
42
53
  # ----------------------------------------------------------------------------
@@ -207,7 +207,7 @@ settings:
207
207
  text_color: var(--md-gray-300)
208
208
  font_size: 1.5rem
209
209
  font_weight: 500
210
- background: /assets/image/quote/default.jpg # /assets/image/module/attic/ideas-start-here-1920x1280-bw.jpg
210
+ background: /assets/image/quote/default.jpg #
211
211
  cover: true
212
212
  darken: 1
213
213
  gridify: true
@@ -26,7 +26,7 @@ defaults:
26
26
 
27
27
  # ----------------------------------------------------------------------------
28
28
  # GENERAL options
29
- # ----------------------------------------------------------------------------
29
+ # ============================================================================
30
30
  #
31
31
  enabled: false
32
32
  gutters: 3
@@ -41,14 +41,18 @@ defaults:
41
41
  #
42
42
  xhr_data_path: /assets/data/masonry
43
43
 
44
- # ------------------------------------------------------------------------
44
+
45
+ # ----------------------------------------------------------------------------
45
46
  # VideoJS settings
46
47
  # See details: https://jekyll.one/pages/public/manuals/videojs/videojs_api
47
- # ------------------------------------------------------------------------
48
+ # ============================================================================
48
49
  #
49
50
  videojs:
50
51
  enabled: false
52
+
51
53
  theme: uno
54
+ api: native # native|videojs
55
+
52
56
  options:
53
57
  autoplay: false
54
58
  controls: true
@@ -63,11 +67,98 @@ defaults:
63
67
  forward: 5
64
68
  backward: 5
65
69
 
70
+
71
+ # ----------------------------------------------------------------------------
72
+ # Player settings
73
+ # See: //jekyll.one/pages/public/manuals/videojs/lightgallery_api
74
+ # ============================================================================
75
+ #
76
+ player:
77
+ enabled: true
78
+
79
+ # VideoJS
80
+ # --------------------------------------------------------------------------
81
+ videojsPlayer:
82
+ enabled: true
83
+
84
+ options:
85
+ muted: false
86
+ preload: false
87
+ autoplayFirstVideo: true
88
+ playbackRates: [0.25, 0.5, 1, 1.5, 2]
89
+
90
+ controls: true
91
+ controlBar:
92
+ remainingTimeDisplay: true
93
+ pictureInPictureToggle: false
94
+ playbackRates: [0.25, 0.5, 1, 1.5, 2]
95
+
96
+ volumePanel:
97
+ inline: false
98
+
99
+ hotkeysPlugin:
100
+ enabled: true
101
+ options:
102
+ volumeStep: 0.2
103
+
104
+ skipButtonsPlugin:
105
+ enabled: true
106
+ options:
107
+ forward: 15
108
+ backward: 15
109
+
110
+ zoomPlugin:
111
+ enabled: true
112
+ options:
113
+ moveX: 0
114
+ moveY: 0
115
+ rotate: 0
116
+ zoom: 1
117
+
118
+ # Vimeo
119
+ # --------------------------------------------------------------------------
120
+ vimeoPlayer:
121
+ enabled: true
122
+ api: native # native|videojs
123
+
124
+ options:
125
+ autoPlay: true
126
+ muted: true
127
+ # byline: 0
128
+ # portrait: 0
129
+ # color: var(--md-gray-100)
130
+
131
+
132
+ # Wistia
133
+ # --------------------------------------------------------------------------
134
+ wistiaPlayer:
135
+ enabled: true
136
+ api: native # native|videojs
137
+
138
+ options:
139
+ autoPlay: true
140
+ fullscreenButton: true
141
+ muted: false
142
+ qualityControl: false
143
+
144
+ # Youtube
145
+ # --------------------------------------------------------------------------
146
+ youTubePlayer:
147
+ enabled: true
148
+ api: videojs # native|videojs
149
+
150
+ options:
151
+ autoPlay: true
152
+ muted: true
153
+ showinfo: true
154
+ controls: true
155
+
156
+
66
157
  # ----------------------------------------------------------------------------
67
158
  # Lightbox settings
68
159
  # See settings for lightbox: https://jekyll.one/pages/public/manuals/modules/lightbox/
69
160
  # See settings for lightGallery: https://jekyll.one/pages/public/manuals/videojs/videojs_api
70
- # ----------------------------------------------------------------------------
161
+ # ============================================================================
71
162
  #
72
163
  lightbox:
73
164
  enabled: false
@@ -79,12 +170,13 @@ defaults:
79
170
  download: false
80
171
  alignThumbnails: left
81
172
 
173
+
82
174
  # ----------------------------------------------------------------------------
83
175
  # Masonry MODULE options
84
- # ----------------------------------------------------------------------------
176
+ # ============================================================================
85
177
  #
86
178
  # initTimeout
87
- # --------------------------------------------------------------------------
179
+ # ----------------------------------------------------------------------------
88
180
  # Delays the initialization of a grid after the HTML code is loaded.
89
181
  # The delay depends on the browser used repectively how long it takes
90
182
  # the DOM is updated for the dynamically loaded HTML code (AJAX).
@@ -93,7 +185,7 @@ defaults:
93
185
  # default: 500
94
186
  #
95
187
  # hideDisabled
96
- # --------------------------------------------------------------------------
188
+ # ---------------------------------------------------------------------------
97
189
  # Hide if the grid is disabled. The CSS style display is set to `none`
98
190
  # for the element specified by `id`.
99
191
  #
@@ -104,7 +196,7 @@ defaults:
104
196
  initTimeout: 1200
105
197
  hideDisabled: true
106
198
 
107
- # ------------------------------------------------------------------------
199
+ # ----------------------------------------------------------------------------
108
200
  # Bootstrap responsive options
109
201
  #
110
202
  responsive:
@@ -123,18 +215,22 @@ defaults:
123
215
  contrast: 1
124
216
  brightness: 1
125
217
 
218
+
126
219
  # ----------------------------------------------------------------------------
127
220
  # Masonry API options
128
- #
221
+ # ============================================================================
222
+
223
+ # Settings
224
+ # ----------------------------------------------------------------------------
129
225
  # id
130
- # --------------------------------------------------------------------------
226
+ # ---------------------------------------------------------------------------
131
227
  # Specifies the id used for a grid
132
228
  #
133
229
  # values: string
134
230
  # default: no defaults
135
231
  #
136
232
  # percentPosition
137
- # --------------------------------------------------------------------------
233
+ # ---------------------------------------------------------------------------
138
234
  # Sets item positions in percent values, rather than pixel values.
139
235
  # Set percentPosition to true works well with percent-width items,
140
236
  # as items will not transition their position on resize.
@@ -143,28 +239,28 @@ defaults:
143
239
  # default: false
144
240
  #
145
241
  # horizontalOrder
146
- # --------------------------------------------------------------------------
242
+ # ---------------------------------------------------------------------------
147
243
  # Lays out items to (mostly) maintain horizontal left-to-right order.
148
244
  #
149
245
  # values: true|false
150
246
  # default: false
151
247
  #
152
248
  # resize
153
- # --------------------------------------------------------------------------
249
+ # ---------------------------------------------------------------------------
154
250
  # Adjusts sizes and positions when window is resized. Enabled by default.
155
251
  #
156
252
  # values: true|false
157
253
  # default: true
158
254
  #
159
255
  # transitionDuration
160
- # --------------------------------------------------------------------------
256
+ # ---------------------------------------------------------------------------
161
257
  # Duration of the transition (seconds) when items change position.
162
258
  #
163
259
  # values: float
164
260
  # default: 0.4
165
261
  #
166
262
  # columnWidth
167
- # --------------------------------------------------------------------------
263
+ # ---------------------------------------------------------------------------
168
264
  # Aligns items to a horizontal grid.
169
265
  # It is recommend setting columnWidth. If columnWidth is not set, Masonry
170
266
  # will use the outer width of the first item.
@@ -173,7 +269,7 @@ defaults:
173
269
  # default: no defaults
174
270
  #
175
271
  # stagger
176
- # --------------------------------------------------------------------------
272
+ # ---------------------------------------------------------------------------
177
273
  # Staggers item transitions, so items transition incrementally after
178
274
  # one another. Value (integer) set as a number of milliseconds.
179
275
  #
@@ -181,7 +277,7 @@ defaults:
181
277
  # default: 30
182
278
  #
183
279
  # itemSelector
184
- # --------------------------------------------------------------------------
280
+ # ---------------------------------------------------------------------------
185
281
  # Specifies which child elements will be used as item elements in the layout.
186
282
  # It is recommend always setting itemSelector. itemSelector is useful to
187
283
  # exclude sizing elements or other elements that are not part of the layout.
@@ -190,7 +286,7 @@ defaults:
190
286
  # default: no defaults
191
287
  #
192
288
  # initLayout
193
- # --------------------------------------------------------------------------
289
+ # ---------------------------------------------------------------------------
194
290
  # Enables|Disables layout on initialization. Disabled for J1 by default.
195
291
  # If initLayout is to `false`, layout is DISABLED on initialization.
196
292
  # Used to MANUALLY initialize a layout by methods or add events BEFORE
@@ -200,10 +296,7 @@ defaults:
200
296
  # default: true
201
297
  #
202
298
  # ----------------------------------------------------------------------------
203
-
204
- # ----------------------------------------------------------------------------
205
- # Masonry options
206
- # ----------------------------------------------------------------------------
299
+ #
207
300
  initLayout: true
208
301
  originTop: true
209
302
  originLeft: true