j1-template 2022.1.0 → 2022.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (210) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_article_navigator.html +4 -5
  3. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +4 -5
  4. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +35 -19
  5. data/_includes/themes/j1/modules/navigator/procedures/topsearch.0.proc +129 -0
  6. data/_includes/themes/j1/modules/navigator/procedures/topsearch.1.proc +113 -0
  7. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +3 -3
  8. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -5
  9. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +29 -7
  10. data/_includes/themes/j1/procedures/posts/pager.proc +2 -3
  11. data/assets/data/carousel.json +2 -2
  12. data/assets/data/galleries.json +17 -5
  13. data/assets/data/gallery_customizer.html +4 -5
  14. data/assets/data/j1_config.json +42 -0
  15. data/assets/data/panel.html +17 -0
  16. data/assets/data/quicklinks.html +4 -4
  17. data/assets/themes/j1/adapter/js/advertising.js +2 -2
  18. data/assets/themes/j1/adapter/js/algolia.js +5 -5
  19. data/assets/themes/j1/adapter/js/analytics.js +1 -1
  20. data/assets/themes/j1/adapter/js/asciidoctor.js +2 -2
  21. data/assets/themes/j1/adapter/js/attic.js +5 -5
  22. data/assets/themes/j1/adapter/js/bmd.js +12 -12
  23. data/assets/themes/j1/adapter/js/carousel.js +40 -30
  24. data/assets/themes/j1/adapter/js/clipboard.js +2 -2
  25. data/assets/themes/j1/adapter/js/comments.js +2 -2
  26. data/assets/themes/j1/adapter/js/cookieConsent.js +2 -2
  27. data/assets/themes/j1/adapter/js/customFunctions.js +2 -2
  28. data/assets/themes/j1/adapter/js/customModule.js +2 -2
  29. data/assets/themes/j1/adapter/js/dropdowns.js +2 -2
  30. data/assets/themes/j1/adapter/js/fab.js +4 -4
  31. data/assets/themes/j1/adapter/js/framer.js +2 -2
  32. data/assets/themes/j1/adapter/js/j1.js +9 -9
  33. data/assets/themes/j1/adapter/js/justifiedGallery.js +42 -30
  34. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +126 -113
  35. data/assets/themes/j1/adapter/js/lightbox.js +34 -30
  36. data/assets/themes/j1/adapter/js/logger.js +2 -2
  37. data/assets/themes/j1/adapter/js/{quicksearch.js → lunr.js} +17 -19
  38. data/assets/themes/j1/adapter/js/mmenu.js +7 -7
  39. data/assets/themes/j1/adapter/js/navigator.js +5 -5
  40. data/assets/themes/j1/adapter/js/rangeSlider.js +96 -83
  41. data/assets/themes/j1/adapter/js/rouge.js +26 -22
  42. data/assets/themes/j1/adapter/js/rtable.js +2 -2
  43. data/assets/themes/j1/adapter/js/rtextResizer.js +6 -22
  44. data/assets/themes/j1/adapter/js/scroller.js +2 -2
  45. data/assets/themes/j1/adapter/js/themer.js +3 -3
  46. data/assets/themes/j1/adapter/js/toccer.js +5 -5
  47. data/assets/themes/j1/adapter/js/translator.js +2 -2
  48. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -6
  49. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
  50. data/assets/themes/j1/core/css/vendor.css +2 -3
  51. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  52. data/assets/themes/j1/core/js/template.js +1 -6
  53. data/assets/themes/j1/core/js/template.min.js +1 -6
  54. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  55. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.js +1 -1
  56. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.js +1 -1
  57. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +28 -12
  58. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
  59. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.js +1 -1
  60. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +1 -2
  61. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -11
  62. data/assets/themes/j1/modules/{lunrSearch/css/quicksearch.css → lunr/css/j1.css} +2 -2
  63. data/assets/themes/j1/modules/lunr/css/j1.min.css +15 -0
  64. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.js +0 -0
  65. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.min.js +0 -0
  66. data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.js → lunr/js/j1.js} +11 -8
  67. data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.min.js → lunr/js/j1.min.js} +1 -1
  68. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.js +0 -0
  69. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.js +0 -0
  70. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.min.js +0 -0
  71. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.min.js +0 -0
  72. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.js +0 -0
  73. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.min.js +0 -0
  74. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.js +0 -0
  75. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.min.js +0 -0
  76. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.js +0 -0
  77. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.min.js +0 -0
  78. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.js +0 -0
  79. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.min.js +0 -0
  80. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.js +0 -0
  81. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.min.js +0 -0
  82. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.js +0 -0
  83. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.min.js +0 -0
  84. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.js +0 -0
  85. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.min.js +0 -0
  86. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.js +0 -0
  87. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.min.js +0 -0
  88. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.js +0 -0
  89. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.min.js +0 -0
  90. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.js +0 -0
  91. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.min.js +0 -0
  92. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.js +0 -0
  93. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.min.js +0 -0
  94. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.js +0 -0
  95. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.min.js +0 -0
  96. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.js +0 -0
  97. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.min.js +0 -0
  98. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.js +0 -0
  99. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.min.js +0 -0
  100. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.js +0 -0
  101. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.min.js +0 -0
  102. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.js +0 -0
  103. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.min.js +0 -0
  104. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.js +0 -0
  105. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.min.js +0 -0
  106. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.js +0 -0
  107. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.min.js +0 -0
  108. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.js +0 -0
  109. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.min.js +0 -0
  110. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.js +0 -0
  111. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.min.js +0 -0
  112. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.th.js +0 -0
  113. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.js +0 -0
  114. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.min.js +0 -0
  115. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.js +0 -0
  116. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.min.js +0 -0
  117. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +2 -375
  118. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +14 -5
  119. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +2 -179
  120. data/assets/themes/j1/modules/msDropdown/css/msDropdown.min.css +1 -12
  121. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +3 -1
  122. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.min.css +23 -0
  123. data/assets/themes/j1/modules/videojs/css/video-js.css +6 -2
  124. data/assets/themes/j1/modules/videojs/css/video-js.min.css +1 -1
  125. data/lib/j1/version.rb +1 -1
  126. data/lib/starter_web/Gemfile +1 -1
  127. data/lib/starter_web/_config.yml +68 -95
  128. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +168 -0
  129. data/lib/starter_web/_data/blocks/panel.yml +2 -0
  130. data/lib/starter_web/_data/j1_config.yml +33 -1
  131. data/lib/starter_web/_data/layouts/app.yml +11 -6
  132. data/lib/starter_web/_data/layouts/article_navigator.yml +8 -3
  133. data/lib/starter_web/_data/layouts/blog_archive.yml +8 -3
  134. data/lib/starter_web/_data/layouts/collection.yml +14 -21
  135. data/lib/starter_web/_data/layouts/default.yml +11 -36
  136. data/lib/starter_web/_data/layouts/home.yml +14 -22
  137. data/lib/starter_web/_data/layouts/news_panel_posts.yml +8 -3
  138. data/lib/starter_web/_data/layouts/page.yml +8 -14
  139. data/lib/starter_web/_data/layouts/post.yml +8 -3
  140. data/lib/starter_web/_data/layouts/raw.yml +14 -9
  141. data/lib/starter_web/_data/{builder → modules}/blog_navigator.yml +4 -4
  142. data/lib/starter_web/_data/{apps → modules}/carousel.yml +2 -2
  143. data/lib/starter_web/_data/{builder → modules}/defaults/blog_navigator.yml +4 -5
  144. data/lib/starter_web/_data/{apps → modules}/defaults/carousel.yml +1 -1
  145. data/lib/starter_web/_data/{apps → modules}/defaults/justifiedGallery.yml +1 -1
  146. data/lib/starter_web/_data/{apps → modules}/defaults/lightGallery.yml +1 -1
  147. data/lib/starter_web/_data/{apps → modules}/defaults/lightbox.yml +2 -2
  148. data/lib/starter_web/_data/modules/defaults/{quicksearch.yml → lunr.yml} +6 -15
  149. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  150. data/lib/starter_web/_data/{apps → modules}/justifiedGallery.yml +101 -50
  151. data/lib/starter_web/_data/{apps → modules}/lightGallery.yml +1 -1
  152. data/lib/starter_web/_data/{apps → modules}/lightbox.yml +2 -2
  153. data/lib/starter_web/_data/modules/{quicksearch.yml → lunr.yml} +4 -7
  154. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  155. data/lib/starter_web/_data/modules/rangeSlider.yml +2 -2
  156. data/lib/starter_web/_data/resources.yml +20 -21
  157. data/lib/starter_web/_includes/attributes.asciidoc +16 -3
  158. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +6 -4
  159. data/lib/starter_web/_plugins/filters.rb +53 -0
  160. data/lib/starter_web/_plugins/lunr_index.rb +11 -6
  161. data/lib/starter_web/assets/images/modules/attics/joanna-kosinska-1920x1280.jpg +0 -0
  162. data/lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg +0 -0
  163. data/lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg +0 -0
  164. data/lib/starter_web/assets/videos/gallery/html5/video1.mp4 +0 -0
  165. data/lib/starter_web/assets/videos/gallery/html5/video2.mp4 +0 -0
  166. data/lib/starter_web/assets/videos/gallery/vk/hai.jpg +0 -0
  167. data/lib/starter_web/assets/videos/gallery/vk/otter.jpg +0 -0
  168. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/battle.jpg +0 -0
  169. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/ben.jpg +0 -0
  170. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/constance.jpg +0 -0
  171. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/elisa.jpg +0 -0
  172. data/lib/starter_web/collections/asciidoc_skeletons/simple-post/{yyyy-mm-dd-your-post-name.adoc → _posts/yyyy-mm-dd-your-post-name.asciidoc} +26 -12
  173. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -2
  174. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-28-about-j1.adoc +1 -1
  175. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +2 -2
  176. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +2 -2
  177. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +2 -2
  178. data/lib/starter_web/package.json +1 -1
  179. data/lib/starter_web/pages/public/_blog/navigator/archive/categoryview.html +254 -0
  180. data/lib/starter_web/pages/public/_blog/navigator/archive/dateview.html +238 -0
  181. data/lib/starter_web/pages/public/_blog/navigator/archive/tagview.html +283 -0
  182. data/lib/starter_web/pages/public/_blog/navigator/archive.html +204 -0
  183. data/lib/starter_web/pages/public/_blog/navigator/index.html +53 -0
  184. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +2 -4
  185. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +15 -3
  186. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +15 -3
  187. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +5 -7
  188. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +5 -7
  189. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +5 -7
  190. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +33 -12
  191. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +30 -11
  192. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +28 -11
  193. data/lib/starter_web/pages/public/blog/navigator/archive.html +29 -11
  194. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -1
  195. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +13 -17
  196. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +99 -16
  197. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +74 -74
  198. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
  199. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +7 -13
  200. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  201. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  202. data/lib/starter_web/utilsrv/package.json +1 -1
  203. metadata +91 -77
  204. data/assets/themes/j1/modules/lunrSearch/css/quicksearch.min.css +0 -32
  205. data/lib/starter_web/_data/layouts/home.ads.yml +0 -262
  206. data/lib/starter_web/_data/layouts/home.no-ads.yml +0 -262
  207. data/lib/starter_web/_data/pages/builder.yml +0 -87
  208. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +0 -265
  209. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +0 -237
  210. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +0 -237
@@ -1,11 +1,11 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/builder/blog_navigator.yml
3
- # # User Configuration to configure generated pages by the blog post navigator
2
+ # ~/_data/modules/blog_navigator.yml
3
+ # User configuration to configure generated pages by J1 Blog Navigator
4
4
  #
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2022 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -17,7 +17,7 @@
17
17
  #
18
18
  description:
19
19
 
20
- title: Blog Navigator
20
+ title: J1 Blog Navigator
21
21
  scope: User settings
22
22
  location: _data/builder/blog_navigator.yml
23
23
 
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/carousel.yml
2
+ # ~/_data/modules/carousel.yml
3
3
  # Default configuration for J1 Carousel (based on Owl Carousel V1)
4
4
  #
5
5
  # Product/Info:
@@ -184,6 +184,7 @@ settings:
184
184
  # ----------------------------------------------------------------------------
185
185
  #
186
186
  carousel:
187
+
187
188
  # --------------------------------------------------------------------------
188
189
  # CAROUSEL configurations
189
190
  # --------------------------------------------------------------------------
@@ -239,7 +240,6 @@ settings:
239
240
  singleItem: true
240
241
  pagination: false
241
242
 
242
-
243
243
  # --------------------------------------------------------------------------
244
244
  # demo_cats
245
245
  #
@@ -1,11 +1,11 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/builder/blog_navigator.yml
3
- # # User Configuration to configure generated pages by the blog post navigator
2
+ # ~/_data/modules/defaults/blog_navigator.yml
3
+ # Default configuration to configure generated pages by J1 Blog Navigator
4
4
  #
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2022 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -16,7 +16,7 @@
16
16
  # Description (used for J1 CC only)
17
17
  #
18
18
  description:
19
- title: Blog Navigator
19
+ title: J1 Blog Navigator
20
20
  scope: Default settings
21
21
  location: _data/builder/defaults/blog_navigator.yml
22
22
 
@@ -279,7 +279,6 @@ defaults:
279
279
  zu durchsuchen, rufen Sie die Anzeige <b>Nach Datum</b> auf.
280
280
 
281
281
  category_view:
282
- skip_categories: Posts, Public, Featured, Series
283
282
  page_text:
284
283
  enabled: true
285
284
 
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/carousel.yml
2
+ # ~/_data/modules/defaults/carousel.yml
3
3
  # Default configuration for J1 Carousel (based on Owl Carousel V1)
4
4
  #
5
5
  # Product/Info:
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/defaults/justifiedGallery.yml
2
+ # ~/_data/modules/defaults/justifiedGallery.yml
3
3
  # Default configuration for J1 Justified Gallery (jg)
4
4
  #
5
5
  # Product/Info:
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/defaults/light_gallery.yml
2
+ # ~/_data/modules/defaults/light_gallery.yml
3
3
  # Default configuration settings for J1 LightGallery (lg)
4
4
  #
5
5
  # Product/Info:
@@ -1,6 +1,6 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/lightbox.yml
3
- # Default configuration for J1 Lightbox V2
2
+ # ~/_data/modules/defaults/lightbox.yml
3
+ # Default configuration for J1 Lightbox
4
4
  #
5
5
  # Product/Info:
6
6
  # https://jekyll.one
@@ -1,6 +1,6 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/modules/defaults/quicksearch.yml
3
- # Default configuration settings for J1 QuickSearch module
2
+ # ~/_data/modules/defaults/lunr.yml
3
+ # Default configuration settings for J1 Lunr (search) module
4
4
  #
5
5
  # Product/Info:
6
6
  # https://jekyll.one
@@ -16,9 +16,9 @@
16
16
  #
17
17
  description:
18
18
 
19
- title: J1 QuickSearch
19
+ title: J1 Lunr
20
20
  scope: Default settings
21
- location: _data/modules/defaults/quicksearch.yml
21
+ location: _data/modules/defaults/lunr.yml
22
22
 
23
23
  # ------------------------------------------------------------------------------
24
24
  # Default settings
@@ -30,21 +30,13 @@ defaults:
30
30
  target: _blank
31
31
  rebuild: false
32
32
  full_index: true
33
-
34
- # currently NOT supported, use pagewise exclude_from_search: true|false
35
- # excludes: [
36
- # /assets/*, /apps/*, /log/* ,
37
- # /node_modules/*, '/*\.htm*/'
38
- # ]
39
-
40
- stopwords: /assets/themes/j1/modules/lunrSearch/stopwords/en.txt
33
+ stopwords: /assets/themes/j1/modules/lunr/stopwords/en.txt
41
34
  stopwords_locale: en
42
35
  strip_index_html: false
43
- strip_categories: [ pages, posts, series, public, featured, wikipedia ]
44
36
  min_length: 3
45
37
  date_format: mmm dd, yyyy
46
38
 
47
- module_dir: /assets/themes/j1/modules/lunrSearch/js
39
+ module_dir: /assets/themes/j1/modules/lunr/js
48
40
  index_dir: /assets/data
49
41
  index_name: lunr-index.json
50
42
  index_file: /assets/data/lunr-index.json
@@ -60,6 +52,5 @@ defaults:
60
52
  #
61
53
  emptyMsg: # '<p style="margin-left: 3.5rem">No matches.</p>'
62
54
 
63
-
64
55
  # ------------------------------------------------------------------------------
65
56
  # END config
@@ -233,7 +233,7 @@ defaults:
233
233
  clear_icon: format-clear
234
234
  input_color: rgba(0, 0, 0, 0.7) # rgba-darken-700
235
235
  background_color: "#FAFAFA" # md-grey-50
236
- placeholder: QuickSearch
236
+ placeholder: Your search expression
237
237
  search_heading_lead: ""
238
238
  result_heading_lead: ""
239
239
 
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/justifiedGallery.yml
2
+ # ~/_data/modules/justifiedGallery.yml
3
3
  # User configuration for J1 Justified Gallery (jg)
4
4
  #
5
5
  # Product/Info:
@@ -62,7 +62,7 @@ settings:
62
62
  # values: string
63
63
  # default: /assets/data/galleries.json
64
64
  #
65
- enabled: true # needed for j1.layout_shim_generator.html
65
+ enabled: true
66
66
  xhr_data_path: /assets/data/galleries.json
67
67
  instance_type: multiple
68
68
  rowHeight: 170
@@ -219,8 +219,8 @@ settings:
219
219
  id: jg_video_html5
220
220
  show_delay: 300
221
221
  title: false # HTML5 Video Gallery
222
- css_classes:
223
- video_path: "https://github.com/jekyll-one-org/jekyll-one-lfs/raw/master/videos"
222
+ theme: city
223
+ video_path: /assets/videos/gallery/html5
224
224
  image_path: /assets/videos/gallery
225
225
  thumb_path: /assets/videos/gallery
226
226
  videos: [
@@ -263,10 +263,10 @@ settings:
263
263
  image_path: /assets/videos/gallery
264
264
  thumb_path: /assets/videos/gallery
265
265
  videos: [
266
- "https://www.youtube.com/watch?v=X5Cfi7U4eL4",
267
- "https://www.youtube.com/watch?v=Nck6BZga7TQ",
268
- "https://www.youtube.com/watch?v=F2SXmzk8ve4",
269
- "https://www.youtube.com/watch?v=ln3wAdRAim4"
266
+ "//youtube.com/watch?v=X5Cfi7U4eL4",
267
+ "//youtube.com/watch?v=Nck6BZga7TQ",
268
+ "//youtube.com/watch?v=F2SXmzk8ve4",
269
+ "//youtube.com/watch?v=ln3wAdRAim4"
270
270
  ]
271
271
  captions_gallery: [
272
272
  "Carpool Karaoke - Lady Gaga",
@@ -296,7 +296,59 @@ settings:
296
296
  videojsOptions: {}
297
297
 
298
298
  # --------------------------------------------------------------------------
299
- # Online VIDEO (Vimeo)
299
+ # Online VIDEO 2 (YouTube)
300
+ #
301
+ - gallery:
302
+ enabled: true
303
+ type: video-online
304
+ id: jg_video_online_youtube_2
305
+ show_delay: 300
306
+ title: false # YouTube Video Gallery
307
+ css_classes:
308
+ image_path: /assets/videos/gallery/voice_kids_de_2021
309
+ thumb_path: /assets/videos/gallery/voice_kids_de_2021
310
+ videos: [
311
+ "//youtube.com/watch?v=aQqPgLMgO-I",
312
+ "//youtube.com/watch?v=Bl6tkAgaP1g",
313
+ "//youtube.com/watch?v=GuiOYCv9NTI",
314
+ "//youtube.com/watch?v=1bvE2mgJ22I"
315
+ ]
316
+ player_params: [
317
+ "start: 0, end: 148",
318
+ "start: 0, end: 122",
319
+ "start: 0, end: 104",
320
+ "start: 10, end: 173"
321
+ ]
322
+
323
+ captions_gallery: [
324
+ "The Voice Kids Germany 2021 - Constance",
325
+ "The Voice Kids Germany 2021 - Elisa",
326
+ "The Voice Kids Germany 2021 - Ben",
327
+ "The Voice Kids Germany 2021 - The Battle"
328
+ ]
329
+ captions_lightbox: [
330
+ "<p>14-year-old Constance has dreamed of being on The Voice Kids stage for a very long time. Your dream has finally come true! She performs a breathtaking version of Sia's song Alive.</p>",
331
+ "<p>14-year-old Elisa is fascinated by the classics of pop music. Her version of Hey Jude from The Beatles comes with a lot of feeling.</p>",
332
+ "<p>14-year-old Ben pours all of his emotions into his performance of Maroon 5's Sunday Morning. He wants to show what he's made of.</p>",
333
+ "<p>The battle of the three young people is a real emotional battle. Elisa's husky voice, Constanze's unbelievable power, and Ben's rhythm come into their own in Adele's James Bond theme song Skyfall.</p>"
334
+ ]
335
+ poster: [
336
+ constance.jpg, elisa.jpg,
337
+ ben.jpg, battle.jpg
338
+ ]
339
+ gallery_options:
340
+ rowHeight: 200
341
+ margins: 5
342
+
343
+ lightbox_options:
344
+ lightbox: lg
345
+ # mode: lg-fade
346
+ # cssEasing: cubic-bezier(0.25, 0, 0.25, 1)
347
+ videojs: true
348
+ videojsOptions: {}
349
+
350
+ # --------------------------------------------------------------------------
351
+ # Online VIDEO 3 (Vimeo)
300
352
  #
301
353
  - gallery:
302
354
  enabled: true
@@ -312,8 +364,8 @@ settings:
312
364
  image_path: /assets/videos/gallery
313
365
  thumb_path: /assets/videos/gallery
314
366
  videos: [
315
- "https://vimeo.com/175582480",
316
- "https://vimeo.com/179528528"
367
+ "//vimeo.com/175582480",
368
+ "//vimeo.com/179528528"
317
369
  ]
318
370
  captions_gallery: [
319
371
  "Vogue - Adriana Lima",
@@ -335,33 +387,37 @@ settings:
335
387
  lightbox: lg
336
388
 
337
389
  # --------------------------------------------------------------------------
338
- # Tutorial Videos (HTML5 VIDEO)
390
+ # Online VIDEO (DailyMotion)
339
391
  #
340
392
  - gallery:
341
393
  enabled: true
342
- type: video-html5 # video-html5
343
- id: jg_video_intro
394
+ type: video-online
395
+ id: jg_video_online_dailymotion
344
396
  show_delay: 300
345
- title: false # Introduction Videos
397
+ title: false # DailyMotion Video Gallery
398
+ thumb_items: 2
399
+ thumb_spacing: 5
400
+ thumb_bordered: true
401
+ thumb_animate: true
346
402
  css_classes:
347
- video_path: /assets/videos/tutorials
348
- image_path: /assets/videos/tutorials
349
- thumb_path: /assets/videos/tutorials
403
+ image_path: /assets/videos/gallery/dailymotion
404
+ thumb_path: /assets/videos/gallery/dailymotion
350
405
  videos: [
351
- web-erzeugen.1.mp4,
352
- web-erzeugen.2.mp4
406
+ "//dai.ly/x887s09",
407
+ "//dai.ly/x87ycik"
353
408
  ]
409
+
354
410
  captions_gallery: [
355
- "Ein Starter Web erzeugen",
356
- "Noch ein Starter Web erzeugen"
411
+ "Guided Meditation: Morning Energy",
412
+ "Beginner Mat Pilates: Core Workout"
357
413
  ]
358
414
  captions_lightbox: [
359
- "<p>Ein Starter Web erzeugen</p>",
360
- "<p>Noch ein Starter Web erzeugen</p>"
415
+ "<p>Guided Meditation: Morning Energy</p>",
416
+ "<p>Beginner Mat Pilates: Core Workout</p>"
361
417
  ]
362
418
  poster: [
363
- web-erzeugen-poster.jpg,
364
- web-erzeugen-poster.jpg
419
+ meditation.jpg,
420
+ pilates.jpg
365
421
  ]
366
422
  gallery_options:
367
423
  rowHeight: 200
@@ -369,50 +425,45 @@ settings:
369
425
 
370
426
  lightbox_options:
371
427
  lightbox: lg
372
- # mode: lg-fade
373
- # cssEasing: cubic-bezier(0.25, 0, 0.25, 1)
374
- videojs: true
375
- videojsOptions: {}
376
428
 
377
429
  # --------------------------------------------------------------------------
378
- # TikTok
430
+ # Online VIDEO (VK)
379
431
  #
380
432
  - gallery:
381
433
  enabled: true
382
434
  type: video-online
383
- id: jg_tiktok
435
+ id: jg_video_online_vk
384
436
  show_delay: 300
385
- title: false
437
+ title: false # VK Video Gallery
438
+ thumb_items: 2
439
+ thumb_spacing: 5
440
+ thumb_bordered: true
441
+ thumb_animate: true
386
442
  css_classes:
387
- image_path: /assets/videos/tiktok
388
- thumb_path: /assets/videos/tiktok
443
+ image_path: /assets/videos/gallery/vk
444
+ thumb_path: /assets/videos/gallery/vk
389
445
  videos: [
390
- "https://www.tiktok.com/@octaviaegon/video/6983746143356292357/",
391
- "https://www.tiktok.com/@waluschka.w59/video/6984680288114756870/",
392
- "https://www.tiktok.com/@octaviaegon/video/6983746143356292357/",
446
+ "//vk.com/video_ext.php?oid=-114944820&id=456242413&hash=ef5be3f71500f8df",
447
+ "//vk.com/video_ext.php?oid=-114944820&id=456239717&hash=f6651448bfb14b90"
393
448
  ]
394
449
  captions_gallery: [
395
- "Egon - Einhorn",
396
- "Valentina - Mahlzeit!",
397
- "Egon - Einhorn",
450
+ "Otter plague",
451
+ "Looked at the shark's mouth (whale shark)"
398
452
  ]
399
453
  captions_lightbox: [
400
- "<p>Egon - Einhorn</p>",
401
- "<p>Valentina - Mahlzeit!</p>",
402
- "<p>Egon - Einhorn</p>"
454
+ "<p>Otter plague</p>",
455
+ "<p>Looked at the shark's mouth (whale shark)</p>"
403
456
  ]
404
- poster: [ # thumbnails taken from https://www.tiktok.com/oembed?url=xxx (thumbnail_url)
405
- einhorn.jpg, # https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/dd93b5e1036b47f88ecd38fdc7305c4c~tplv-dmt-logom:tos-maliva-p-0000/a6315c6d8268486c931480b6fb1e3836.image?x-expires=1629579600&x-signature=lWUMEMNw%2Byf3tTX4YOdEGRrh1%2BQ%3D
406
- waluschka.jpg, # https://p16-sign-va.tiktokcdn.com/obj/tos-maliva-p-0068/03a05accd4ec443aba51f4ec8a07d3a0?x-expires=1629583200&x-signature=t%2FvV5z4I9mdjtwAzH4FOF%2Fkm9fs%3D
407
- einhorn.jpg
457
+ poster: [
458
+ otter.jpg,
459
+ hai.jpg
408
460
  ]
409
461
  gallery_options:
410
- rowHeight: 400
462
+ rowHeight: 200
411
463
  margins: 5
412
464
 
413
465
  lightbox_options:
414
466
  lightbox: lg
415
467
 
416
-
417
468
  # ------------------------------------------------------------------------------
418
469
  # END config
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/light_gallery.yml
2
+ # ~/_data/modules/light_gallery.yml
3
3
  # User configuration settings for J1 LightGallery (lg)
4
4
  #
5
5
  # Product/Info:
@@ -1,6 +1,6 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/lightbox.yml
3
- # Default configuration for J1 Lightbox V2
2
+ # ~/_data/modules/lightbox.yml
3
+ # Default configuration for J1 Lightbox
4
4
  #
5
5
  # Product/Info:
6
6
  # https://jekyll.one
@@ -1,6 +1,6 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/modules/quicksearch.yml
3
- # User configuration settings for J1 QuickSearch module
2
+ # ~/_data/modules/lunr.yml
3
+ # User configuration settings for J1 Lunr (search) module
4
4
  #
5
5
  # Product/Info:
6
6
  # https://jekyll.one
@@ -16,9 +16,9 @@
16
16
  #
17
17
  description:
18
18
 
19
- title: J1 QuickSearch
19
+ title: J1 Lunr
20
20
  scope: User settings
21
- location: _data/modules/quicksearch.yml
21
+ location: _data/modules/lunr.yml
22
22
 
23
23
  # ------------------------------------------------------------------------------
24
24
  # User configuration settings
@@ -34,8 +34,5 @@ settings:
34
34
  stopwords_locale: en
35
35
  min_length: 3
36
36
 
37
- # currently NOT supported, use pagewise exclude_from_search: true|false
38
- # excludes: [ /pages/public/blog/*, /pages/public/skeleton/* ]
39
-
40
37
  # ------------------------------------------------------------------------------
41
38
  # END config
@@ -81,7 +81,7 @@
81
81
  #
82
82
  - item: Blog
83
83
  sublevel:
84
- - title: Starter Blog
84
+ - title: Blog Navigator
85
85
  href: /pages/public/blog/navigator/
86
86
  icon: near-me
87
87
  - title: Categories
@@ -43,7 +43,7 @@ settings:
43
43
  id: example_slider
44
44
 
45
45
  options:
46
- label: Example Slider 1
46
+ label: "Slider 1, range: [0,100], start at: 20"
47
47
  start: 20
48
48
  range:
49
49
  min: 0
@@ -57,7 +57,7 @@ settings:
57
57
  id: example_slider_2
58
58
 
59
59
  options:
60
- label: Example Slider 2
60
+ label: "Slider 2, range: [0,200], start at: 80"
61
61
  start: 80
62
62
  range:
63
63
  min: 0
@@ -787,31 +787,30 @@ resources:
787
787
  # of J1 Template based on the Lunr JS API
788
788
  # See: https://lunrjs.com/
789
789
  #
790
- - name: QuickSearch
790
+ - name: Lunr
791
791
  resource:
792
792
  enabled: true
793
793
 
794
- id: quicksearch
795
- comment: J1 QuickSearch
794
+ id: lunr
795
+ comment: J1 Lunr
796
796
  region: head
797
797
  layout: [ all ]
798
- required: always # always | ondemand
799
- preload: false # property currently unused
798
+ required: always
799
+ preload: false
800
800
  script_load: defer
801
801
  dependencies: false
802
802
  pass_init_data: false
803
803
  data:
804
- css: [ modules/lunrSearch/css/quicksearch ]
805
- files: [ adapter/js/quicksearch.js ]
804
+ css: [ modules/lunr/css/j1 ]
805
+ files: [ adapter/js/lunr.js ]
806
806
  js: [
807
- modules/lunrSearch/js/lunr,
808
- modules/lunrSearch/js/mustache,
809
- modules/lunrSearch/js/dateformat,
810
- modules/lunrSearch/js/uri,
811
- # modules/jquery/js/require, # require.js currently unused, but conflicts with some modules
812
- modules/lunrSearch/js/quicksearch
807
+ modules/lunr/js/lunr,
808
+ modules/lunr/js/mustache,
809
+ modules/lunr/js/dateformat,
810
+ modules/lunr/js/uri,
811
+ modules/lunr/js/j1
813
812
  ]
814
- init_function: [ j1.adapter.quicksearch.init ]
813
+ init_function: [ j1.adapter.lunr.init ]
815
814
 
816
815
  # ----------------------------------------------------------------------------
817
816
  # rtextResizer (currently NOT used)
@@ -1343,9 +1342,9 @@ resources:
1343
1342
  id: video_js
1344
1343
  comment: module videojs
1345
1344
  region: head
1346
- layout: [ home, page, post, collection, blog_archive ]
1345
+ layout: [ all ]
1347
1346
  required: ondemand
1348
- preload: false # property currently unused
1347
+ preload: false
1349
1348
  script_load: defer
1350
1349
  dependencies: false
1351
1350
  pass_init_data: false
@@ -1371,9 +1370,9 @@ resources:
1371
1370
  id: vimeo_froogaloop
1372
1371
  comment: module vimeo_froogaloop
1373
1372
  region: head
1374
- layout: [ home, page, post, collection, blog_archive ]
1373
+ layout: [ all ]
1375
1374
  required: ondemand
1376
- preload: false # property currently unused
1375
+ preload: false
1377
1376
  script_load: defer
1378
1377
  dependencies: false
1379
1378
  pass_init_data: false
@@ -1393,9 +1392,9 @@ resources:
1393
1392
  id: vimeo_player
1394
1393
  comment: module vimeo_player
1395
1394
  region: head
1396
- layout: [ home, page, post, collection, blog_archive ]
1395
+ layout: [ all ]
1397
1396
  required: ondemand
1398
- preload: false # property currently unused
1397
+ preload: false
1399
1398
  script_load: defer
1400
1399
  dependencies: false
1401
1400
  pass_init_data: false
@@ -1416,7 +1415,7 @@ resources:
1416
1415
  id: rangeslider
1417
1416
  comment: module rangeSlider
1418
1417
  region: head
1419
- layout: [ page, post, collection, raw ]
1418
+ layout: [ all ]
1420
1419
  required: ondemand
1421
1420
  preload: false
1422
1421
  script_load: defer
@@ -28,6 +28,11 @@ tag::urls[]
28
28
  :url-asciidoctor--extensions-use: https://github.com/asciidoctor/asciidoctor-extensions-lab#using-an-extension
29
29
  :url-asciidoctor--extensions-manual: http://asciidoctor.org/docs/user-manual/#extensions
30
30
 
31
+ :url-alexa-scores--youtube: https://www.alexa.com/siteinfo/youtube.com
32
+ :url-alexa-scores--vimeo: https://www.alexa.com/siteinfo/vimeo.com
33
+ :url-alexa-scores--dailymotion: https://www.alexa.com/siteinfo/dailymotion.com
34
+ :url-alexa-scores--vk: https://www.alexa.com/siteinfo/vk.com
35
+
31
36
  :url-babel-js--home: https://babeljs.io/
32
37
  :url-babel-js--gh-repo: https://github.com/babel/babel/
33
38
 
@@ -109,6 +114,8 @@ tag::urls[]
109
114
  :url-cross-env--gh-repo: https://github.com/kentcdodds/cross-env/
110
115
  :url-cross-var--gh-repo: https://github.com/elijahmanor/cross-var/
111
116
 
117
+ :url-dailymotion--home: https://www.dailymotion.com/
118
+
112
119
  :url-datatables--home: https://datatables.net/
113
120
  :url-docker--home: https://getbootstrap.com/
114
121
  :url-docker--docs: https://docs.docker.com/
@@ -289,9 +296,9 @@ tag::urls[]
289
296
  :url-popper--gh-repo: https://github.com/popperjs/popper-core/
290
297
 
291
298
  :url-previewer--county-flags: https://jekyll.one/pages/public/previewer/country_flags/
292
- :url-previewer--emoji: http://localhost:42000/pages/public/previewer/twitter_emoji/
293
- :url-previewer--mdi-icons: http://localhost:42000/pages/public/previewer/mdi_font/
294
- :url-previewer--rouge-themes: http://localhost:42000/pages/public/previewer/rouge/
299
+ :url-previewer--emoji: https://jekyll.one/pages/public/previewer/twitter_emoji/
300
+ :url-previewer--mdi-icons: https://jekyll.one/pages/public/previewer/mdi_font/
301
+ :url-previewer--rouge-themes: https://jekyll.one/pages/public/previewer/rouge/
295
302
 
296
303
  :url-puma--home: https://puma.io/
297
304
  :url-puma--gh-repo: https://github.com/puma/puma/
@@ -360,6 +367,9 @@ tag::urls[]
360
367
  :url-vimeo--home: https://vimeo.com/
361
368
  :url-vimeo--privacy-policy: https://vimeo.com/privacy
362
369
 
370
+ :url-vivendi--home: https://www.vivendi.com/en/
371
+ :url-vk--home: https://vk.com/
372
+
363
373
  :url-webpack--home: https://webpack.js.org/
364
374
  :url-webpack--gh-repo: https://github.com/webpack/webpack/
365
375
 
@@ -486,6 +496,9 @@ tag::data[]
486
496
 
487
497
  :data-translator--icon: "pages/tools/translator-icon.jpg, QuickLinks - Translator Icon"
488
498
 
499
+ :data-images-lightbox--standalone: "modules/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday"
500
+ :data-images-lightbox--group: "modules/gallery/old_times/image_03.jpg, GrandPa's annual journey, modules/gallery/old_times/image_04.jpg, GrandPa's annual journey"
501
+
489
502
  end::data[]
490
503
 
491
504