j1-template 2021.0.0 → 2021.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (601) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/_includes/themes/j1/blocks/ads/ad.html +1 -1
  4. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +1 -1
  5. data/_includes/themes/j1/blocks/footer/boxes/contacts_box.proc +1 -1
  6. data/_includes/themes/j1/blocks/footer/boxes/issue.proc +1 -1
  7. data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +1 -1
  8. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +1 -1
  9. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +1 -1
  10. data/_includes/themes/j1/blocks/footer/boxes/social_media_icons.proc +1 -1
  11. data/_includes/themes/j1/blocks/footer/generator.html +1 -1
  12. data/_includes/themes/j1/layouts/content_generator_app.html +1 -1
  13. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +1 -1
  14. data/_includes/themes/j1/layouts/content_generator_collection.html +1 -1
  15. data/_includes/themes/j1/layouts/content_generator_page.html +1 -1
  16. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  17. data/_includes/themes/j1/layouts/content_generator_raw.html +1 -1
  18. data/_includes/themes/j1/layouts/layout_metadata_generator.html +12 -12
  19. data/_includes/themes/j1/layouts/layout_module_generator.html +1 -1
  20. data/_includes/themes/j1/layouts/layout_resource_generator.html +1 -1
  21. data/_includes/themes/j1/modules/attics/generator.html +1 -1
  22. data/_includes/themes/j1/modules/boards/news_pin_board.html +1 -1
  23. data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +1 -1
  24. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  25. data/_includes/themes/j1/modules/connectors/ads +1 -1
  26. data/_includes/themes/j1/modules/connectors/analytic/custom-provider.html +1 -1
  27. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
  28. data/_includes/themes/j1/modules/connectors/analytics +1 -1
  29. data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +1 -1
  30. data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
  31. data/_includes/themes/j1/modules/connectors/comment/facebook.html +1 -1
  32. data/_includes/themes/j1/modules/connectors/comments +1 -1
  33. data/_includes/themes/j1/modules/connectors/sharing +1 -1
  34. data/_includes/themes/j1/modules/connectors/translator +1 -1
  35. data/_includes/themes/j1/modules/connectors/translators/custom-translator.html +1 -1
  36. data/_includes/themes/j1/modules/connectors/translators/google-translator.html +1 -1
  37. data/_includes/themes/j1/modules/navigator/generator.html +7 -7
  38. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +11 -11
  39. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
  40. data/_includes/themes/j1/procedures/global/attributes_loader.proc +1 -1
  41. data/_includes/themes/j1/procedures/global/collect_frontmatter_options.proc +1 -1
  42. data/_includes/themes/j1/procedures/global/collect_page_options.proc +1 -1
  43. data/_includes/themes/j1/procedures/global/create_bs_button.proc +1 -1
  44. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -1
  45. data/_includes/themes/j1/procedures/global/get_category.proc +1 -1
  46. data/_includes/themes/j1/procedures/global/get_category_item.proc +1 -1
  47. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +1 -1
  48. data/_includes/themes/j1/procedures/global/get_page_path.proc +1 -1
  49. data/_includes/themes/j1/procedures/global/get_page_url.proc +1 -1
  50. data/_includes/themes/j1/procedures/global/pager.proc +1 -1
  51. data/_includes/themes/j1/procedures/global/select_color.proc +1 -1
  52. data/_includes/themes/j1/procedures/global/select_font_size.proc +1 -1
  53. data/_includes/themes/j1/procedures/global/select_icon_size.proc +1 -1
  54. data/_includes/themes/j1/procedures/global/select_location.proc +1 -1
  55. data/_includes/themes/j1/procedures/global/set_base_vars_folders.proc +1 -1
  56. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +1 -1
  57. data/_includes/themes/j1/procedures/global/set_image_block.proc +1 -1
  58. data/_includes/themes/j1/procedures/global/setup.proc +1 -1
  59. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -1
  60. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
  61. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  62. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +1 -1
  63. data/_includes/themes/j1/procedures/posts/collate_calendar.proc +1 -1
  64. data/_includes/themes/j1/procedures/posts/collate_list.proc +1 -1
  65. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +1 -1
  66. data/_includes/themes/j1/procedures/posts/create_ad_block.proc +1 -1
  67. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  68. data/_layouts/app.html +1 -1
  69. data/_layouts/blog_archive.html +1 -1
  70. data/_layouts/collection.html +1 -1
  71. data/_layouts/compress.html +1 -1
  72. data/_layouts/default.html +1 -1
  73. data/_layouts/home.html +1 -1
  74. data/_layouts/page.html +1 -1
  75. data/_layouts/paginator/autopage_category.html +1 -1
  76. data/_layouts/paginator/autopage_collection.html +1 -1
  77. data/_layouts/paginator/autopage_collections_tags.html +1 -1
  78. data/_layouts/paginator/autopage_tags.html +1 -1
  79. data/_layouts/post.html +1 -1
  80. data/_layouts/raw.html +2 -2
  81. data/apps/public/cc/cc.yml +1 -1
  82. data/assets/data/authclient.html +1 -1
  83. data/assets/data/banner.html +1 -1
  84. data/assets/data/carousel.json +1 -1
  85. data/assets/data/cookiebar.html +1 -1
  86. data/assets/data/fam.html +2 -2
  87. data/assets/data/footer.html +1 -1
  88. data/assets/data/galleries.json +1 -1
  89. data/assets/data/gallery_customizer.html +2 -2
  90. data/assets/data/mdi_icons.json +69583 -14641
  91. data/assets/data/menu.html +1 -1
  92. data/assets/data/mmenu.html +1 -1
  93. data/assets/data/mmenu_sidebar.html +1 -1
  94. data/assets/data/mmenu_toc.html +2 -2
  95. data/assets/data/panel.html +1 -1
  96. data/assets/data/quicklinks.html +3 -3
  97. data/assets/data/themes.json +1 -1
  98. data/assets/data/twa_v1.json +1 -1
  99. data/assets/error_pages/HTTP204.html +1 -1
  100. data/assets/error_pages/HTTP400.html +1 -1
  101. data/assets/error_pages/HTTP401.html +1 -1
  102. data/assets/error_pages/HTTP403.html +1 -1
  103. data/assets/error_pages/HTTP404.html +1 -1
  104. data/assets/error_pages/HTTP500.html +1 -1
  105. data/assets/error_pages/HTTP501.html +1 -1
  106. data/assets/error_pages/HTTP502.html +1 -1
  107. data/assets/error_pages/HTTP503.html +1 -1
  108. data/assets/error_pages/HTTP520.html +1 -1
  109. data/assets/error_pages/HTTP521.html +1 -1
  110. data/assets/error_pages/HTTP533.html +1 -1
  111. data/assets/themes/j1/adapter/js/algolia.js +2 -2
  112. data/assets/themes/j1/adapter/js/attic.js +3 -3
  113. data/assets/themes/j1/adapter/js/bmd.js +2 -2
  114. data/assets/themes/j1/adapter/js/carousel.js +3 -3
  115. data/assets/themes/j1/adapter/js/clipboard.js +2 -2
  116. data/assets/themes/j1/adapter/js/cookiebar.js +9 -2
  117. data/assets/themes/j1/adapter/js/fam.js +4 -4
  118. data/assets/themes/j1/adapter/js/framer.js +2 -2
  119. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -2
  120. data/assets/themes/j1/adapter/js/j1.js +36 -9
  121. data/assets/themes/j1/adapter/js/jf_gallery.js +2 -2
  122. data/assets/themes/j1/adapter/js/lightbox.js +2 -2
  123. data/assets/themes/j1/adapter/js/logger.js +2 -2
  124. data/assets/themes/j1/adapter/js/mmenu.js +27 -29
  125. data/assets/themes/j1/adapter/js/navigator.js +2 -3
  126. data/assets/themes/j1/adapter/js/{lunr_search.js → quicksearch.js} +13 -13
  127. data/assets/themes/j1/adapter/js/rouge.js +8 -6
  128. data/assets/themes/j1/adapter/js/rtable.js +3 -3
  129. data/assets/themes/j1/adapter/js/themer.js +55 -47
  130. data/assets/themes/j1/adapter/js/toccer.js +2 -2
  131. data/assets/themes/j1/core/css/animate.css +2 -2
  132. data/assets/themes/j1/core/css/animate.min.css +1 -7
  133. data/assets/themes/j1/core/css/icon-fonts/fontawesome.css +5 -12
  134. data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
  135. data/assets/themes/j1/core/css/icon-fonts/iconify.css +5 -5
  136. data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +12514 -4821
  137. data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +1 -1
  138. data/assets/themes/j1/core/css/icon-fonts/twemoji.css +6 -6
  139. data/assets/themes/j1/core/css/icon-fonts/twemoji.min.css +1 -1
  140. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +80 -50
  141. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +1 -6
  142. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +109 -79
  143. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -6
  144. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +162 -109
  145. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -8
  146. data/assets/themes/j1/core/css/vendor.css +7 -7
  147. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  148. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.eot → eot/fa-brands-400.eot} +0 -0
  149. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.eot → eot/fa-regular-400.eot} +0 -0
  150. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.eot → eot/fa-solid-900.eot} +0 -0
  151. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.svg → svg/fa-brands-400.svg} +0 -0
  152. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.svg → svg/fa-regular-400.svg} +0 -0
  153. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.svg → svg/fa-solid-900.svg} +0 -0
  154. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-brands-400.ttf → ttf/fa-brands-400.ttf} +0 -0
  155. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-regular-400.ttf → ttf/fa-regular-400.ttf} +0 -0
  156. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/{fa-solid-900.ttf → ttf/fa-solid-900.ttf} +0 -0
  157. data/assets/themes/j1/core/fonts/{materialdesign_icons/fonts → material_design_icons/fonts/_versions/v3.3.92/eot}/materialdesignicons-webfont.eot +0 -0
  158. data/assets/themes/j1/core/fonts/{materialdesign_icons/fonts → material_design_icons/fonts/_versions/v3.3.92}/materialdesignicons-webfont.woff +0 -0
  159. data/assets/themes/j1/core/fonts/{materialdesign_icons/fonts → material_design_icons/fonts/_versions/v3.3.92}/materialdesignicons-webfont.woff2 +0 -0
  160. data/assets/themes/j1/core/fonts/{materialdesign_icons/fonts → material_design_icons/fonts/_versions/v3.3.92/svg}/materialdesignicons-webfont.svg +0 -0
  161. data/assets/themes/j1/core/fonts/{materialdesign_icons/fonts → material_design_icons/fonts/_versions/v3.3.92/ttf}/materialdesignicons-webfont.ttf +0 -0
  162. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/eot/materialdesignicons-webfont.eot +0 -0
  163. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/materialdesignicons-webfont.woff +0 -0
  164. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/materialdesignicons-webfont.woff2 +0 -0
  165. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/preview.html +717 -0
  166. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/svg/materialdesignicons-webfont.svg +10188 -0
  167. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/ttf/materialdesignicons-webfont.ttf +0 -0
  168. data/assets/themes/j1/core/fonts/material_design_icons/fonts/eot/materialdesignicons-webfont.eot +0 -0
  169. data/assets/themes/j1/core/fonts/material_design_icons/fonts/materialdesignicons-webfont.woff +0 -0
  170. data/assets/themes/j1/core/fonts/material_design_icons/fonts/materialdesignicons-webfont.woff2 +0 -0
  171. data/assets/themes/j1/core/fonts/material_design_icons/fonts/svg/materialdesignicons-webfont.svg +10188 -0
  172. data/assets/themes/j1/core/fonts/material_design_icons/fonts/ttf/materialdesignicons-webfont.ttf +0 -0
  173. data/assets/themes/j1/core/fonts/{materialdesign_icons → material_design_icons}/metadata/icons.json +0 -0
  174. data/assets/themes/j1/core/fonts/{materialdesign_icons → material_design_icons}/metadata/icons.yml +0 -0
  175. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Bold.eot → eot/Roboto-Bold.eot} +0 -0
  176. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Light.eot → eot/Roboto-Light.eot} +0 -0
  177. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Medium.eot → eot/Roboto-Medium.eot} +0 -0
  178. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Regular.eot → eot/Roboto-Regular.eot} +0 -0
  179. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Thin.eot → eot/Roboto-Thin.eot} +0 -0
  180. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Black.ttf → ttf/Roboto-Black.ttf} +0 -0
  181. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-BlackItalic.ttf → ttf/Roboto-BlackItalic.ttf} +0 -0
  182. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Bold.ttf → ttf/Roboto-Bold.ttf} +0 -0
  183. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-BoldItalic.ttf → ttf/Roboto-BoldItalic.ttf} +0 -0
  184. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Italic.ttf → ttf/Roboto-Italic.ttf} +0 -0
  185. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Light.ttf → ttf/Roboto-Light.ttf} +0 -0
  186. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-LightItalic.ttf → ttf/Roboto-LightItalic.ttf} +0 -0
  187. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Medium.ttf → ttf/Roboto-Medium.ttf} +0 -0
  188. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-MediumItalic.ttf → ttf/Roboto-MediumItalic.ttf} +0 -0
  189. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Regular.ttf → ttf/Roboto-Regular.ttf} +0 -0
  190. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-Thin.ttf → ttf/Roboto-Thin.ttf} +0 -0
  191. data/assets/themes/j1/core/fonts/roboto/fonts/{Roboto-ThinItalic.ttf → ttf/Roboto-ThinItalic.ttf} +0 -0
  192. data/assets/themes/j1/core/js/template.js +5 -10
  193. data/assets/themes/j1/core/js/template.js.map +1 -1
  194. data/assets/themes/j1/core/js/template.min.js +23 -1
  195. data/assets/themes/j1/modules/backstretch/js/backstretch.js +1 -1
  196. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  197. data/assets/themes/j1/modules/carousel/css/carousel.css +1 -1
  198. data/assets/themes/j1/modules/carousel/css/carousel.min.css +1 -1
  199. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +1 -1
  200. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +1 -1
  201. data/assets/themes/j1/modules/carousel/css/theme/uno.css +1 -1
  202. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
  203. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +1 -1
  204. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +1 -1
  205. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_asc.png +0 -0
  206. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_asc_disabled.png +0 -0
  207. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_both.png +0 -0
  208. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_desc.png +0 -0
  209. data/assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_desc_disabled.png +0 -0
  210. data/assets/themes/j1/modules/datatables/css/datatables.css +1113 -0
  211. data/assets/themes/j1/modules/datatables/css/datatables.min.css +136 -0
  212. data/assets/themes/j1/modules/datatables/css/theme/uno.css +473 -0
  213. data/assets/themes/j1/modules/datatables/js/datatables.js +95360 -0
  214. data/assets/themes/j1/modules/datatables/js/datatables.min.js +533 -0
  215. data/assets/themes/j1/modules/fam/css/uno/fam.css +1 -1
  216. data/assets/themes/j1/modules/fam/js/fam.js +1 -1
  217. data/assets/themes/j1/modules/iframeResizer/LICENSE +21 -21
  218. data/assets/themes/j1/modules/jquery/js/jquery-3.5.1.min.map +1 -0
  219. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/css/theme/uno.css +1 -1
  220. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/css/justifiedGallery.css +110 -0
  221. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/css/justifiedGallery.min.css +110 -0
  222. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/js/jquery.justifiedGallery.js +1245 -0
  223. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/js/jquery.justifiedGallery.min.js +8 -0
  224. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/justifiedGallery.min.zip +0 -0
  225. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.8.0/justifiedGallery.zip +0 -0
  226. data/assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/css/theme/uno.css +1 -1
  227. data/assets/themes/j1/modules/justifiedGallery/css/_archived/justifiedGallery.css +110 -0
  228. data/assets/themes/j1/modules/justifiedGallery/css/_archived/justifiedGallery.min.css +110 -0
  229. data/assets/themes/j1/modules/justifiedGallery/css/justifiedGallery.css +11 -10
  230. data/assets/themes/j1/modules/justifiedGallery/css/justifiedGallery.min.css +3 -106
  231. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
  232. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
  233. data/assets/themes/j1/modules/justifiedGallery/js/justifiedGallery.js +147 -146
  234. data/assets/themes/j1/modules/justifiedGallery/js/justifiedGallery.min.js +3 -3
  235. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +1 -1
  236. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +1 -1
  237. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.min.js +1 -2
  238. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +1 -1
  239. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  240. data/assets/themes/j1/modules/lightbox/LICENSE +22 -22
  241. data/assets/themes/j1/modules/lightbox/css/lightbox.css +1 -1
  242. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +1 -1
  243. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +1 -1
  244. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -1
  245. data/assets/themes/j1/modules/lightbox/js/lightbox.js +2 -2
  246. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  247. data/assets/themes/j1/modules/lunrSearch/css/{lunr_search.css → quicksearch.css} +1 -1
  248. data/assets/themes/j1/modules/lunrSearch/css/{lunr_search.min.css → quicksearch.min.css} +13 -6
  249. data/assets/themes/j1/modules/lunrSearch/js/lunr.language.support.js +304 -0
  250. data/assets/themes/j1/modules/lunrSearch/js/lunr.language.support.min.js +1 -0
  251. data/assets/themes/j1/modules/lunrSearch/js/{lunr_search.js → quicksearch.js} +23 -4
  252. data/assets/themes/j1/modules/lunrSearch/js/quicksearch.min.js +17 -0
  253. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ar.js +381 -0
  254. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ar.min.js +1 -0
  255. data/assets/themes/j1/modules/lunrSearch/languages/lunr.da.js +284 -0
  256. data/assets/themes/j1/modules/lunrSearch/languages/lunr.da.min.js +18 -0
  257. data/assets/themes/j1/modules/lunrSearch/languages/lunr.de.js +384 -0
  258. data/assets/themes/j1/modules/lunrSearch/languages/lunr.de.min.js +18 -0
  259. data/assets/themes/j1/modules/lunrSearch/languages/lunr.du.js +450 -0
  260. data/assets/themes/j1/modules/lunrSearch/languages/lunr.du.min.js +18 -0
  261. data/assets/themes/j1/modules/lunrSearch/languages/lunr.es.js +599 -0
  262. data/assets/themes/j1/modules/lunrSearch/languages/lunr.es.min.js +18 -0
  263. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fi.js +541 -0
  264. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fi.min.js +18 -0
  265. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fr.js +703 -0
  266. data/assets/themes/j1/modules/lunrSearch/languages/lunr.fr.min.js +18 -0
  267. data/assets/themes/j1/modules/lunrSearch/languages/lunr.hu.js +565 -0
  268. data/assets/themes/j1/modules/lunrSearch/languages/lunr.hu.min.js +18 -0
  269. data/assets/themes/j1/modules/lunrSearch/languages/lunr.it.js +617 -0
  270. data/assets/themes/j1/modules/lunrSearch/languages/lunr.it.min.js +18 -0
  271. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ja.js +188 -0
  272. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ja.min.js +1 -0
  273. data/assets/themes/j1/modules/lunrSearch/languages/lunr.jp.js +5 -0
  274. data/assets/themes/j1/modules/lunrSearch/languages/lunr.jp.min.js +1 -0
  275. data/assets/themes/j1/modules/lunrSearch/languages/lunr.multi.js +79 -0
  276. data/assets/themes/j1/modules/lunrSearch/languages/lunr.multi.min.js +1 -0
  277. data/assets/themes/j1/modules/lunrSearch/languages/lunr.nl.js +448 -0
  278. data/assets/themes/j1/modules/lunrSearch/languages/lunr.nl.min.js +18 -0
  279. data/assets/themes/j1/modules/lunrSearch/languages/lunr.no.js +258 -0
  280. data/assets/themes/j1/modules/lunrSearch/languages/lunr.no.min.js +18 -0
  281. data/assets/themes/j1/modules/lunrSearch/languages/lunr.pt.js +570 -0
  282. data/assets/themes/j1/modules/lunrSearch/languages/lunr.pt.min.js +18 -0
  283. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ro.js +558 -0
  284. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ro.min.js +18 -0
  285. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ru.js +391 -0
  286. data/assets/themes/j1/modules/lunrSearch/languages/lunr.ru.min.js +18 -0
  287. data/assets/themes/j1/modules/lunrSearch/languages/lunr.sv.js +256 -0
  288. data/assets/themes/j1/modules/lunrSearch/languages/lunr.sv.min.js +18 -0
  289. data/assets/themes/j1/modules/lunrSearch/languages/lunr.th.js +97 -0
  290. data/assets/themes/j1/modules/lunrSearch/languages/lunr.tr.js +1087 -0
  291. data/assets/themes/j1/modules/lunrSearch/languages/lunr.tr.min.js +18 -0
  292. data/assets/themes/j1/modules/lunrSearch/languages/lunr.vi.js +84 -0
  293. data/assets/themes/j1/modules/lunrSearch/languages/lunr.vi.min.js +1 -0
  294. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +21 -6
  295. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +2 -2
  296. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +115 -0
  297. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +15 -0
  298. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.new.js +111 -0
  299. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.old.js +103 -0
  300. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +1 -1
  301. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +1 -1
  302. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +1 -1
  303. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +2 -2
  304. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +3 -3
  305. data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +4 -4
  306. data/assets/themes/j1/modules/rtable/css/theme/uno.css +1 -1
  307. data/assets/themes/j1/modules/rtable/css/theme/uno.min.css +1 -1
  308. data/assets/themes/j1/modules/rtable/js/rtable.js +1 -1
  309. data/assets/themes/j1/modules/rtable/js/rtable.min.js +1 -1
  310. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
  311. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  312. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +5 -5
  313. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +2 -2
  314. data/assets/themes/j1/modules/twemoji/js/LICENSE +21 -21
  315. data/assets/themes/j1/modules/twemoji/js/picker/LICENSE +21 -21
  316. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +47 -46
  317. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +2 -2
  318. data/assets/themes/j1/modules/twemoji/js/twemoji.js +1 -1
  319. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +1 -1
  320. data/exe/j1 +2 -0
  321. data/lib/j1/commands/generate.rb +47 -46
  322. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so +0 -0
  323. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so +0 -0
  324. data/lib/j1/utils/exec.rb +1 -1
  325. data/lib/j1/version.rb +1 -1
  326. data/lib/j1_app.rb +0 -4
  327. data/lib/j1_app/j1_auth_manager/auth_manager.rb +1 -1
  328. data/lib/j1_app/j1_auth_manager/commands.rb +1 -1
  329. data/lib/j1_app/j1_auth_manager/error_pages.rb +1 -1
  330. data/lib/j1_app/j1_auth_manager/helpers_disqus.rb +1 -1
  331. data/lib/j1_app/j1_auth_manager/helpers_facebook.rb +1 -1
  332. data/lib/j1_app/j1_auth_manager/helpers_github.rb +1 -1
  333. data/lib/j1_app/j1_auth_manager/helpers_patreon.rb +1 -1
  334. data/lib/j1_app/j1_auth_manager/helpers_twitter.rb +1 -1
  335. data/lib/j1_app/j1_auth_manager/warden_omniauth.rb +1 -1
  336. data/lib/j1_app/omniauth/strategies/disqus.rb +1 -1
  337. data/lib/j1_app/omniauth/strategies/facebook.rb +1 -1
  338. data/lib/j1_app/omniauth/strategies/github.rb +1 -1
  339. data/lib/j1_app/omniauth/strategies/patreon.rb +1 -1
  340. data/lib/j1_app/omniauth/strategies/twitter.rb +1 -1
  341. data/lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/fastfilereaderext.so +0 -0
  342. data/lib/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6/rubyeventmachine.so +0 -0
  343. data/lib/starter_web/Gemfile +29 -40
  344. data/lib/starter_web/_config.yml +4 -4
  345. data/lib/starter_web/_data/_defaults/categories.yml +1 -1
  346. data/lib/starter_web/_data/_defaults/colors.yml +1 -1
  347. data/lib/starter_web/_data/_defaults/font_sizes.yml +1 -1
  348. data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +1 -1
  349. data/lib/starter_web/_data/_defaults/resources.yml +1 -1
  350. data/lib/starter_web/_data/_defaults/template_settings.yml +1 -1
  351. data/lib/starter_web/_data/apps/carousel.yml +1 -1
  352. data/lib/starter_web/_data/apps/defaults/carousel.yml +1 -1
  353. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -1
  354. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -1
  355. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -1
  356. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -1
  357. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -1
  358. data/lib/starter_web/_data/apps/justified_gallery.yml +1 -1
  359. data/lib/starter_web/_data/apps/light_gallery.yml +2 -2
  360. data/lib/starter_web/_data/apps/lightbox.yml +1 -1
  361. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-mplus1mn-subset +26 -0
  362. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-mplus1p-subset +26 -0
  363. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-notoemoji-subset +3 -0
  364. data/lib/starter_web/_data/asciidoc2pdf/fonts/ABOUT-notoserif-subset +26 -0
  365. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-mplus +16 -0
  366. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-notoemoji +201 -0
  367. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-notoserif +201 -0
  368. data/lib/starter_web/_data/asciidoc2pdf/fonts/LICENSE-roboto +11 -0
  369. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Black.ttf +0 -0
  370. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-BlackItalic.ttf +0 -0
  371. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Bold.ttf +0 -0
  372. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-BoldItalic.ttf +0 -0
  373. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Italic.ttf +0 -0
  374. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Light.ttf +0 -0
  375. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-LightItalic.ttf +0 -0
  376. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Medium.ttf +0 -0
  377. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-MediumItalic.ttf +0 -0
  378. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Regular.ttf +0 -0
  379. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-Thin.ttf +0 -0
  380. data/lib/starter_web/_data/asciidoc2pdf/fonts/Roboto-ThinItalic.ttf +0 -0
  381. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-bold-subset.ttf +0 -0
  382. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-bold_italic-subset.ttf +0 -0
  383. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-italic-subset.ttf +0 -0
  384. data/lib/starter_web/_data/asciidoc2pdf/fonts/mplus1mn-regular-subset.ttf +0 -0
  385. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/mplus1p-regular-fallback.ttf +0 -0
  386. data/lib/starter_web/_data/asciidoc2pdf/fonts/notoemoji-subset.ttf +0 -0
  387. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-bold-subset.ttf +0 -0
  388. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-bold_italic-subset.ttf +0 -0
  389. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-italic-subset.ttf +0 -0
  390. data/{assets/themes/j1/core/fonts/roboto → lib/starter_web/_data/asciidoc2pdf}/fonts/notoserif-regular-subset.ttf +0 -0
  391. data/lib/starter_web/_data/asciidoc2pdf/themes/base-theme.yml +130 -0
  392. data/lib/starter_web/_data/asciidoc2pdf/themes/default-for-print-theme.yml +36 -0
  393. data/lib/starter_web/_data/asciidoc2pdf/themes/default-for-print-with-fallback-font-theme.yml +15 -0
  394. data/lib/starter_web/_data/asciidoc2pdf/themes/default-theme.yml +298 -0
  395. data/lib/starter_web/_data/asciidoc2pdf/themes/default-with-fallback-font-theme.yml +21 -0
  396. data/lib/starter_web/_data/asciidoc2pdf/themes/j1-theme.yml +315 -0
  397. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  398. data/lib/starter_web/_data/blocks/defaults/banner.yml +1 -1
  399. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  400. data/lib/starter_web/_data/blocks/defaults/panel.yml +1 -1
  401. data/lib/starter_web/_data/blocks/footer.yml +2 -2
  402. data/lib/starter_web/_data/blocks/panel.yml +1 -1
  403. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -1
  404. data/lib/starter_web/_data/categories.yml +1 -1
  405. data/lib/starter_web/_data/colors.yml +1 -1
  406. data/lib/starter_web/_data/font_sizes.yml +1 -1
  407. data/lib/starter_web/_data/j1_config.yml +37 -36
  408. data/lib/starter_web/_data/layouts/app.yml +1 -1
  409. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -1
  410. data/lib/starter_web/_data/layouts/collection.yml +1 -1
  411. data/lib/starter_web/_data/layouts/default.yml +1 -1
  412. data/lib/starter_web/_data/layouts/home.yml +1 -1
  413. data/lib/starter_web/_data/layouts/page.yml +1 -1
  414. data/lib/starter_web/_data/layouts/post.yml +1 -1
  415. data/lib/starter_web/_data/layouts/raw.yml +1 -1
  416. data/lib/starter_web/_data/modules/advertising.yml +1 -1
  417. data/lib/starter_web/_data/modules/attics.yml +1 -1
  418. data/lib/starter_web/_data/modules/authentication.yml +1 -1
  419. data/lib/starter_web/_data/modules/cookiebar.yml +1 -1
  420. data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
  421. data/lib/starter_web/_data/modules/defaults/authentication.yml +45 -43
  422. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +1 -1
  423. data/lib/starter_web/_data/modules/defaults/fam.yml +1 -1
  424. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -1
  425. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -1
  426. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -1
  427. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  428. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +82 -0
  429. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -1
  430. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
  431. data/lib/starter_web/_data/modules/fam.yml +1 -1
  432. data/lib/starter_web/_data/modules/framer.yml +1 -1
  433. data/lib/starter_web/_data/modules/log4javascript.yml +1 -1
  434. data/lib/starter_web/_data/modules/log4r.yml +1 -1
  435. data/lib/starter_web/_data/modules/navigator.yml +5 -7
  436. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -65
  437. data/lib/starter_web/_data/modules/{lunr_search.yml → quicksearch.yml} +4 -4
  438. data/lib/starter_web/_data/modules/themer.yml +1 -96
  439. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  440. data/lib/starter_web/_data/pages/builder.yml +1 -1
  441. data/lib/starter_web/_data/plugins/defaults/notebooks.yml +1 -1
  442. data/lib/starter_web/_data/plugins/defaults/paginator.yml +1 -1
  443. data/lib/starter_web/_data/plugins/notebooks.yml +1 -1
  444. data/lib/starter_web/_data/plugins/paginator.yml +1 -1
  445. data/lib/starter_web/_data/private.yml +1 -1
  446. data/lib/starter_web/_data/resources.yml +35 -61
  447. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +1 -1
  448. data/lib/starter_web/_data/utilities/util_srv.yml +1 -1
  449. data/lib/starter_web/_includes/attributes.asciidoc +278 -90
  450. data/lib/starter_web/_includes/documents/licenses/mit.asciidoc +19 -19
  451. data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +45 -45
  452. data/lib/starter_web/_includes/tables/template_variables.asciidoc +46 -46
  453. data/lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-answer.rb +1 -1
  454. data/lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-question.rb +1 -1
  455. data/lib/starter_web/_plugins/asciidoctor-extensions/banner.rb +1 -1
  456. data/lib/starter_web/_plugins/asciidoctor-extensions/carousel-block.rb +1 -1
  457. data/lib/starter_web/_plugins/asciidoctor-extensions/fab-icon-inline.rb +1 -1
  458. data/lib/starter_web/_plugins/asciidoctor-extensions/fas-icon-inline.rb +1 -1
  459. data/lib/starter_web/_plugins/asciidoctor-extensions/gallery-block.rb +1 -1
  460. data/lib/starter_web/_plugins/asciidoctor-extensions/gist-block.rb +1 -1
  461. data/lib/starter_web/_plugins/asciidoctor-extensions/iconify-icon-inline.rb +1 -1
  462. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +1 -1
  463. data/lib/starter_web/_plugins/asciidoctor-extensions/mdi-icon-inline.rb +1 -1
  464. data/lib/starter_web/_plugins/asciidoctor-extensions/panel.rb +1 -1
  465. data/lib/starter_web/_plugins/asciidoctor-extensions/shout-block.rb +1 -1
  466. data/lib/starter_web/_plugins/asciidoctor-extensions/twitter-emoji-inline.rb +1 -1
  467. data/lib/starter_web/_plugins/debug.rb +1 -1
  468. data/lib/starter_web/_plugins/filters.rb +1 -1
  469. data/lib/starter_web/_plugins/lorem_inline.rb +99 -4
  470. data/lib/starter_web/_plugins/lunr_index.rb +43 -10
  471. data/lib/starter_web/_plugins/minifyJS.rb +4 -1
  472. data/lib/starter_web/_plugins/minifyJSON.rb +1 -1
  473. data/lib/starter_web/_plugins/prettify.rb +1 -1
  474. data/lib/starter_web/_plugins/symlink_watcher.rb +1 -1
  475. data/lib/starter_web/assets/images/modules/attics/machine-generator-1920x1280.jpg +0 -0
  476. data/lib/starter_web/assets/images/modules/attics/modules-apps-1920x1280.jpg +0 -0
  477. data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
  478. data/lib/starter_web/assets/images/modules/attics/responsive-text-1920x1280.jpg +0 -0
  479. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
  480. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +632 -632
  481. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +648 -648
  482. data/lib/starter_web/assets/images/pages/panels/modules-apps-1920x800.jpg +0 -0
  483. data/lib/starter_web/assets/images/pages/panels/no-time-1920x800.jpg +0 -0
  484. data/lib/starter_web/assets/images/pages/panels/the-place-1920x800.jpg +0 -0
  485. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_icon-800x200.jpg +0 -0
  486. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_icon.jpg +0 -0
  487. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_input-800x200.jpg +0 -0
  488. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_input.jpg +0 -0
  489. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_results_jekyll-.jpg +0 -0
  490. data/lib/starter_web/assets/images/pages/roundtrip/600_quicksearch/quicksearch_results_jekyll.jpg +0 -0
  491. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +10 -13
  492. data/lib/starter_web/collections/posts/public/featured/_posts/{2018-05-01-confusion-about-base-url.adoc → 2020-04-01-confusion-about-base-url.adoc} +6 -4
  493. data/lib/starter_web/collections/posts/public/featured/_posts/{2019-05-01-top-open-source-static-site-generators.adoc → 2020-05-01-top-open-source-static-site-generators.adoc} +15 -13
  494. data/lib/starter_web/collections/posts/public/featured/_posts/{2019-06-01-about-cookies.adoc → 2020-06-01-about-cookies.adoc} +184 -198
  495. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme +1 -0
  496. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +6 -17
  497. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +6 -16
  498. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +6 -16
  499. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +6 -16
  500. data/{assets/themes/j1/modules/mdiPreviewer/js → lib/starter_web/collections/posts/public/series/_posts/_includes/documents}/readme +0 -0
  501. data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/debug_variables.asciidoc +47 -48
  502. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +5 -4
  503. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +13 -3
  504. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +13 -3
  505. data/lib/starter_web/config.ru +23 -24
  506. data/lib/starter_web/dot.gitattributes +3 -17
  507. data/lib/starter_web/dot.nojekyll +19 -19
  508. data/lib/starter_web/favicon.ico +0 -0
  509. data/lib/starter_web/index.html +1 -1
  510. data/lib/starter_web/package.json +56 -44
  511. data/lib/starter_web/pages/protected/site_search.adoc +2 -7
  512. data/lib/starter_web/pages/public/about/about_site.adoc +1828 -8
  513. data/lib/starter_web/pages/public/about/become_a_patron.adoc +26 -1
  514. data/lib/starter_web/pages/public/blog/navigator/archive.html +2 -0
  515. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +3 -1
  516. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +2 -0
  517. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +2 -0
  518. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -0
  519. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +3 -3
  520. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +2 -2
  521. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +2 -2
  522. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/300_first_awesome_web.asciidoc +11 -12
  523. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/debug_variables.asciidoc +47 -48
  524. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +1 -0
  525. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +6 -2
  526. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -3
  527. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
  528. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +5 -4
  529. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
  530. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
  531. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
  532. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +39 -19
  533. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +417 -0
  534. data/lib/starter_web/pages/public/learn/roundtrip/610_fam.adoc +2 -2
  535. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +3 -0
  536. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc +14 -14
  537. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +11 -11
  538. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +11 -11
  539. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_central_success.asciidoc +11 -11
  540. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_left_info.asciidoc +11 -11
  541. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_right_success.asciidoc +11 -11
  542. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_info.asciidoc +11 -11
  543. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_left_info.asciidoc +11 -11
  544. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc +11 -11
  545. data/lib/starter_web/pages/public/learn/where_to_go.adoc +1 -1
  546. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +1 -1
  547. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +1 -1
  548. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +1 -1
  549. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +1 -1
  550. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +1 -1
  551. data/lib/starter_web/pages/public/legal/en/500_support.adoc +1 -1
  552. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +50 -55
  553. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +16 -5
  554. data/lib/starter_web/pages/public/previewer/_includes/attributes.asciidoc +5 -81
  555. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +19 -19
  556. data/lib/starter_web/pages/public/previewer/_includes/documents/rouge/100_language_examples.asciidoc +119 -0
  557. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +1 -1
  558. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +1 -1
  559. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/120_relative_sizes.asciidoc +1 -1
  560. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/200_rotate.asciidoc +1 -1
  561. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/300_flip.asciidoc +1 -1
  562. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +4 -4
  563. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +1 -1
  564. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +1 -1
  565. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/600_md_color_palette.asciidoc +1 -1
  566. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +1 -1
  567. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +1 -1
  568. data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/200_rouge_attributes.asciidoc +41 -0
  569. data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +857 -0
  570. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +1 -1
  571. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +1 -1
  572. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/200_rotate.asciidoc +1 -1
  573. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/300_flip.asciidoc +1 -1
  574. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +1 -1
  575. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +116 -78
  576. data/lib/starter_web/pages/public/previewer/iframer.adoc +1 -1
  577. data/lib/starter_web/pages/public/previewer/justified_gallery.html +1 -1
  578. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +41 -108
  579. data/lib/starter_web/pages/public/previewer/rouge.adoc +38 -353
  580. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +2 -2
  581. data/lib/starter_web/utilsrv/_defaults/package.json +2 -2
  582. data/lib/starter_web/utilsrv/package.json +9 -9
  583. data/lib/starter_web/utilsrv/server.js +1 -1
  584. metadata +197 -83
  585. data/assets/themes/j1/core/fonts/materialdesign_icons/license.md +0 -97
  586. data/assets/themes/j1/core/fonts/roboto/fonts/OpenSansEmoji.ttf +0 -0
  587. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-bold-ascii.ttf +0 -0
  588. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-bold_italic-ascii.ttf +0 -0
  589. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-italic-ascii.ttf +0 -0
  590. data/assets/themes/j1/core/fonts/roboto/fonts/mplus1mn-regular-ascii-conums.ttf +0 -0
  591. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.min.js +0 -17
  592. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb.kapott +0 -234
  593. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.new.erb +0 -297
  594. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +0 -151
  595. data/lib/starter_web/_data/modules/defaults/lunr_search.yml +0 -171
  596. data/lib/starter_web/_data/modules/jekyll_search.yml +0 -33
  597. data/lib/starter_web/_plugins/simple_search_filter.rb +0 -32
  598. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/unsplash-badge.asciidoc +0 -31
  599. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/100-docker-using-shared-folders.asciidoc +0 -430
  600. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/loop.sh +0 -28
  601. data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +0 -236
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/xLs51/Twemoji-Picker
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2015 xLs51
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -16,4 +16,4 @@
16
16
  # For details, https://github.com/xLs51/Twemoji-Picker
17
17
  # -----------------------------------------------------------------------------
18
18
  */
19
- (function(l,n,j){var h=150;var m={};var i="/assets/data/twa_v1.json";l.TwemojiPicker=function(a,b){var c=this;l.when(c._loadDatabase()).done(function(d){c.$el=l(a);c._init(b)})};l.TwemojiPicker.defaults={init:null,size:25,icon:"grinning",iconSize:25,height:100,width:null,category:["smile","cherry-blossom","video-game","oncoming-automobile","symbols"],categorySize:20,pickerPosition:null,pickerHeight:150,pickerWidth:null,placeholder:"",};l.TwemojiPicker.prototype={_init:function(a){this.options=l.extend(true,{},l.TwemojiPicker.defaults,a);this._initPicker();this._initCategory();this._initTwemoji();this._initText();this._initStyle();this._initEvents()},_loadDatabase:function k(){return l.ajax({url:i,success:function(a){if(typeof a=="string"){m=JSON.parse(a)}if(typeof a=="object"){m=a}}})},_initPicker:function(){var a=this;a.$id="#"+a.$el["0"].id;a.$pickerHeigth=a.options.height.replace("px","");a.$pickerHeigth=Number(a.$pickerHeigth);a.$wrapper=a.$el.wrap('<div class="twemoji-wrap"></div>').parent();a.$wrapper.append('<div class="twemoji-textarea" contentEditable="true" placeholder="'+a.options.placeholder+'"></div>');a.$wrapper.append('<div class="twemoji-textarea-duplicate"></div>');a.$wrapper.append('<div class="twemoji-icon-picker"> <span id="open-group" class="mr-2"><button type="button" name="open-group" class="btn btn-raised btn-flex btn-info mr-2"><i class="toggle-button mdi mdi-lg mr-1 mdi-toggle-switch-off"></i> Picker </button></span><span id="clear-textarea"><button type="button" name="clear-textarea" class="btn btn-raised btn-flex btn-secondary"><i class="mdi mdi-sticker-emoji mdi-lg mr-1"></i> Clear </button></span></div>');a.$wrapper.append('<div class="twemoji-picker"></div>');a.$el.hide();a.$textarea=a.$wrapper.find(".twemoji-textarea");a.$textareaDuplicate=a.$wrapper.find(".twemoji-textarea-duplicate").hide();a.$iconPicker=a.$wrapper.find("#open-group");a.$clearTextarea=a.$wrapper.find("#clear-textarea");a.$picker=a.$wrapper.find(".twemoji-picker").hide()},_initCategory:function(){var b=this;var a=this.options.category;this.categoryName=["people","nature","object","place","symbol"];this.$picker.append('<div class="twemoji-picker-category"></div>');this.$pickerCategory=this.$picker.find(".twemoji-picker-category");l.each(this.categoryName,function(d,c){b.$pickerCategory.append('<span data-category="'+c+'">'+b.imageFromName(a[d])+"</span>")});this.$pickerCategory.find("span:first").addClass("active")},_initTwemoji:function(){var a=this;l.each(this.categoryName,function(c,b){a.$picker.append('<div class="twemoji-list '+b+'"></div>');l.each(m,function(e,d){if(d.category===b){a.$wrapper.find(".twemoji-picker ."+b).append('<span><img class="emoji" draggable="false" src="'+d.base64+'" alt="'+d.value+'" title="'+d.name+'"></span>')}})});this.$twemojiList=this.$picker.find(".twemoji-list");this.$twemojiList.not(":first").hide()},_initText:function(){if(this.options.init){var a=this.options.init;var b=/:([\w-]+):/g;var c;while(c==b.exec(a)){a=a.replace(c[0],this.imageFromName(c[1],true))}this.$textarea.html(a);this.copyTextArea(this.$textarea.html())}},_initStyle:function(){this.$wrapper.css({width:this.options.width?this.options.width:"100%",height:this.options.height?this.options.height:"",});this.$wrapper.find("img").css({width:this.options.size,height:this.options.size,});this.$iconPicker.css({width:this.options.iconSize,height:this.options.iconSize,});this.$pickerCategory.find("img").css({width:this.options.categorySize,height:this.options.categorySize,});this.$twemojiList.css({width:this.options.pickerWidth?this.options.pickerWidth:"100%",height:this.options.pickerHeight,});this.$picker.css({width:this.options.pickerWidth?this.options.pickerWidth:"100%",top:this.options.pickerPosition==="top"?"-"+this.$picker.outerHeight()+"px":"",})},_initEvents:function(){var a=this;this.$textarea.on("keyup",function(){a.copyTextArea(l(this).html())});this.$iconPicker.on("click",function(){var b=l(".twemoji-picker").height()+h;l("#picker").height(b);l(".toggle-button").toggleClass("mdi-toggle-switch-off mdi-toggle-switch");if(!a.openedPicker){a.openPicker()}else{a.closePicker();l("#picker").height(a.$pickerHeigth)}});this.$clearTextarea.on("click",function(){a.copyTextArea("");l(a.$id).val("");l(".twemoji-textarea > .emoji-span").remove()});this.$pickerCategory.find("span").on("click",function(){var b=l(this).data("category");a.openCategory(l(this),b)});this.$pickerCategory.find(".close").on("click",function(){if(a.openedPicker){a.closePicker()}});this.$twemojiList.find("img").on("click",function(){a.copyTwemoji(l(this))})},copyText:function(a){var b=document.createElement("textarea");b.setAttribute("style","position:fixed;opacity:0;top:100px;left:100px");b.value=a;document.body.appendChild(b);b.select();document.execCommand("copy");var c=document.createElement("div");c.setAttribute("class","copied");c.appendChild(document.createTextNode("Copied to Clipboard"));document.body.appendChild(c);setTimeout(function(){document.body.removeChild(b);document.body.removeChild(c)},1500)},openPicker:function(){this.$picker.show();this.openedPicker=true},closePicker:function(){this.$picker.hide();this.openedPicker=false},openCategory:function(b,a){this.$pickerCategory.find("span").removeClass("active");b.addClass("active");this.$twemojiList.not(".twemoji-picker ."+a).hide();this.$twemojiList.filter(".twemoji-picker ."+a).show()},copyTwemoji:function(a){var d=a.attr("alt");var b=a.attr("src");var c=a.attr("title");var e="emoji:"+c+"[]";this.copyText(e);this.$textarea.focus();this.pasteAtCursor('<span class="emoji-span"><img class="emoji" src="'+b+'" title="'+c+'" alt="'+d+'" width="'+this.options.size+'" height="'+this.options.size+'"> '+e+"</span> ");this.copyTextArea(this.$textarea.html())},copyTextArea:function(a){var c=this.$textareaDuplicate.html(a);c.find("img").replaceWith(function(){return this.alt});var b=c.html();this.$el.text(b)},imageFromName:function(b,a){var c=l.grep(m,function(d){return d.name==b});if(a){return'<img class="emoji" src="'+c[0].base64+'" alt="'+c[0].value+'" width="'+this.options.size+'" height="'+this.options.size+'">'}return'<img class="emoji" draggable="false" src="'+c[0].base64+'" alt="'+b+'">'},pasteAtCursor:function(a){var b,f;if(n.getSelection){b=n.getSelection();if(b.getRangeAt&&b.rangeCount){f=b.getRangeAt(0);f.deleteContents();var e=document.createElement("div");e.innerHTML=a;var g=document.createDocumentFragment(),c,d;while((c=e.firstChild)){d=g.appendChild(c)}f.insertNode(g);if(d){f=f.cloneRange();f.setStartAfter(d);f.collapse(true);b.removeAllRanges();b.addRange(f)}}}else{if(document.selection&&document.selection.type!="Control"){document.selection.createRange().pasteHTML(a)}}}};l.fn.twemojiPicker=function(a){var b=l.data(this,"twemojiPicker");this.each(function(){b?b._init():b=l.data(this,"twemojiPicker",new l.TwemojiPicker(this,a))});return b}})(jQuery,window);
19
+ (function(i,g,k){var c=150;var j={};var e="/assets/data/twa_v1.json";i.TwemojiPicker=function(b,a){var d=this;i.when(this._loadDatabase()).done(function(f){d.$el=i(b);d._init(a)})};i.TwemojiPicker.defaults={init:null,size:25,icon:"grinning",iconSize:25,height:100,width:null,category:["smile","cherry-blossom","video-game","oncoming-automobile","symbols"],categorySize:20,pickerPosition:null,pickerHeight:150,pickerWidth:null,placeholder:"",};i.TwemojiPicker.prototype={_init:function(a){this.options=i.extend(true,{},i.TwemojiPicker.defaults,a);this._initPicker();this._initCategory();this._initTwemoji();this._initText();this._initStyle();this._initEvents()},_loadDatabase:function h(){return i.ajax({url:e,success:function(a){if(typeof a=="string"){j=JSON.parse(a)}if(typeof a=="object"){j=a}}})},_initPicker:function(){var a=this;a.$id="#"+a.$el["0"].id;a.$pickerHeigth=a.options.height.replace("px","");a.$pickerHeigth=Number(a.$pickerHeigth);a.$wrapper=a.$el.wrap('<div class="twemoji-wrap"></div>').parent();a.$wrapper.append('<div class="twemoji-textarea" contentEditable="true" placeholder="'+a.options.placeholder+'"></div>');a.$wrapper.append('<div class="twemoji-textarea-duplicate"></div>');a.$wrapper.append('<div class="twemoji-icon-picker"><span id="open-group" class="mr-2" style="width: 2rem; height: 2rem;"><button type="button" name="open-group" class="btn btn-raised btn-flex btn-primary mr-2"><i class="toggle-button mdi mdi-lg mr-1 mdi-toggle-switch-off"></i> Picker <div class="ripple-container"></div></button></span><span id="clear-textarea" style="width: 2rem; height: 2rem;"><button type="button" name="clear-textarea" class="btn btn-raised btn-flex btn-primary"><i class="mdi mdi-close mdi-lg mr-1"></i> Clear </button></span></div>');a.$wrapper.append('<div class="twemoji-picker"></div>');a.$el.hide();a.$textarea=a.$wrapper.find(".twemoji-textarea");a.$textareaDuplicate=a.$wrapper.find(".twemoji-textarea-duplicate").hide();a.$iconPicker=a.$wrapper.find("#open-group");a.$clearTextarea=a.$wrapper.find("#clear-textarea");a.$picker=a.$wrapper.find(".twemoji-picker").hide()},_initCategory:function(){var b=this;var a=this.options.category;this.categoryName=["people","nature","object","place","symbol"];this.$picker.append('<div class="twemoji-picker-category"></div>');this.$pickerCategory=this.$picker.find(".twemoji-picker-category");i.each(this.categoryName,function(f,d){b.$pickerCategory.append('<span data-category="'+d+'">'+b.imageFromName(a[f])+"</span>")});this.$pickerCategory.find("span:first").addClass("active")},_initTwemoji:function(){var a=this;i.each(this.categoryName,function(d,b){a.$picker.append('<div class="twemoji-list '+b+'"></div>');i.each(j,function(m,f){if(f.category===b){a.$wrapper.find(".twemoji-picker ."+b).append('<span><img class="emoji" draggable="false" src="'+f.base64+'" alt="'+f.value+'" title="'+f.name+'"></span>')}})});this.$twemojiList=this.$picker.find(".twemoji-list");this.$twemojiList.not(":first").hide()},_initText:function(){if(this.options.init){var a=this.options.init;var b=/:([\w-]+):/g;var d;while(d==b.exec(a)){a=a.replace(d[0],this.imageFromName(d[1],true))}this.$textarea.html(a);this.copyTextArea(this.$textarea.html())}},_initStyle:function(){this.$wrapper.css({width:this.options.width?this.options.width:"100%",height:this.options.height?this.options.height:"",});this.$wrapper.find("img").css({width:this.options.size,height:this.options.size,});this.$iconPicker.css({width:this.options.iconSize,height:this.options.iconSize,});this.$pickerCategory.find("img").css({width:this.options.categorySize,height:this.options.categorySize,});this.$twemojiList.css({width:this.options.pickerWidth?this.options.pickerWidth:"100%",height:this.options.pickerHeight,});this.$picker.css({width:this.options.pickerWidth?this.options.pickerWidth:"100%",top:this.options.pickerPosition==="top"?"-"+this.$picker.outerHeight()+"px":"",})},_initEvents:function(){var a=this;this.$textarea.on("keyup",function(){a.copyTextArea(i(this).html())});this.$iconPicker.on("click",function(){var b=i(".twemoji-picker").height()+c;i("#picker").height(b);i(".toggle-button").toggleClass("mdi-toggle-switch-off mdi-toggle-switch");if(!a.openedPicker){a.openPicker()}else{a.closePicker();i("#picker").height(a.$pickerHeigth)}});this.$clearTextarea.on("click",function(){a.copyTextArea("");i(a.$id).val("");i(".twemoji-textarea > .emoji-span").remove()});this.$pickerCategory.find("span").on("click",function(){var b=i(this).data("category");a.openCategory(i(this),b)});this.$pickerCategory.find(".close").on("click",function(){if(a.openedPicker){a.closePicker()}});this.$twemojiList.find("img").on("click",function(){a.copyTwemoji(i(this))})},copyText:function(d){var b=document.createElement("textarea");b.setAttribute("style","position:fixed;opacity:0;top:100px;left:100px;");b.value=d;document.body.appendChild(b);b.select();document.execCommand("copy");var a=document.createElement("div");a.setAttribute("class","copied");a.appendChild(document.createTextNode("Copied to Clipboard"));document.body.appendChild(a);setTimeout(function(){document.body.removeChild(b);document.body.removeChild(a)},1500)},openPicker:function(){this.$picker.show();this.openedPicker=true},closePicker:function(){this.$picker.hide();this.openedPicker=false},openCategory:function(b,a){this.$pickerCategory.find("span").removeClass("active");b.addClass("active");this.$twemojiList.not(".twemoji-picker ."+a).hide();this.$twemojiList.filter(".twemoji-picker ."+a).show()},copyTwemoji:function(a){var f=a.attr("alt");var b=a.attr("src");var d=a.attr("title");var m="emoji:"+d+"[]";this.copyText(m);this.$textarea.focus();this.pasteAtCursor('<span class="emoji-span"><img class="emoji" src="'+b+'" title="'+d+'" alt="'+f+'" width="'+this.options.size+'" height="'+this.options.size+'"> '+m+"</span> ");this.copyTextArea(this.$textarea.html())},copyTextArea:function(a){var d=this.$textareaDuplicate.html(a);d.find("img").replaceWith(function(){return this.alt});var b=d.html();this.$el.text(b)},imageFromName:function(b,a){var d=i.grep(j,function(f){return f.name==b});if(a){return'<img class="emoji" src="'+d[0].base64+'" alt="'+d[0].value+'" width="'+this.options.size+'" height="'+this.options.size+'">'}return'<img class="emoji" draggable="false" src="'+d[0].base64+'" alt="'+b+'">'},pasteAtCursor:function(a){var b,p;if(g.getSelection){b=g.getSelection();if(b.getRangeAt&&b.rangeCount){p=b.getRangeAt(0);p.deleteContents();var o=document.createElement("div");o.innerHTML=a;var q=document.createDocumentFragment(),d,f;while((d=o.firstChild)){f=q.appendChild(d)}p.insertNode(q);if(f){p=p.cloneRange();p.setStartAfter(f);p.collapse(true);b.removeAllRanges();b.addRange(p)}}}else{if(document.selection&&document.selection.type!="Control"){document.selection.createRange().pasteHTML(a)}}}};i.fn.twemojiPicker=function(a){var b=i.data(this,"twemojiPicker");this.each(function(){b?b._init():b=i.data(this,"twemojiPicker",new i.TwemojiPicker(this,a))});return b}})(jQuery,window);
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/twitter/twemoji
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2018 Twitter, Inc and other contributors
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/twitter/twemoji
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2018 Twitter, Inc and other contributors
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
data/exe/j1 CHANGED
@@ -17,6 +17,8 @@ Mercenary.program(:j1) do |p|
17
17
  c.description 'Generates a starter site scaffold in PATH'
18
18
  c.option 'force', '--force', 'Force a site to be created even the PATH already exists'
19
19
  c.option "skip-bundle", "--skip-bundle", "Skip 'bundle install'"
20
+ c.option "skip-patches", "--skip-patches", "Skip to install any PATCHES buildin with J1"
21
+ c.option "system", "--system", "Run 'bundle install' for the Ruby SYSTEM gem folder"
20
22
  c.action do |args, options|
21
23
  J1::Commands::Generate.process(args, options)
22
24
  end
@@ -1,4 +1,6 @@
1
1
  require 'erb'
2
+ require 'rbconfig'
3
+ require 'fileutils'
2
4
 
3
5
  module J1
4
6
  module Commands
@@ -11,7 +13,8 @@ module J1
11
13
  c.description 'Generates a starter site scaffold in PATH'
12
14
  c.option 'force', '--force', 'Force a site to be created even the PATH already exists'
13
15
  c.option 'skip-bundle', '--skip-bundle', "Skip 'bundle install'"
14
-
16
+ c.option "skip-patches", "--skip-patches", "Skip to install any PATCHES buildin with J1"
17
+ c.option "system", "--system", "Run 'bundle install' for the Ruby SYSTEM gem folder"
15
18
  c.action do |args, options|
16
19
  J1::Commands::Generate.process(args, options)
17
20
  end
@@ -19,6 +22,10 @@ module J1
19
22
 
20
23
  end
21
24
 
25
+ def is_windows?
26
+ RbConfig::CONFIG["host_os"] =~ %r!mswin|mingw|cygwin!i
27
+ end
28
+
22
29
  def process(args, options = {})
23
30
  raise ArgumentError, 'You must specify a path.' if args.empty?
24
31
  new_blog_path = File.expand_path(args.join(' '), Dir.pwd)
@@ -48,7 +55,6 @@ module J1
48
55
  end
49
56
 
50
57
  # Internal: Gets the filename of the sample post to be created
51
- #
52
58
  # Returns the filename of the sample post, as a String
53
59
  def initialized_post_name
54
60
  "collections/posts/public/featured/_posts/#{Time.now.strftime("%Y-%m-%d")}-welcome-to-j1-template.adoc"
@@ -56,52 +62,12 @@ module J1
56
62
 
57
63
  private
58
64
 
59
- def gemfile_contents
60
- <<-RUBY
61
- source "https://rubygems.org"
62
- #ruby RUBY_VERSION
63
-
64
- # Hello! This is where you manage which Jekyll version is used to run.
65
- # When you want to use a different version, change it below, save the
66
- # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
67
- #
68
- # bundle exec jekyll serve
69
- #
70
- # This will help ensure the proper Jekyll version is running.
71
- # Happy Jekylling!
72
- # jadams
73
- #gem "jekyll", "#{Jekyll::VERSION}"
74
- gem "jekyll", "~> 3.8"
75
-
76
- # This is the default theme for generate Jekyll sites. You may change this to anything you like.
77
- gem "minima", "~> 2.0"
78
-
79
- # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
80
- # uncomment the line below. To upgrade, run `bundle update github-pages`.
81
- # gem "github-pages", group: :jekyll_plugins
82
-
83
- # If you have any plugins, put them here!
84
- group :jekyll_plugins do
85
- gem "jekyll-feed", "~> 0.6"
86
- end
87
-
88
- # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
89
- gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
90
-
91
- RUBY
92
- end
93
-
94
65
  def create_site(new_blog_path)
95
66
  create_sample_files new_blog_path
96
67
 
97
68
  File.open(File.expand_path(initialized_post_name, new_blog_path), 'w') do |f|
98
69
  f.write(scaffold_post_content)
99
70
  end
100
-
101
- # jadams
102
- # File.open(File.expand_path("Gemfile", new_blog_path), "w") do |f|
103
- # f.write(gemfile_contents)
104
- # end
105
71
  end
106
72
 
107
73
  def preserve_source_location?(path, options)
@@ -124,23 +90,33 @@ module J1
124
90
  # After a generate blog has been created, print a success notification and
125
91
  # then automatically execute bundle install from within the generate blog dir
126
92
  # unless the user opts to generate a blank blog or skip 'bundle install'.
127
-
128
93
  def after_install(path, options = {})
129
94
  unless options['skip-bundle']
130
- bundle_install path
95
+ bundle_install(path, options)
96
+ unless options['skip-patches']
97
+ patch_install(options)
98
+ else
99
+ J1.logger.info "Install patches skipped ..."
100
+ end
131
101
  end
132
102
  unless options['force']
133
103
  J1.logger.info "Generated Jekyll site installed in folder #{path}"
134
104
  else
135
105
  J1.logger.info "Generated Jekyll site force installed in folder #{path}"
136
106
  end
137
- J1.logger.info 'Installation of RubyGems (bundle) skipped' if options['skip-bundle']
107
+ J1.logger.info 'Installation (bundle) of RubyGems skipped' if options['skip-bundle']
138
108
  end
139
109
 
140
- def bundle_install(path)
110
+ def bundle_install(path, options)
141
111
  J1::External.require_with_graceful_fail 'bundler'
142
112
  J1.logger.info "Running bundle install in #{path} ..."
143
113
  Dir.chdir(path) do
114
+ if options['system']
115
+ J1.logger.info "Install bundle in Ruby gem SYSTEM folder ..."
116
+ else
117
+ J1.logger.info "Install bundle in USER gem folder ~/.gem ..."
118
+ process, output = J1::Utils::Exec.run('bundle', 'config', 'set', '--local', 'path', '~/.gem')
119
+ end
144
120
  process, output = J1::Utils::Exec.run('bundle', 'install')
145
121
  output.to_s.each_line do |line|
146
122
  J1.logger.info('Bundler:', line.strip) unless line.to_s.empty?
@@ -148,6 +124,31 @@ module J1
148
124
  raise SystemExit unless process.success?
149
125
  end
150
126
  end
127
+
128
+ def patch_install(options)
129
+ if is_windows?
130
+ curr_path = File.expand_path(File.dirname(File.dirname(__FILE__)))
131
+ patch_gem = 'eventmachine-1.2.7-x64-mingw32'
132
+ patch_source_path = curr_path + '/../patches/rubygems' + '/' + patch_gem + '/lib/2.6'
133
+
134
+ J1.logger.info "Install patches in USER gem folder ~/.gem ..."
135
+ process, output = J1::Utils::Exec.run('gem', 'env', 'gempath')
136
+ raise SystemExit unless process.success?
137
+
138
+ result = output.split(';')
139
+ user_path = result[0]
140
+ system_path = result[1]
141
+ if options['system']
142
+ J1.logger.info "Install patches on path #{system_path} ..."
143
+ else
144
+ J1.logger.info "Install patches on path #{user_path} ..."
145
+ src = patch_source_path
146
+ dest = user_path + '/gems/' + patch_gem + '/lib'
147
+ FileUtils.cp_r(src, dest)
148
+ end
149
+ end
150
+ end
151
+
151
152
  end
152
153
  end
153
154
  end
data/lib/j1/utils/exec.rb CHANGED
@@ -17,7 +17,7 @@ module J1
17
17
  err = stderr.read.strip
18
18
 
19
19
  [stdin, stdout, stderr].each(&:close)
20
- [process.value, out + err]
20
+ [process.value, out + ';' + err]
21
21
  end
22
22
 
23
23
  end
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2021.0.0'
2
+ VERSION = '2021.0.5'
3
3
  end
data/lib/j1_app.rb CHANGED
@@ -12,14 +12,10 @@
12
12
 
13
13
  # Require RubyGems
14
14
  # ------------------------------------------------------------------------------
15
- require 'active_support'
16
- require 'active_support/core_ext'
17
-
18
15
  require 'uuid'
19
16
  require 'date'
20
17
 
21
18
  require 'json'
22
- # require 'yaml'
23
19
  require 'safe_yaml'
24
20
  require 'rest-client'
25
21
 
@@ -35,7 +35,7 @@
35
35
  # Product/Info:
36
36
  # https://jekyll.one
37
37
  #
38
- # Copyright (C) 2020 Juergen Adams
38
+ # Copyright (C) 2021 Juergen Adams
39
39
  #
40
40
  # J1 Template is licensed under the MIT License.
41
41
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -1,7 +1,7 @@
1
1
  module J1App
2
2
  class Commands
3
3
 
4
- FILES = %w(Rakefile config.ru .gitignore dotenv).freeze
4
+ FILES = %w(Rakefile config.ru .gitignore).freeze
5
5
  VARS = %w(client_id client_secret team_id org_name).freeze
6
6
 
7
7
  def self.execute_command(*args)
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -8,7 +8,7 @@
8
8
  # Product/Info:
9
9
  # https://jekyll.one
10
10
  #
11
- # Copyright (C) 2020 Juergen Adams
11
+ # Copyright (C) 2021 Juergen Adams
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
14
14
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  # Copyright (C) 2012 Mark Dodwell
11
11
  #
12
12
  # J1 Template is licensed under the MIT License
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  # Copyright (C) 2012 Mark Dodwell
11
11
  #
12
12
  # J1 Template is licensed under the MIT License
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License.
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  # Copyright (C) 2012 Mark Dodwell
11
11
  #
12
12
  # J1 Template is licensed under the MIT License
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  # Copyright (C) 2012 Mark Dodwell
11
11
  #
12
12
  # J1 Template is licensed under the MIT License
@@ -1,12 +1,12 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/Gemfile (runtime)
2
+ # ~/Gemfile (run-time)
3
3
  # Provides package information to bundle all Ruby gem needed
4
4
  # for Jekyll and J1 template (managed by Ruby Gem Bundler)
5
5
  #
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License.
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -50,11 +50,11 @@ ruby RUBY_VERSION
50
50
  # ------------------------------------------------------------------------------
51
51
  # Use Jekyll version from RubyGems
52
52
  #
53
- gem 'jekyll', '~> 4.0'
53
+ gem 'jekyll', '~> 4.2'
54
54
 
55
- # Theme Rubies, default: J1 Template (NOT used for the developmnet system)
55
+ # Theme Rubies, default: J1 Template
56
56
  #
57
- gem 'j1-template', '~> 2021.0.0'
57
+ gem 'j1-template', '~> 2021.0.5'
58
58
 
59
59
  # ------------------------------------------------------------------------------
60
60
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -74,11 +74,15 @@ gem 'nokogiri-pretty', '>= 0.1.0'
74
74
  gem 'htmlbeautifier', '>= 1.2.1'
75
75
 
76
76
  # ------------------------------------------------------------------------------
77
- # Additional Gem for Asciidoctor (template|plugin support)
77
+ # Gem needed to compress JS and JSON files
78
+ #
79
+ gem 'uglifier', '~> 4.2'
80
+ gem 'json-minify', '~> 0.0.3'
81
+
82
+ # ------------------------------------------------------------------------------
83
+ # Gem needed to run JS to create Lunr the index
78
84
  #
79
- # gem 'slim', '~> 3.0.7'
80
- # gem 'thread_safe', '~> 0.3.5'
81
- gem 'middleman-core', '~> 4.2', '>= 4.2.1'
85
+ gem 'execjs', '~> 2.7'
82
86
 
83
87
  # ------------------------------------------------------------------------------
84
88
  # Timezone support (multi-platform)
@@ -102,33 +106,24 @@ gem 'wdm', '>= 0.1.1' if Gem.win_platform?
102
106
  # ------------------------------------------------------------------------------
103
107
  # Jekyll Plugins
104
108
  # If any (additional) plugins are used, they goes here:
109
+ # ------------------------------------------------------------------------------
110
+ # NOTE: asciidoctor v2.x (automatically loaded via ???) creates corrupted
111
+ # asciidoctor-rouge output. Currently, older/latest version v1.x is used
105
112
  #
106
113
  group :jekyll_plugins do
107
- gem 'asciidoctor', '= 1.5.8'
108
- # gem 'asciidoctor-pdf', '>= 1.5.0.alpha.16'
109
- gem 'asciidoctor-rouge', '>= 0.3'
110
- gem 'jekyll-asciidoc', '>= 2.1.0'
111
- # gem 'jekyll-algolia', '~> 1.0'
112
- # gem 'jekyll-feed', ">= 0.9"
113
- # gem 'jekyll-gist', '>= 1.5.0'
114
+ gem 'asciidoctor', '= 1.5.8' # See notes!!!
115
+ # gem 'asciidoctor-pdf', '>= 1.5.4' # Needed ???
116
+ gem 'asciidoctor-rouge', '>= 0.4.0'
117
+ gem 'jekyll-asciidoc', '>= 3.0.0'
118
+ # gem 'jekyll-algolia', '~> 1.6' # Needed ??? Supported ???
119
+ # gem 'jekyll-feed', ">= 0.15.1"
120
+ # gem 'jekyll-gist', '>= 1.5.0' # Needed ???, Gist supported asciidoc-extention
114
121
  # gem 'jekyll-sitemap', '>= 1.2.0'
115
- # gem 'jekyll-redirect-from', '>= 0.13.0'
122
+ # gem 'jekyll-redirect-from', '>= 0.16.0' # Needed ???
123
+ # gem 'jekyll-sass-converter', '>= 2.1.0' # Needed ??? Supported ???
116
124
  gem 'j1-paginator', '>= 2020.0.2'
117
- gem 'jekyll-sass-converter', '>= 1.5.1'
118
125
  end
119
126
 
120
- # ------------------------------------------------------------------------------
121
- # Additional Gem for Docker support
122
- #
123
- # gem 'parallel', '~> 1.15'
124
- # gem 'i18n', '0.9.5'
125
-
126
- # ------------------------------------------------------------------------------
127
- # Debugger specific RubyGems
128
- #
129
- # gem 'debase', '0.2.3'
130
- # gem 'ruby-debug-ide', '0.7.0.beta7'
131
-
132
127
  # ------------------------------------------------------------------------------
133
128
  # Web Application specific RubyGems
134
129
  #
@@ -186,8 +181,8 @@ gem 'rack-protection', '~> 2.0'
186
181
  gem 'rack-ssl-enforcer', '~> 0.2'
187
182
  gem 'rest-client', '~> 2.0'
188
183
 
189
- gem 'omniauth', '>= 1.3.0'
190
- gem 'omniauth-oauth2', '~> 1.4'
184
+ gem 'omniauth', '>= 2.0'
185
+ gem 'omniauth-oauth2', '~> 1.7'
191
186
 
192
187
  gem 'sinatra', '~> 2.0'
193
188
  gem 'sinatra-cross_origin', '~> 0.3.1'
@@ -197,7 +192,7 @@ gem 'warden', '~> 1.2'
197
192
  # ------------------------------------------------------------------------------
198
193
  # Gem needed for J1 logger based on log4r (middleware)
199
194
  #
200
- gem 'log4r', '~> 1.1.10'
195
+ gem 'log4r', '~> 1.1', '>= 1.1.10'
201
196
  gem 'uuid', '~> 2.3', '>= 2.3.8'
202
197
  gem 'date', '~> 2.0'
203
198
 
@@ -210,13 +205,7 @@ gem 'date', '~> 2.0'
210
205
  #
211
206
  gem 'scss_lint', '~> 0.56.0'
212
207
  gem 'sass', '~> 3.5.0'
213
- gem 'bump', '~> 0.5.4'
214
-
215
- # ------------------------------------------------------------------------------
216
- # Gem needed to compress JS and JSON files
217
- # Gem uglifier is an dependency of middleman-core
218
- # gem 'uglifier', '~> 3.2.0'
219
- gem 'json-minify', '~> 0.0.3'
208
+ gem 'bump', '~> 0.8'
220
209
 
221
210
  # ------------------------------------------------------------------------------
222
211
  # END