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
@@ -0,0 +1,57 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>iFrame message passing test 5</title>
6
+ <meta name="description" content="iFrame message passing test 5">
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
+ <meta name="robots" content="noindex">
9
+ <meta name="robots" content="nofollow">
10
+
11
+ <link rel="stylesheet" href="/assets/themes/j1/core/css/themes/unolight/bootstrap.css">
12
+ <link rel="stylesheet" href="/assets/themes/j1/core/css/icon-fonts/mdib.css">
13
+ <link rel="stylesheet" href="/assets/themes/j1/core/css/vendor.css">
14
+
15
+ <script src="/assets/themes/j1/adapter/js/j1.js"></script>
16
+ <script src="/assets/themes/j1/modules/jquery/js/jquery.js"></script>
17
+ <script src="/assets/themes/j1/modules/popper/js/popper.js"></script>
18
+
19
+ </head>
20
+
21
+ <body>
22
+
23
+
24
+ <a href="my.content.html">Back to page</a>
25
+ <h2>iFrame TextArea Example</h2>
26
+ <p>
27
+ Resize the textarea element below.
28
+ </p>
29
+
30
+ <p id="callback"></p>
31
+
32
+
33
+
34
+
35
+
36
+ <textarea id="textArea">Resize me</textarea>
37
+
38
+ <!-- script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script -->
39
+ <script src="../js/client/iframeResizer.contentWindow.min.js"></script>
40
+
41
+ <script>
42
+ function store() {
43
+ this.x = this.offsetWidth
44
+ this.y = this.offsetHeight
45
+ }
46
+
47
+ $('textarea')
48
+ .each(store)
49
+ .on('mouseover mouseout', function() {
50
+ if (this.offsetWidth !== this.x || this.offsetHeight !== this.y) {
51
+ if ('parentIFrame' in window) parentIFrame.size()
52
+ store.call(this)
53
+ }
54
+ })
55
+ </script>
56
+ </body>
57
+ </html>
@@ -0,0 +1,112 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <title>iFrame message passing test 1</title>
7
+ <meta name="description" content="iFrame message passing test 1">
8
+ <meta name="viewport" content="width=device-width">
9
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
10
+ <meta name="robots" content="noindex">
11
+ <meta name="robots" content="nofollow">
12
+
13
+ <link rel="stylesheet" href="/assets/themes/j1/core/css/themes/unolight/bootstrap.css">
14
+ <link rel="stylesheet" href="/assets/themes/j1/core/css/vendor.css">
15
+
16
+ <script src="/assets/themes/j1/modules/jquery/js/jquery.js"></script>
17
+ <script src="/assets/themes/j1/modules/popper/js/popper.js"></script>
18
+ <script src="/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js"></script>
19
+ </head>
20
+
21
+ <body class="r-text-200 js-toc-content">
22
+
23
+ <p id="callback"></p>
24
+
25
+ <b>iFrame options: </b>
26
+ &nbsp;
27
+ <a id="nested" href="frame.nested.html">Nested</a>
28
+ &nbsp;
29
+ <a href="frame.hover.html">Hover</a>
30
+ &nbsp;
31
+ <a href="frame.textarea.html">TextArea</a>
32
+
33
+ <div class="paragraph mt-3">
34
+
35
+ <p>
36
+ But I must explain to you how all this mistaken idea of denouncing
37
+ pleasure and praising pain was born and I will give you a complete account
38
+ of the system, and expound the actual teachings of the great explorer of
39
+ the truth, the master-builder of human happiness. No one rejects,
40
+ dislikes, or avoids pleasure itself, because it is pleasure, but because
41
+ those who do not know how to pursue pleasure rationally encounter
42
+ consequences that are extremely painful. Nor again is there anyone who
43
+ loves or pursues or desires to obtain pain of itself, because it is pain,
44
+ but because occasionally circumstances occur in which toil and pain can
45
+ procure him some great pleasure. To take a trivial example, which of us
46
+ ever undertakes laborious physical exercise, except to obtain some
47
+ advantage from it? But who has any right to find fault with a man who
48
+ chooses to enjoy a pleasure that has no annoying consequences, or one who
49
+ avoids a pain that produces no resultant pleasure?
50
+ </p>
51
+ <p>
52
+ On the other hand, we denounce with righteous indignation and dislike men
53
+ who are so beguiled and demoralized by the charms of pleasure of the
54
+ moment, so blinded by desire, that they cannot foresee the pain and
55
+ trouble that are bound to ensue; and equal blame belongs to those who fail
56
+ in their duty through weakness of will, which is the same as saying
57
+ through shrinking from toil and pain. These cases are perfectly simple and
58
+ easy to distinguish. In a free hour, when our power of choice is
59
+ untrammelled and when nothing prevents our being able to do what we like
60
+ best, every pleasure is to be welcomed and every pain avoided. But in
61
+ certain circumstances and owing to the claims of duty or the obligations
62
+ of business it will frequently occur that pleasures have to be repudiated
63
+ and annoyances accepted. The wise man therefore always holds in these
64
+ matters to this principle of selection: he rejects pleasures to secure
65
+ other greater pleasures, or else he endures pains to avoid worse pains.
66
+ </p>
67
+ <p>
68
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
69
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
70
+ veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
71
+ commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
72
+ velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
73
+ cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id
74
+ est laborum.
75
+ </p>
76
+ <p>
77
+ Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
78
+ ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
79
+ in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
80
+ sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt
81
+ mollit anim id est laborum.
82
+ </p>
83
+
84
+ </div>
85
+
86
+
87
+
88
+
89
+
90
+ <script>
91
+ var iFrameResizer = {
92
+ onResized: function(messageData) {
93
+
94
+ $('p#callback').html (
95
+ '<b>Frame ID:</b> ' + messageData.iframe.id +
96
+ ' <b>Height:</b> ' + messageData.height +
97
+ ' <b>Width:</b> ' + messageData.width +
98
+ ' <b>Event type:</b> ' + messageData.type
99
+ );
100
+ },
101
+ onMessage: function(messageData) {
102
+ $('p#callback').html (
103
+ '<b>Frame ID:</b> ' + messageData.iframe.id +
104
+ ' <b>Message:</b> ' + messageData.message
105
+ );
106
+ }
107
+ }
108
+ </script>
109
+
110
+
111
+ </body>
112
+ </html>
@@ -0,0 +1,51 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ <head>
5
+ <link rel="stylesheet" href="/assets/themes/j1/core/css/themes/unolight/bootstrap.css">
6
+ <link rel="stylesheet" href="/assets/themes/j1/core/css/vendor.css">
7
+ </head>
8
+
9
+ <body class="r-text-300">
10
+ <p>
11
+ <b>Source</b>: iframe.content.html
12
+ </p>
13
+
14
+ <h3 style="font-size: 150% !important;">The Extremes of Good and Evil</h3>
15
+ <p class="small notoc text-gray mb-4">Cicero, Paragraph 1.10.32 · Translation by H. Rackham, Issue 1914 - De Finibus</p>
16
+
17
+ <p>
18
+ But I must explain to you how all this mistaken idea of denouncing
19
+ pleasure and praising pain was born and I will give you a complete account
20
+ of the system, and expound the actual teachings of the great explorer of
21
+ the truth, the master-builder of human happiness. No one rejects,
22
+ dislikes, or avoids pleasure itself, because it is pleasure, but because
23
+ those who do not know how to pursue pleasure rationally encounter
24
+ consequences that are extremely painful. Nor again is there anyone who
25
+ loves or pursues or desires to obtain pain of itself, because it is pain,
26
+ but because occasionally circumstances occur in which toil and pain can
27
+ procure him some great pleasure. To take a trivial example, which of us
28
+ ever undertakes laborious physical exercise, except to obtain some
29
+ advantage from it? But who has any right to find fault with a man who
30
+ chooses to enjoy a pleasure that has no annoying consequences, or one who
31
+ avoids a pain that produces no resultant pleasure?
32
+ </p>
33
+ <p>
34
+ On the other hand, we denounce with righteous indignation and dislike men
35
+ who are so beguiled and demoralized by the charms of pleasure of the
36
+ moment, so blinded by desire, that they cannot foresee the pain and
37
+ trouble that are bound to ensue; and equal blame belongs to those who fail
38
+ in their duty through weakness of will, which is the same as saying
39
+ through shrinking from toil and pain. These cases are perfectly simple and
40
+ easy to distinguish. In a free hour, when our power of choice is
41
+ untrammelled and when nothing prevents our being able to do what we like
42
+ best, every pleasure is to be welcomed and every pain avoided. But in
43
+ certain circumstances and owing to the claims of duty or the obligations
44
+ of business it will frequently occur that pleasures have to be repudiated
45
+ and annoyances accepted. The wise man therefore always holds in these
46
+ matters to this principle of selection: he rejects pleasures to secure
47
+ other greater pleasures, or else he endures pains to avoid worse pains.
48
+ </p>
49
+ </body>
50
+
51
+ </html>
@@ -0,0 +1,84 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+
4
+ <head>
5
+ <link rel="stylesheet" href="/assets/themes/j1/core/css/themes/unolight/bootstrap.css">
6
+ <link rel="stylesheet" href="/assets/themes/j1/core/css/vendor.css">
7
+ <link rel="stylesheet" href="/assets/themes/j1/modules/rouge/css/uno.light/theme.min.css">
8
+ <link rel="stylesheet" href="/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css">
9
+ </head>
10
+
11
+ <body class="r-text-300">
12
+
13
+ <h3 style="font-size: 150% !important;">Setting up DocSearch</h3>
14
+ <p>
15
+ To setup the module <b>DocSeach</b> with your own set of documents,
16
+ your need an account at <b>Documind AI</b> and then train your bot
17
+ with the documents to be searched for your website.
18
+ </p>
19
+
20
+ <div class="admonitionblock tip">
21
+ <table style="background: rgb(250, 250, 250);">
22
+ <tbody>
23
+ <tr>
24
+ <td class="icon">
25
+ <i class="fa icon-tip" title="Tip"></i>
26
+ </td>
27
+ <td class="content">
28
+ <div class="paragraph">
29
+ <p>
30
+ Say goodbye to the hassle of scrolling lengthy documents endlessly
31
+ to find the information your vistors need. Try yourselves
32
+ <a href="https://documind.chat/" target="_blank" rel="noopener">Documind AI</a>
33
+ for <b>free</b>.
34
+ </p>
35
+ </div>
36
+ </td>
37
+ </tr>
38
+ </tbody>
39
+ </table>
40
+ </div>
41
+
42
+ <p>
43
+ An example setup for the <b>iframe</b> is available with the connfiguration
44
+ for the module <b>iFramer</b> at <i>_data/modules/iframer.yml</i>. Modify
45
+ the config data for the Documind iframe as shown below.
46
+ </p>
47
+
48
+ <div class="listingblock mt-4 mb-4">
49
+ <div class="title">Example Setup</div>
50
+ <div class="content">
51
+ <pre class="rouge highlight notranslate"><code data-lang="yaml">
52
+ <span class="c1"># ------------------------------------------------------------------------</span>
53
+ <span class="c1"># Documind iframe</span>
54
+ <span class="c1">#</span>
55
+ <span class="pi">-</span> <span class="na">iframe</span><span class="pi">:</span>
56
+ <span class="na">enabled</span><span class="pi">:</span> <span class="kc">true</span>
57
+
58
+ <span class="na">id</span><span class="pi">:</span> <span class="s">documind</span>
59
+ <span class="na">inject_contentWindowScript</span><span class="pi">:</span> <span class="kc">false</span>
60
+
61
+ <span class="c1"># ------------------------------------------------------------------------</span>
62
+ <span class="c1"># iframe (HTML) attributes</span>
63
+ <span class="c1"># ------------------------------------------------------------------------</span>
64
+ <span class="c1">#</span>
65
+ <span class="na">attributes</span><span class="pi">:</span>
66
+ <span class="na">loading</span><span class="pi">:</span> <span class="s">lazy</span>
67
+ <span class="na">src</span><span class="pi">:</span> <span class="s">&lt;your-bot-source-link&gt;</span>
68
+ <span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">"</span>
69
+ <span class="na">allowtransparency</span><span class="pi">:</span> <span class="kc">true</span>
70
+ <span class="na">style</span><span class="pi">:</span> <span class="s2">"</span><span class="s">background:</span><span class="nv"> </span><span class="s">#FAFAFA;"</span>
71
+ <span class="na">height</span><span class="pi">:</span> <span class="m">600</span>
72
+ <span class="na">width</span><span class="pi">:</span> <span class="s">100%</span>
73
+
74
+ <span class="c1"># ------------------------------------------------------------------------</span>
75
+ <span class="c1"># iFramer (module) options</span>
76
+ <span class="c1"># ------------------------------------------------------------------------</span>
77
+ <span class="na">options</span><span class="pi">:</span>
78
+ <span class="na">checkOrigin</span><span class="pi">:</span> <span class="kc">false</span></code>
79
+ </pre>
80
+ </div>
81
+ </div>
82
+
83
+ </body>
84
+ </html>
@@ -30,7 +30,7 @@ comments: false
30
30
  regenerate: false
31
31
  permalink: /pages/public/tools/previewer/current_theme/
32
32
 
33
- resources: [ animate, bmd, clipboard, rouge ]
33
+ resources: [ animate, bmd, rouge ]
34
34
  resource_options:
35
35
  - toccer:
36
36
  collapseDepth: 4
@@ -2170,7 +2170,7 @@ For the following flavours are implemented.
2170
2170
  </div>
2171
2171
 
2172
2172
  <!-- script>
2173
- NOTE: $.browser.webkit does NOT exists !!!
2173
+ <!-- NOTE: $.browser.webkit does NOT exists !!! -->
2174
2174
  if (!$.browser.webkit) {
2175
2175
  $('.wrapper').html('<p>Sorry! Non webkit browser detected. Scrollbars <b>not</b> displayed :</p>');
2176
2176
  }
@@ -0,0 +1,92 @@
1
+ ---
2
+ title: Preview DocSearch
3
+ title_extention: Search Engine powered by AI
4
+ tagline: Search Engine powered by AI
5
+
6
+ date: 2023-11-02
7
+ #last_modified: 2023-01-01
8
+
9
+ description: >
10
+ DocSearch is an AI-powered chatbot based on Documind AI that helps
11
+ visitors get the most out documents. With Documind, you can upload
12
+ entire documents, such as textbooks, research articles, and product
13
+ manuals, and then use GPT language models to ask questions and receive
14
+ human responses.
15
+ keywords: >
16
+ Jekyll, Theme, JekyllOne, Info, Module, Preview, Ruby, Gem,
17
+ Documind, DocSearch
18
+
19
+ categories: [ Previewer ]
20
+ tags: [ Module, DocSearch ]
21
+
22
+ image:
23
+ path: /assets/images/modules/attics/library-1920x1280.jpg
24
+ width: 1920
25
+ height: 1280
26
+
27
+ personalization: true
28
+ regenerate: false
29
+ permalink: /pages/public/tools/previewer/docsearch/
30
+
31
+ resources: [ animate, iframer, rouge ]
32
+ resource_options:
33
+ - attic:
34
+ slides:
35
+ - url: /assets/images/modules/attics/library-1920x1280.jpg
36
+ alt: Library
37
+ ---
38
+
39
+ // Page Initializer
40
+ // =============================================================================
41
+ // Enable the Liquid Preprocessor
42
+ :page-liquid:
43
+ :url-documind--home: https://documind.chat/
44
+
45
+ // Set (local) page attributes here
46
+ // -----------------------------------------------------------------------------
47
+ // :page--attr: <attr-value>
48
+
49
+ // Load Liquid procedures
50
+ // -----------------------------------------------------------------------------
51
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
52
+
53
+ // Load page attributes
54
+ // -----------------------------------------------------------------------------
55
+ {% include {{load_attributes}} scope="global" %}
56
+
57
+
58
+ // Page content
59
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
+ [role="dropcap"]
61
+ DocSearch is a AI-powered chatbot based on Documind AI that uses natural
62
+ language processing (NLP) and machine learning algorithms to support your
63
+ vistors by instant answers on their questions.
64
+
65
+ [CAUTION]
66
+ ====
67
+ The service *DocSearch* is only available, when you have agreed on
68
+ *Personalization* with your *Privacy Settings* using Cookies.
69
+ ====
70
+
71
+ mdi:clock-time-five-outline[24px, md-gray mt-5 mr-2]
72
+ *2 Minutes* to read
73
+
74
+ // Include sub-documents (if any)
75
+ // -----------------------------------------------------------------------------
76
+ [role="mt-5"]
77
+ == Searching in Documents
78
+
79
+ The template system link:{url-j1--home}[JekyllOne, {browser-window--new}] for
80
+ the static website generator (SSG) link:{url-jekyll--home}[Jekyll, {browser-window--new}]
81
+ supports your vistors in finding answers to what *your project* can do.
82
+
83
+ [role="mt-4"]
84
+ Setup *your* example question to provide an answer in *seconds*.
85
+
86
+ .Example Question
87
+ [source, apib, role="mt-4 mb-4"]
88
+ ----
89
+ What is J1 Template?
90
+ ----
91
+
92
+ iframe::documind[role="mt-5 mb-7"]
@@ -0,0 +1,106 @@
1
+ ---
2
+ title: iFramer Preview
3
+ title_extention: Magic HTML iFrames
4
+ tagline: Magic iFrames
5
+
6
+ date: 2023-10-31
7
+ #last_modified: 2023-01-01
8
+
9
+ description: >
10
+ The iframeResizer library enables the automatic resizing of the height
11
+ and width of both same and cross domain iFrames to fit their
12
+ contained content. It provides a wide range of features to address
13
+ the most common issues with using iFrames.
14
+ keywords: >
15
+ open source, free, template, jekyll, jekyllone, web,
16
+ sites, static, jamstack, bootstrap,
17
+ html, iframe
18
+
19
+ categories: [ Previewer ]
20
+ tags: [ Module, iFramer ]
21
+
22
+ image:
23
+ path: /assets/images/modules/attics/jessica-ruscello-1920x1280.jpg
24
+ width: 1920
25
+ height: 1280
26
+
27
+ toc: true
28
+ tts: false
29
+ comments: false
30
+ regenerate: false
31
+ permalink: /pages/public/tools/previewer/iframer/
32
+
33
+ resources: [ animate, iframer, rouge ]
34
+ resource_options:
35
+ - attic:
36
+ padding_top: 600
37
+ padding_bottom: 50
38
+ opacity: 0.5
39
+ slides:
40
+ - url: /assets/images/modules/attics/jessica-ruscello-1920x1280.jpg
41
+ alt: Photo by Jessica Ruscello Unsplash
42
+ badge:
43
+ type: unsplash
44
+ author: Jessica Ruscello
45
+ href: https://unsplash.com/@jruscello
46
+ ---
47
+
48
+ // Page Initializer
49
+ // =============================================================================
50
+ // Enable the Liquid Preprocessor
51
+ :page-liquid:
52
+ :url-viewerjs--home: https://viewerjs.org/
53
+
54
+ // Load Liquid procedures
55
+ // -----------------------------------------------------------------------------
56
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
57
+
58
+ // Load page attributes
59
+ // -----------------------------------------------------------------------------
60
+ {% include {{load_attributes}} scope="global" %}
61
+
62
+
63
+ // Page content
64
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
65
+ [role="dropcap"]
66
+ The iframeResizer library enables automatic resizing of HTML iFrames of the
67
+ height, the width or both to fit their contained content on same and cross
68
+ domain.
69
+
70
+ mdi:clock-time-five-outline[24px, md-gray mt-4 mr-2]
71
+ *2 Minutes* to read
72
+
73
+ // Include sub-documents (if any)
74
+ // -----------------------------------------------------------------------------
75
+ [role="mt-4"]
76
+ The library provides a wide range of features to address the most common
77
+ issues using HTML iFrames on webpages which includes:
78
+
79
+ * Height and width resizing of an iFrame for the content size
80
+ * Works with multiple and nested iFrames
81
+ * Domain authentication for cross domain iFrames
82
+ * Provides a range of page size calculation methods to support
83
+ complex CSS layouts
84
+ * Detects changes to the DOM that can cause the page to resize using
85
+ a MutationObserver
86
+ * Detects events that can cause the page to resize (Window Resize,
87
+ CSS Animation and Transition, Orientation Change and Mouse events)
88
+ * Simplified messaging between the iFrame and the page via postMessages
89
+ * Fixes in-page links in an iFrame and supports links between the iFrame
90
+ and the parent page
91
+ * Provides custom sizing and scrolling methods
92
+ * Exposes parent position and viewport size to the iFrame
93
+ * Provides onMouseEnter and onMouseLeave events for the iFrame
94
+ * Supports link:{url-viewerjs--home}[ViewerJS, {browser-window--new}]
95
+ to use PDF and ODF documents for HTML iFrame sources
96
+
97
+
98
+ [role="mt-5"]
99
+ == iFrame Example
100
+
101
+ [role="mb-4"]
102
+ Resize the browser window in *width* to see how the HTML iframe
103
+ follow your changes and behave fully reponsive for the document source within
104
+ the page.
105
+
106
+ iframe::magic_iframe[role="mt-4 mb-7"]