j1-template 2021.3.1 → 2022.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (273) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/ads/ad.html +14 -14
  3. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +4 -4
  4. data/_includes/themes/j1/layouts/content_generator_post.html +4 -4
  5. data/_includes/themes/j1/modules/navigator/generator.html +9 -11
  6. data/_includes/themes/j1/modules/search/docsearch.html +1 -1
  7. data/_includes/themes/j1/procedures/global/create_bs_button.proc +5 -5
  8. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +5 -3
  9. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  10. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +3 -3
  11. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  12. data/_layouts/default.html +66 -22
  13. data/_layouts/home.html +1 -1
  14. data/_layouts/raw.html +2 -1
  15. data/assets/data/article_navigator/index.html +1 -1
  16. data/assets/data/authclient.html +11 -11
  17. data/assets/data/banner.html +7 -25
  18. data/assets/data/cookieconsent.html +20 -20
  19. data/assets/data/{fam.html → fab.html} +42 -24
  20. data/assets/data/gallery_customizer.html +6 -6
  21. data/assets/data/menu.html +55 -55
  22. data/assets/data/mmenu.html +53 -53
  23. data/assets/data/panel.html +17 -23
  24. data/assets/data/private.json +5 -1
  25. data/assets/data/quicklinks.html +7 -8
  26. data/assets/data/rtext_resizer.html +1 -1
  27. data/assets/data/themes.bootswatch.json +75 -0
  28. data/assets/data/themes.json +6 -6
  29. data/assets/data/translator.html +23 -23
  30. data/assets/error_pages/HTTP445.html +110 -0
  31. data/assets/themes/j1/adapter/js/bmd.js +1 -1
  32. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  33. data/assets/themes/j1/adapter/js/cookieConsent.js +7 -1
  34. data/assets/themes/j1/adapter/js/{fam.js → fab.js} +121 -116
  35. data/assets/themes/j1/adapter/js/j1.js +242 -174
  36. data/assets/themes/j1/adapter/js/mmenu.js +18 -24
  37. data/assets/themes/j1/adapter/js/navigator.js +6 -4
  38. data/assets/themes/j1/adapter/js/themer.js +13 -4
  39. data/assets/themes/j1/adapter/js/toccer.js +37 -76
  40. data/assets/themes/j1/adapter/js/translator.js +6 -0
  41. data/assets/themes/j1/core/country-flags/css/theme/uno.min.css +15 -0
  42. data/assets/themes/j1/core/css/animate.min.css +1 -1
  43. data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
  44. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +1 -1
  45. data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +1 -1
  46. data/assets/themes/j1/core/css/icon-fonts/mdi.css +22307 -0
  47. data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -0
  48. data/assets/themes/j1/core/css/icon-fonts/mdil.css +1222 -0
  49. data/assets/themes/j1/core/css/icon-fonts/mdil.min.css +1 -0
  50. data/assets/themes/j1/core/css/icon-fonts/twemoji.css +4 -0
  51. data/assets/themes/j1/core/css/icon-fonts/twemoji.min.css +1 -1
  52. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +5341 -4730
  53. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -1
  54. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +8301 -0
  55. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +3 -0
  56. data/assets/themes/j1/core/css/themes/{uno-dark → unodark}/bootstrap.css +5284 -4646
  57. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -0
  58. data/assets/themes/j1/core/css/themes/{uno-light → unolight}/bootstrap.css +12188 -12734
  59. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +23 -0
  60. data/assets/themes/j1/core/css/vendor.css +2 -28
  61. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  62. data/assets/themes/j1/core/js/template.js +8201 -10407
  63. data/assets/themes/j1/core/js/template.min.js +20 -30
  64. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  65. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  66. data/assets/themes/j1/modules/bmd/js/bmd.js +2280 -0
  67. data/assets/themes/j1/modules/bmd/js/bmd.min.js +20 -0
  68. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +5072 -0
  69. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +7 -0
  70. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +1 -0
  71. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +19 -17
  72. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
  73. data/assets/themes/j1/modules/datatables/js/datatables.js +1 -1
  74. data/assets/themes/j1/modules/datatables/js/datatables.min.js +5 -5
  75. data/assets/themes/j1/modules/{fam/css/theme/uno/fam.css → fab/css/theme/uno/fab.css} +32 -28
  76. data/assets/themes/j1/modules/{fam/css/theme/uno/fam.min.css → fab/css/theme/uno/fab.min.css} +3 -3
  77. data/assets/themes/j1/modules/{materialize → fab}/js/cash.js +20 -2
  78. data/assets/themes/j1/modules/{fam/js/fam.js → fab/js/fab.js} +4 -2
  79. data/assets/themes/j1/modules/{util → gtag-opt-in}/js/gtag-opt-in.js +15 -1
  80. data/assets/themes/j1/modules/gtag-opt-in/js/gtag-opt-in.min.js +15 -0
  81. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +3 -3
  82. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +6 -6
  83. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +2 -2
  84. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +1 -1
  85. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +1 -1
  86. data/assets/themes/j1/modules/iframeResizer/js/resizer.min.js +1 -1
  87. data/assets/themes/j1/modules/jquery/js/jquery.js +2 -2
  88. data/assets/themes/j1/modules/jquery/js/jquery.min.js +1 -1
  89. data/assets/themes/j1/modules/jquery/js/jqueryUI.js +7 -7
  90. data/assets/themes/j1/modules/jquery/js/jqueryUI.min.js +3 -3
  91. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.min.js +1 -1
  92. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.min.js +1 -1
  93. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  94. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
  95. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +4 -1
  96. data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
  97. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  98. data/assets/themes/j1/modules/lunrSearch/js/mustache.js +1 -1
  99. data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +1 -1
  100. data/assets/themes/j1/modules/lunrSearch/js/uri.js +1 -1
  101. data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +7 -7
  102. data/assets/themes/j1/modules/materialize/js/autocomplete.js +1 -1
  103. data/assets/themes/j1/modules/materialize/js/bin/materialize.js +12374 -0
  104. data/assets/themes/j1/modules/materialize/js/bin/materialize.min.js +6 -0
  105. data/assets/themes/j1/modules/materialize/js/global.js +1 -1
  106. data/assets/themes/j1/modules/materialize/js/select.js +1 -1
  107. data/assets/themes/j1/modules/materialize/js/{tapTarget.js → tapTarget.cash.js} +1 -1
  108. data/assets/themes/j1/modules/materialize/js/tapTarget.jQuery.js +187 -0
  109. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
  110. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +1 -1
  111. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +278 -0
  112. data/assets/themes/j1/modules/popper/js/popper.js +1670 -2346
  113. data/assets/themes/j1/modules/popper/js/popper.min.js +6 -4
  114. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -1
  115. data/assets/themes/j1/modules/scroller/js/scroller.js +2 -2
  116. data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
  117. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +8 -8
  118. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -431
  119. data/assets/themes/j1/modules/translator/js/translator.js +6 -2
  120. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  121. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +3 -3
  122. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
  123. data/assets/themes/j1/modules/videojs/js/video.min.js +2 -2
  124. data/lib/j1/version.rb +3 -3
  125. data/lib/starter_web/Gemfile +2 -2
  126. data/lib/starter_web/_config.yml +21 -24
  127. data/lib/starter_web/_data/_defaults/j1_config.yml +1 -1
  128. data/lib/starter_web/_data/{private.default.yml → _defaults/private.yml} +2 -0
  129. data/lib/starter_web/_data/_defaults/resources.yml +1 -1
  130. data/lib/starter_web/_data/blocks/banner.yml +71 -68
  131. data/lib/starter_web/_data/blocks/defaults/banner.yml +5 -5
  132. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -3
  133. data/lib/starter_web/_data/blocks/panel.yml +171 -73
  134. data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +42 -35
  135. data/lib/starter_web/_data/j1_config.yml +3 -3
  136. data/lib/starter_web/_data/layouts/article_navigator.yml +1 -1
  137. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -1
  138. data/lib/starter_web/_data/layouts/collection.yml +1 -1
  139. data/lib/starter_web/_data/layouts/default.yml +1 -1
  140. data/lib/starter_web/_data/layouts/home.yml +6 -26
  141. data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -1
  142. data/lib/starter_web/_data/layouts/page.yml +1 -1
  143. data/lib/starter_web/_data/layouts/post.yml +1 -1
  144. data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
  145. data/lib/starter_web/_data/modules/defaults/{fam.yml → fab.yml} +8 -7
  146. data/lib/starter_web/_data/modules/defaults/navigator.yml +3 -0
  147. data/lib/starter_web/_data/modules/defaults/rtable.yml +2 -1
  148. data/lib/starter_web/_data/modules/defaults/scoller.yml +33 -0
  149. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -1
  150. data/lib/starter_web/_data/modules/defaults/toccer.yml +5 -4
  151. data/lib/starter_web/_data/modules/{fam.yml → fab.yml} +31 -31
  152. data/lib/starter_web/_data/modules/scroller.yml +2 -2
  153. data/lib/starter_web/_data/modules/toccer.yml +3 -5
  154. data/lib/starter_web/_data/private.yml +3 -1
  155. data/lib/starter_web/_data/resources.yml +48 -34
  156. data/lib/starter_web/_includes/attributes.asciidoc +121 -122
  157. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  158. data/lib/starter_web/assets/images/pages/roundtrip/500_themes/themes-menu-1280x800.jpg +0 -0
  159. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +1 -4
  160. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +2 -2
  161. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -2
  162. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -2
  163. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +1 -1
  164. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +1 -1
  165. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +2 -2
  166. data/lib/starter_web/index.html +1 -1
  167. data/lib/starter_web/package.json +4 -10
  168. data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +244 -0
  169. data/lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc +110 -0
  170. data/lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc +28 -0
  171. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +14 -0
  172. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +11 -0
  173. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +11 -0
  174. data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +11 -0
  175. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +11 -0
  176. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +11 -0
  177. data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc +47 -0
  178. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +11 -0
  179. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +11 -0
  180. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +11 -0
  181. data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +337 -0
  182. data/lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc +47 -0
  183. data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +220 -0
  184. data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +177 -0
  185. data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +148 -0
  186. data/lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc +226 -0
  187. data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +109 -0
  188. data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +127 -0
  189. data/lib/starter_web/pages/_test_pages/card-tester.adoc +128 -0
  190. data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +96 -0
  191. data/lib/starter_web/pages/_test_pages/deepl.0.adoc +258 -0
  192. data/lib/starter_web/pages/_test_pages/deepl.adoc +204 -0
  193. data/lib/starter_web/pages/_test_pages/desandro-button.adoc +171 -0
  194. data/lib/starter_web/pages/_test_pages/desandro.adoc +147 -0
  195. data/lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc +308 -0
  196. data/lib/starter_web/pages/_test_pages/formular-01-tester.adoc +167 -0
  197. data/lib/starter_web/pages/_test_pages/formular-02-tester.adoc +727 -0
  198. data/lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc +113 -0
  199. data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +233 -0
  200. data/lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc +149 -0
  201. data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +239 -0
  202. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc +183 -0
  203. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc +235 -0
  204. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc +222 -0
  205. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc +119 -0
  206. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc +236 -0
  207. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +225 -0
  208. data/lib/starter_web/pages/_test_pages/list-group-tester.adoc +265 -0
  209. data/lib/starter_web/pages/_test_pages/tictok.adoc +127 -0
  210. data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
  211. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +1 -1
  212. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
  213. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
  214. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p +1 -1
  215. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
  216. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
  217. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -1
  218. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +26 -5
  219. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +3 -3
  220. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +3 -3
  221. data/lib/starter_web/pages/public/blog/navigator/archive.html +3 -3
  222. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  223. data/lib/starter_web/pages/public/learn/quickstart.adoc +2 -2
  224. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +2 -2
  225. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
  226. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +6 -7
  227. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +2 -2
  228. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -2
  229. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +3 -3
  230. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +2 -2
  231. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +4 -4
  232. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +13 -11
  233. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
  234. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc +3 -3
  235. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +1 -1
  236. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +1 -1
  237. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_central_success.asciidoc +1 -1
  238. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_left_info.asciidoc +1 -1
  239. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_right_success.asciidoc +1 -1
  240. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_info.asciidoc +1 -1
  241. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_left_info.asciidoc +1 -1
  242. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc +1 -1
  243. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/419_advanced_modals_demo.asciidoc +51 -51
  244. data/lib/starter_web/pages/public/learn/where_to_go.adoc +2 -2
  245. data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +2 -2
  246. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +2 -2
  247. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +6 -6
  248. data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +2 -2
  249. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
  250. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +2 -2
  251. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +5 -6
  252. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
  253. data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +1 -1
  254. data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +55 -0
  255. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +53 -5
  256. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +1688 -686
  257. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  258. data/lib/starter_web/utilsrv/package.json +2 -1
  259. metadata +80 -29
  260. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +0 -1
  261. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +0 -1
  262. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.css +0 -12177
  263. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.min.css +0 -8
  264. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +0 -6930
  265. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +0 -6936
  266. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js.map +0 -1
  267. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +0 -1
  268. data/assets/themes/j1/modules/popper/js/popper.js.map +0 -1
  269. data/assets/themes/j1/modules/util/js/domready.js +0 -146
  270. data/lib/starter_web/_data/_defaults/j1_config.1.yml +0 -478
  271. data/lib/starter_web/_data/_defaults/private.default.yml +0 -119
  272. data/lib/starter_web/_data/blocks/defaults/panel.1.yml +0 -256
  273. data/lib/starter_web/_data/blocks/defaults/panel.2.yml +0 -250
@@ -6,7 +6,7 @@
6
6
  // -----------------------------------------------------------------------------
7
7
  tag::urls[]
8
8
 
9
- :url-about-cookies--home: http://www.aboutcookies.org
9
+ :url-about-cookies--home: http://www.aboutcookies.org/
10
10
 
11
11
  :url-animate-css--home: https://animate.style/
12
12
  :url-anime--home: https://animejs.com/
@@ -17,21 +17,21 @@ tag::urls[]
17
17
 
18
18
  :url-asciidoctor--home: https://asciidoctor.org/
19
19
  :url-asciidoctor-pdf--home: https://asciidoctor.org/docs/asciidoctor-pdf/
20
- :url-asciidoctor-rouge--home: https://github.com/jirutka/asciidoctor-rouge
20
+ :url-asciidoctor-rouge--home: https://github.com/jirutka/asciidoctor-rouge/
21
21
 
22
- :url-asciidoctor-plugin--home: https://github.com/asciidoctor/jekyll-asciidoc
22
+ :url-asciidoctor-plugin--home: https://github.com/asciidoctor/jekyll-asciidoc/
23
23
  :url-asciidoctor-plugin--issue_166: https://github.com/asciidoctor/jekyll-asciidoc/issues/166
24
24
  :url-asciidoctor-plugin--issue_166: https://github.com/asciidoctor/jekyll-asciidoc/issues/166
25
25
 
26
- :url-asciidoctor--extensions-lab: https://github.com/asciidoctor/asciidoctor-extensions-lab
26
+ :url-asciidoctor--extensions-lab: https://github.com/asciidoctor/asciidoctor-extensions-lab/
27
27
  :url-asciidoctor--extensions-use: https://github.com/asciidoctor/asciidoctor-extensions-lab#using-an-extension
28
28
  :url-asciidoctor--extensions-manual: http://asciidoctor.org/docs/user-manual/#extensions
29
29
 
30
30
  :url-babel-js--home: https://babeljs.io/
31
- :url-babel-js--gh-repo: https://github.com/babel/babel
31
+ :url-babel-js--gh-repo: https://github.com/babel/babel/
32
32
 
33
33
  :url-backstretch--home: https://www.jquery-backstretch.com/
34
- :url-backstretch--gh-repo: https://github.com/jquery-backstretch/jquery-backstretch
34
+ :url-backstretch--gh-repo: https://github.com/jquery-backstretch/jquery-backstretch/
35
35
 
36
36
  :url-bs-cookie-banner--gh-repo: https://github.com/shaack/bootstrap-cookie-banner/
37
37
 
@@ -39,81 +39,81 @@ tag::urls[]
39
39
  :url-bs--themes: https://themes.getbootstrap.com/
40
40
  :url-bs--expo: https://expo.getbootstrap.com/
41
41
 
42
- :url-bs-docs: http://getbootstrap.com/docs/4.1/getting-started/introduction/
43
- :url-bs-docs--examples: http://getbootstrap.com/docs/4.1/examples/
44
-
45
- :url-bs-docs--content-code: https://getbootstrap.com/docs/4.1/content/code/
46
- :url-bs-docs--content-figures: https://getbootstrap.com/docs/4.1/content/figures/
47
- :url-bs-docs--content-images: https://getbootstrap.com/docs/4.1/content/images/
48
- :url-bs-docs--content-typography: https://getbootstrap.com/docs/4.1/content/typography/
49
- :url-bs-docs--content-tables: https://getbootstrap.com/docs/4.1/content/tables/
50
-
51
- :url-bs-docs--components-alerts: http://getbootstrap.com/docs/4.1/components/alerts/
52
- :url-bs-docs--components-badges: http://getbootstrap.com/docs/4.1/components/badge/
53
- :url-bs-docs--components-breadcrumb: http://getbootstrap.com/docs/4.1/components/breadcrumb/
54
- :url-bs-docs--components-buttons: http://getbootstrap.com/docs/4.1/components/buttons/
55
- :url-bs-docs--components-button_group: http://getbootstrap.com/docs/4.1/components/button-group/
56
- :url-bs-docs--components-cards: http://getbootstrap.com/docs/4.1/components/card/
57
- :url-bs-docs--components-carousel: http://getbootstrap.com/docs/4.1/components/carousel/
58
- :url-bs-docs--components-collapse: http://getbootstrap.com/docs/4.1/components/collapse/
59
- :url-bs-docs--components-dropdowns: http://getbootstrap.com/docs/4.1/components/dropdowns/
60
- :url-bs-docs--components-forms: http://getbootstrap.com/docs/4.1/components/forms/
61
- :url-bs-docs--components-input_group: http://getbootstrap.com/docs/4.1/components/input-group/
62
- :url-bs-docs--components-jumbotron: http://getbootstrap.com/docs/4.1/components/jumbotron/
63
- :url-bs-docs--components-list_group: http://getbootstrap.com/docs/4.1/components/list-group/
64
- :url-bs-docs--components-modal: http://getbootstrap.com/docs/4.1/components/modal/
65
- :url-bs-docs--components-navs: http://getbootstrap.com/docs/4.1/components/navs/
66
- :url-bs-docs--components-navbar: http://getbootstrap.com/docs/4.1/components/navbar/
67
- :url-bs-docs--components-pagination: http://getbootstrap.com/docs/4.1/components/pagination/
68
- :url-bs-docs--components-popovers: http://getbootstrap.com/docs/4.1/components/popovers/
69
- :url-bs-docs--components-progress: http://getbootstrap.com/docs/4.1/components/progress/
70
- :url-bs-docs--components-tooltips: http://getbootstrap.com/docs/4.1/components/tooltips/
71
-
72
- :url-bs-docs--utils-borders: http://getbootstrap.com/docs/4.1/utilities/borders/
73
- :url-bs-docs--utils-clearfix: http://getbootstrap.com/docs/4.1/utilities/clearfix/
74
- :url-bs-docs--utils-close_icon: http://getbootstrap.com/docs/4.1/utilities/close-icon/
75
- :url-bs-docs--utils-colors: http://getbootstrap.com/docs/4.1/utilities/colors/
76
- :url-bs-docs--utils-display: http://getbootstrap.com/docs/4.1/utilities/display/
77
- :url-bs-docs--utils-embeds: http://getbootstrap.com/docs/4.1/utilities/embed/
78
- :url-bs-docs--utils-flex: http://getbootstrap.com/docs/4.1/utilities/flex/
79
- :url-bs-docs--utils-float: http://getbootstrap.com/docs/4.1/utilities/float/
80
- :url-bs-docs--utils-image_replacement: http://getbootstrap.com/docs/4.1/utilities/image-replacement/
81
- :url-bs-docs--utils-screenreaders: http://getbootstrap.com/docs/4.1/utilities/screenreaders/
82
- :url-bs-docs--utils-sizing: http://getbootstrap.com/docs/4.1/utilities/sizing/
83
- :url-bs-docs--utils-spacing: http://getbootstrap.com/docs/4.1/utilities/spacing/
84
- :url-bs-docs--utils-text: http://getbootstrap.com/docs/4.1/utilities/text/
85
- :url-bs-docs--utils-vertical_alignment: http://getbootstrap.com/docs/4.1/utilities/vertical-align/
86
- :url-bs-docs--utils-visibility: http://getbootstrap.com/docs/4.1/utilities/visibility/
87
-
88
- :url-bs-docs--migration-to-v4: http://getbootstrap.com/docs/4.1/migration/
42
+ :url-bs-docs: http://getbootstrap.com/docs/5.1/getting-started/introduction/
43
+ :url-bs-docs--examples: http://getbootstrap.com/docs/5.1/examples/
44
+
45
+ :url-bs-docs--content-code: https://getbootstrap.com/docs/5.1/content/code/
46
+ :url-bs-docs--content-figures: https://getbootstrap.com/docs/5.1/content/figures/
47
+ :url-bs-docs--content-images: https://getbootstrap.com/docs/5.1/content/images/
48
+ :url-bs-docs--content-typography: https://getbootstrap.com/docs/5.1/content/typography/
49
+ :url-bs-docs--content-tables: https://getbootstrap.com/docs/5.1/content/tables/
50
+
51
+ :url-bs-docs--components-alerts: http://getbootstrap.com/docs/5.1/components/alerts/
52
+ :url-bs-docs--components-badges: http://getbootstrap.com/docs/5.1/components/badge/
53
+ :url-bs-docs--components-breadcrumb: http://getbootstrap.com/docs/5.1/components/breadcrumb/
54
+ :url-bs-docs--components-buttons: http://getbootstrap.com/docs/5.1/components/buttons/
55
+ :url-bs-docs--components-button_group: http://getbootstrap.com/docs/5.1/components/button-group/
56
+ :url-bs-docs--components-cards: http://getbootstrap.com/docs/5.1/components/card/
57
+ :url-bs-docs--components-carousel: http://getbootstrap.com/docs/5.1/components/carousel/
58
+ :url-bs-docs--components-collapse: http://getbootstrap.com/docs/5.1/components/collapse/
59
+ :url-bs-docs--components-dropdowns: http://getbootstrap.com/docs/5.1/components/dropdowns/
60
+ :url-bs-docs--components-forms: http://getbootstrap.com/docs/5.1/components/forms/
61
+ :url-bs-docs--components-input_group: http://getbootstrap.com/docs/5.1/components/input-group/
62
+ :url-bs-docs--components-jumbotron: http://getbootstrap.com/docs/5.1/components/jumbotron/
63
+ :url-bs-docs--components-list_group: http://getbootstrap.com/docs/5.1/components/list-group/
64
+ :url-bs-docs--components-modal: http://getbootstrap.com/docs/5.1/components/modal/
65
+ :url-bs-docs--components-navs: http://getbootstrap.com/docs/5.1/components/navs/
66
+ :url-bs-docs--components-navbar: http://getbootstrap.com/docs/5.1/components/navbar/
67
+ :url-bs-docs--components-pagination: http://getbootstrap.com/docs/5.1/components/pagination/
68
+ :url-bs-docs--components-popovers: http://getbootstrap.com/docs/5.1/components/popovers/
69
+ :url-bs-docs--components-progress: http://getbootstrap.com/docs/5.1/components/progress/
70
+ :url-bs-docs--components-tooltips: http://getbootstrap.com/docs/5.1/components/tooltips/
71
+
72
+ :url-bs-docs--utils-borders: http://getbootstrap.com/docs/5.1/utilities/borders/
73
+ :url-bs-docs--utils-clearfix: http://getbootstrap.com/docs/5.1/utilities/clearfix/
74
+ :url-bs-docs--utils-close_icon: http://getbootstrap.com/docs/5.1/utilities/close-icon/
75
+ :url-bs-docs--utils-colors: http://getbootstrap.com/docs/5.1/utilities/colors/
76
+ :url-bs-docs--utils-display: http://getbootstrap.com/docs/5.1/utilities/display/
77
+ :url-bs-docs--utils-embeds: http://getbootstrap.com/docs/5.1/utilities/embed/
78
+ :url-bs-docs--utils-flex: http://getbootstrap.com/docs/5.1/utilities/flex/
79
+ :url-bs-docs--utils-float: http://getbootstrap.com/docs/5.1/utilities/float/
80
+ :url-bs-docs--utils-image_replacement: http://getbootstrap.com/docs/5.1/utilities/image-replacement/
81
+ :url-bs-docs--utils-screenreaders: http://getbootstrap.com/docs/5.1/utilities/screenreaders/
82
+ :url-bs-docs--utils-sizing: http://getbootstrap.com/docs/5.1/utilities/sizing/
83
+ :url-bs-docs--utils-spacing: http://getbootstrap.com/docs/5.1/utilities/spacing/
84
+ :url-bs-docs--utils-text: http://getbootstrap.com/docs/5.1/utilities/text/
85
+ :url-bs-docs--utils-vertical_alignment: http://getbootstrap.com/docs/5.1/utilities/vertical-align/
86
+ :url-bs-docs--utils-visibility: http://getbootstrap.com/docs/5.1/utilities/visibility/
87
+
88
+ :url-bs-docs--migration-to-v4: http://getbootstrap.com/docs/5.1/migration/
89
89
 
90
90
  :url-bs-material-design--home: https://mdbootstrap.github.io/bootstrap-material-design/
91
- :url-bs-material-design--gh-repo: https://github.com/mdbootstrap/bootstrap-material-design
91
+ :url-bs-material-design--gh-repo: https://github.com/mdbootstrap/bootstrap-material-design/
92
92
 
93
- :url-bs-theme-switcher--gh-repo: https://github.com/jguadagno/bootstrapThemeSwitcher
93
+ :url-bs-theme-switcher--gh-repo: https://github.com/jguadagno/bootstrapThemeSwitcher/
94
94
 
95
95
  :url-bootswatch--home: https://bootswatch.com/
96
96
  :url-bootswatch--api: https://bootswatch.com/help/#api
97
97
 
98
- :url-builder--gh-repo: https://github.com/jimweirich/builder
98
+ :url-builder--gh-repo: https://github.com/jimweirich/builder/
99
99
 
100
- :url-bump--gh-repo: https://github.com/gregorym/bump
100
+ :url-bump--gh-repo: https://github.com/gregorym/bump/
101
101
 
102
- :url-cash--gh-repo: https://github.com/fabiospampinato/cash
102
+ :url-cash--gh-repo: https://github.com/fabiospampinato/cash/
103
103
  :url-clipboard--gh-repo: https://github.com/zenorocha/clipboard.js/
104
104
 
105
- :url-cors--gh-repo: https://github.com/expressjs/cors
106
- :url-cross-env--gh-repo: https://github.com/kentcdodds/cross-env
107
- :url-cross-var--gh-repo: https://github.com/elijahmanor/cross-var
105
+ :url-cors--gh-repo: https://github.com/expressjs/cors/
106
+ :url-cross-env--gh-repo: https://github.com/kentcdodds/cross-env/
107
+ :url-cross-var--gh-repo: https://github.com/elijahmanor/cross-var/
108
108
 
109
109
  :url-datatables--home: https://datatables.net/
110
110
  :url-docker--home: https://getbootstrap.com/
111
111
  :url-docker--docs: https://docs.docker.com/
112
112
 
113
113
  :url-eslint--home: https://eslint.org/
114
- :url-eslint--gh-repo: https://github.com/eslint/eslint
114
+ :url-eslint--gh-repo: https://github.com/eslint/eslint/
115
115
 
116
- :url-execjs--gh-repo: https://github.com/rails/execjs
116
+ :url-execjs--gh-repo: https://github.com/rails/execjs/
117
117
 
118
118
  :url-facebook--privacy-policy-en: https://www.facebook.com/policy.php
119
119
  :url-facebook--privacy-policy-de: https://de-de.facebook.com/policy.php
@@ -123,12 +123,12 @@ tag::urls[]
123
123
  :url-fontawesome--home: https://fontawesome.com/
124
124
  :url-fontawesome--icons: https://fontawesome.com/icons?d=gallery
125
125
  :url-fontawesome--get-started: https://fontawesome.com/get-started
126
- :url-fontawesome-free--gh-repo: https://github.com/FortAwesome/Font-Awesome
127
- :url-fsevents--gh-repo: https://github.com/fsevents/fsevents
126
+ :url-fontawesome-free--gh-repo: https://github.com/FortAwesome/Font-Awesome/
127
+ :url-fsevents--gh-repo: https://github.com/fsevents/fsevents/
128
128
 
129
- :url-ga-optin—--home: https://github.com/luciomartinez/gtag-opt-in
129
+ :url-ga-optin—--home: https://github.com/luciomartinez/gtag-opt-in/
130
130
 
131
- :url-getos--gh-repo: https://github.com/retrohacker/getos
131
+ :url-getos--gh-repo: https://github.com/retrohacker/getos/
132
132
 
133
133
  :url-git--home: https://git-scm.com/
134
134
 
@@ -144,12 +144,12 @@ tag::urls[]
144
144
  :url-gdpr-eu--home: https://gdpr.eu/
145
145
  :url-gdpr--C-673-17: https://curia.europa.eu/juris/liste.jsf?num=C-673/17
146
146
 
147
- :url-google-material-design-icons--gh-repo: https://github.com/google/material-design-icons
147
+ :url-google-material-design-icons--gh-repo: https://github.com/google/material-design-icons/
148
148
  :url-google--deactivate-ga-en: http://tools.google.com/dlpage/gaoptout?hl=en
149
149
  :url-google--privacy-policy-en: https://policies.google.com/privacy?hl=en
150
150
  :url-google--privacy-policy-de: https://policies.google.com/privacy?hl=de
151
151
 
152
- :url-heroku--home: https://www.heroku.com/home
152
+ :url-heroku--home: https://www.heroku.com/home/
153
153
 
154
154
  :url-iconify--home: https://iconify.design/
155
155
  :url-iconify--icon-sets: https://iconify.design/icon-sets/
@@ -158,7 +158,7 @@ tag::urls[]
158
158
 
159
159
  :url-instagram--privacy-policy: http://instagram.com/about/legal/privacy/
160
160
 
161
- :url-iframe-resizer--gh-repo: https://github.com/davidjbradshaw/iframe-resizer
161
+ :url-iframe-resizer--gh-repo: https://github.com/davidjbradshaw/iframe-resizer/
162
162
 
163
163
  :url-j1--home: https://jekyll.one/
164
164
  :url-j1--download: https://rubygems.org/gems/j1-template/
@@ -186,85 +186,85 @@ tag::urls[]
186
186
  :url-j1-learn--themes: https://jekyll.one/pages/public/learn/roundtrip/themes/
187
187
 
188
188
  :url-jekyll--home: https://jekyllrb.com/
189
- :url-jekyll-asciidoc--gh-repo: https://github.com/asciidoctor/jekyll-asciidoc
189
+ :url-jekyll-asciidoc--gh-repo: https://github.com/asciidoctor/jekyll-asciidoc/
190
190
  :url-jekyll-compress--gh-repo: http://jch.penibelst.de/
191
- :url-jekyll-feed--gh-repo: https://github.com/jekyll/jekyll-feed
192
- :url-jekyll-gist--gh-repo: https://github.com/jekyll/jekyll-gist
193
- :url-jekyll-paginate-v2--gh-repo: https://github.com/sverrirs/jekyll-paginate-v2
194
- :url-jekyll-redirect-from--gh-repo: https://github.com/jekyll/jekyll-redirect-from
195
- :url-jekyll-sass-converter--gh-repo: https://github.com/jekyll/jekyll-sass-converter
196
- :url-jekyll-sitemap--gh-repo: https://github.com/jekyll/jekyll-sitemap
191
+ :url-jekyll-feed--gh-repo: https://github.com/jekyll/jekyll-feed/
192
+ :url-jekyll-gist--gh-repo: https://github.com/jekyll/jekyll-gist/
193
+ :url-jekyll-paginate-v2--gh-repo: https://github.com/sverrirs/jekyll-paginate-v2/
194
+ :url-jekyll-redirect-from--gh-repo: https://github.com/jekyll/jekyll-redirect-from/
195
+ :url-jekyll-sass-converter--gh-repo: https://github.com/jekyll/jekyll-sass-converter/
196
+ :url-jekyll-sitemap--gh-repo: https://github.com/jekyll/jekyll-sitemap/
197
197
 
198
198
  :url-jquery--home: https://jquery.com/
199
199
 
200
- :url-js-yaml--gh-repo: https://github.com/nodeca/js-yaml
201
- :url-js-json-minify--gh-repo: https://github.com/fkei/JSON.minify
200
+ :url-js-yaml--gh-repo: https://github.com/nodeca/js-yaml/
201
+ :url-js-json-minify--gh-repo: https://github.com/fkei/JSON.minify/
202
202
 
203
- :url-justified-gallery--home: http://miromannino.github.io/Justified-Gallery
204
- :url-justified-gallery--gh-repo: https://github.com/miromannino/Justified-Gallery
203
+ :url-justified-gallery--home: http://miromannino.github.io/Justified-Gallery/
204
+ :url-justified-gallery--gh-repo: https://github.com/miromannino/Justified-Gallery/
205
205
 
206
206
  :url-lerna--home: https://lerna.js.org/
207
- :url-lerna--gh-repo: https://github.com/lerna/lerna
207
+ :url-lerna--gh-repo: https://github.com/lerna/lerna/
208
208
 
209
209
  :url-license--creative-commons: https://creativecommons.org/licenses/by/4.0/
210
210
  :url-license--mit: https://opensource.org/licenses/MIT/
211
211
  :url-license--sil: https://scripts.sil.org/OFL
212
212
 
213
213
  :url-lightbox-v2--home: https://lokeshdhakar.com/projects/lightbox2/
214
- :url-lightbox-v2--gh-repo: https://github.com/lokesh/lightbox2
214
+ :url-lightbox-v2--gh-repo: https://github.com/lokesh/lightbox2/
215
215
 
216
- :url-light-gallery--home: https://sachinchoolur.github.io/lightGallery
217
- :url-light-gallery--gh-repo: http://sachinchoolur.github.io/lightGallery
216
+ :url-light-gallery--home: https://sachinchoolur.github.io/lightGallery/
217
+ :url-light-gallery--gh-repo: http://sachinchoolur.github.io/lightGallery/
218
218
  :url-light-gallery--license: https://www.lightgalleryjs.com/license/
219
219
 
220
220
  :url-liquid--home: https://shopify.github.io/liquid/
221
- :url-liquid--gh-repo: https://github.com/Shopify/liquid
221
+ :url-liquid--gh-repo: https://github.com/Shopify/liquid/
222
222
 
223
223
  :url-log4javascript--home: http://log4javascript.org/
224
224
 
225
- :url-log4r--gh-repo: https://github.com/colbygk/log4r
225
+ :url-log4r--gh-repo: https://github.com/colbygk/log4r/
226
226
 
227
227
  :url-lunr--home: https://lunrjs.com/
228
228
  :url-lunr--gh-repo: https://github.com/olivernn/lunr.js
229
229
 
230
230
  :url-material-design-icons--home: https://materialdesignicons.com/
231
- :url-material-design-icons--gh-repo: https://github.com/Templarian/MaterialDesign
231
+ :url-material-design-icons--gh-repo: https://github.com/Templarian/MaterialDesign/
232
232
  :url-material-design-icons--cheatsheet: https://pictogrammers.github.io/@mdi/font/5.9.55/
233
233
 
234
234
  :url-materialize--home: https://materializecss.com/
235
- :url-materialize--gh-repo: https://github.com/Dogfalo/materialize
235
+ :url-materialize--gh-repo: https://github.com/Dogfalo/materialize/
236
236
 
237
237
  :url-mobile-menu-light--home: https://www.mmenujs.com/mmenu-light/
238
238
  :url-mobile-menu-light--gh-repo: https://github.com/FrDH/mmenu-light
239
239
 
240
240
  :url-netlify--home: https://www.netlify.com/
241
241
 
242
- :url-node-sass--home: https://github.com/sass/node-sass
242
+ :url-node-sass--home: https://github.com/sass/node-sass/
243
243
 
244
244
  :url-nodejs--home: https://nodejs.org/en/
245
245
 
246
246
  :url-nokogiri--home: https://nokogiri.org/
247
- :url-nokogiri--gh-repo: https://github.com/sparklemotion/nokogiri
247
+ :url-nokogiri--gh-repo: https://github.com/sparklemotion/nokogiri/
248
248
  :url-nokogiri-pretty--gh-repo: https://github.com/tobym/nokogiri-pretty/
249
249
 
250
250
  :url-npm--home: https://www.npmjs.com/
251
251
 
252
- :url-npm-run-all--gh-repo: https://github.com/mysticatea/npm-run-all
252
+ :url-npm-run-all--gh-repo: https://github.com/mysticatea/npm-run-all/
253
253
 
254
- :url-omniauth--gh-repo: https://github.com/omniauth/omniauth
254
+ :url-omniauth--gh-repo: https://github.com/omniauth/omniauth/
255
255
 
256
- :url-omniauth-oauth-v2--gh-repo: https://github.com/omniauth/omniauth-oauth2
256
+ :url-omniauth-oauth-v2--gh-repo: https://github.com/omniauth/omniauth-oauth2/
257
257
 
258
258
  :url-owl-carousel-v1--home: http://www.landmarkmlp.com/js-plugin/owl.carousel/
259
259
 
260
260
  :url-owasp-attacks--csrf: https://owasp.org/www-community/attacks/csrf
261
261
 
262
- :url-parseurl--gh-repo: https://github.com/pillarjs/parseurl
262
+ :url-parseurl--gh-repo: https://github.com/pillarjs/parseurl/
263
263
 
264
264
  :url-platform--gh-repo: https://github.com/bestiejs/platform.js/
265
265
 
266
266
  :url-popper--home: https://popper.js.org/
267
- :url-popper--gh-repo: https://github.com/popperjs/popper-core
267
+ :url-popper--gh-repo: https://github.com/popperjs/popper-core/
268
268
 
269
269
  :url-previewer--county-flags: https://jekyll.one/pages/public/previewer/country_flags/
270
270
  :url-previewer--emoji: https://jekyll.one/pages/public/previewer/twitter_emoji/
@@ -272,36 +272,36 @@ tag::urls[]
272
272
  :url-previewer--rouge-themes: https://jekyll.one/pages/public/previewer/rouge/
273
273
 
274
274
  :url-puma--home: https://puma.io/
275
- :url-puma--gh-repo: https://github.com/puma/puma
275
+ :url-puma--gh-repo: https://github.com/puma/puma/
276
276
 
277
277
  :url-rack--home: https://rack.github.io/
278
278
  :url-rack--gh-repo: https://github.com/rack/rack
279
279
 
280
280
  :url-rack-protection--home: http://sinatrarb.com/protection/
281
- :url-rack-protection--gh-repo: https://github.com/sinatra/sinatra/tree/master/rack-protection
281
+ :url-rack-protection--gh-repo: https://github.com/sinatra/sinatra/tree/master/rack-protection/
282
282
 
283
- :url-rack-ssl-enforcer--gh-repo: https://github.com/tobmatth/rack-ssl-enforcer
283
+ :url-rack-ssl-enforcer--gh-repo: https://github.com/tobmatth/rack-ssl-enforcer/
284
284
 
285
- :url-roboto--home: https://fonts.google.com/specimen/Roboto
285
+ :url-roboto--home: https://fonts.google.com/specimen/Roboto/
286
286
 
287
- :url-ruby-rouge--gh-repo: https://github.com/rouge-ruby/rouge
287
+ :url-ruby-rouge--gh-repo: https://github.com/rouge-ruby/rouge/
288
288
 
289
- :url-ruby-warden--home: https://github.com/wardencommunity/warden/wiki
290
- :url-ruby-warden--gh-repo: https://github.com/wardencommunity/warden
289
+ :url-ruby-warden--home: https://github.com/wardencommunity/warden/wiki/
290
+ :url-ruby-warden--gh-repo: https://github.com/wardencommunity/warden/
291
291
 
292
292
 
293
293
  :url-ruby-lang--home: https://www.ruby-lang.org/en/
294
- :url-ruby-lang--gh-repo: https://github.com/ruby/ruby
294
+ :url-ruby-lang--gh-repo: https://github.com/ruby/ruby/
295
295
 
296
296
  :url-rubygems--home: https://rubygems.org/
297
297
 
298
- :url-ruby-gem-bundler--gh-repo: https://github.com/bundler/bundler
299
- :url-ruby-gem-jekyll-auth--gh-repo: https://github.com/benbalter/jekyll-auth
298
+ :url-ruby-gem-bundler--gh-repo: https://github.com/bundler/bundler/
299
+ :url-ruby-gem-jekyll-auth--gh-repo: https://github.com/benbalter/jekyll-auth/
300
300
 
301
- :url-ruby-sass--home: https://sass-lang.com/ruby-sass
301
+ :url-ruby-sass--home: https://sass-lang.com/ruby-sass/
302
302
 
303
- :url-sass-lang--home: https://sass-lang.com/dart-sass
304
- :url-sass-lang--gh-repo: https://github.com/sass/dart-sass
303
+ :url-sass-lang--home: https://sass-lang.com/dart-sass/
304
+ :url-sass-lang--gh-repo: https://github.com/sass/dart-sass/
305
305
 
306
306
  :url-jamstack--home: https://jamstack.org/
307
307
  :url-jamstack--generators: https://jamstack.org/generators/
@@ -310,33 +310,33 @@ tag::urls[]
310
310
 
311
311
  :url-stackoverflow--usage-fonticons: https://stackoverflow.com/questions/11135261/should-i-use-i-tag-for-icons-instead-of-span
312
312
 
313
- :url-tablesaw-rtables--gh-repo: https://github.com/filamentgroup/tablesaw
313
+ :url-tablesaw-rtables--gh-repo: https://github.com/filamentgroup/tablesaw/
314
314
 
315
315
  :url-terser--home: https://terser.org/
316
- :url-terser--gh-repo: https://github.com/terser/terser
316
+ :url-terser--gh-repo: https://github.com/terser/terser/
317
317
 
318
- :url-theme-switcher--gh-repo: https://github.com/jguadagno/bootstrapThemeSwitcher
318
+ :url-theme-switcher--gh-repo: https://github.com/jguadagno/bootstrapThemeSwitcher/
319
319
 
320
- :url-tocbot--home: https://tscanlin.github.io/tocbot
321
- :url-tocbot--gh-repo: https://github.com/tscanlin/tocbot
320
+ :url-tocbot--home: https://tscanlin.github.io/tocbot/
321
+ :url-tocbot--gh-repo: https://github.com/tscanlin/tocbot/
322
322
 
323
- :url-twitter-emoji--gh-repo: https://github.com/twitter/twemoji
324
- :url-twitter-emoji-picker--gh-repo: https://github.com/xLs51/Twemoji-Picker
323
+ :url-twitter-emoji--gh-repo: https://github.com/twitter/twemoji/
324
+ :url-twitter-emoji-picker--gh-repo: https://github.com/xLs51/Twemoji-Picker/
325
325
  :url-twitter--privacy-en: https://twitter.com/en/privacy
326
326
  :url-twitter--login: https://twitter.com/login
327
327
 
328
- :url-uglifier--gh-repo: https://github.com/lautis/uglifier
328
+ :url-uglifier--gh-repo: https://github.com/lautis/uglifier/
329
329
 
330
330
  :url-videojs--home: https://videojs.com/
331
331
  :url-videojs--gh-repo: https://github.com/videojs/video.js
332
332
 
333
- :url-vimeo--home: https://vimeo.com
333
+ :url-vimeo--home: https://vimeo.com/
334
334
  :url-vimeo--privacy-policy: https://vimeo.com/privacy
335
335
 
336
336
  :url-webpack--home: https://webpack.js.org/
337
- :url-webpack--gh-repo: https://github.com/webpack/webpack
337
+ :url-webpack--gh-repo: https://github.com/webpack/webpack/
338
338
 
339
- :url-webpack-cli--gh-repo: https://github.com/webpack/webpack
339
+ :url-webpack-cli--gh-repo: https://github.com/webpack/webpack/
340
340
 
341
341
  :url-w3org--css-spec: https://www.w3.org/Style/CSS/specs.en.html
342
342
 
@@ -350,7 +350,6 @@ tag::urls[]
350
350
  :url-youtube--home: https://www.youtube.com/
351
351
  end::urls[]
352
352
 
353
-
354
353
  // FOOTNOTES, global asciidoc attributes (variables)
355
354
  // -----------------------------------------------------------------------------
356
355
  tag::footnotes[]
@@ -433,7 +432,7 @@ end::tables[]
433
432
  // -----------------------------------------------------------------------------
434
433
  tag::products[]
435
434
  :j1--license: MIT License
436
- :j1--version: 2021.3.1
435
+ :j1--version: 2022.0.2
437
436
  :j1--site-name: Jekyll One
438
437
  end::products[]
439
438
 
@@ -364,6 +364,6 @@ end
364
364
 
365
365
  module Jekyll
366
366
  module J1LunrSearch
367
- VERSION = '2021.3.1'
367
+ VERSION = '2022.0.2'
368
368
  end
369
369
  end
@@ -39,9 +39,6 @@ All you’re doing at the end of the day is writing your content, and the J1
39
39
  Template does all the tricky things: putting out HTML, Javascript, and CSS.
40
40
  As a result, the site creation process gets out of your way.
41
41
 
42
- Sounds fun, isn't it?
43
-
44
- // [role="clearfix mb-3"]
45
42
  excerpt__end
46
43
 
47
44
  // Load Liquid procedures
@@ -56,7 +53,7 @@ excerpt__end
56
53
  // Page content
57
54
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
55
 
59
- // Include sub-documents
56
+ // Include sub-documents (if any)
60
57
  // -----------------------------------------------------------------------------
61
58
 
62
59
  [[readmore]]
@@ -45,7 +45,7 @@ resource_options:
45
45
  [role="dropcap"]
46
46
  Is it needed for visitors to know what cookies are about? No doubts, you're
47
47
  requested to inform - in Europe for legal reasons. All users visiting websites
48
- are bothered all the time to accept cookies. For good reasons?
48
+ are bothered all the time to accept cookies. For good reasons.
49
49
 
50
50
  excerpt__end
51
51
 
@@ -61,7 +61,7 @@ excerpt__end
61
61
  // Page content
62
62
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63
63
 
64
- // Include sub-documents
64
+ // Include sub-documents (if any)
65
65
  // -----------------------------------------------------------------------------
66
66
 
67
67
  == What are cookies technically
@@ -42,7 +42,7 @@ resource_options:
42
42
  This article highlights top OpenSource projects providing static site
43
43
  generators in many different programming languages. And Jekyll is only
44
44
  one of them. Have a look if a full-blown CMS is (really) needed for your
45
- project!
45
+ project.
46
46
 
47
47
  excerpt__end
48
48
 
@@ -58,7 +58,7 @@ excerpt__end
58
58
  // Page content
59
59
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
60
 
61
- // Include sub-documents
61
+ // Include sub-documents (if any)
62
62
  // -----------------------------------------------------------------------------
63
63
 
64
64
  [[readmore]]
@@ -7,7 +7,7 @@ tags: [ J1, Template ]
7
7
 
8
8
  image: /assets/images/modules/attics/runner-1920x1200.jpg
9
9
 
10
- fam_menu_id: default
10
+ fab_menu_id: default
11
11
 
12
12
  regenerate: false
13
13
 
@@ -59,7 +59,7 @@ excerpt__end
59
59
  // Page content
60
60
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
61
 
62
- // Include sub-documents
62
+ // Include sub-documents (if any)
63
63
  // -----------------------------------------------------------------------------
64
64
 
65
65
  ifeval::[{badges-enabled} == true]
@@ -55,7 +55,7 @@ excerpt__end
55
55
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
56
  // Read: link:{wikipedia-article}[From Wikipedia, the free encyclopedia, window="_blank"].
57
57
 
58
- // Include sub-documents
58
+ // Include sub-documents (if any)
59
59
  // -----------------------------------------------------------------------------
60
60
  [[readmore]]
61
61
  == Physical
@@ -55,7 +55,7 @@ excerpt__end
55
55
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
56
  // Read: link:{wikipedia-article}[From Wikipedia, the free encyclopedia, window="_blank"].
57
57
 
58
- // Include sub-documents
58
+ // Include sub-documents (if any)
59
59
  // -----------------------------------------------------------------------------
60
60
  [[readmore]]
61
61
  == Conservation
@@ -55,7 +55,7 @@ excerpt__end
55
55
  // Page content
56
56
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
57
 
58
- // Include sub-documents
58
+ // Include sub-documents (if any)
59
59
  // -----------------------------------------------------------------------------
60
60
 
61
61
  // Load Liquid procedures
@@ -71,7 +71,7 @@ excerpt__end
71
71
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72
72
  // Read: link:{wikipedia-article}[From Wikipedia, the free encyclopedia, window="_blank"].
73
73
 
74
- // Include sub-documents
74
+ // Include sub-documents (if any)
75
75
  // -----------------------------------------------------------------------------
76
76
  [[readmore]]
77
77
  == Columbia River
@@ -26,7 +26,7 @@ analytics: true
26
26
  advertising: false
27
27
  comments: false
28
28
 
29
- fam_menu_id: default
29
+ fab_menu_id: default
30
30
  scrollbar: false
31
31
  toc: false
32
32