j1-template 2023.10.2 → 2024.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (629) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_collection.html +1 -1
  4. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +1 -1
  5. data/_includes/themes/j1/layouts/content_generator_page.html +1 -1
  6. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  7. data/_includes/themes/j1/layouts/content_generator_raw.html +1 -1
  8. data/_includes/themes/j1/layouts/layout_metadata_generator.html +1 -1
  9. data/_includes/themes/j1/layouts/layout_module_generator.html +1 -1
  10. data/_includes/themes/j1/layouts/layout_resource_generator.html +1 -1
  11. data/_includes/themes/j1/modules/attics/generator.html +1 -1
  12. data/_includes/themes/j1/modules/navigator/generator.html +8 -9
  13. data/_includes/themes/j1/modules/searcher/generator.html +7 -8
  14. data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +1 -2
  15. data/_includes/themes/j1/procedures/blocks/footer/boxes/about_box.proc +1 -1
  16. data/_includes/themes/j1/procedures/blocks/footer/boxes/contacts_box.proc +1 -1
  17. data/_includes/themes/j1/procedures/blocks/footer/boxes/issue.proc +1 -1
  18. data/_includes/themes/j1/procedures/blocks/footer/boxes/legal_statements.proc +1 -1
  19. data/_includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc +1 -1
  20. data/_includes/themes/j1/procedures/blocks/footer/boxes/news_box.proc +1 -1
  21. data/_includes/themes/j1/procedures/blocks/footer/boxes/social_media_icons.proc +1 -1
  22. data/_includes/themes/j1/procedures/blocks/get_wave.proc +1 -2
  23. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +6 -7
  24. data/_includes/themes/j1/procedures/collections/pager.proc +1 -1
  25. data/_includes/themes/j1/procedures/global/attributes_loader.proc +1 -1
  26. data/_includes/themes/j1/procedures/global/collect_frontmatter_options.proc +8 -9
  27. data/_includes/themes/j1/procedures/global/collect_page_options.proc +8 -13
  28. data/_includes/themes/j1/procedures/global/create_bs_button.proc +7 -7
  29. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +7 -8
  30. data/_includes/themes/j1/procedures/global/date-german.proc +6 -7
  31. data/_includes/themes/j1/procedures/global/get_category.proc +6 -7
  32. data/_includes/themes/j1/procedures/global/get_category_item.proc +6 -7
  33. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +7 -7
  34. data/_includes/themes/j1/procedures/global/get_page_path.proc +6 -8
  35. data/_includes/themes/j1/procedures/global/get_page_url.proc +6 -7
  36. data/_includes/themes/j1/procedures/global/select_color.proc +6 -7
  37. data/_includes/themes/j1/procedures/global/select_font_size.proc +6 -7
  38. data/_includes/themes/j1/procedures/global/select_icon_size.proc +6 -7
  39. data/_includes/themes/j1/procedures/global/select_location.proc +7 -8
  40. data/_includes/themes/j1/procedures/global/set_base_vars_folders.proc +1 -1
  41. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +7 -7
  42. data/_includes/themes/j1/procedures/global/set_image_block.proc +6 -6
  43. data/_includes/themes/j1/procedures/global/setup.proc +1 -1
  44. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -1
  45. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
  46. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  47. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +1 -1
  48. data/_includes/themes/j1/procedures/posts/collate_calendar.proc +1 -1
  49. data/_includes/themes/j1/procedures/posts/collate_list.proc +1 -1
  50. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +1 -1
  51. data/_includes/themes/j1/procedures/posts/create_ad_block.proc +1 -1
  52. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  53. data/_includes/themes/j1/procedures/posts/pager.proc +1 -1
  54. data/_layouts/autopage_category.html +1 -2
  55. data/_layouts/autopage_collection.html +7 -8
  56. data/_layouts/autopage_collections_tags.html +7 -8
  57. data/_layouts/autopage_tags.html +7 -8
  58. data/_layouts/collection.html +7 -8
  59. data/_layouts/compress.html +11 -12
  60. data/_layouts/default.html +1 -2
  61. data/_layouts/home.html +8 -9
  62. data/_layouts/news_panel_posts.html +7 -8
  63. data/_layouts/page.html +7 -8
  64. data/_layouts/post.html +7 -8
  65. data/_layouts/raw.html +7 -8
  66. data/apps/public/cc/cc.yml +36 -35
  67. data/assets/data/authclient.html +1 -1
  68. data/assets/data/banner.html +1 -1
  69. data/assets/data/carousel.json +1 -1
  70. data/assets/data/cookieconsent.html +16 -107
  71. data/assets/data/docsearch.html +155 -0
  72. data/assets/data/fab.html +2 -2
  73. data/assets/data/footer.html +1 -1
  74. data/assets/data/galeries.html +11 -6
  75. data/assets/data/gallery_customizer.html +1 -1
  76. data/assets/data/iframes.html +96 -0
  77. data/assets/data/iso-639-language-codes.json +1 -1
  78. data/assets/data/j1_config.json +1 -1
  79. data/assets/data/masonry.html +1 -1
  80. data/assets/data/masterslider.html +1 -1
  81. data/assets/data/mdi_icons.json +1 -1
  82. data/assets/data/mdil_icons.json +1 -1
  83. data/assets/data/menu.html +1 -1
  84. data/assets/data/mmenu.html +1 -1
  85. data/assets/data/mmenu_sidebar.html +1 -1
  86. data/assets/data/mmenu_toc.html +1 -1
  87. data/assets/data/panel.html +1 -1
  88. data/assets/data/particles.yml +1 -1
  89. data/assets/data/private.json +1 -1
  90. data/assets/data/quicklinks.html +11 -1
  91. data/assets/data/rtext_resizer.html +1 -1
  92. data/assets/data/slick.html +1 -1
  93. data/assets/data/speak2me.html +5 -4
  94. data/assets/data/themes.bootswatch.json +1 -1
  95. data/assets/data/themes.json +1 -1
  96. data/assets/data/translator.html +28 -148
  97. data/assets/error_pages/HTTP204.html +1 -1
  98. data/assets/error_pages/HTTP400.html +1 -1
  99. data/assets/error_pages/HTTP401.html +1 -1
  100. data/assets/error_pages/HTTP403.html +1 -1
  101. data/assets/error_pages/HTTP404.html +1 -1
  102. data/assets/error_pages/HTTP444.html +1 -1
  103. data/assets/error_pages/HTTP445.html +1 -1
  104. data/assets/error_pages/HTTP446.html +1 -1
  105. data/assets/error_pages/HTTP447.html +1 -1
  106. data/assets/error_pages/HTTP448.html +1 -1
  107. data/assets/error_pages/HTTP500.html +1 -1
  108. data/assets/error_pages/HTTP501.html +1 -1
  109. data/assets/error_pages/HTTP502.html +1 -1
  110. data/assets/error_pages/HTTP503.html +1 -1
  111. data/assets/themes/j1/adapter/js/advertising.js +2 -2
  112. data/assets/themes/j1/adapter/js/algolia.js +2 -2
  113. data/assets/themes/j1/adapter/js/analytics.js +2 -2
  114. data/assets/themes/j1/adapter/js/asciidoctor.js +2 -2
  115. data/assets/themes/j1/adapter/js/attic.js +2 -2
  116. data/assets/themes/j1/adapter/js/bmd.js +2 -2
  117. data/assets/themes/j1/adapter/js/carousel.js +2 -2
  118. data/assets/themes/j1/adapter/js/chatbot.js +466 -0
  119. data/assets/themes/j1/adapter/js/clipboard.js +3 -3
  120. data/assets/themes/j1/adapter/js/comments.js +2 -2
  121. data/assets/themes/j1/adapter/js/cookieConsent.js +2 -2
  122. data/assets/themes/j1/adapter/js/customFunctions.js +2 -2
  123. data/assets/themes/j1/adapter/js/customModule.js +2 -2
  124. data/assets/themes/j1/adapter/js/docsearch.js +270 -0
  125. data/assets/themes/j1/adapter/js/dropdowns.js +2 -2
  126. data/assets/themes/j1/adapter/js/fab.js +5 -87
  127. data/assets/themes/j1/adapter/js/gallery.js +93 -8
  128. data/assets/themes/j1/adapter/js/iconPicker.js +2 -2
  129. data/assets/themes/j1/adapter/js/iframer.js +350 -0
  130. data/assets/themes/j1/adapter/js/j1.js +231 -111
  131. data/assets/themes/j1/adapter/js/lazyLoader.js +2 -2
  132. data/assets/themes/j1/adapter/js/lightbox.js +2 -2
  133. data/assets/themes/j1/adapter/js/logger.js +2 -2
  134. data/assets/themes/j1/adapter/js/lunr.js +2 -2
  135. data/assets/themes/j1/adapter/js/masonry.js +2 -2
  136. data/assets/themes/j1/adapter/js/masterslider.js +2 -2
  137. data/assets/themes/j1/adapter/js/mmenu.js +3 -3
  138. data/assets/themes/j1/adapter/js/navigator.js +6 -2
  139. data/assets/themes/j1/adapter/js/particles.js +2 -2
  140. data/assets/themes/j1/adapter/js/rangeSlider.js +2 -2
  141. data/assets/themes/j1/adapter/js/rouge.js +3 -3
  142. data/assets/themes/j1/adapter/js/rtable.js +2 -2
  143. data/assets/themes/j1/adapter/js/rtextResizer.js +2 -2
  144. data/assets/themes/j1/adapter/js/scroller.js +2 -2
  145. data/assets/themes/j1/adapter/js/slick.js +2 -2
  146. data/assets/themes/j1/adapter/js/speak2me.js +4 -4
  147. data/assets/themes/j1/adapter/js/themeToggler.js +2 -2
  148. data/assets/themes/j1/adapter/js/themer.js +2 -2
  149. data/assets/themes/j1/adapter/js/toccer.js +2 -2
  150. data/assets/themes/j1/adapter/js/translator.js +7 -2
  151. data/assets/themes/j1/adapter/js/waves.js +2 -2
  152. data/assets/themes/j1/core/country-flags/css/theme/uno.css +1 -1
  153. data/assets/themes/j1/core/country-flags/css/theme/uno.min.css +1 -1
  154. data/assets/themes/j1/core/css/animate.css +6 -6
  155. data/assets/themes/j1/core/css/animate.min.css +1 -1
  156. data/assets/themes/j1/core/css/icon-fonts/fontawesome.css +2 -2
  157. data/assets/themes/j1/core/css/icon-fonts/iconify.css +5 -5
  158. data/assets/themes/j1/core/css/icon-fonts/mdi.css +9 -9
  159. data/assets/themes/j1/core/css/icon-fonts/mdib.css +7 -7
  160. data/assets/themes/j1/core/css/icon-fonts/mdil.css +10 -10
  161. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1 -1
  162. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +39 -39
  163. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +91 -94
  164. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  165. data/assets/themes/j1/core/css/vendor.css +14 -15
  166. data/assets/themes/j1/core/js/template.js +425 -148
  167. data/assets/themes/j1/core/js/template.min.js +9 -9
  168. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  169. data/assets/themes/j1/modules/backstretch/js/backstretch.js +1 -1
  170. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  171. data/assets/themes/j1/modules/bmd/js/bmd.js +1 -1
  172. data/assets/themes/j1/modules/bmd/js/bmd.min.js +1 -1
  173. data/assets/themes/j1/modules/carousel/css/carousel.css +1 -1
  174. data/assets/themes/j1/modules/carousel/css/carousel.min.css +1 -1
  175. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +1 -1
  176. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +1 -1
  177. data/assets/themes/j1/modules/carousel/css/theme/uno.css +1 -1
  178. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
  179. data/assets/themes/j1/modules/chatbot/css/theme/uno.css +92 -0
  180. data/assets/themes/j1/modules/chatbot/css/theme/uno.min.css +16 -0
  181. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +1 -1
  182. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +1 -1
  183. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +1 -1
  184. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
  185. data/assets/themes/j1/modules/dropdowns/css/theme/uno/dropdowns.css +1 -1
  186. data/assets/themes/j1/modules/dropdowns/css/theme/uno/dropdowns.min.css +1 -1
  187. data/assets/themes/j1/modules/dropdowns/js/cash.js +1 -1
  188. data/assets/themes/j1/modules/dropdowns/js/cash.min.js +1 -1
  189. data/assets/themes/j1/modules/dropdowns/js/dropdowns.js +1 -1
  190. data/assets/themes/j1/modules/dropdowns/js/dropdowns.min.js +1 -1
  191. data/assets/themes/j1/modules/fab/js/cash.js +1 -1
  192. data/assets/themes/j1/modules/fab/js/cash.min.js +1 -1
  193. data/assets/themes/j1/modules/fab/js/fab.js +1 -1
  194. data/assets/themes/j1/modules/fab/js/fab.min.js +1 -1
  195. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.css +1 -1
  196. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.min.css +1 -1
  197. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.js +1 -1
  198. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.min.js +1 -1
  199. data/assets/themes/j1/modules/iframeResizer/LICENSE +1 -1
  200. data/assets/themes/j1/modules/iframeResizer/README.md +105 -0
  201. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.absolute.html +12 -11
  202. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.content.html +22 -28
  203. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.hover.html +9 -8
  204. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.nested.html +12 -12
  205. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.textarea.html +6 -8
  206. data/assets/themes/j1/modules/iframeResizer/{examples → example}/frame.tolerance.html +11 -11
  207. data/assets/themes/j1/modules/iframeResizer/{examples → example}/index.html +43 -19
  208. data/assets/themes/j1/modules/iframeResizer/{examples → example}/two.html +8 -11
  209. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +84 -68
  210. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +10 -8
  211. data/assets/themes/j1/modules/iframeResizer/js/resizer.js +149 -72
  212. data/assets/themes/j1/modules/iframeResizer/js/resizer.min.js +11 -7
  213. data/assets/themes/j1/modules/jquery/js/extensions/hasClass.js +1 -1
  214. data/assets/themes/j1/modules/jquery/js/extensions/hasClass.min.js +1 -1
  215. data/assets/themes/j1/modules/jquery/js/extensions/removeClass.js +1 -1
  216. data/assets/themes/j1/modules/jquery/js/extensions/removeClass.min.js +1 -1
  217. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
  218. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
  219. data/assets/themes/j1/modules/lightGallery/css/lg-transitions.css +1 -1
  220. data/assets/themes/j1/modules/lightGallery/css/lg-transitions.min.css +1 -1
  221. data/assets/themes/j1/modules/lightGallery/css/lightgallery-bundle.css +1 -1
  222. data/assets/themes/j1/modules/lightGallery/css/lightgallery-bundle.min.css +1 -1
  223. data/assets/themes/j1/modules/lightGallery/css/plugins/lg-autoplay.css +1 -1
  224. data/assets/themes/j1/modules/lightGallery/css/plugins/lg-comments.css +1 -1
  225. data/assets/themes/j1/modules/lightGallery/css/plugins/lg-fullscreen.css +1 -1
  226. data/assets/themes/j1/modules/lightGallery/css/plugins/lg-medium-zoom.css +1 -1
  227. data/assets/themes/j1/modules/lightGallery/css/plugins/lg-pager.css +1 -1
  228. data/assets/themes/j1/modules/lightGallery/css/plugins/lg-rotate.css +1 -1
  229. data/assets/themes/j1/modules/lightGallery/css/plugins/lg-share.css +1 -1
  230. data/assets/themes/j1/modules/lightGallery/css/plugins/lg-thumbnail.css +1 -1
  231. data/assets/themes/j1/modules/lightGallery/css/plugins/lg-video.css +1 -1
  232. data/assets/themes/j1/modules/lightGallery/css/plugins/lg-zoom.css +1 -1
  233. data/assets/themes/j1/modules/lightGallery/css/themes/uno/uno.css +1 -1
  234. data/assets/themes/j1/modules/lightGallery/css/themes/uno/uno.min.css +1 -1
  235. data/assets/themes/j1/modules/lightGallery/js/lightgallery.js +1 -1
  236. data/assets/themes/j1/modules/lightGallery/js/lightgallery.min.js +1 -1
  237. data/assets/themes/j1/modules/lightGallery/js/plugins/j1/j1-video.js +1 -1
  238. data/assets/themes/j1/modules/lightGallery/js/plugins/j1/j1-video.min.js +1 -1
  239. data/assets/themes/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +1 -1
  240. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-autoplay.js +1 -1
  241. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js +1 -1
  242. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-comment.js +1 -1
  243. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-comment.min.js +1 -1
  244. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +1 -1
  245. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-fullscreen.min.js +1 -1
  246. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-hash.js +1 -1
  247. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-hash.min.js +1 -1
  248. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +1 -1
  249. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js +1 -1
  250. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-pager.js +1 -1
  251. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-pager.min.js +1 -1
  252. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-rotate.js +1 -1
  253. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-rotate.min.js +1 -1
  254. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-share.js +1 -1
  255. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-share.min.js +1 -1
  256. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +1 -1
  257. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js +1 -1
  258. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-video.js +1 -1
  259. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -1
  260. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +1 -1
  261. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.min.js +1 -1
  262. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-zoom.js +1 -1
  263. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-zoom.min.js +1 -1
  264. data/assets/themes/j1/modules/lightbox/css/lightbox.css +1 -1
  265. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +1 -1
  266. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +1 -1
  267. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -1
  268. data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
  269. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  270. data/assets/themes/j1/modules/lunr/css/j1.css +1 -1
  271. data/assets/themes/j1/modules/lunr/css/j1.min.css +1 -1
  272. data/assets/themes/j1/modules/lunr/js/j1.js +1 -1
  273. data/assets/themes/j1/modules/lunr/js/j1.min.js +1 -1
  274. data/assets/themes/j1/modules/masterslider/css/theme/uno.css +1 -1
  275. data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +1 -1
  276. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.css +1 -1
  277. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +1 -1
  278. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +1 -1
  279. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  280. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +1 -1
  281. data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +1 -1
  282. data/assets/themes/j1/modules/msDropdown/css/flags.css +1 -1
  283. data/assets/themes/j1/modules/msDropdown/css/flags.min.css +1 -1
  284. data/assets/themes/j1/modules/msDropdown/css/msDropdown.css +1 -1
  285. data/assets/themes/j1/modules/msDropdown/css/msDropdown.min.css +1 -1
  286. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +1 -1
  287. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.min.css +1 -1
  288. data/assets/themes/j1/modules/msDropdown/js/msDropdown.js +1 -1
  289. data/assets/themes/j1/modules/msDropdown/js/msDropdown.min.js +1 -1
  290. data/assets/themes/j1/modules/rangeSlider/css/theme/uno/nouislider.css +1 -1
  291. data/assets/themes/j1/modules/rangeSlider/css/theme/uno/nouislider.min.css +1 -1
  292. data/assets/themes/j1/modules/rouge/css/base16/theme.css +1 -1
  293. data/assets/themes/j1/modules/rouge/css/base16/theme.min.css +1 -1
  294. data/assets/themes/j1/modules/rouge/css/base16.dark/theme.css +1 -1
  295. data/assets/themes/j1/modules/rouge/css/base16.dark/theme.min.css +1 -1
  296. data/assets/themes/j1/modules/rouge/css/base16.light/theme.css +1 -1
  297. data/assets/themes/j1/modules/rouge/css/base16.light/theme.min.css +1 -1
  298. data/assets/themes/j1/modules/rouge/css/base16.monokai/theme.css +1 -1
  299. data/assets/themes/j1/modules/rouge/css/base16.monokai/theme.min.css +1 -1
  300. data/assets/themes/j1/modules/rouge/css/base16.monokai.dark/theme.css +1 -1
  301. data/assets/themes/j1/modules/rouge/css/base16.monokai.dark/theme.min.css +1 -1
  302. data/assets/themes/j1/modules/rouge/css/base16.monokai.light/theme.css +1 -1
  303. data/assets/themes/j1/modules/rouge/css/base16.monokai.light/theme.min.css +1 -1
  304. data/assets/themes/j1/modules/rouge/css/base16.solarized/theme.css +1 -1
  305. data/assets/themes/j1/modules/rouge/css/base16.solarized/theme.min.css +1 -1
  306. data/assets/themes/j1/modules/rouge/css/base16.solarized.dark/theme.css +1 -1
  307. data/assets/themes/j1/modules/rouge/css/base16.solarized.dark/theme.min.css +1 -1
  308. data/assets/themes/j1/modules/rouge/css/base16.solarized.light/theme.css +1 -1
  309. data/assets/themes/j1/modules/rouge/css/base16.solarized.light/theme.min.css +1 -1
  310. data/assets/themes/j1/modules/rouge/css/colorful/theme.css +1 -1
  311. data/assets/themes/j1/modules/rouge/css/colorful/theme.min.css +1 -1
  312. data/assets/themes/j1/modules/rouge/css/github/theme.css +1 -1
  313. data/assets/themes/j1/modules/rouge/css/github/theme.min.css +1 -1
  314. data/assets/themes/j1/modules/rouge/css/gruvbox/theme.css +1 -1
  315. data/assets/themes/j1/modules/rouge/css/gruvbox/theme.min.css +1 -1
  316. data/assets/themes/j1/modules/rouge/css/gruvbox.dark/theme.css +1 -1
  317. data/assets/themes/j1/modules/rouge/css/gruvbox.dark/theme.min.css +1 -1
  318. data/assets/themes/j1/modules/rouge/css/gruvbox.light/theme.css +1 -1
  319. data/assets/themes/j1/modules/rouge/css/gruvbox.light/theme.min.css +1 -1
  320. data/assets/themes/j1/modules/rouge/css/igorpro/theme.css +1 -1
  321. data/assets/themes/j1/modules/rouge/css/igorpro/theme.min.css +1 -1
  322. data/assets/themes/j1/modules/rouge/css/molokai/theme.css +1 -1
  323. data/assets/themes/j1/modules/rouge/css/molokai/theme.min.css +1 -1
  324. data/assets/themes/j1/modules/rouge/css/monokai/theme.css +1 -1
  325. data/assets/themes/j1/modules/rouge/css/monokai/theme.min.css +1 -1
  326. data/assets/themes/j1/modules/rouge/css/monokai.sublime/theme.css +1 -1
  327. data/assets/themes/j1/modules/rouge/css/monokai.sublime/theme.min.css +1 -1
  328. data/assets/themes/j1/modules/rouge/css/pastie/theme.css +1 -1
  329. data/assets/themes/j1/modules/rouge/css/pastie/theme.min.css +1 -1
  330. data/assets/themes/j1/modules/rouge/css/thankful_eyes/theme.css +1 -1
  331. data/assets/themes/j1/modules/rouge/css/thankful_eyes/theme.min.css +1 -1
  332. data/assets/themes/j1/modules/rouge/css/themes.txt +1 -1
  333. data/assets/themes/j1/modules/rouge/css/tulip/theme.css +1 -1
  334. data/assets/themes/j1/modules/rouge/css/tulip/theme.min.css +1 -1
  335. data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +1 -1
  336. data/assets/themes/j1/modules/rouge/css/uno.dark/theme.min.css +1 -1
  337. data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +1 -1
  338. data/assets/themes/j1/modules/rouge/css/uno.light/theme.min.css +1 -1
  339. data/assets/themes/j1/modules/rouge/js/select.js +1 -1
  340. data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.css +1 -1
  341. data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.min.css +1 -1
  342. data/assets/themes/j1/modules/rtable/js/rtable.js +1 -1
  343. data/assets/themes/j1/modules/rtable/js/rtable.min.js +1 -1
  344. data/assets/themes/j1/modules/scroller/css/theme/uno.css +3 -3
  345. data/assets/themes/j1/modules/scroller/css/theme/uno.min.css +3 -3
  346. data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
  347. data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.css +1 -1
  348. data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.min.css +1 -1
  349. data/assets/themes/j1/modules/slick/slider/css/theme/uno.css +1 -1
  350. data/assets/themes/j1/modules/slick/slider/css/theme/uno.min.css +1 -1
  351. data/assets/themes/j1/modules/spinner/css/spin.css +1 -1
  352. data/assets/themes/j1/modules/spinner/css/spin.min.css +1 -1
  353. data/assets/themes/j1/modules/spinner/js/spin.js +1 -1
  354. data/assets/themes/j1/modules/spinner/js/spin.min.js +1 -1
  355. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
  356. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  357. data/assets/themes/j1/modules/translator/css/translator.css +1 -1
  358. data/assets/themes/j1/modules/translator/css/translator.min.css +1 -1
  359. data/assets/themes/j1/modules/translator/js/translator.js +1 -1
  360. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  361. data/assets/themes/j1/modules/videojs/css/themes/uno.css +1 -1
  362. data/assets/themes/j1/modules/videojs/css/themes/uno.min.css +1 -1
  363. data/assets/themes/j1/modules/videojs/js/plugins/dm/api/dailymotion.min.js +1 -1
  364. data/assets/themes/j1/modules/videojs/js/plugins/dm/dailymotion.js +1 -1
  365. data/assets/themes/j1/modules/videojs/js/plugins/dm/dailymotion.min.js +1 -1
  366. data/assets/themes/j1/modules/videojs/js/plugins/vm/api/player.min.js +1 -1
  367. data/assets/themes/j1/modules/videojs/js/plugins/vm/api/vimeo.js +1 -1
  368. data/assets/themes/j1/modules/videojs/js/plugins/vm/api/vimeo.min.js +1 -1
  369. data/assets/themes/j1/modules/videojs/js/plugins/vm/vimeo.js +1 -1
  370. data/assets/themes/j1/modules/videojs/js/plugins/vm/vimeo.min.js +1 -1
  371. data/assets/themes/j1/modules/videojs/js/plugins/wt/wistia.js +1 -1
  372. data/assets/themes/j1/modules/videojs/js/plugins/wt/wistia.min.js +1 -1
  373. data/assets/themes/j1/modules/videojs/js/plugins/yt/api/youtube.min.js +1 -1
  374. data/assets/themes/j1/modules/videojs/js/plugins/yt/youtube.js +1 -1
  375. data/assets/themes/j1/modules/videojs/js/plugins/yt/youtube.min.js +1 -1
  376. data/lib/j1/version.rb +1 -1
  377. data/lib/j1_app/j1_auth_manager/auth_manager.rb +1 -1
  378. data/lib/j1_app/j1_auth_manager/error_pages.rb +1 -1
  379. data/lib/j1_app/j1_auth_manager/helpers_disqus.rb +1 -1
  380. data/lib/j1_app/j1_auth_manager/helpers_facebook.rb +1 -1
  381. data/lib/j1_app/j1_auth_manager/helpers_github.rb +1 -1
  382. data/lib/j1_app/j1_auth_manager/helpers_patreon.rb +1 -1
  383. data/lib/j1_app/j1_auth_manager/helpers_twitter.rb +1 -1
  384. data/lib/j1_app/j1_auth_manager/warden_omniauth.rb +1 -1
  385. data/lib/j1_app/omniauth/strategies/disqus.rb +1 -1
  386. data/lib/j1_app/omniauth/strategies/facebook.rb +1 -1
  387. data/lib/j1_app/omniauth/strategies/github.rb +1 -1
  388. data/lib/j1_app/omniauth/strategies/patreon.rb +1 -1
  389. data/lib/j1_app/omniauth/strategies/twitter.rb +1 -1
  390. data/lib/starter_web/Gemfile +3 -3
  391. data/lib/starter_web/README.md +5 -5
  392. data/lib/starter_web/_config.yml +3 -3
  393. data/lib/starter_web/_data/_defaults/categories.yml +1 -1
  394. data/lib/starter_web/_data/_defaults/colors.yml +1 -1
  395. data/lib/starter_web/_data/_defaults/font_sizes.yml +1 -1
  396. data/lib/starter_web/_data/_defaults/j1_config.yml +1 -1
  397. data/lib/starter_web/_data/_defaults/resources.yml +1 -1
  398. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +1 -1
  399. data/lib/starter_web/_data/apps/justifiedGalleryCustomizer.yml +1 -1
  400. data/lib/starter_web/_data/asciidoc2pdf/themes/j1-theme.yml +1 -1
  401. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  402. data/lib/starter_web/_data/blocks/defaults/banner.yml +1 -1
  403. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  404. data/lib/starter_web/_data/blocks/defaults/panel.yml +1 -1
  405. data/lib/starter_web/_data/blocks/footer.yml +2 -2
  406. data/lib/starter_web/_data/blocks/panel.yml +1 -1
  407. data/lib/starter_web/_data/categories.yml +2 -3
  408. data/lib/starter_web/_data/colors.yml +2 -3
  409. data/lib/starter_web/_data/font_sizes.yml +2 -3
  410. data/lib/starter_web/_data/j1_config.yml +1 -1
  411. data/lib/starter_web/_data/layouts/collection.yml +1 -1
  412. data/lib/starter_web/_data/layouts/default.yml +1 -1
  413. data/lib/starter_web/_data/layouts/home.yml +1 -1
  414. data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -1
  415. data/lib/starter_web/_data/layouts/page.yml +1 -1
  416. data/lib/starter_web/_data/layouts/post.yml +1 -1
  417. data/lib/starter_web/_data/layouts/raw.yml +1 -1
  418. data/lib/starter_web/_data/modules/_docsearch.yml +45 -0
  419. data/lib/starter_web/_data/modules/advertising.yml +1 -5
  420. data/lib/starter_web/_data/modules/analytics.yml +7 -7
  421. data/lib/starter_web/_data/modules/attics.yml +1 -2
  422. data/lib/starter_web/_data/modules/authentication.yml +1 -2
  423. data/lib/starter_web/_data/modules/blog_navigator.yml +1 -2
  424. data/lib/starter_web/_data/modules/carousel.yml +1 -1
  425. data/lib/starter_web/_data/modules/{framer.yml → chatbots.yml} +12 -11
  426. data/lib/starter_web/_data/modules/comments.yml +7 -7
  427. data/lib/starter_web/_data/modules/cookieconsent.yml +7 -7
  428. data/lib/starter_web/_data/modules/cookies.yml +7 -7
  429. data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -2
  430. data/lib/starter_web/_data/modules/defaults/analytics.yml +2 -3
  431. data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
  432. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -2
  433. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +1 -2
  434. data/lib/starter_web/_data/modules/defaults/carousel.yml +1 -1
  435. data/lib/starter_web/_data/modules/defaults/chatbots.yml +80 -0
  436. data/lib/starter_web/_data/modules/defaults/comments.yml +7 -7
  437. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +10 -82
  438. data/lib/starter_web/_data/modules/defaults/cookies.yml +8 -8
  439. data/lib/starter_web/_data/modules/defaults/docsearch.yml +87 -0
  440. data/lib/starter_web/_data/modules/defaults/dropdowns.yml +2 -3
  441. data/lib/starter_web/_data/modules/defaults/fab.yml +1 -2
  442. data/lib/starter_web/_data/modules/defaults/gallery.yml +1 -1
  443. data/lib/starter_web/_data/modules/defaults/iconPicker.yml +7 -7
  444. data/lib/starter_web/_data/modules/defaults/{framer.yml → iframer.yml} +57 -22
  445. data/lib/starter_web/_data/modules/defaults/lazyLoader.yml +1 -5
  446. data/lib/starter_web/_data/modules/defaults/lightbox.yml +1 -1
  447. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -2
  448. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -1
  449. data/lib/starter_web/_data/modules/defaults/lunr.yml +7 -7
  450. data/lib/starter_web/_data/modules/defaults/masonry.yml +7 -7
  451. data/lib/starter_web/_data/modules/defaults/masterslider.yml +1 -1
  452. data/lib/starter_web/_data/modules/defaults/navigator.yml +5 -2
  453. data/lib/starter_web/_data/modules/defaults/particles.yml +1 -1
  454. data/lib/starter_web/_data/modules/defaults/rangeSlider.yml +1 -5
  455. data/lib/starter_web/_data/modules/defaults/rtable.yml +1 -5
  456. data/lib/starter_web/_data/modules/defaults/scroller.yml +2 -5
  457. data/lib/starter_web/_data/modules/defaults/slick.yml +1 -1
  458. data/lib/starter_web/_data/modules/defaults/speak2me.yml +7 -7
  459. data/lib/starter_web/_data/modules/defaults/theme_toggler.yml +7 -7
  460. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
  461. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
  462. data/lib/starter_web/_data/modules/defaults/translator.yml +18 -59
  463. data/lib/starter_web/_data/modules/defaults/waves.yml +7 -7
  464. data/lib/starter_web/_data/modules/docsearch.yml +45 -0
  465. data/lib/starter_web/_data/modules/dropdowns.yml +1 -2
  466. data/lib/starter_web/_data/modules/fab.yml +1 -5
  467. data/lib/starter_web/_data/modules/gallery.yml +149 -80
  468. data/lib/starter_web/_data/modules/iconPicker.yml +7 -7
  469. data/lib/starter_web/_data/modules/iframer.yml +103 -0
  470. data/lib/starter_web/_data/modules/lazyLoader.yml +1 -2
  471. data/lib/starter_web/_data/modules/lightbox.yml +1 -1
  472. data/lib/starter_web/_data/modules/log4javascript.yml +1 -2
  473. data/lib/starter_web/_data/modules/log4r.yml +1 -1
  474. data/lib/starter_web/_data/modules/lunr.yml +7 -7
  475. data/lib/starter_web/_data/modules/masonry.yml +7 -7
  476. data/lib/starter_web/_data/modules/masterslider.yml +1 -1
  477. data/lib/starter_web/_data/modules/navigator.yml +1 -1
  478. data/lib/starter_web/_data/modules/navigator_menu.yml +44 -11
  479. data/lib/starter_web/_data/modules/particles.yml +1 -1
  480. data/lib/starter_web/_data/modules/rangeSlider.yml +1 -5
  481. data/lib/starter_web/_data/modules/rtable.yml +1 -5
  482. data/lib/starter_web/_data/modules/scroller.yml +2 -1
  483. data/lib/starter_web/_data/modules/slick.yml +1 -1
  484. data/lib/starter_web/_data/modules/speak2me.yml +7 -7
  485. data/lib/starter_web/_data/modules/theme_toggler.yml +7 -7
  486. data/lib/starter_web/_data/modules/themer.yml +1 -2
  487. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  488. data/lib/starter_web/_data/modules/translator.yml +7 -7
  489. data/lib/starter_web/_data/modules/waves.yml +8 -8
  490. data/lib/starter_web/_data/plugins/defaults/feed.yml +1 -1
  491. data/lib/starter_web/_data/plugins/defaults/paginator.yml +1 -1
  492. data/lib/starter_web/_data/plugins/defaults/seo-tags.yml +1 -1
  493. data/lib/starter_web/_data/plugins/defaults/sitemap.yml +1 -1
  494. data/lib/starter_web/_data/plugins/feed.yml +7 -7
  495. data/lib/starter_web/_data/plugins/paginator.yml +1 -1
  496. data/lib/starter_web/_data/plugins/seo-tags.yml +7 -7
  497. data/lib/starter_web/_data/plugins/sitemap.yml +7 -7
  498. data/lib/starter_web/_data/private.yml +1 -1
  499. data/lib/starter_web/_data/resources.yml +60 -14
  500. data/lib/starter_web/_data/templates/feed.xml +2 -2
  501. data/lib/starter_web/_data/templates/robots.txt +1 -1
  502. data/lib/starter_web/_data/templates/seo-tags.html +1 -1
  503. data/lib/starter_web/_data/templates/sitemap.xml +1 -1
  504. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +1 -1
  505. data/lib/starter_web/_data/utilities/util_srv.yml +1 -1
  506. data/lib/starter_web/_includes/attributes.asciidoc +3 -1
  507. data/lib/starter_web/_includes/custom/static/bs5_accordion.html +6 -7
  508. data/lib/starter_web/_includes/custom/templates/bs5_accordion.html +6 -7
  509. data/lib/starter_web/_includes/custom/templates/collection_panel.html +6 -7
  510. data/lib/starter_web/_includes/custom/templates/custom_header.html +6 -7
  511. data/lib/starter_web/_includes/custom/templates/people_panel.html +6 -7
  512. data/lib/starter_web/_includes/google/static/google_ad__your-slot-id.html +6 -7
  513. data/lib/starter_web/_includes/google/templates/google_ads.html +6 -7
  514. data/lib/starter_web/_plugins/asciidoctor/admonition-block-answer.rb +1 -2
  515. data/lib/starter_web/_plugins/asciidoctor/admonition-block-question.rb +1 -2
  516. data/lib/starter_web/_plugins/asciidoctor/banner.rb +1 -2
  517. data/lib/starter_web/_plugins/asciidoctor/callout.rb +1 -2
  518. data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +1 -2
  519. data/lib/starter_web/_plugins/asciidoctor/conum.rb +1 -2
  520. data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +1 -2
  521. data/lib/starter_web/_plugins/asciidoctor/fab-icon-inline.rb +1 -2
  522. data/lib/starter_web/_plugins/asciidoctor/fas-icon-inline.rb +1 -2
  523. data/lib/starter_web/_plugins/asciidoctor/flag-icon-inline.rb +1 -1
  524. data/lib/starter_web/_plugins/asciidoctor/gallery-block.rb +1 -1
  525. data/lib/starter_web/_plugins/asciidoctor/gist-block.rb +1 -2
  526. data/lib/starter_web/_plugins/asciidoctor/google-ad-block.rb +1 -2
  527. data/lib/starter_web/_plugins/asciidoctor/iconify-icon-inline.rb +1 -2
  528. data/lib/starter_web/_plugins/asciidoctor/iframe-block.rb +46 -0
  529. data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -2
  530. data/lib/starter_web/_plugins/asciidoctor/lorem_inline.rb +1 -1
  531. data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +1 -2
  532. data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +1 -2
  533. data/lib/starter_web/_plugins/asciidoctor/mdi-icon-inline.rb +1 -2
  534. data/lib/starter_web/_plugins/asciidoctor/mdib-icon-inline.rb +1 -2
  535. data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +1 -2
  536. data/lib/starter_web/_plugins/asciidoctor/panel.rb +1 -2
  537. data/lib/starter_web/_plugins/asciidoctor/placeholder-inline.rb +1 -2
  538. data/lib/starter_web/_plugins/asciidoctor/range-slider-block.rb +1 -2
  539. data/lib/starter_web/_plugins/asciidoctor/shout-block.rb +1 -2
  540. data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +1 -2
  541. data/lib/starter_web/_plugins/asciidoctor/textbook-block.rb +1 -2
  542. data/lib/starter_web/_plugins/asciidoctor/twitter-emoji-inline.rb +1 -2
  543. data/lib/starter_web/_plugins/asciidoctor/video-block.rb +1 -2
  544. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +1 -2
  545. data/lib/starter_web/_plugins/asciidoctor/vimeo-block.rb +1 -2
  546. data/lib/starter_web/_plugins/asciidoctor/wistia-block.rb +1 -2
  547. data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +1 -2
  548. data/lib/starter_web/_plugins/filter/debug.rb +1 -1
  549. data/lib/starter_web/_plugins/filter/encodeBase64.rb +1 -1
  550. data/lib/starter_web/_plugins/filter/encryptAES.rb +1 -1
  551. data/lib/starter_web/_plugins/filter/filters.rb +1 -1
  552. data/lib/starter_web/_plugins/filter/liquify.rb +1 -1
  553. data/lib/starter_web/_plugins/filter/minifyJS.rb +1 -1
  554. data/lib/starter_web/_plugins/filter/minifyJSON.rb +1 -1
  555. data/lib/starter_web/_plugins/filter/prettify.rb +1 -1
  556. data/lib/starter_web/_plugins/filter/xml_prettify.rb +1 -1
  557. data/lib/starter_web/_plugins/helper/symlink_watcher.rb +1 -1
  558. data/lib/starter_web/_plugins/i18n/date.rb +1 -1
  559. data/lib/starter_web/_plugins/index/lunr.rb +3 -2
  560. data/lib/starter_web/_plugins/seo/j1-feed.rb +1 -1
  561. data/lib/starter_web/_plugins/seo/j1-seo-tags.rb +1 -1
  562. data/lib/starter_web/_plugins/seo/j1-sitemap.rb +1 -1
  563. data/lib/starter_web/assets/images/modules/gallery/mega_cities/{author.txt → info/authors.txt} +8 -5
  564. data/lib/starter_web/config.ru +1 -1
  565. data/lib/starter_web/dot.gitattributes +1 -2
  566. data/lib/starter_web/dot.nojekyll +1 -2
  567. data/lib/starter_web/package.json +74 -75
  568. data/lib/starter_web/pages/public/about/reporting_issues.adoc +4 -1
  569. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +1 -1
  570. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
  571. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +5 -2
  572. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +4 -2
  573. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +7 -3
  574. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/211_language_overview.asciidoc +0 -1
  575. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +29 -9
  576. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/213_fonts.asciidoc +37 -13
  577. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/a2p.bat +3 -3
  578. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/a2p.sh +3 -4
  579. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p +10 -11
  580. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
  581. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.pdf +27727 -0
  582. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/100_chapter.asciidoc +4 -2
  583. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/tables/serve_command_options.asciidoc +5 -2
  584. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
  585. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +12 -6
  586. data/lib/starter_web/pages/public/features/general.adoc +5 -2
  587. data/lib/starter_web/pages/public/features/template.adoc +5 -2
  588. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +7 -1
  589. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +7 -1
  590. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +7 -1
  591. data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +3 -0
  592. data/lib/starter_web/pages/public/learn/bookshelf/{article_previewer/viewer_all_books.adoc → viewer_all_books.adoc} +8 -2
  593. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +26 -12
  594. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +1 -1
  595. data/lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc +1 -1
  596. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +1 -1
  597. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +2 -2
  598. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +2 -2
  599. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +49 -40
  600. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +72 -216
  601. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +1 -1
  602. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +1 -1
  603. data/lib/starter_web/pages/public/learn/where_to_go.adoc +1 -1
  604. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +1 -1
  605. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +1 -1
  606. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +1 -1
  607. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
  608. data/lib/starter_web/pages/public/plans/plans.adoc +1 -1
  609. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.hover.html +69 -0
  610. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.nested.html +75 -0
  611. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.textarea.html +57 -0
  612. data/lib/starter_web/pages/public/tools/previewer/_includes/documents/my.content.html +112 -0
  613. data/lib/starter_web/pages/public/tools/previewer/iframer_documents/iframe.content.html +51 -0
  614. data/lib/starter_web/pages/public/tools/previewer/iframer_documents/iframe.docsearch.info.html +84 -0
  615. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +2 -2
  616. data/lib/starter_web/pages/public/tools/previewer/preview_docsearch.adoc +92 -0
  617. data/lib/starter_web/pages/public/tools/previewer/preview_iframer.adoc +106 -0
  618. metadata +37 -25
  619. data/_layouts/_home.html +0 -88
  620. data/assets/themes/j1/adapter/js/framer.js +0 -237
  621. data/assets/themes/j1/adapter/js/lightGallery.js +0 -459
  622. data/lib/starter_web/_data/_defaults/private.yml +0 -129
  623. data/lib/starter_web/_data/modules/defaults/lightGallery.yml +0 -119
  624. data/lib/starter_web/_data/modules/lightGallery.yml +0 -41
  625. data/lib/starter_web/_data/modules/nbinteract.yml +0 -476
  626. data/lib/starter_web/assets/images/modules/gallery/mega_cities/oskars-sylwan_b.jpg +0 -0
  627. data/lib/starter_web/utilsrv/_defaults/package.json +0 -57
  628. data/lib/starter_web/utilsrv/package.json +0 -57
  629. data/lib/starter_web/utilsrv/server.js +0 -775
@@ -1,7 +1,7 @@
1
1
  /******/ (() => { // webpackBootstrap
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
- /***/ 476:
4
+ /***/ 8476:
5
5
  /***/ ((module) => {
6
6
 
7
7
  "use strict";
@@ -13,7 +13,7 @@
13
13
  # Product/Info:
14
14
  # https://jekyll.one
15
15
  #
16
- # Copyright (C) 2023 Juergen Adams
16
+ # Copyright (C) 2023, 2024 Juergen Adams
17
17
  #
18
18
  # J1 Theme is licensed under MIT License.
19
19
  # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
@@ -44,7 +44,7 @@ module.exports = function (j1, window) {
44
44
 
45
45
  /***/ }),
46
46
 
47
- /***/ 253:
47
+ /***/ 1253:
48
48
  /***/ (() => {
49
49
 
50
50
  /*
@@ -56,7 +56,7 @@ module.exports = function (j1, window) {
56
56
  # Product/Info:
57
57
  # https://jekyll.one
58
58
  #
59
- # Copyright (C) 2023 Juergen Adams
59
+ # Copyright (C) 2023, 2024 Juergen Adams
60
60
  #
61
61
  # J1 Theme is licensed under MIT License.
62
62
  # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
@@ -112,7 +112,7 @@ $(insert_result_links);
112
112
 
113
113
  /***/ }),
114
114
 
115
- /***/ 921:
115
+ /***/ 8921:
116
116
  /***/ ((module) => {
117
117
 
118
118
  "use strict";
@@ -126,7 +126,7 @@ $(insert_result_links);
126
126
  # https://jekyll.one
127
127
  #
128
128
  # Copyright (C) 2020 Julian Garnier
129
- # Copyright (C) 2023 Juergen Adams
129
+ # Copyright (C) 2023, 2024 Juergen Adams
130
130
  #
131
131
  # Anime is licensed under the MIT License.
132
132
  # See: https://github.com/juliangarnier/anime/blob/master/LICENSE.md
@@ -1628,7 +1628,7 @@ module.exports = anime;
1628
1628
 
1629
1629
  /***/ }),
1630
1630
 
1631
- /***/ 977:
1631
+ /***/ 6977:
1632
1632
  /***/ ((module) => {
1633
1633
 
1634
1634
  /*
@@ -1639,7 +1639,7 @@ module.exports = anime;
1639
1639
  # Product/Info:
1640
1640
  # http://jekyll.one
1641
1641
  #
1642
- # Copyright (C) 2023 Juergen Adams
1642
+ # Copyright (C) 2023, 2024 Juergen Adams
1643
1643
  #
1644
1644
  # J1 Theme is licensed under MIT License.
1645
1645
  # See: https://github.com/jekyll-one/J1 Theme/blob/master/LICENSE
@@ -1663,7 +1663,7 @@ module.exports = anime;
1663
1663
  // -----------------------------------------------------------------------------
1664
1664
  /*!
1665
1665
  * J1 Asciidoctor
1666
- * Copyright (C) 2023 Juergen Adams
1666
+ * Copyright (C) 2023, 2024 Juergen Adams
1667
1667
  * Licensed under MIT License.
1668
1668
  */
1669
1669
  module.exports = function asciidoctor(options) {
@@ -1723,7 +1723,7 @@ module.exports = function asciidoctor(options) {
1723
1723
 
1724
1724
  /***/ }),
1725
1725
 
1726
- /***/ 254:
1726
+ /***/ 1254:
1727
1727
  /***/ (() => {
1728
1728
 
1729
1729
  /*
@@ -3031,8 +3031,8 @@ module.exports = function asciidoctor(options) {
3031
3031
 
3032
3032
  /***/ }),
3033
3033
 
3034
- /***/ 602:
3035
- /***/ ((module) => {
3034
+ /***/ 6602:
3035
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3036
3036
 
3037
3037
  "use strict";
3038
3038
  /*
@@ -3044,7 +3044,7 @@ module.exports = function asciidoctor(options) {
3044
3044
  # https://jekyll.one
3045
3045
  # http://getbootstrap.com/
3046
3046
  #
3047
- # Copyright (C) 2023 Juergen Adams
3047
+ # Copyright (C) 2023, 2024 Juergen Adams
3048
3048
  #
3049
3049
  # J1 Theme is licensed under MIT License.
3050
3050
  # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
@@ -3063,10 +3063,14 @@ module.exports = function asciidoctor(options) {
3063
3063
  // module.exports = function core ( options ) {
3064
3064
  /*!
3065
3065
  * J1 Core
3066
- * Copyright (C) 2023 Juergen Adams
3066
+ * Copyright (C) 2023, 2024 Juergen Adams
3067
3067
  * Licensed under MIT License.
3068
3068
  */
3069
3069
  module.exports = function (options) {
3070
+ const defaultOptions = __webpack_require__(8780);
3071
+ const ParseContent = __webpack_require__(7609);
3072
+ const parseContent = ParseContent(defaultOptions);
3073
+
3070
3074
  // ---------------------------------------------------------------------------
3071
3075
  // Global variables
3072
3076
  // ---------------------------------------------------------------------------
@@ -3160,7 +3164,21 @@ module.exports = function (options) {
3160
3164
  $p.html(text.replace(firstLetter, marginalDropCap));
3161
3165
  });
3162
3166
  }
3163
- } // END createDropCap
3167
+ },
3168
+ // END createDropCap
3169
+
3170
+ // -------------------------------------------------------------------------
3171
+ // Initialize Backdrops on all <p> elements of class "dropcap"
3172
+ // -------------------------------------------------------------------------
3173
+ parseHeadings: function () {
3174
+ var headings = parseContent.selectHeadings(".js-toc-content", "h2, h3, h4, h5, h6");
3175
+ return headings;
3176
+ } // END parseContent
3177
+
3178
+ // parseContent.selectHeadings(
3179
+ // defaultOptions.contentSelector,
3180
+ // defaultOptions.headingSelector
3181
+ // );
3164
3182
  }; // end return (object)
3165
3183
 
3166
3184
  //})( jQuery, window );
@@ -3168,7 +3186,253 @@ module.exports = function (options) {
3168
3186
 
3169
3187
  /***/ }),
3170
3188
 
3171
- /***/ 131:
3189
+ /***/ 8780:
3190
+ /***/ ((module) => {
3191
+
3192
+ // -----------------------------------------------------------------------------
3193
+ // ESLint shimming
3194
+ // -----------------------------------------------------------------------------
3195
+ /* eslint indent: "off" */
3196
+ /* eslint no-undef: "off" */
3197
+ /* eslint no-unused-vars: "off" */
3198
+ // -----------------------------------------------------------------------------
3199
+
3200
+ module.exports = {
3201
+ // Where to render the table of contents.
3202
+ tocSelector: '.js-toc',
3203
+ // Where to grab the headings to build the table of contents.
3204
+ contentSelector: '.js-toc-content',
3205
+ // Which headings to grab inside of the contentSelector element.
3206
+ headingSelector: 'h2, h3, h4, h5, h6',
3207
+ // Headings that match the ignoreSelector will be skipped.
3208
+ ignoreSelector: '.notoc',
3209
+ // For headings inside relative or absolute positioned containers within content
3210
+ hasInnerContainers: false,
3211
+ // Main class to add to links.
3212
+ linkClass: 'toc-link',
3213
+ // Extra classes to add to links.
3214
+ extraLinkClasses: '',
3215
+ // Class to add to active links,
3216
+ // the link corresponding to the top most heading on the page.
3217
+ activeLinkClass: 'is-active-link',
3218
+ // Main class to add to lists.
3219
+ listClass: 'toc-list',
3220
+ // Extra classes to add to lists.
3221
+ extraListClasses: '',
3222
+ // Class that gets added when a list should be collapsed.
3223
+ isCollapsedClass: 'is-collapsed',
3224
+ // Class that gets added when a list should be able
3225
+ // to be collapsed but isn't necessarily collapsed.
3226
+ collapsibleClass: 'is-collapsible',
3227
+ // Class to add to list items.
3228
+ listItemClass: 'toc-list-item',
3229
+ // Class to add to active list items.
3230
+ activeListItemClass: 'is-active-li',
3231
+ // How many heading levels should not be collapsed.
3232
+ // For example, number 6 will show everything since
3233
+ // there are only 6 heading levels and number 0 will collapse them all.
3234
+ // The sections that are hidden will open
3235
+ // and close as you scroll to headings within them.
3236
+ collapseDepth: 3,
3237
+ // Smooth scrolling enabled.
3238
+ scrollSmooth: true,
3239
+ // Smooth scroll duration.
3240
+ scrollSmoothDuration: 300,
3241
+ // Smooth scroll offset.
3242
+ scrollSmoothOffset: 0,
3243
+ // Callback for scroll end.
3244
+ scrollEndCallback: function (e) {},
3245
+ // Headings offset between the headings and the top of the document (this is meant for minor adjustments).
3246
+ headingsOffset: 1,
3247
+ // Timeout between events firing to make sure it's
3248
+ // not too rapid (for performance reasons).
3249
+ throttleTimeout: 150,
3250
+ // Element to add the positionFixedClass to.
3251
+ positionFixedSelector: null,
3252
+ // Fixed position class to add to make sidebar fixed after scrolling
3253
+ // down past the fixedSidebarOffset.
3254
+ positionFixedClass: 'is-position-fixed',
3255
+ // fixedSidebarOffset can be any number but by default is set
3256
+ // to auto which sets the fixedSidebarOffset to the sidebar
3257
+ // element's offsetTop from the top of the document on init.
3258
+ fixedSidebarOffset: 'auto',
3259
+ // includeHtml can be set to true to include the HTML markup from the
3260
+ // heading node instead of just including the textContent.
3261
+ includeHtml: false,
3262
+ // onclick function to apply to all links in toc. will be called with
3263
+ // the event as the first parameter, and this can be used to stop,
3264
+ // propagation, prevent default or perform action
3265
+ onClick: function (e) {},
3266
+ // orderedList can be set to false to generate unordered lists (ul)
3267
+ // instead of ordered lists (ol)
3268
+ orderedList: true,
3269
+ // If there is a fixed article scroll container, set to calculate titles' offset
3270
+ scrollContainer: null,
3271
+ // prevent ToC DOM rendering if it's already rendered by an external system
3272
+ skipRendering: false,
3273
+ // Optional callback to change heading labels.
3274
+ // For example it can be used to cut down and put ellipses on multiline headings you deem too long.
3275
+ // Called each time a heading is parsed. Expects a string in return, the modified label to display.
3276
+ // function (string) => string
3277
+ headingLabelCallback: false,
3278
+ // ignore headings that are hidden in DOM
3279
+ ignoreHiddenElements: false,
3280
+ // Optional callback to modify properties of parsed headings.
3281
+ // The heading element is passed in node parameter and information parsed by default parser is provided in obj parameter.
3282
+ // Function has to return the same or modified obj.
3283
+ // The heading will be excluded from TOC if nothing is returned.
3284
+ // function (object, HTMLElement) => object | void
3285
+ headingObjectCallback: null,
3286
+ // Set the base path, useful if you use a `base` tag in `head`.
3287
+ basePath: '',
3288
+ // Only takes affect when `tocSelector` is scrolling,
3289
+ // keep the toc scroll position in sync with the content.
3290
+ disableTocScrollSync: false
3291
+ };
3292
+
3293
+ /***/ }),
3294
+
3295
+ /***/ 7609:
3296
+ /***/ ((module) => {
3297
+
3298
+ /**
3299
+ * This file is responsible for parsing the content from the DOM and making
3300
+ * sure data is nested properly.
3301
+ *
3302
+ * @author Tim Scanlin
3303
+ */
3304
+
3305
+ // -----------------------------------------------------------------------------
3306
+ // ESLint shimming
3307
+ // -----------------------------------------------------------------------------
3308
+ /* eslint indent: "off" */
3309
+ /* eslint no-undef: "off" */
3310
+ /* eslint semi: "off" */
3311
+ // -----------------------------------------------------------------------------
3312
+
3313
+ module.exports = function parseContent(options) {
3314
+ var reduce = [].reduce;
3315
+
3316
+ /**
3317
+ * Get the last item in an array and return a reference to it.
3318
+ * @param {Array} array
3319
+ * @return {Object}
3320
+ */
3321
+ function getLastItem(array) {
3322
+ return array[array.length - 1];
3323
+ }
3324
+
3325
+ /**
3326
+ * Get heading level for a heading dom node.
3327
+ * @param {HTMLElement} heading
3328
+ * @return {Number}
3329
+ */
3330
+ function getHeadingLevel(heading) {
3331
+ return +heading.nodeName.split('H').join('');
3332
+ }
3333
+
3334
+ /**
3335
+ * Get important properties from a heading element and store in a plain object.
3336
+ * @param {HTMLElement} heading
3337
+ * @return {Object}
3338
+ */
3339
+ function getHeadingObject(heading) {
3340
+ // each node is processed twice by this method because nestHeadingsArray() and addNode() calls it
3341
+ // first time heading is real DOM node element, second time it is obj
3342
+ // that is causing problem so I am processing only original DOM node
3343
+ if (!(heading instanceof window.HTMLElement)) return heading;
3344
+ if (options.ignoreHiddenElements && (!heading.offsetHeight || !heading.offsetParent)) {
3345
+ return null;
3346
+ }
3347
+ var obj = {
3348
+ id: heading.id,
3349
+ children: [],
3350
+ nodeName: heading.nodeName,
3351
+ headingLevel: getHeadingLevel(heading),
3352
+ textContent: options.headingLabelCallback ? String(options.headingLabelCallback(heading.textContent)) : heading.textContent.trim()
3353
+ };
3354
+ if (options.includeHtml) {
3355
+ obj.childNodes = heading.childNodes;
3356
+ }
3357
+ if (options.headingObjectCallback) {
3358
+ return options.headingObjectCallback(obj, heading);
3359
+ }
3360
+ return obj;
3361
+ }
3362
+
3363
+ /**
3364
+ * Add a node to the nested array.
3365
+ * @param {Object} node
3366
+ * @param {Array} nest
3367
+ * @return {Array}
3368
+ */
3369
+ function addNode(node, nest) {
3370
+ var obj = getHeadingObject(node);
3371
+ var level = obj.headingLevel;
3372
+ var array = nest;
3373
+ var lastItem = getLastItem(array);
3374
+ var lastItemLevel = lastItem ? lastItem.headingLevel : 0;
3375
+ var counter = level - lastItemLevel;
3376
+ while (counter > 0) {
3377
+ lastItem = getLastItem(array);
3378
+ if (lastItem && lastItem.children !== undefined) {
3379
+ array = lastItem.children;
3380
+ }
3381
+ counter--;
3382
+ }
3383
+ if (level >= options.collapseDepth) {
3384
+ obj.isCollapsed = true;
3385
+ }
3386
+ array.push(obj);
3387
+ return array;
3388
+ }
3389
+
3390
+ /**
3391
+ * Select headings in content area, exclude any selector in options.ignoreSelector
3392
+ * @param {String} contentSelector
3393
+ * @param {Array} headingSelector
3394
+ * @return {Array}
3395
+ */
3396
+ function selectHeadings(contentSelector, headingSelector) {
3397
+ var selectors = headingSelector;
3398
+ if (options.ignoreSelector) {
3399
+ selectors = headingSelector.split(',').map(function mapSelectors(selector) {
3400
+ return selector.trim() + ':not(' + options.ignoreSelector + ')';
3401
+ });
3402
+ }
3403
+ try {
3404
+ return document.querySelector(contentSelector).querySelectorAll(selectors);
3405
+ } catch (e) {
3406
+ console.warn('Element not found: ' + contentSelector); // eslint-disable-line
3407
+ return null;
3408
+ }
3409
+ }
3410
+
3411
+ /**
3412
+ * Nest headings array into nested arrays with 'children' property.
3413
+ * @param {Array} headingsArray
3414
+ * @return {Object}
3415
+ */
3416
+ function nestHeadingsArray(headingsArray) {
3417
+ return reduce.call(headingsArray, function reducer(prev, curr) {
3418
+ var currentHeading = getHeadingObject(curr);
3419
+ if (currentHeading) {
3420
+ addNode(currentHeading, prev.nest);
3421
+ }
3422
+ return prev;
3423
+ }, {
3424
+ nest: []
3425
+ });
3426
+ }
3427
+ return {
3428
+ nestHeadingsArray: nestHeadingsArray,
3429
+ selectHeadings: selectHeadings
3430
+ };
3431
+ };
3432
+
3433
+ /***/ }),
3434
+
3435
+ /***/ 1131:
3172
3436
  /***/ ((module) => {
3173
3437
 
3174
3438
  /*
@@ -3179,7 +3443,7 @@ module.exports = function (options) {
3179
3443
  # Product/Info:
3180
3444
  # https://jekyll.one
3181
3445
  #
3182
- # Copyright (C) 2023 Juergen Adams
3446
+ # Copyright (C) 2023, 2024 Juergen Adams
3183
3447
  #
3184
3448
  # J1 Template is licensed under the MIT License.
3185
3449
  # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
@@ -3230,7 +3494,7 @@ module.exports = function lazyCSS() {
3230
3494
 
3231
3495
  /***/ }),
3232
3496
 
3233
- /***/ 610:
3497
+ /***/ 5771:
3234
3498
  /***/ (() => {
3235
3499
 
3236
3500
  /*
@@ -3242,7 +3506,7 @@ module.exports = function lazyCSS() {
3242
3506
  # https://jekyll.one
3243
3507
  #
3244
3508
  # Copyright (C) 2013-2014 Selvakumar Arumugam
3245
- # Copyright (C) 2023 Juergen Adams
3509
+ # Copyright (C) 2023, 2024 Juergen Adams
3246
3510
  #
3247
3511
  # Attrchange is licensed under the MIT License.
3248
3512
  # See: https://github.com/meetselva/attrchange/blob/master/MIT-License.txt
@@ -3486,7 +3750,7 @@ module.exports = function lazyCSS() {
3486
3750
 
3487
3751
  /***/ }),
3488
3752
 
3489
- /***/ 490:
3753
+ /***/ 3490:
3490
3754
  /***/ ((module) => {
3491
3755
 
3492
3756
  /*
@@ -3499,7 +3763,7 @@ module.exports = function lazyCSS() {
3499
3763
  # https://github.com/adamnurdin01/bootsnav
3500
3764
  # http://corenav.anurdin.net/
3501
3765
  #
3502
- # Copyright (C) 2023 Juergen Adams
3766
+ # Copyright (C) 2023, 2024 Juergen Adams
3503
3767
  # Copyright (C) 2016 adamnurdin01
3504
3768
  #
3505
3769
  # J1 Theme is licensed under MIT License.
@@ -3840,6 +4104,16 @@ module.exports = function navigator(options) {
3840
4104
  });
3841
4105
  } // END QuickSearch
3842
4106
 
4107
+ // ---------------------------------------------------------------------
4108
+ // DocSearch dialog
4109
+ //
4110
+ if ($('li.documind')) {
4111
+ logger.debug('register SHOW event for J1 DocSearch');
4112
+ $('li.documind > a', this).on('click', function (e) {
4113
+ j1.adapter.docsearch.showDialog();
4114
+ });
4115
+ } // END DocSearch
4116
+
3843
4117
  // ---------------------------------------------------------------------
3844
4118
  // Translator dialog
3845
4119
  //
@@ -3858,17 +4132,17 @@ module.exports = function navigator(options) {
3858
4132
  $('li.speak > a', this).on('click', function (e) {
3859
4133
  j1.adapter.speak2me.showDialog();
3860
4134
  });
3861
- } // END NBI Notebooks
4135
+ } // END Speak2Me
3862
4136
 
3863
4137
  // ---------------------------------------------------------------------
3864
4138
  // NBI Notebooks dialog
3865
4139
  //
3866
- if ($('li.nbi-notebooks')) {
3867
- logger.debug('register SHOW event for J1 NBI');
3868
- $('li.nbi-notebooks > a', this).on('click', function (e) {
3869
- j1.adapter.nbinteract.showDialog();
3870
- });
3871
- } // END NBI Notebooks
4140
+ // if ($('li.nbi-notebooks')) {
4141
+ // logger.debug('register SHOW event for J1 NBI');
4142
+ // $('li.nbi-notebooks > a', this).on('click', function(e) {
4143
+ // j1.adapter.nbinteract.showDialog();
4144
+ // });
4145
+ // } // END NBI Notebooks
3872
4146
 
3873
4147
  // ---------------------------------------------------------------------
3874
4148
  // CookieConsent dialog
@@ -4140,11 +4414,13 @@ module.exports = function navigator(options) {
4140
4414
  return true;
4141
4415
  } // END updateSidebar
4142
4416
  }; // end return (object)
4417
+
4418
+ // }( j1, window, jQuery );
4143
4419
  }(jQuery);
4144
4420
 
4145
4421
  /***/ }),
4146
4422
 
4147
- /***/ 814:
4423
+ /***/ 8814:
4148
4424
  /***/ ((module) => {
4149
4425
 
4150
4426
  "use strict";
@@ -4275,7 +4551,7 @@ module.exports = function scrollSmooth(options) {
4275
4551
 
4276
4552
  /***/ }),
4277
4553
 
4278
- /***/ 633:
4554
+ /***/ 8633:
4279
4555
  /***/ ((module) => {
4280
4556
 
4281
4557
  // -----------------------------------------------------------------------------
@@ -4381,7 +4657,7 @@ module.exports = {
4381
4657
 
4382
4658
  /***/ }),
4383
4659
 
4384
- /***/ 291:
4660
+ /***/ 3291:
4385
4661
  /***/ ((module) => {
4386
4662
 
4387
4663
  /**
@@ -4533,7 +4809,7 @@ module.exports = function parseContent(options) {
4533
4809
  # https://jekyll.one
4534
4810
  # https://github.com/acoti/articulate.js/tree/master
4535
4811
  #
4536
- # Copyright (C) 2023 Juergen Adams
4812
+ # Copyright (C) 2023, 2024 Juergen Adams
4537
4813
  # Copyright (C) 2017 Adam Coti
4538
4814
  #
4539
4815
  # J1 Template is licensed under the MIT License.
@@ -4557,8 +4833,8 @@ module.exports = function parseContent(options) {
4557
4833
  (function ($) {
4558
4834
  'use strict';
4559
4835
 
4560
- const defaultOptions = __webpack_require__(633);
4561
- const ParseContent = __webpack_require__(291);
4836
+ const defaultOptions = __webpack_require__(8633);
4837
+ const ParseContent = __webpack_require__(3291);
4562
4838
  const parseContent = ParseContent(defaultOptions);
4563
4839
  const scrollBehavior = 'smooth';
4564
4840
  const speechCycle = 10;
@@ -6119,7 +6395,7 @@ module.exports = function parseContent(options) {
6119
6395
 
6120
6396
  /***/ }),
6121
6397
 
6122
- /***/ 525:
6398
+ /***/ 4525:
6123
6399
  /***/ ((module) => {
6124
6400
 
6125
6401
  /**
@@ -6398,7 +6674,7 @@ module.exports = function (options) {
6398
6674
 
6399
6675
  /***/ }),
6400
6676
 
6401
- /***/ 923:
6677
+ /***/ 8923:
6402
6678
  /***/ ((module) => {
6403
6679
 
6404
6680
  // -----------------------------------------------------------------------------
@@ -6504,7 +6780,7 @@ module.exports = {
6504
6780
 
6505
6781
  /***/ }),
6506
6782
 
6507
- /***/ 407:
6783
+ /***/ 6407:
6508
6784
  /***/ ((module) => {
6509
6785
 
6510
6786
  /**
@@ -6644,7 +6920,7 @@ module.exports = function parseContent(options) {
6644
6920
 
6645
6921
  /***/ }),
6646
6922
 
6647
- /***/ 968:
6923
+ /***/ 5968:
6648
6924
  /***/ ((__unused_webpack_module, exports) => {
6649
6925
 
6650
6926
  /*
@@ -6657,7 +6933,7 @@ module.exports = function parseContent(options) {
6657
6933
  # https://tscanlin.github.io/tocbot
6658
6934
  # https://github.com/tscanlin/tocbot
6659
6935
  #
6660
- # Copyright (C) 2023 Juergen Adams
6936
+ # Copyright (C) 2023, 2024 Juergen Adams
6661
6937
  # Copyright (C) 2016 Tim Scanlin
6662
6938
  #
6663
6939
  # J1 Theme is licensed under MIT License.
@@ -6796,7 +7072,7 @@ function jump(target, options) {
6796
7072
 
6797
7073
  /***/ }),
6798
7074
 
6799
- /***/ 799:
7075
+ /***/ 2799:
6800
7076
  /***/ (function(module, exports, __webpack_require__) {
6801
7077
 
6802
7078
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -6809,7 +7085,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
6809
7085
  # https://tscanlin.github.io/tocbot
6810
7086
  # https://github.com/tscanlin/tocbot
6811
7087
  #
6812
- # Copyright (C) 2023 Juergen Adams
7088
+ # Copyright (C) 2023, 2024 Juergen Adams
6813
7089
  # Copyright (C) 2016 Tim Scanlin
6814
7090
  #
6815
7091
  # J1 Theme is licensed under MIT License.
@@ -6853,14 +7129,14 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
6853
7129
  'use strict';
6854
7130
 
6855
7131
  // Default options.
6856
- var defaultOptions = __webpack_require__(923);
7132
+ var defaultOptions = __webpack_require__(8923);
6857
7133
  // Object to store current options.
6858
7134
  var options = {};
6859
7135
  // Object for public APIs.
6860
7136
  var tocbot = {};
6861
- var BuildHtml = __webpack_require__(525);
6862
- var ParseContent = __webpack_require__(407);
6863
- var updateTocScroll = __webpack_require__(172);
7137
+ var BuildHtml = __webpack_require__(4525);
7138
+ var ParseContent = __webpack_require__(6407);
7139
+ var updateTocScroll = __webpack_require__(1172);
6864
7140
  // Keep these variables at top scope once options are passed in.
6865
7141
  var buildHtml;
6866
7142
  var parseContent;
@@ -6959,7 +7235,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
6959
7235
  if (options.scrollSmooth) {
6960
7236
  options.duration = options.scrollSmoothDuration;
6961
7237
  options.offset = options.scrollSmoothOffset;
6962
- tocbot.scrollSmooth = (__webpack_require__(968).initSmoothScrolling)(options);
7238
+ tocbot.scrollSmooth = (__webpack_require__(5968).initSmoothScrolling)(options);
6963
7239
  }
6964
7240
 
6965
7241
  // Pass options to these modules.
@@ -7046,7 +7322,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
7046
7322
 
7047
7323
  /***/ }),
7048
7324
 
7049
- /***/ 172:
7325
+ /***/ 1172:
7050
7326
  /***/ ((module) => {
7051
7327
 
7052
7328
  // -----------------------------------------------------------------------------
@@ -7069,7 +7345,7 @@ module.exports = function updateTocScroll(options) {
7069
7345
 
7070
7346
  /***/ }),
7071
7347
 
7072
- /***/ 808:
7348
+ /***/ 6808:
7073
7349
  /***/ ((module, exports, __webpack_require__) => {
7074
7350
 
7075
7351
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -7243,15 +7519,15 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
7243
7519
 
7244
7520
  /***/ }),
7245
7521
 
7246
- /***/ 320:
7522
+ /***/ 3320:
7247
7523
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7248
7524
 
7249
7525
  "use strict";
7250
7526
 
7251
7527
 
7252
7528
 
7253
- var loader = __webpack_require__(990);
7254
- var dumper = __webpack_require__(150);
7529
+ var loader = __webpack_require__(7990);
7530
+ var dumper = __webpack_require__(3150);
7255
7531
 
7256
7532
 
7257
7533
  function renamed(from, to) {
@@ -7262,31 +7538,31 @@ function renamed(from, to) {
7262
7538
  }
7263
7539
 
7264
7540
 
7265
- module.exports.Type = __webpack_require__(364);
7266
- module.exports.Schema = __webpack_require__(657);
7267
- module.exports.FAILSAFE_SCHEMA = __webpack_require__(795);
7268
- module.exports.JSON_SCHEMA = __webpack_require__(966);
7269
- module.exports.CORE_SCHEMA = __webpack_require__(471);
7270
- module.exports.DEFAULT_SCHEMA = __webpack_require__(601);
7541
+ module.exports.Type = __webpack_require__(1364);
7542
+ module.exports.Schema = __webpack_require__(7657);
7543
+ module.exports.FAILSAFE_SCHEMA = __webpack_require__(4795);
7544
+ module.exports.JSON_SCHEMA = __webpack_require__(5966);
7545
+ module.exports.CORE_SCHEMA = __webpack_require__(9471);
7546
+ module.exports.DEFAULT_SCHEMA = __webpack_require__(6601);
7271
7547
  module.exports.load = loader.load;
7272
7548
  module.exports.loadAll = loader.loadAll;
7273
7549
  module.exports.dump = dumper.dump;
7274
- module.exports.YAMLException = __webpack_require__(425);
7550
+ module.exports.YAMLException = __webpack_require__(8425);
7275
7551
 
7276
7552
  // Re-export all types in case user wants to create custom schema
7277
7553
  module.exports.types = {
7278
- binary: __webpack_require__(531),
7279
- float: __webpack_require__(215),
7554
+ binary: __webpack_require__(3531),
7555
+ float: __webpack_require__(5215),
7280
7556
  map: __webpack_require__(945),
7281
7557
  null: __webpack_require__(151),
7282
- pairs: __webpack_require__(879),
7283
- set: __webpack_require__(982),
7284
- timestamp: __webpack_require__(156),
7285
- bool: __webpack_require__(771),
7286
- int: __webpack_require__(518),
7287
- merge: __webpack_require__(452),
7288
- omap: __webpack_require__(605),
7289
- seq: __webpack_require__(451),
7558
+ pairs: __webpack_require__(6879),
7559
+ set: __webpack_require__(4982),
7560
+ timestamp: __webpack_require__(2156),
7561
+ bool: __webpack_require__(8771),
7562
+ int: __webpack_require__(1518),
7563
+ merge: __webpack_require__(7452),
7564
+ omap: __webpack_require__(1605),
7565
+ seq: __webpack_require__(6451),
7290
7566
  str: __webpack_require__(48)
7291
7567
  };
7292
7568
 
@@ -7298,7 +7574,7 @@ module.exports.safeDump = renamed('safeDump', 'dump');
7298
7574
 
7299
7575
  /***/ }),
7300
7576
 
7301
- /***/ 347:
7577
+ /***/ 8347:
7302
7578
  /***/ ((module) => {
7303
7579
 
7304
7580
  "use strict";
@@ -7365,7 +7641,7 @@ module.exports.extend = extend;
7365
7641
 
7366
7642
  /***/ }),
7367
7643
 
7368
- /***/ 150:
7644
+ /***/ 3150:
7369
7645
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7370
7646
 
7371
7647
  "use strict";
@@ -7373,9 +7649,9 @@ module.exports.extend = extend;
7373
7649
 
7374
7650
  /*eslint-disable no-use-before-define*/
7375
7651
 
7376
- var common = __webpack_require__(347);
7377
- var YAMLException = __webpack_require__(425);
7378
- var DEFAULT_SCHEMA = __webpack_require__(601);
7652
+ var common = __webpack_require__(8347);
7653
+ var YAMLException = __webpack_require__(8425);
7654
+ var DEFAULT_SCHEMA = __webpack_require__(6601);
7379
7655
 
7380
7656
  var _toString = Object.prototype.toString;
7381
7657
  var _hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -8338,7 +8614,7 @@ module.exports.dump = dump;
8338
8614
 
8339
8615
  /***/ }),
8340
8616
 
8341
- /***/ 425:
8617
+ /***/ 8425:
8342
8618
  /***/ ((module) => {
8343
8619
 
8344
8620
  "use strict";
@@ -8401,7 +8677,7 @@ module.exports = YAMLException;
8401
8677
 
8402
8678
  /***/ }),
8403
8679
 
8404
- /***/ 990:
8680
+ /***/ 7990:
8405
8681
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
8406
8682
 
8407
8683
  "use strict";
@@ -8409,10 +8685,10 @@ module.exports = YAMLException;
8409
8685
 
8410
8686
  /*eslint-disable max-len,no-use-before-define*/
8411
8687
 
8412
- var common = __webpack_require__(347);
8413
- var YAMLException = __webpack_require__(425);
8688
+ var common = __webpack_require__(8347);
8689
+ var YAMLException = __webpack_require__(8425);
8414
8690
  var makeSnippet = __webpack_require__(192);
8415
- var DEFAULT_SCHEMA = __webpack_require__(601);
8691
+ var DEFAULT_SCHEMA = __webpack_require__(6601);
8416
8692
 
8417
8693
 
8418
8694
  var _hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -10136,7 +10412,7 @@ module.exports.load = load;
10136
10412
 
10137
10413
  /***/ }),
10138
10414
 
10139
- /***/ 657:
10415
+ /***/ 7657:
10140
10416
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
10141
10417
 
10142
10418
  "use strict";
@@ -10144,8 +10420,8 @@ module.exports.load = load;
10144
10420
 
10145
10421
  /*eslint-disable max-len*/
10146
10422
 
10147
- var YAMLException = __webpack_require__(425);
10148
- var Type = __webpack_require__(364);
10423
+ var YAMLException = __webpack_require__(8425);
10424
+ var Type = __webpack_require__(1364);
10149
10425
 
10150
10426
 
10151
10427
  function compileList(schema, name) {
@@ -10265,7 +10541,7 @@ module.exports = Schema;
10265
10541
 
10266
10542
  /***/ }),
10267
10543
 
10268
- /***/ 471:
10544
+ /***/ 9471:
10269
10545
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
10270
10546
 
10271
10547
  "use strict";
@@ -10279,12 +10555,12 @@ module.exports = Schema;
10279
10555
 
10280
10556
 
10281
10557
 
10282
- module.exports = __webpack_require__(966);
10558
+ module.exports = __webpack_require__(5966);
10283
10559
 
10284
10560
 
10285
10561
  /***/ }),
10286
10562
 
10287
- /***/ 601:
10563
+ /***/ 6601:
10288
10564
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
10289
10565
 
10290
10566
  "use strict";
@@ -10298,23 +10574,23 @@ module.exports = __webpack_require__(966);
10298
10574
 
10299
10575
 
10300
10576
 
10301
- module.exports = (__webpack_require__(471).extend)({
10577
+ module.exports = (__webpack_require__(9471).extend)({
10302
10578
  implicit: [
10303
- __webpack_require__(156),
10304
- __webpack_require__(452)
10579
+ __webpack_require__(2156),
10580
+ __webpack_require__(7452)
10305
10581
  ],
10306
10582
  explicit: [
10307
- __webpack_require__(531),
10308
- __webpack_require__(605),
10309
- __webpack_require__(879),
10310
- __webpack_require__(982)
10583
+ __webpack_require__(3531),
10584
+ __webpack_require__(1605),
10585
+ __webpack_require__(6879),
10586
+ __webpack_require__(4982)
10311
10587
  ]
10312
10588
  });
10313
10589
 
10314
10590
 
10315
10591
  /***/ }),
10316
10592
 
10317
- /***/ 795:
10593
+ /***/ 4795:
10318
10594
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
10319
10595
 
10320
10596
  "use strict";
@@ -10325,13 +10601,13 @@ module.exports = (__webpack_require__(471).extend)({
10325
10601
 
10326
10602
 
10327
10603
 
10328
- var Schema = __webpack_require__(657);
10604
+ var Schema = __webpack_require__(7657);
10329
10605
 
10330
10606
 
10331
10607
  module.exports = new Schema({
10332
10608
  explicit: [
10333
10609
  __webpack_require__(48),
10334
- __webpack_require__(451),
10610
+ __webpack_require__(6451),
10335
10611
  __webpack_require__(945)
10336
10612
  ]
10337
10613
  });
@@ -10339,7 +10615,7 @@ module.exports = new Schema({
10339
10615
 
10340
10616
  /***/ }),
10341
10617
 
10342
- /***/ 966:
10618
+ /***/ 5966:
10343
10619
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
10344
10620
 
10345
10621
  "use strict";
@@ -10354,12 +10630,12 @@ module.exports = new Schema({
10354
10630
 
10355
10631
 
10356
10632
 
10357
- module.exports = (__webpack_require__(795).extend)({
10633
+ module.exports = (__webpack_require__(4795).extend)({
10358
10634
  implicit: [
10359
10635
  __webpack_require__(151),
10360
- __webpack_require__(771),
10361
- __webpack_require__(518),
10362
- __webpack_require__(215)
10636
+ __webpack_require__(8771),
10637
+ __webpack_require__(1518),
10638
+ __webpack_require__(5215)
10363
10639
  ]
10364
10640
  });
10365
10641
 
@@ -10373,7 +10649,7 @@ module.exports = (__webpack_require__(795).extend)({
10373
10649
 
10374
10650
 
10375
10651
 
10376
- var common = __webpack_require__(347);
10652
+ var common = __webpack_require__(8347);
10377
10653
 
10378
10654
 
10379
10655
  // get snippet for a single line, respecting maxLength
@@ -10475,13 +10751,13 @@ module.exports = makeSnippet;
10475
10751
 
10476
10752
  /***/ }),
10477
10753
 
10478
- /***/ 364:
10754
+ /***/ 1364:
10479
10755
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
10480
10756
 
10481
10757
  "use strict";
10482
10758
 
10483
10759
 
10484
- var YAMLException = __webpack_require__(425);
10760
+ var YAMLException = __webpack_require__(8425);
10485
10761
 
10486
10762
  var TYPE_CONSTRUCTOR_OPTIONS = [
10487
10763
  'kind',
@@ -10549,7 +10825,7 @@ module.exports = Type;
10549
10825
 
10550
10826
  /***/ }),
10551
10827
 
10552
- /***/ 531:
10828
+ /***/ 3531:
10553
10829
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
10554
10830
 
10555
10831
  "use strict";
@@ -10558,7 +10834,7 @@ module.exports = Type;
10558
10834
  /*eslint-disable no-bitwise*/
10559
10835
 
10560
10836
 
10561
- var Type = __webpack_require__(364);
10837
+ var Type = __webpack_require__(1364);
10562
10838
 
10563
10839
 
10564
10840
  // [ 64, 65, 66 ] -> [ padding, CR, LF ]
@@ -10682,13 +10958,13 @@ module.exports = new Type('tag:yaml.org,2002:binary', {
10682
10958
 
10683
10959
  /***/ }),
10684
10960
 
10685
- /***/ 771:
10961
+ /***/ 8771:
10686
10962
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
10687
10963
 
10688
10964
  "use strict";
10689
10965
 
10690
10966
 
10691
- var Type = __webpack_require__(364);
10967
+ var Type = __webpack_require__(1364);
10692
10968
 
10693
10969
  function resolveYamlBoolean(data) {
10694
10970
  if (data === null) return false;
@@ -10725,14 +11001,14 @@ module.exports = new Type('tag:yaml.org,2002:bool', {
10725
11001
 
10726
11002
  /***/ }),
10727
11003
 
10728
- /***/ 215:
11004
+ /***/ 5215:
10729
11005
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
10730
11006
 
10731
11007
  "use strict";
10732
11008
 
10733
11009
 
10734
- var common = __webpack_require__(347);
10735
- var Type = __webpack_require__(364);
11010
+ var common = __webpack_require__(8347);
11011
+ var Type = __webpack_require__(1364);
10736
11012
 
10737
11013
  var YAML_FLOAT_PATTERN = new RegExp(
10738
11014
  // 2.5e4, 2.5 and integers
@@ -10830,14 +11106,14 @@ module.exports = new Type('tag:yaml.org,2002:float', {
10830
11106
 
10831
11107
  /***/ }),
10832
11108
 
10833
- /***/ 518:
11109
+ /***/ 1518:
10834
11110
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
10835
11111
 
10836
11112
  "use strict";
10837
11113
 
10838
11114
 
10839
- var common = __webpack_require__(347);
10840
- var Type = __webpack_require__(364);
11115
+ var common = __webpack_require__(8347);
11116
+ var Type = __webpack_require__(1364);
10841
11117
 
10842
11118
  function isHexCode(c) {
10843
11119
  return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||
@@ -11000,7 +11276,7 @@ module.exports = new Type('tag:yaml.org,2002:int', {
11000
11276
  "use strict";
11001
11277
 
11002
11278
 
11003
- var Type = __webpack_require__(364);
11279
+ var Type = __webpack_require__(1364);
11004
11280
 
11005
11281
  module.exports = new Type('tag:yaml.org,2002:map', {
11006
11282
  kind: 'mapping',
@@ -11010,13 +11286,13 @@ module.exports = new Type('tag:yaml.org,2002:map', {
11010
11286
 
11011
11287
  /***/ }),
11012
11288
 
11013
- /***/ 452:
11289
+ /***/ 7452:
11014
11290
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
11015
11291
 
11016
11292
  "use strict";
11017
11293
 
11018
11294
 
11019
- var Type = __webpack_require__(364);
11295
+ var Type = __webpack_require__(1364);
11020
11296
 
11021
11297
  function resolveYamlMerge(data) {
11022
11298
  return data === '<<' || data === null;
@@ -11036,7 +11312,7 @@ module.exports = new Type('tag:yaml.org,2002:merge', {
11036
11312
  "use strict";
11037
11313
 
11038
11314
 
11039
- var Type = __webpack_require__(364);
11315
+ var Type = __webpack_require__(1364);
11040
11316
 
11041
11317
  function resolveYamlNull(data) {
11042
11318
  if (data === null) return true;
@@ -11073,13 +11349,13 @@ module.exports = new Type('tag:yaml.org,2002:null', {
11073
11349
 
11074
11350
  /***/ }),
11075
11351
 
11076
- /***/ 605:
11352
+ /***/ 1605:
11077
11353
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
11078
11354
 
11079
11355
  "use strict";
11080
11356
 
11081
11357
 
11082
- var Type = __webpack_require__(364);
11358
+ var Type = __webpack_require__(1364);
11083
11359
 
11084
11360
  var _hasOwnProperty = Object.prototype.hasOwnProperty;
11085
11361
  var _toString = Object.prototype.toString;
@@ -11125,13 +11401,13 @@ module.exports = new Type('tag:yaml.org,2002:omap', {
11125
11401
 
11126
11402
  /***/ }),
11127
11403
 
11128
- /***/ 879:
11404
+ /***/ 6879:
11129
11405
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
11130
11406
 
11131
11407
  "use strict";
11132
11408
 
11133
11409
 
11134
- var Type = __webpack_require__(364);
11410
+ var Type = __webpack_require__(1364);
11135
11411
 
11136
11412
  var _toString = Object.prototype.toString;
11137
11413
 
@@ -11186,13 +11462,13 @@ module.exports = new Type('tag:yaml.org,2002:pairs', {
11186
11462
 
11187
11463
  /***/ }),
11188
11464
 
11189
- /***/ 451:
11465
+ /***/ 6451:
11190
11466
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
11191
11467
 
11192
11468
  "use strict";
11193
11469
 
11194
11470
 
11195
- var Type = __webpack_require__(364);
11471
+ var Type = __webpack_require__(1364);
11196
11472
 
11197
11473
  module.exports = new Type('tag:yaml.org,2002:seq', {
11198
11474
  kind: 'sequence',
@@ -11202,13 +11478,13 @@ module.exports = new Type('tag:yaml.org,2002:seq', {
11202
11478
 
11203
11479
  /***/ }),
11204
11480
 
11205
- /***/ 982:
11481
+ /***/ 4982:
11206
11482
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
11207
11483
 
11208
11484
  "use strict";
11209
11485
 
11210
11486
 
11211
- var Type = __webpack_require__(364);
11487
+ var Type = __webpack_require__(1364);
11212
11488
 
11213
11489
  var _hasOwnProperty = Object.prototype.hasOwnProperty;
11214
11490
 
@@ -11245,7 +11521,7 @@ module.exports = new Type('tag:yaml.org,2002:set', {
11245
11521
  "use strict";
11246
11522
 
11247
11523
 
11248
- var Type = __webpack_require__(364);
11524
+ var Type = __webpack_require__(1364);
11249
11525
 
11250
11526
  module.exports = new Type('tag:yaml.org,2002:str', {
11251
11527
  kind: 'scalar',
@@ -11255,13 +11531,13 @@ module.exports = new Type('tag:yaml.org,2002:str', {
11255
11531
 
11256
11532
  /***/ }),
11257
11533
 
11258
- /***/ 156:
11534
+ /***/ 2156:
11259
11535
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
11260
11536
 
11261
11537
  "use strict";
11262
11538
 
11263
11539
 
11264
- var Type = __webpack_require__(364);
11540
+ var Type = __webpack_require__(1364);
11265
11541
 
11266
11542
  var YAML_DATE_REGEXP = new RegExp(
11267
11543
  '^([0-9][0-9][0-9][0-9])' + // [1] year
@@ -11351,7 +11627,7 @@ module.exports = new Type('tag:yaml.org,2002:timestamp', {
11351
11627
 
11352
11628
  /***/ }),
11353
11629
 
11354
- /***/ 578:
11630
+ /***/ 8578:
11355
11631
  /***/ (function(module, exports) {
11356
11632
 
11357
11633
  /**
@@ -11365,7 +11641,7 @@ module.exports = new Type('tag:yaml.org,2002:timestamp', {
11365
11641
 
11366
11642
  /***/ }),
11367
11643
 
11368
- /***/ 979:
11644
+ /***/ 9979:
11369
11645
  /***/ (function(module, exports, __webpack_require__) {
11370
11646
 
11371
11647
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/**
@@ -11642,7 +11918,7 @@ return log4javascript;},this);
11642
11918
 
11643
11919
  /***/ }),
11644
11920
 
11645
- /***/ 727:
11921
+ /***/ 1795:
11646
11922
  /***/ (function(module, exports, __webpack_require__) {
11647
11923
 
11648
11924
  /* module decorator */ module = __webpack_require__.nmd(module);
@@ -12965,7 +13241,7 @@ var __webpack_exports__ = {};
12965
13241
  # Product/Info:
12966
13242
  # https://jekyll.one
12967
13243
  #
12968
- # Copyright (C) 2023 Juergen Adams
13244
+ # Copyright (C) 2023, 2024 Juergen Adams
12969
13245
  #
12970
13246
  # J1 Template is licensed under the MIT License.
12971
13247
  # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
@@ -13000,11 +13276,11 @@ var __webpack_exports__ = {};
13000
13276
  // Following objects (native node modules) are *explicitely* forced to be
13001
13277
  // exposed for run-time to the global namespace (window).
13002
13278
  // -----------------------------------------------------------------------------
13003
- window.Cookies = __webpack_require__(808);
13004
- window.yaml = __webpack_require__(320);
13005
- window.log4javascript = __webpack_require__(979);
13006
- window.liteURL = __webpack_require__(578);
13007
- window.platform = __webpack_require__(727);
13279
+ window.Cookies = __webpack_require__(6808);
13280
+ window.yaml = __webpack_require__(3320);
13281
+ window.log4javascript = __webpack_require__(9979);
13282
+ window.liteURL = __webpack_require__(8578);
13283
+ window.platform = __webpack_require__(1795);
13008
13284
 
13009
13285
  // Core Libraries - build|required from SOURCE
13010
13286
  // -----------------------------------------------------------------------------
@@ -13013,15 +13289,16 @@ window.platform = __webpack_require__(727);
13013
13289
  // exposed for run-time to the global namespace (window).
13014
13290
  // -----------------------------------------------------------------------------
13015
13291
  // window.deeplTranslator = require('./js/deepl-translator'); // J1 Module deeplAPI used instead
13016
- // window.j1.fam = require('./js/fam/fam.js'); // cannot used until NOT rewritten to jQuery
13292
+ // window.j1.fab = require('./js/fab/fab.js'); // cannot used until NOT rewritten to jQuery
13017
13293
 
13018
- window.j1.adapter = __webpack_require__(476);
13019
- window.j1.anime = __webpack_require__(921); // added for fam
13020
- window.j1.lazyCSS = __webpack_require__(131);
13021
- window.j1.core = __webpack_require__(602);
13022
- window.j1.core.navigator = __webpack_require__(490);
13023
- window.j1.core.asciidoctor = __webpack_require__(977);
13024
- window.j1.core.scrollSmooth = __webpack_require__(814);
13294
+ window.j1.adapter = __webpack_require__(8476);
13295
+ window.j1.anime = __webpack_require__(8921); // added for fab
13296
+ window.j1.lazyCSS = __webpack_require__(1131);
13297
+ window.j1.core = __webpack_require__(6602);
13298
+ window.j1.core.parseContent = __webpack_require__(3291);
13299
+ window.j1.core.navigator = __webpack_require__(3490);
13300
+ window.j1.core.asciidoctor = __webpack_require__(6977);
13301
+ window.j1.core.scrollSmooth = __webpack_require__(8814);
13025
13302
 
13026
13303
  // Following source objects|modules are *implicetly* forced to be
13027
13304
  // exposed for run-time to the global namespace (window).
@@ -13033,10 +13310,10 @@ window.j1.core.scrollSmooth = __webpack_require__(814);
13033
13310
 
13034
13311
  // const BootstrapJS = require('./node_modules/bootstrap/dist/js/bootstrap.js');
13035
13312
 
13036
- const J1Tocbot = __webpack_require__(799);
13037
- const J1AttrChangeListener = __webpack_require__(610);
13313
+ const J1Tocbot = __webpack_require__(2799);
13314
+ const J1AttrChangeListener = __webpack_require__(5771);
13038
13315
  const J1Speak2Me = __webpack_require__(229);
13039
- const J1SCarousel = __webpack_require__(254);
13316
+ const J1SCarousel = __webpack_require__(1254);
13040
13317
 
13041
13318
  // Passing log data over Internet|SeeMe (currently NOT used)
13042
13319
  // -----------------------------------------------------------------------------
@@ -13073,7 +13350,7 @@ const J1SCarousel = __webpack_require__(254);
13073
13350
 
13074
13351
  // Additional Vanilla JS helpers
13075
13352
  // -----------------------------------------------------------------------------
13076
- const J1AdocResultViewer = __webpack_require__(253);
13353
+ const J1AdocResultViewer = __webpack_require__(1253);
13077
13354
  // const MSIEPolyfills = require('./js/polyfills/ms-ie.js');
13078
13355
 
13079
13356
  // HMR messages (currently NOT used)