j1-template 2024.3.15 → 2024.3.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (211) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/amplitude.html +139 -68
  3. data/assets/data/banner.html +1 -1
  4. data/assets/data/cookieconsent.html +1 -1
  5. data/assets/data/docsearch.html +1 -1
  6. data/assets/data/fab.html +1 -1
  7. data/assets/data/footer.html +1 -1
  8. data/assets/data/galeries.html +1 -1
  9. data/assets/data/gallery_customizer.html +1 -1
  10. data/assets/data/gemini-ui.html +1 -1
  11. data/assets/data/iframes.html +1 -1
  12. data/assets/data/masonry.html +1 -1
  13. data/assets/data/masterslider.html +1 -1
  14. data/assets/data/menu.html +1 -1
  15. data/assets/data/mmenu.html +1 -1
  16. data/assets/data/mmenu_sidebar.html +1 -1
  17. data/assets/data/mmenu_toc.html +1 -1
  18. data/assets/data/panel.html +5 -4
  19. data/assets/data/quicklinks.html +1 -1
  20. data/assets/data/rtext_resizer.html +1 -1
  21. data/assets/data/slick.html +1 -1
  22. data/assets/data/speak2me.html +1 -1
  23. data/assets/data/swiper.html +313 -0
  24. data/assets/theme/j1/adapter/js/amplitude.30.js +1177 -0
  25. data/assets/theme/j1/adapter/js/amplitude.js +241 -191
  26. data/assets/theme/j1/adapter/js/j1.js +3 -3
  27. data/assets/theme/j1/adapter/js/masonry.js +2 -2
  28. data/assets/theme/j1/adapter/js/masterslider.js +2 -1
  29. data/assets/theme/j1/adapter/js/swiper.js +231 -0
  30. data/assets/theme/j1/adapter/js/videojs.js +212 -0
  31. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +7 -4
  32. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css.map +1 -1
  33. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  34. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css.map +1 -1
  35. data/assets/theme/j1/core/js/template.js +4 -0
  36. data/assets/theme/j1/core/js/template.min.js +2 -2
  37. data/assets/theme/j1/core/js/template.min.js.map +1 -1
  38. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +94 -4
  39. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
  40. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +3 -2
  41. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +1 -1
  42. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +72 -10
  43. data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +2 -1
  44. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/artist.svg +78 -0
  45. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg +52 -20
  46. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg +20 -39
  47. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/now-playing.svg +24 -38
  48. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-hide.svg +85 -0
  49. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-music.svg +85 -0
  50. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-show.svg +85 -0
  51. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist.svg +85 -0
  52. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg +18 -37
  53. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg +33 -30
  54. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg +33 -29
  55. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg +55 -14
  56. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg +56 -14
  57. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg +38 -21
  58. data/assets/theme/j1/modules/amplitudejs/js/amplitude.map +20 -20
  59. data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.15.js +1594 -0
  60. data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +1617 -89
  61. data/assets/theme/j1/modules/amplitudejs/js/visualizations/bar.js +1 -1
  62. data/assets/theme/j1/modules/amplitudejs/js/visualizations/circular-equalizer.js +31 -1
  63. data/assets/theme/j1/modules/amplitudejs/js/visualizations/frequency-analyzer.js +1 -1
  64. data/assets/theme/j1/modules/amplitudejs/js/visualizations/michael-bromley.js +1 -1
  65. data/assets/theme/j1/modules/amplitudejs/js/visualizations/template.js +1 -1
  66. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +206 -122
  67. data/assets/theme/j1/modules/photoswipe/.version_5.4.4 +6 -0
  68. data/assets/theme/j1/modules/photoswipe/LICENSE +21 -0
  69. data/assets/theme/j1/modules/photoswipe/README.md +32 -0
  70. data/assets/theme/j1/modules/photoswipe/css/org/photoswipe-dynamic-caption-plugin.umd.min.js +5 -0
  71. data/assets/theme/j1/modules/photoswipe/css/org/photoswipe.css +420 -0
  72. data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.css +67 -0
  73. data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.min.css +16 -0
  74. data/assets/theme/j1/modules/photoswipe/css/photoswipe.css +376 -0
  75. data/assets/theme/j1/modules/photoswipe/css/photoswipe.min.css +17 -0
  76. data/assets/theme/j1/modules/photoswipe/css/scss/photoswipe.scss +427 -0
  77. data/assets/theme/j1/modules/photoswipe/example/photoswipe-caption-plugin.html +237 -0
  78. data/assets/theme/j1/modules/photoswipe/example/test-gallery.html +36 -0
  79. data/assets/theme/j1/modules/photoswipe/js/README.md +43 -0
  80. data/assets/theme/j1/modules/photoswipe/js/photoswipe-caption-plugin.min.js +5 -0
  81. data/assets/theme/j1/modules/photoswipe/js/photoswipe-core.min.js +18 -0
  82. data/assets/theme/j1/modules/photoswipe/js/photoswipe-lightbox.min.js +18 -0
  83. data/assets/theme/j1/modules/swiper/.version_1.2.0 +15 -0
  84. data/assets/theme/j1/modules/swiper/LICENSE +20 -0
  85. data/assets/theme/j1/modules/swiper/README.md +95 -0
  86. data/assets/theme/j1/modules/swiper/css/swiper-bundle.css +740 -0
  87. data/assets/theme/j1/modules/swiper/css/swiper-bundle.min..css +17 -0
  88. data/assets/theme/j1/modules/swiper/css/theme/uno.css +249 -0
  89. data/assets/theme/j1/modules/swiper/css/theme/uno.min.css +154 -0
  90. data/assets/theme/j1/modules/swiper/js/swiper-bundle.js +9785 -0
  91. data/assets/theme/j1/modules/swiper/js/swiper-bundle.min.js +17 -0
  92. data/assets/theme/j1/modules/swiper/swiperjs.com-demos.url +2 -0
  93. data/assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg +82 -0
  94. data/assets/theme/j1/modules/videojs/css/font/README.md +151 -0
  95. data/assets/theme/j1/modules/videojs/css/font/VideoJS.svg +150 -0
  96. data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +2012 -0
  97. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +32 -0
  98. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +31 -0
  99. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css +31 -0
  100. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css +21 -0
  101. data/assets/theme/j1/modules/videojs/css/themes/uno.css +14 -3
  102. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  103. data/assets/theme/j1/modules/videojs/css/videojs.css +1 -0
  104. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE +13 -0
  105. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md +75 -0
  106. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js +149 -0
  107. data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js +21 -0
  108. data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md +76 -30
  109. data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js +64 -53
  110. data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js +1 -1
  111. data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md +133 -0
  112. data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js +137 -0
  113. data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js +21 -0
  114. data/assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js +15 -12
  115. data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js +43 -16
  116. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/fastfilereaderext.so +0 -0
  117. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/rubyeventmachine.so +0 -0
  118. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/fastfilereaderext.so +0 -0
  119. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/rubyeventmachine.so +0 -0
  120. data/lib/j1/version.rb +1 -1
  121. data/lib/j1_app/j1_auth_manager/config.rb +0 -4
  122. data/lib/starter_web/Gemfile +45 -22
  123. data/lib/starter_web/README.md +5 -5
  124. data/lib/starter_web/_config.yml +4 -6
  125. data/lib/starter_web/_data/modules/amplitude.yml +308 -363
  126. data/lib/starter_web/_data/modules/defaults/amplitude.yml +60 -35
  127. data/lib/starter_web/_data/modules/defaults/gallery.yml +42 -0
  128. data/lib/starter_web/_data/modules/defaults/slick.yml +1 -1
  129. data/lib/starter_web/_data/modules/defaults/swiper.yml +515 -0
  130. data/lib/starter_web/_data/modules/defaults/videojs.yml +107 -0
  131. data/lib/starter_web/_data/modules/gallery.yml +30 -14
  132. data/lib/starter_web/_data/modules/masonry.yml +15 -0
  133. data/lib/starter_web/_data/modules/swiper.yml +227 -0
  134. data/lib/starter_web/_data/modules/videojs.yml +57 -0
  135. data/lib/starter_web/_data/resources.yml +50 -16
  136. data/lib/starter_web/_data/templates/feed.xml +1 -1
  137. data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +1 -0
  138. data/lib/starter_web/_plugins/asciidoctor/amplitude-block.rb +1 -0
  139. data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +4 -1
  140. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +141 -24
  141. data/lib/starter_web/_plugins/asciidoctor/vimeo-block.rb +4 -1
  142. data/lib/starter_web/_plugins/asciidoctor/wistia-block.rb +313 -0
  143. data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +192 -17
  144. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  145. data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/der_unverzichtbare_feind.jpg +0 -0
  146. data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/ein_diener_vieler_herren.jpg +0 -0
  147. data/lib/starter_web/assets/video/poster/youtube/the_piano/the-piano.jpg +0 -0
  148. data/lib/starter_web/package.json +1 -1
  149. data/lib/starter_web/pages/public/_includes/attributes.asciidoc +45 -0
  150. data/lib/starter_web/pages/public/_includes/documents/photoswipe/200_photoswipe_parameters.asciidoc +510 -0
  151. data/lib/starter_web/pages/public/_includes/documents/photoswipe/210_photoswipe_lightbox_parameters.asciidoc +98 -0
  152. data/lib/starter_web/pages/public/_includes/documents/photoswipe/300_caption_plugin_for_photoSwipe.asciidoc +327 -0
  153. data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_features.asciidoc +50 -0
  154. data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_html_layout.asciidoc +122 -0
  155. data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_initialization.asciidoc +53 -0
  156. data/lib/starter_web/pages/public/_includes/documents/swiper/110_swiper_common_options.asciidoc +43 -0
  157. data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_a_k.asciidoc +994 -0
  158. data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_l_o.asciidoc +473 -0
  159. data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_p_s.asciidoc +700 -0
  160. data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_t_z.asciidoc +413 -0
  161. data/lib/starter_web/pages/public/_includes/documents/swiper/300_swiper_instance_properties.asciidoc +873 -0
  162. data/lib/starter_web/pages/public/_includes/documents/swiper/400_swiper_modules.asciidoc +2514 -0
  163. data/lib/starter_web/pages/public/_includes/documents/swiper/500_swiper_methods.asciidoc +989 -0
  164. data/lib/starter_web/pages/public/_includes/documents/swiper/600_swiper_events.asciidoc +1534 -0
  165. data/lib/starter_web/pages/public/amplitude_yt_tester.adoc +89 -62
  166. data/lib/starter_web/pages/public/manuals/integrations/amplitudejs/amplitudejs-api.adoc +1 -1
  167. data/lib/starter_web/pages/public/manuals/integrations/videojs/youtube-api.adoc +1638 -0
  168. data/lib/starter_web/pages/public/photoswipe_api.adoc +150 -0
  169. data/lib/starter_web/pages/public/swiper_api.adoc +128 -0
  170. data/lib/starter_web/pages/public/swiper_tester.adoc +973 -0
  171. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -6
  172. data/lib/starter_web/pages/public/tools/previewer/preview_videojs.adoc +203 -0
  173. data/lib/starter_web/pages/{tour → public/tour}/modal_extentions.adoc +12 -5
  174. data/lib/starter_web/pages/{tour → public/tour}/play_audio.adoc +63 -15
  175. data/lib/starter_web/pages/{tour → public/tour}/play_video.adoc +79 -40
  176. data/lib/starter_web/pages/{tour → public/tour}/present_images.adoc +5 -5
  177. metadata +114 -41
  178. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_pause.svg +0 -19
  179. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_play.svg +0 -18
  180. data/assets/theme/j1/modules/amplitudejs/icons/player/dark/show-playlist.svg +0 -15
  181. data/assets/theme/j1/modules/jqueryScrollbar/LICENSE +0 -20
  182. data/assets/theme/j1/modules/jqueryScrollbar/README.md +0 -28
  183. data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.css +0 -939
  184. data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.min.css +0 -20
  185. data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.js +0 -851
  186. data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.min.js +0 -36
  187. data/assets/theme/j1/modules/jqueryScrollbar/sass/scrollbar.scss +0 -806
  188. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.0.js +0 -794
  189. /data/lib/starter_web/pages/{tour → public/tour}/_includes/attributes.asciidoc +0 -0
  190. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/100_gistblock.asciidoc +0 -0
  191. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_info.asciidoc +0 -0
  192. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_left_warning.asciidoc +0 -0
  193. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_right_danger.asciidoc +0 -0
  194. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_central_success.asciidoc +0 -0
  195. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_left_info.asciidoc +0 -0
  196. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_right_success.asciidoc +0 -0
  197. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -0
  198. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_info.asciidoc +0 -0
  199. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_left_info.asciidoc +0 -0
  200. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_right_success.asciidoc +0 -0
  201. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/419_advanced_modals_demo.asciidoc +0 -0
  202. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/tables/bs_modal_examples.asciidoc +0 -0
  203. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_bootstrap.asciidoc +0 -0
  204. /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_rouge.asciidoc +0 -0
  205. /data/lib/starter_web/pages/{tour → public/tour}/asciidoc_extensions.adoc +0 -0
  206. /data/lib/starter_web/pages/{tour → public/tour}/bootstrap_themes.adoc +0 -0
  207. /data/lib/starter_web/pages/{tour → public/tour}/highlghter_rouge.adoc +0 -0
  208. /data/lib/starter_web/pages/{tour → public/tour}/icon_fonts.adoc +0 -0
  209. /data/lib/starter_web/pages/{tour → public/tour}/quicksearch.adoc +0 -0
  210. /data/lib/starter_web/pages/{tour → public/tour}/responsive_tables.adoc +0 -0
  211. /data/lib/starter_web/pages/{tour → public/tour}/typography.adoc +0 -0
@@ -0,0 +1,515 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/defaults/swiper.yml
3
+ # Default configuration settings for J1 Swiper module
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2023, 2024 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
12
+ # ------------------------------------------------------------------------------
13
+
14
+ # ------------------------------------------------------------------------------
15
+ # Description
16
+ #
17
+ description:
18
+ title: J1 Swiper
19
+ scope: Default settings
20
+ location: _data/modules/defaults/swiper.yml
21
+
22
+ # ------------------------------------------------------------------------------
23
+ # Default settings
24
+ #
25
+ defaults:
26
+
27
+ # ----------------------------------------------------------------------------
28
+ # GENERAL slider settings
29
+ #
30
+ # enabled
31
+ # ----------------------------------------------------------------------------
32
+ # Enables|Disables the use of a slider
33
+ #
34
+ # xhr_data_path
35
+ # ----------------------------------------------------------------------------
36
+ # All data items displayed by a slider are being read from a
37
+ # JSON file automatically generated from that configuration.
38
+ # AJAX get method is used to supply the slider with respective
39
+ # the HTML code at the time the slider is initialized (by the
40
+ # J1 Adapter for J1 Owl Sliders).
41
+ #
42
+ # values: string
43
+ # default: /assets/data/carousel.json
44
+ #
45
+ # ----------------------------------------------------------------------------
46
+ enabled: false
47
+
48
+ # ----------------------------------------------------------------------------
49
+ # AJAX (JSON)
50
+ #
51
+ # The HTML portion of a slider are being read from a HTML file generated
52
+ # automatically from its configuration for all sliders configured.
53
+ # AJAX methods are used to supply the needed HTML code at the time
54
+ # a slider is initialized by the JS adapter.
55
+ # ----------------------------------------------------------------------------
56
+ xhr_data_path: /assets/data/swiper
57
+
58
+ # ----------------------------------------------------------------------------
59
+ # Theme options
60
+ # ----------------------------------------------------------------------------
61
+ theme: uno
62
+
63
+ # ----------------------------------------------------------------------------
64
+ # Lightbox options (Slick Lightbox)
65
+ # ----------------------------------------------------------------------------
66
+ lightbox:
67
+ enabled: false
68
+ type: slick # only type 'slick' supported
69
+ caption: false
70
+ useHistoryApi: false
71
+ background: rgba(0,0,0,.8) # slick lightbox options
72
+ closeOnEscape: true
73
+ closeOnBackdropClick: true
74
+ navigateByKeyboard: true
75
+ destroyTimeout: 500
76
+ imageMaxHeight: 0.9
77
+ lazy: false
78
+
79
+ # ----------------------------------------------------------------------------
80
+ # CSS filter options
81
+ # ----------------------------------------------------------------------------
82
+ filters:
83
+ enabled: false
84
+ grayscale: 1
85
+ contrast: 1
86
+ brightness: 1
87
+
88
+ # ----------------------------------------------------------------------------
89
+ # Slider options
90
+ #
91
+ # accessibility
92
+ # ----------------------------------------------------------------------------
93
+ # Enables tabbing and arrow key navigation. Unless autoplay: true,
94
+ # sets browser focus to current slide (or first of current slide set,
95
+ # if multiple slidesToShow) after slide change. For full a11y compliance
96
+ # enable focusOnChange in addition to this.
97
+ #
98
+ # values: boolean
99
+ # default: false
100
+ #
101
+ # adaptiveHeight
102
+ # ----------------------------------------------------------------------------
103
+ # Adapts slider height to the current slide.
104
+ #
105
+ # values: boolean
106
+ # default: false
107
+ #
108
+ # appendArrows:
109
+ # ----------------------------------------------------------------------------
110
+ # Change where the navigation arrows are attached (Selector, htmlString,
111
+ # Array, Element, jQuery object)
112
+ #
113
+ # values: string
114
+ # default: $(element)
115
+ #
116
+ # appendDots
117
+ # ----------------------------------------------------------------------------
118
+ # Change where the navigation dots are attached (Selector, htmlString,
119
+ # Array, Element, jQuery object)
120
+ #
121
+ # values: string
122
+ # default: $(element)
123
+ #
124
+ # arrows
125
+ # ----------------------------------------------------------------------------
126
+ # Enable Next/Prev arrows.
127
+ #
128
+ # values: boolean
129
+ # default: true
130
+ #
131
+ # asNavFor
132
+ # ----------------------------------------------------------------------------
133
+ # Enables syncing of multiple sliders.
134
+ #
135
+ # values: string
136
+ # default: $(element)
137
+ #
138
+ # autoplay
139
+ # ----------------------------------------------------------------------------
140
+ # Enables auto play of slides
141
+ #
142
+ # values: boolean
143
+ # default: false
144
+ #
145
+ # autoplaySpeed
146
+ # ----------------------------------------------------------------------------
147
+ # Auto play change interval
148
+ #
149
+ # values: int
150
+ # default: 3000
151
+ #
152
+ # centerMode
153
+ # ----------------------------------------------------------------------------
154
+ # Enables centered view with partial prev/next slides. Use with odd
155
+ # numbered slidesToShow counts.
156
+ #
157
+ # values: boolean
158
+ # default: false
159
+ #
160
+ # centerPadding
161
+ # ----------------------------------------------------------------------------
162
+ # Side padding when in center mode (px or %).
163
+ #
164
+ # values: string
165
+ # default: '50px'
166
+ #
167
+ # cssEase
168
+ # ----------------------------------------------------------------------------
169
+ # CSS3 easing
170
+ #
171
+ # values: string
172
+ # default: 'ease'
173
+ #
174
+ # customPaging
175
+ # ----------------------------------------------------------------------------
176
+ # Custom paging template.
177
+ #
178
+ # values: function
179
+ # default: n/a
180
+ #
181
+ # dots
182
+ # ----------------------------------------------------------------------------
183
+ # Enable slide indicator dots.
184
+ #
185
+ # values: boolean
186
+ # default: false
187
+ #
188
+ # dotsClass
189
+ # ----------------------------------------------------------------------------
190
+ # Class for slide indicator dots container.
191
+ #
192
+ # values: string
193
+ # default: 'slick-dots'
194
+ #
195
+ # draggable
196
+ # ----------------------------------------------------------------------------
197
+ # Enables desktop dragging.
198
+ #
199
+ # values: boolean
200
+ # default: true
201
+ #
202
+ # easing
203
+ # ----------------------------------------------------------------------------
204
+ # animate() fallback easing.
205
+ #
206
+ # values: string
207
+ # default: 'linear'
208
+ #
209
+ # edgeFriction
210
+ # ----------------------------------------------------------------------------
211
+ # Resistance when swiping edges of non-infinite carousels.
212
+ #
213
+ # values: integer
214
+ # default: 0.15
215
+ #
216
+ # fade
217
+ # ----------------------------------------------------------------------------
218
+ # Enables fading.
219
+ #
220
+ # values: boolean
221
+ # default: false
222
+ #
223
+ # focusOnSelect
224
+ # ----------------------------------------------------------------------------
225
+ # Enable focus on selected element (click).
226
+ #
227
+ # values: boolean
228
+ # default: false
229
+ #
230
+ # focusOnChange
231
+ # ----------------------------------------------------------------------------
232
+ # Puts focus on slide after change.
233
+ #
234
+ # values: boolean
235
+ # default: false
236
+ #
237
+ # infinite
238
+ # ----------------------------------------------------------------------------
239
+ # Enable Infinite looping.
240
+ #
241
+ # values: boolean
242
+ # default: true
243
+ #
244
+ # initialSlide
245
+ # ----------------------------------------------------------------------------
246
+ # Slide to start on.
247
+ #
248
+ # values: integer
249
+ # default: 0
250
+ #
251
+ # lazyLoad
252
+ # ----------------------------------------------------------------------------
253
+ # Accepts 'ondemand' or 'progressive' for lazy load technique. 'ondemand'
254
+ # will load the image as soon as you slide to it, 'progressive' loads one
255
+ # image after the other when the page loads.
256
+ #
257
+ # values: string
258
+ # default: 'ondemand'
259
+ #
260
+ # mobileFirst
261
+ # ----------------------------------------------------------------------------
262
+ # Responsive settings use mobile first calculation.
263
+ #
264
+ # values: boolean
265
+ # default: false
266
+ #
267
+ # nextArrow
268
+ # ----------------------------------------------------------------------------
269
+ # Allows you to select a node or customize the HTML for the "Next" arrow.
270
+ # (html | jQuery selector) | object (DOM node | jQuery object)
271
+ # <button type="button" class="slick-next">Next</button>
272
+ #
273
+ # values: string
274
+ # default: selector
275
+ #
276
+ # pauseOnDotsHover
277
+ # ----------------------------------------------------------------------------
278
+ # Pauses autoplay when a dot is hovered.
279
+ #
280
+ # values: boolean
281
+ # default: false
282
+ #
283
+ # pauseOnFocus
284
+ # ----------------------------------------------------------------------------
285
+ # Pause autoplay when slider is focussed
286
+ #
287
+ # values: boolean
288
+ # default: false
289
+ #
290
+ # pauseOnHover
291
+ # ----------------------------------------------------------------------------
292
+ # Pause autoplay on hover.
293
+ #
294
+ # values: boolean
295
+ # default: true
296
+ #
297
+ # prevArrow
298
+ # ----------------------------------------------------------------------------
299
+ # Allows you to select a node or customize the HTML for the "Previous"
300
+ # arrow.
301
+ # (html | jQuery selector) | object (DOM node | jQuery object)
302
+ # <button type="button" class="slick-prev">Previous</button>
303
+ #
304
+ # values: string
305
+ # default: selector
306
+ #
307
+ # respondTo
308
+ # ----------------------------------------------------------------------------
309
+ # Width that responsive object responds to. Can be 'window', 'slider' or
310
+ # 'min' (the smaller of the two).
311
+ #
312
+ # values: string
313
+ # default: 'window'
314
+ #
315
+ # responsive
316
+ # ----------------------------------------------------------------------------
317
+ # Array of objects containing breakpoints and settings objects.
318
+ # Enables settings at given breakpoint. Set settings to "unslick"
319
+ # instead of an object to disable slick at a given breakpoint.
320
+ #
321
+ # values: array
322
+ # default: null
323
+ #
324
+ # rows
325
+ # ----------------------------------------------------------------------------
326
+ # Setting this to more than 1 initializes grid mode. Use slidesPerRow
327
+ # to set how many slides should be in each row.
328
+ #
329
+ # values: integer
330
+ # default: 1
331
+ #
332
+ # rtl
333
+ # ----------------------------------------------------------------------------
334
+ # Change the slider's direction to become right-to-left.
335
+ #
336
+ # values: boolean
337
+ # default: false
338
+ #
339
+ # slide
340
+ # ----------------------------------------------------------------------------
341
+ # Slide element query.
342
+ #
343
+ # values: string
344
+ # default: ''
345
+ #
346
+ # slidesPerRow
347
+ # ----------------------------------------------------------------------------
348
+ # With grid mode initialized via the rows option, this sets how many
349
+ # slides are in each grid row.
350
+ #
351
+ # values: integer
352
+ # default: 1
353
+ #
354
+ # slidesToScroll
355
+ # ----------------------------------------------------------------------------
356
+ # Number of slides to scroll at a time.
357
+ #
358
+ # values: integer
359
+ # default: 1
360
+ #
361
+ # slidesToShow
362
+ # ----------------------------------------------------------------------------
363
+ # Number of slides to show at a time.
364
+ #
365
+ # values: integer
366
+ # default: 1
367
+ #
368
+ # speed
369
+ # ----------------------------------------------------------------------------
370
+ # Transition speed.
371
+ #
372
+ # values: integer
373
+ # default: 300
374
+ #
375
+ # swipe
376
+ # ----------------------------------------------------------------------------
377
+ # Enables touch swipe.
378
+ #
379
+ # values: boolean
380
+ # default: true
381
+ #
382
+ # swipeToSlide
383
+ # ----------------------------------------------------------------------------
384
+ # Swipe to slide irrespective of slidesToScroll.
385
+ #
386
+ # values: boolean
387
+ # default: false
388
+ #
389
+ # touchMove
390
+ # ----------------------------------------------------------------------------
391
+ # Enables slide moving with touch.
392
+ #
393
+ # values: boolean
394
+ # default: true
395
+ #
396
+ # touchThreshold
397
+ # ----------------------------------------------------------------------------
398
+ # To advance slides, the user must swipe a length of
399
+ # (1/touchThreshold) * width
400
+ # of the slider.
401
+ #
402
+ # values: integer
403
+ # default: 5
404
+ #
405
+ # useCSS
406
+ # ----------------------------------------------------------------------------
407
+ # Enable/Disable CSS Transitions.
408
+ #
409
+ # values: boolean
410
+ # default: true
411
+ #
412
+ # useTransform
413
+ # ----------------------------------------------------------------------------
414
+ # Enable/Disable CSS Transforms.
415
+ #
416
+ # values: boolean
417
+ # default: true
418
+ #
419
+ # variableWidth
420
+ # ----------------------------------------------------------------------------
421
+ # Disables automatic slide width calculation.
422
+ #
423
+ # values: boolean
424
+ # default: false
425
+ #
426
+ # vertical
427
+ # ----------------------------------------------------------------------------
428
+ # Vertical slide direction.
429
+ #
430
+ # values: boolean
431
+ # default: false
432
+ #
433
+ # verticalSwiping
434
+ # ----------------------------------------------------------------------------
435
+ # Changes swipe direction to vertical.
436
+ #
437
+ # values: boolean
438
+ # default: false
439
+ #
440
+ # waitForAnimate
441
+ # ----------------------------------------------------------------------------
442
+ # Ignores requests to advance the slide while animating.
443
+ #
444
+ # values: boolean
445
+ # default: true
446
+ #
447
+ # zIndex
448
+ # ----------------------------------------------------------------------------
449
+ # Change the slider's direction to become right-to-left.
450
+ #
451
+ # values: integer
452
+ # default: 1000
453
+ #
454
+ # ----------------------------------------------------------------------------
455
+ #
456
+ accessibility: true # slick() may fatl if enabled (true)
457
+ adaptiveHeight: false
458
+ # appendArrows: $(element) # currently NOT supported
459
+ # appendDots: $(element) # currently NOT supported
460
+ arrows: false
461
+ # asNavFor: $(element) # currently NOT supported
462
+ autoplay: false
463
+ autoplaySpeed: 3000
464
+ centerMode: false
465
+ centerPadding: '50px'
466
+ cssEase: 'ease'
467
+ # customPaging: n/a # currently NOT supported
468
+ dots: false
469
+ dotsClass: 'slick-dots'
470
+ draggable: true
471
+ easing: 'linear'
472
+ edgeFriction: 0.15
473
+ fade: false
474
+ focusOnSelect: false
475
+ focusOnChange: false
476
+ infinite: true
477
+ initialSlide: 0
478
+ lazyLoad: 'ondemand'
479
+ mobileFirst: false
480
+ # nextArrow: selector # currently NOT supported
481
+ pauseOnDotsHover: false
482
+ pauseOnFocus: true
483
+ pauseOnHover: true
484
+ # prevArrow: selector # currently NOT supported
485
+ respondTo: 'window'
486
+ responsive: null
487
+ rows: 1
488
+ rtl: false
489
+ slide: ''
490
+ slidesPerRow: 1
491
+ slidesToScroll: 1
492
+ slidesToShow: 1
493
+ speed: 300
494
+ swipe: true
495
+ swipeToSlide: false
496
+ touchMove: true
497
+ touchThreshold: 5
498
+ useCSS: true
499
+ useTransform: true
500
+ variableWidth: false
501
+ vertical: false
502
+ verticalSwiping: false
503
+ waitForAnimate: true
504
+ zIndex: 1000
505
+
506
+ # ------------------------------------------------------------------------------
507
+ # END config
508
+
509
+
510
+
511
+
512
+
513
+
514
+ # ------------------------------------------------------------------------------
515
+ # END config
@@ -0,0 +1,107 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/defaults/videojs.yml
3
+ # Default configuration settings for J1 VideoJS module
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2023, 2024 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
12
+ # ------------------------------------------------------------------------------
13
+
14
+ # ------------------------------------------------------------------------------
15
+ # Description
16
+ #
17
+ description:
18
+ title: J1 VideoJS
19
+ scope: Default settings
20
+ location: _data/modules/defaults/videojs.yml
21
+
22
+ # ------------------------------------------------------------------------------
23
+ # Default settings
24
+ #
25
+ defaults:
26
+
27
+ # ----------------------------------------------------------------------------
28
+ # VideoJS settings
29
+ # ----------------------------------------------------------------------------
30
+ playbackRates:
31
+ enabled: false
32
+ values: [ 0.25, 0.5, 1, 1.5, 2 ]
33
+
34
+ # ----------------------------------------------------------------------------
35
+ # VideoJS Player (Tech) settings
36
+ # ----------------------------------------------------------------------------
37
+ players:
38
+
39
+ youtube:
40
+
41
+ # players parameters
42
+ #
43
+ autoplay: 0
44
+ cc_load_policy: 0 # captions are initially hidden
45
+ controls: 0
46
+ disablekb: 1
47
+ enablejsapi: 1
48
+ fs: 0
49
+ iv_load_policy: 3 # video annotations not shown
50
+ loop: 0
51
+ modestbranding: 1
52
+ rel: 0
53
+ showinfo: 0
54
+
55
+ # video parameters
56
+ #
57
+ default_poster: /assets/image/icons/videojs/videojs-poster.png
58
+ poster: maxresdefault.jpg # poster taken from YT at highest resolution
59
+ end: true # set end (of a video) allowed
60
+ start: true # set start (of a video) allowed
61
+
62
+ # ----------------------------------------------------------------------------
63
+ # VideoJS Plugin settings
64
+ # ----------------------------------------------------------------------------
65
+ plugins:
66
+
67
+ autoCaption:
68
+ enabled: false
69
+
70
+ hotKeys:
71
+ enabled: false
72
+
73
+ seekStep: 15
74
+ volumeStep: 0.1
75
+
76
+ alwaysCaptureHotkeys: true
77
+ captureDocumentHotkeys: false # Capture document keydown events even if the player does not have focus (default: false)
78
+ hotkeysFocusElementFilter: 'function () { return false }' # default
79
+ enableFullscreen: true
80
+ enableHoverScroll: true
81
+ enableInactiveFocus: true
82
+ enableJogStyle: false
83
+ enableMute: true
84
+ enableModifiersForNumbers: true
85
+ enableNumbers: false
86
+ enableVolumeScroll: true
87
+ skipInitialFocus: false # stops focusing the player on initial Play (default: false)
88
+
89
+ skipButtons:
90
+ enabled: false
91
+ surroundPlayButton: false
92
+
93
+ backwardIndex: 1
94
+ forwardIndex: 1
95
+ forward: 10
96
+ backward: 10
97
+
98
+ zoomButtons:
99
+ enabled: false
100
+
101
+ moveX: 0
102
+ moveY: 0
103
+ rotate: 0
104
+ zoom: 1
105
+
106
+ # ------------------------------------------------------------------------------
107
+ # END config
@@ -288,7 +288,7 @@ settings:
288
288
 
289
289
  muted: false
290
290
  preload: true
291
- # videoStart: ["00:00:30", "00:01:30"] # start time (hh:mm:ss) for [video1, video2]
291
+ # videoStart: ["00:00:30", "00:01:30"] # start time (hh:mm:ss) for [video1, video2]
292
292
 
293
293
  controls: true
294
294
  controlBar:
@@ -299,11 +299,19 @@ settings:
299
299
  volumePanel:
300
300
  inline: false
301
301
 
302
- hotkeysPlugin:
302
+ hotKeysPlugin:
303
303
  enabled: true
304
304
  options:
305
305
  volumeStep: 0.2
306
306
 
307
+ skipButtonsPlugin:
308
+ enabled: true
309
+ options:
310
+ forward: 5
311
+ backward: 5
312
+ backwardIndex: 0
313
+ forwardIndex: 1
314
+
307
315
  zoomPlugin:
308
316
  enabled: true
309
317
  options:
@@ -898,18 +906,26 @@ settings:
898
906
  volumePanel:
899
907
  inline: false
900
908
 
901
- # hotkeysPlugin:
902
- # enabled: true
903
- # options:
904
- # volumeStep: 0.2
905
- #
906
- # zoomPlugin:
907
- # enabled: true
908
- # options:
909
- # moveX: 0
910
- # moveY: 0
911
- # rotate: 0
912
- # zoom: 1
909
+ # hotKeysPlugin:
910
+ # enabled: true
911
+ # options:
912
+ # volumeStep: 0.2
913
+ #
914
+ # skipButtonsPlugin:
915
+ # enabled: true
916
+ # options:
917
+ # forward: 5
918
+ # backward: 5
919
+ # backwardIndex: 0
920
+ # forwardIndex: 1
921
+ #
922
+ # zoomPlugin:
923
+ # enabled: true
924
+ # options:
925
+ # moveX: 0
926
+ # moveY: 0
927
+ # rotate: 0
928
+ # zoom: 1
913
929
 
914
930
  # ------------------------------------------------------------------------
915
931
  # CSS filter options