j1-template 2023.2.7 → 2023.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (452) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -1
  3. data/_includes/themes/j1/layouts/content_generator_post.html +2 -2
  4. data/_includes/themes/j1/layouts/layout_metadata_generator.html +38 -38
  5. data/_includes/themes/j1/procedures/blocks/footer/boxes/about_box.proc +1 -1
  6. data/_includes/themes/j1/procedures/blocks/footer/boxes/contacts_box.proc +1 -1
  7. data/_includes/themes/j1/procedures/blocks/footer/boxes/issue.proc +1 -1
  8. data/_includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc +1 -1
  9. data/_includes/themes/j1/procedures/blocks/footer/boxes/news_box.proc +1 -1
  10. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -3
  11. data/_includes/themes/j1/procedures/layouts/module_writer.proc +7 -23
  12. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +8 -8
  13. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  14. data/_layouts/compress.html +26 -21
  15. data/_layouts/default.html +36 -30
  16. data/assets/data/banner.html +5 -2
  17. data/assets/data/footer.html +15 -3
  18. data/assets/data/masonry.html +1 -1
  19. data/assets/data/masterslider.html +1 -0
  20. data/assets/data/menu.html +4 -4
  21. data/assets/data/panel.html +6 -3
  22. data/assets/data/quicklinks.html +138 -149
  23. data/assets/error_pages/HTTP204.html +3 -3
  24. data/assets/error_pages/HTTP400.html +3 -3
  25. data/assets/error_pages/HTTP401.html +3 -3
  26. data/assets/error_pages/HTTP403.html +3 -3
  27. data/assets/error_pages/HTTP404.html +3 -3
  28. data/assets/error_pages/HTTP444.html +3 -3
  29. data/assets/error_pages/HTTP445.html +3 -3
  30. data/assets/error_pages/HTTP446.html +5 -5
  31. data/assets/error_pages/HTTP447.html +7 -7
  32. data/assets/error_pages/HTTP448.html +7 -7
  33. data/assets/error_pages/HTTP500.html +3 -3
  34. data/assets/error_pages/HTTP501.html +3 -3
  35. data/assets/error_pages/HTTP502.html +3 -3
  36. data/assets/error_pages/HTTP503.html +3 -3
  37. data/assets/themes/j1/adapter/js/advertising.js +355 -156
  38. data/assets/themes/j1/adapter/js/analytics.js +1 -1
  39. data/assets/themes/j1/adapter/js/asciidoctor.js +1 -1
  40. data/assets/themes/j1/adapter/js/attic.js +22 -14
  41. data/assets/themes/j1/adapter/js/bmd.js +1 -1
  42. data/assets/themes/j1/adapter/js/carousel.js +5 -4
  43. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  44. data/assets/themes/j1/adapter/js/comments.js +5 -5
  45. data/assets/themes/j1/adapter/js/cookieConsent.js +1 -1
  46. data/assets/themes/j1/adapter/js/customFunctions.js +1 -1
  47. data/assets/themes/j1/adapter/js/customModule.js +1 -1
  48. data/assets/themes/j1/adapter/js/dropdowns.js +4 -2
  49. data/assets/themes/j1/adapter/js/fab.js +9 -6
  50. data/assets/themes/j1/adapter/js/framer.js +1 -1
  51. data/assets/themes/j1/adapter/js/iconPicker.js +227 -0
  52. data/assets/themes/j1/adapter/js/j1.js +402 -76
  53. data/assets/themes/j1/adapter/js/justifiedGallery.js +9 -3
  54. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +2 -2
  55. data/assets/themes/j1/adapter/js/lightbox.js +4 -3
  56. data/assets/themes/j1/adapter/js/logger.js +1 -1
  57. data/assets/themes/j1/adapter/js/lunr.js +1 -1
  58. data/assets/themes/j1/adapter/js/masonry.js +4 -3
  59. data/assets/themes/j1/adapter/js/masterslider.js +30 -57
  60. data/assets/themes/j1/adapter/js/mmenu.js +2 -2
  61. data/assets/themes/j1/adapter/js/navigator.js +7 -5
  62. data/assets/themes/j1/adapter/js/nbinteract.js +9 -9
  63. data/assets/themes/j1/adapter/js/particles.js +2 -2
  64. data/assets/themes/j1/adapter/js/rangeSlider.js +2 -2
  65. data/assets/themes/j1/adapter/js/rouge.js +2 -2
  66. data/assets/themes/j1/adapter/js/rtable.js +1 -1
  67. data/assets/themes/j1/adapter/js/rtextResizer.js +1 -1
  68. data/assets/themes/j1/adapter/js/scroller.js +97 -109
  69. data/assets/themes/j1/adapter/js/slick.js +28 -18
  70. data/assets/themes/j1/adapter/js/themeToggler.js +259 -0
  71. data/assets/themes/j1/adapter/js/themer.js +63 -23
  72. data/assets/themes/j1/adapter/js/toccer.js +9 -6
  73. data/assets/themes/j1/adapter/js/translator.js +4 -2
  74. data/assets/themes/j1/adapter/js/waves.js +6 -4
  75. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1322 -417
  76. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -3
  77. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +2064 -1273
  78. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -3
  79. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +10280 -9399
  80. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +10 -10
  81. data/assets/themes/j1/core/css/vendor.css +0 -14
  82. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  83. data/assets/themes/j1/modules/backstretch/js/backstretch.js +6 -4
  84. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  85. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
  86. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
  87. data/assets/themes/j1/modules/iconPicker/README.md +266 -0
  88. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.css +419 -0
  89. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.min.css +17 -0
  90. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.json +467 -0
  91. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.min.json +1 -0
  92. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.json +169 -0
  93. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.min.json +1 -0
  94. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.json +1136 -0
  95. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.min.json +1 -0
  96. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.json +1772 -0
  97. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.min.json +1 -0
  98. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +292 -0
  99. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -0
  100. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +7312 -0
  101. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +1 -0
  102. data/assets/themes/j1/modules/iconPicker/images/magnifying-glass-solid.svg +1 -0
  103. data/assets/themes/j1/modules/iconPicker/images/star-of-life-solid.svg +3 -0
  104. data/assets/themes/j1/modules/iconPicker/images/xmark-solid.svg +3 -0
  105. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.js +493 -0
  106. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.min.js +17 -0
  107. data/assets/themes/j1/modules/jquery/AUTHORS.txt +372 -0
  108. data/assets/themes/j1/modules/jquery/LICENSE.txt +43 -0
  109. data/assets/themes/j1/modules/jquery/css/images/ui-icons_444444_256x240.png +0 -0
  110. data/assets/themes/j1/modules/jquery/css/images/ui-icons_555555_256x240.png +0 -0
  111. data/assets/themes/j1/modules/jquery/css/images/ui-icons_777620_256x240.png +0 -0
  112. data/assets/themes/j1/modules/jquery/css/images/ui-icons_777777_256x240.png +0 -0
  113. data/assets/themes/j1/modules/jquery/css/images/ui-icons_cc0000_256x240.png +0 -0
  114. data/assets/themes/j1/modules/jquery/css/images/ui-icons_ffffff_256x240.png +0 -0
  115. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.css +92 -92
  116. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.min.css +4 -4
  117. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.css +88 -88
  118. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.min.css +2 -2
  119. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.css +4 -4
  120. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.min.css +2 -2
  121. data/assets/themes/j1/modules/jquery/js/jquery-ui.js +13683 -13678
  122. data/assets/themes/j1/modules/jquery/js/jquery-ui.min.js +3 -3
  123. data/assets/themes/j1/modules/jquery/js/jquery.js +1029 -1203
  124. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
  125. data/assets/themes/j1/modules/jquery/js/jquery.min.map +1 -1
  126. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +1315 -0
  127. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +7 -0
  128. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +886 -0
  129. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +5 -0
  130. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +446 -0
  131. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +5 -0
  132. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +37 -0
  133. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +17 -0
  134. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +42 -0
  135. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +17 -0
  136. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +19057 -0
  137. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +6 -0
  138. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +10872 -0
  139. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +2 -0
  140. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +1 -0
  141. data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +2145 -0
  142. data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +5 -0
  143. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +2 -2
  144. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  145. data/assets/themes/j1/modules/masterslider/css/theme/uno.css +9 -9
  146. data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +1 -1
  147. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +2 -2
  148. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  149. data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +136 -47
  150. data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +9 -9
  151. data/assets/themes/j1/modules/scroller/js/scroller.js +76 -69
  152. data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
  153. data/assets/themes/j1/modules/translator/js/translator.js +1 -1
  154. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  155. data/lib/j1/version.rb +1 -1
  156. data/lib/starter_web/Gemfile +2 -2
  157. data/lib/starter_web/README.md +5 -5
  158. data/lib/starter_web/_config.yml +5 -2
  159. data/lib/starter_web/_data/blocks/banner.yml +8 -5
  160. data/lib/starter_web/_data/blocks/defaults/footer.yml +4 -4
  161. data/lib/starter_web/_data/blocks/footer.yml +12 -5
  162. data/lib/starter_web/_data/blocks/panel.yml +41 -38
  163. data/lib/starter_web/_data/j1_config.yml +68 -58
  164. data/lib/starter_web/_data/layouts/collection.yml +1 -0
  165. data/lib/starter_web/_data/layouts/default.yml +1 -1
  166. data/lib/starter_web/_data/layouts/home.yml +38 -9
  167. data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -0
  168. data/lib/starter_web/_data/layouts/page.yml +2 -1
  169. data/lib/starter_web/_data/layouts/post.yml +1 -0
  170. data/lib/starter_web/_data/layouts/raw.yml +1 -0
  171. data/lib/starter_web/_data/modules/advertising.yml +209 -58
  172. data/lib/starter_web/_data/modules/analytics.yml +2 -2
  173. data/lib/starter_web/_data/modules/attics.yml +4 -7
  174. data/lib/starter_web/_data/modules/defaults/advertising.yml +3 -2
  175. data/lib/starter_web/_data/modules/defaults/attics.yml +3 -3
  176. data/lib/starter_web/_data/modules/defaults/iconPicker.yml +42 -0
  177. data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -13
  178. data/lib/starter_web/_data/modules/defaults/theme_toggler.yml +42 -0
  179. data/lib/starter_web/_data/modules/iconPicker.yml +64 -0
  180. data/lib/starter_web/_data/modules/masonry.yml +3 -3
  181. data/lib/starter_web/_data/modules/masterslider.yml +5 -5
  182. data/lib/starter_web/_data/modules/navigator_menu.yml +311 -160
  183. data/lib/starter_web/_data/modules/scroller.yml +8 -8
  184. data/lib/starter_web/_data/modules/slick.yml +47 -86
  185. data/lib/starter_web/_data/modules/theme_toggler.yml +29 -0
  186. data/lib/starter_web/_data/modules/themer.yml +0 -6
  187. data/lib/starter_web/_data/resources.yml +54 -53
  188. data/lib/starter_web/_data/templates/feed.xml +1 -1
  189. data/lib/starter_web/_includes/attributes.0.asciidoc +626 -0
  190. data/lib/starter_web/_includes/attributes.asciidoc +81 -72
  191. data/lib/starter_web/_includes/google/static/google_ad_5128488466.html +19 -0
  192. data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +19 -0
  193. data/lib/starter_web/_includes/google/templates/google_ads.html +55 -0
  194. data/lib/starter_web/_plugins/asciidoctor/google-ad-block.rb +47 -0
  195. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  196. data/lib/starter_web/assets/images/badges/configBinder.jpg +0 -0
  197. data/lib/starter_web/assets/images/badges/docsBinder.jpg +0 -0
  198. data/lib/starter_web/assets/images/badges/notebookBinder.jpg +0 -0
  199. data/lib/starter_web/assets/images/badges/scaleable/configBinder.svg +1 -1
  200. data/lib/starter_web/assets/images/badges/scaleable/docsBinder.svg +1 -1
  201. data/lib/starter_web/assets/images/badges/scaleable/myBinder.svg +1 -1
  202. data/lib/starter_web/assets/images/badges/scaleable/notebookBinder.svg +1 -1
  203. data/lib/starter_web/assets/images/icons/hyvor-talk/jpg/hyvor-logo.512x512.jpg +0 -0
  204. data/lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.jpg +0 -0
  205. data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +1 -1
  206. data/lib/starter_web/assets/images/icons/j1/jpg/j1-256x256.jpg +0 -0
  207. data/lib/starter_web/assets/images/icons/j1/jpg/j1-512x512.jpg +0 -0
  208. data/lib/starter_web/assets/images/icons/j1/jpg/j1-64x64.jpg +0 -0
  209. data/lib/starter_web/assets/images/icons/j1/png/j1-256x256.png +0 -0
  210. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg +0 -0
  211. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg.png +0 -0
  212. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.png +0 -0
  213. data/lib/starter_web/assets/images/icons/j1/png/j1-64x64.png +0 -0
  214. data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +1 -1
  215. data/lib/starter_web/assets/images/icons/mdi/mdi.svg +1 -0
  216. data/lib/starter_web/assets/images/icons/mdi/mdil.svg +1 -0
  217. data/lib/starter_web/assets/images/modules/attics/1920x1280/alexander-redl.jpg +0 -0
  218. data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
  219. data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
  220. data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
  221. data/lib/starter_web/assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg +0 -0
  222. data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
  223. data/lib/starter_web/assets/images/modules/attics/1920x1280/clem-onojeghuo.jpg +0 -0
  224. data/lib/starter_web/assets/images/modules/attics/1920x1280/core_web_vitals_best.png +0 -0
  225. data/lib/starter_web/assets/images/modules/attics/1920x1280/crawford-jolly.jpg +0 -0
  226. data/lib/starter_web/assets/images/modules/attics/1920x1280/eleni-afiontzi.jpg +0 -0
  227. data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
  228. data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
  229. data/lib/starter_web/assets/images/modules/attics/1920x1280/harpal-singh.jpg +0 -0
  230. data/lib/starter_web/assets/images/modules/attics/1920x1280/hayden-mills-2.jpg +0 -0
  231. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-1.jpg +0 -0
  232. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-2.jpg +0 -0
  233. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-3.jpg +0 -0
  234. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg +0 -0
  235. data/lib/starter_web/assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg +0 -0
  236. data/lib/starter_web/assets/images/modules/attics/1920x1280/josep-martins.jpg +0 -0
  237. data/lib/starter_web/assets/images/modules/attics/1920x1280/josh-liu.jpg +0 -0
  238. data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
  239. data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
  240. data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.jpg +0 -0
  241. data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.webp +0 -0
  242. data/lib/starter_web/assets/images/modules/attics/1920x1280/matthaeus.jpg +0 -0
  243. data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
  244. data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
  245. data/lib/starter_web/assets/images/modules/attics/1920x1280/mohammad-rahmani.jpg +0 -0
  246. data/lib/starter_web/assets/images/modules/attics/1920x1280/nasa.jpg +0 -0
  247. data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
  248. data/lib/starter_web/assets/images/modules/attics/1920x1280/recha-oktaviani.jpg +0 -0
  249. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280.jpg +0 -0
  250. data/lib/starter_web/assets/images/modules/attics/christina-1920x1280.jpg +0 -0
  251. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200.jpg +0 -0
  252. data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
  253. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +1 -1
  254. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg +0 -0
  255. data/lib/starter_web/assets/images/pages/core_web_vitals/200-create-a-link-1.jpg +0 -0
  256. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
  257. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg +0 -0
  258. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.jpg +0 -0
  259. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
  260. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
  261. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
  262. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
  263. data/lib/starter_web/assets/images/pages/html_validator/appdevtools-html-validator.jpg +0 -0
  264. data/lib/starter_web/assets/images/pages/html_validator/freeformatter-html-validator.jpg +0 -0
  265. data/lib/starter_web/assets/images/pages/html_validator/w3c-nu-checker.jpg +0 -0
  266. data/lib/starter_web/assets/images/pages/html_validator/w3c-validator.jpg +0 -0
  267. data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.jpg +0 -0
  268. data/lib/starter_web/assets/images/posts/featured/jamstack-generators.jpg +0 -0
  269. data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.jpg +0 -0
  270. data/lib/starter_web/assets/images/posts/featured/jekyll.jpg +0 -0
  271. data/lib/starter_web/assets/images/posts/featured/static-web-access.jpg +0 -0
  272. data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
  273. data/lib/starter_web/assets/images/quotes/promo/home/screenshot.jpg +0 -0
  274. data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-faq.jpg +0 -0
  275. data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.jpg +0 -0
  276. data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.png +0 -0
  277. data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-og.png +0 -0
  278. data/lib/starter_web/assets/images/quotes/promo/jekyll/scalable/jekyll-faq.psd +0 -0
  279. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +8 -9
  280. data/lib/starter_web/collections/_biography/becoming.adoc +23 -10
  281. data/lib/starter_web/collections/_biography/born-to-run.adoc +28 -10
  282. data/lib/starter_web/collections/_biography/forty-autumns.adoc +20 -13
  283. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +25 -15
  284. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +24 -15
  285. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +25 -12
  286. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -10
  287. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +11 -8
  288. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +32 -8
  289. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +17 -14
  290. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +27 -13
  291. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +38 -15
  292. data/lib/starter_web/collections/_people/diana-petersen.adoc +2 -0
  293. data/lib/starter_web/collections/_people/larry-parker.adoc +2 -0
  294. data/lib/starter_web/collections/_people/parveen-anand.adoc +2 -0
  295. data/lib/starter_web/collections/_portfolio/branding.adoc +5 -0
  296. data/lib/starter_web/collections/_portfolio/graphic_design.adoc +5 -0
  297. data/lib/starter_web/collections/_portfolio/identity.adoc +5 -0
  298. data/lib/starter_web/collections/_portfolio/illustration.adoc +5 -0
  299. data/lib/starter_web/collections/_portfolio/photography.adoc +5 -0
  300. data/lib/starter_web/collections/_portfolio/web_design.adoc +5 -0
  301. data/lib/starter_web/collections/_romance/{breath-of-snow-and-ashes-a.adoc → breath-of-snow-and-ashes.adoc} +20 -5
  302. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +26 -14
  303. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +12 -9
  304. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +14 -11
  305. data/lib/starter_web/collections/_romance/outlander-novel.adoc +48 -25
  306. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +30 -15
  307. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +4 -2
  308. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +4 -1
  309. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +5 -3
  310. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +4 -1
  311. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
  312. data/lib/starter_web/index.html +1 -18
  313. data/lib/starter_web/package.json +3 -3
  314. data/lib/starter_web/pages/public/about/features.adoc +1 -1
  315. data/lib/starter_web/pages/public/about/reporting_issues.adoc +1 -1
  316. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +1 -1
  317. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -1
  318. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +4 -4
  319. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
  320. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +1 -1
  321. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +1 -1
  322. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +1 -1
  323. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +1 -1
  324. data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +75 -65
  325. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +58 -0
  326. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/accordion.asciidoc +34 -0
  327. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/alerts.asciidoc +15 -0
  328. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/badges.asciidoc +9 -0
  329. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/body.asciidoc +14 -0
  330. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/breadcrumbs.asciidoc +14 -0
  331. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/buttons.asciidoc +75 -0
  332. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/cards.asciidoc +22 -0
  333. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/carousel.asciidoc +37 -0
  334. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/close.asciidoc +15 -0
  335. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/code.asciidoc +14 -0
  336. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/color_system.asciidoc +353 -0
  337. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/components.asciidoc +69 -0
  338. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/dropdowns.asciidoc +53 -0
  339. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/figures.asciidoc +5 -0
  340. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/forms.asciidoc +270 -0
  341. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/grid.asciidoc +49 -0
  342. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/links.asciidoc +21 -0
  343. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/list_groups.asciidoc +28 -0
  344. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/modals.asciidoc +43 -0
  345. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navbar.asciidoc +45 -0
  346. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navs.asciidoc +28 -0
  347. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/offcanvas.asciidoc +16 -0
  348. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/options.asciidoc +30 -0
  349. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/pagination.asciidoc +40 -0
  350. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/paragraph.asciidoc +5 -0
  351. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/placeholders.asciidoc +5 -0
  352. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/popovers.asciidoc +28 -0
  353. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/position.asciidoc +8 -0
  354. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/progress_bars.asciidoc +12 -0
  355. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spacing.asciidoc +14 -0
  356. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spinners.asciidoc +12 -0
  357. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tables.asciidoc +55 -0
  358. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/thumbnails.asciidoc +9 -0
  359. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/toasts.asciidoc +18 -0
  360. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tooltips.asciidoc +28 -0
  361. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/typography.asciidoc +115 -0
  362. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/z_index.asciidoc +26 -0
  363. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/_table.asciidoc +9 -0
  364. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/accordion.asciidoc +87 -0
  365. data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +262 -0
  366. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +59 -0
  367. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/100_chapter.asciidoc +541 -0
  368. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/200_chapter.asciidoc +33 -0
  369. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/build_command_options.asciidoc +72 -0
  370. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/files_and_folders.asciidoc +66 -0
  371. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_configuration_options.asciidoc +63 -0
  372. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_variables.asciidoc +26 -0
  373. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/page_variables.asciidoc +54 -0
  374. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/serve_command_options.asciidoc +45 -0
  375. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/site_variables.asciidoc +59 -0
  376. data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +442 -0
  377. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc +112 -0
  378. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  379. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +3 -4
  380. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +1 -1
  381. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +2 -2
  382. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -10
  383. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +35 -4
  384. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +3 -3
  385. data/lib/starter_web/pages/public/learn/where_to_go.adoc +41 -49
  386. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
  387. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -2
  388. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
  389. data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +255 -0
  390. data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +1458 -0
  391. data/lib/starter_web/pages/public/tools/cheatsheet/j1.adoc +63 -0
  392. data/lib/starter_web/pages/public/tools/cheatsheet/yaml.adoc +514 -0
  393. data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc +94 -5
  394. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  395. data/lib/starter_web/utilsrv/package.json +1 -1
  396. metadata +169 -60
  397. data/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
  398. data/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
  399. data/assets/themes/j1/core/css/nbinteract-tutorial/styles.css +0 -1711
  400. data/assets/themes/j1/core/css/nbinteract-tutorial/styles.min.css +0 -1
  401. data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +0 -127
  402. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +0 -460
  403. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +0 -97
  404. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +0 -15
  405. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +0 -115
  406. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +0 -15
  407. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +0 -97
  408. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +0 -15
  409. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +0 -125
  410. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +0 -15
  411. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
  412. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
  413. data/lib/starter_web/assets/images/icons/j1/j1-256x256.gif +0 -0
  414. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
  415. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
  416. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
  417. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
  418. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
  419. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
  420. data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg +0 -0
  421. data/lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg +0 -0
  422. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg +0 -0
  423. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png +0 -0
  424. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg +0 -0
  425. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg +0 -0
  426. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg +0 -0
  427. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg +0 -0
  428. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg +0 -0
  429. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg +0 -0
  430. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg +0 -0
  431. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg +0 -0
  432. data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
  433. data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.png +0 -0
  434. data/lib/starter_web/assets/images/posts/featured/jamstack-generators.png +0 -0
  435. data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.png +0 -0
  436. data/lib/starter_web/assets/images/posts/featured/jekyll.png +0 -0
  437. data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
  438. data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
  439. data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
  440. data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
  441. data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
  442. data/lib/starter_web/assets/images/posts/featured/static-web-access.png +0 -0
  443. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +0 -118
  444. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +0 -118
  445. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +0 -118
  446. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +0 -117
  447. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +0 -117
  448. /data/lib/starter_web/assets/images/badges/{configBinder.png → png/configBinder.png} +0 -0
  449. /data/lib/starter_web/assets/images/badges/{docsBinder.png → png/docsBinder.png} +0 -0
  450. /data/lib/starter_web/assets/images/badges/{notebookBinder.png → png/notebookBinder.png} +0 -0
  451. /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.24x24.png → png/hyvor-logo.24x24.png} +0 -0
  452. /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.512x512.png → png/hyvor-logo.512x512.png} +0 -0
@@ -103,7 +103,7 @@ repository and MD style specification.
103
103
  |1x
104
104
  |no modifier set
105
105
  |All icons can be found for preview at the
106
- link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
106
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
107
107
  page online. +
108
108
 
109
109
  No modifiers +
@@ -116,7 +116,7 @@ mdi:account[1x]
116
116
  |3x
117
117
  |no modifier set
118
118
  |All icons can be found for preview at the
119
- link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
119
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
120
120
  page online. +
121
121
 
122
122
  No modifiers +
@@ -129,7 +129,7 @@ mdi:account[3x]
129
129
  |5x
130
130
  |no modifier set
131
131
  |All icons can be found for preview at the
132
- link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
132
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
133
133
  page online. +
134
134
 
135
135
  No modifiers +
@@ -142,7 +142,7 @@ mdi:account[5x]
142
142
  |5x
143
143
  |`mdi-rotate-45`
144
144
  |All icons can be found for preview at the
145
- link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
145
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
146
146
  page online. +
147
147
 
148
148
  Rotate 45 degrees +
@@ -155,7 +155,7 @@ mdi:account[5x mdi-rotate-45]
155
155
  |5x
156
156
  |`mdi-rotate-315`
157
157
  |All icons can be found for preview at the
158
- link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
158
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
159
159
  page online. +
160
160
 
161
161
  Rotate 315 degrees +
@@ -169,7 +169,7 @@ mdi:account[5x mdi-rotate-315]
169
169
  |`mdi-light` +
170
170
  `mdi-flip-v`
171
171
  |All icons can be found for preview at the
172
- link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
172
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
173
173
  page online. +
174
174
 
175
175
  Color set to (md) light-grey and flipped vertical +
@@ -182,7 +182,7 @@ mdi:alert[5x mdi-light mdi-flip-v]
182
182
  |5x
183
183
  |`md-indigo`
184
184
  |All icons can be found for preview at the
185
- link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
185
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
186
186
  page online. +
187
187
 
188
188
  Color set to (md) indigo +
@@ -195,7 +195,7 @@ mdi:alert[5x md-indigo]
195
195
  |5x
196
196
  |`md-pink`
197
197
  |All icons can be found for preview at the
198
- link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
198
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
199
199
  page online. +
200
200
 
201
201
  Color set to (md) pink +
@@ -208,7 +208,7 @@ mdi:alert[5x md-pink]
208
208
  |5x
209
209
  |`mdi-spin`
210
210
  |All icons can be found for preview at the
211
- link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
211
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
212
212
  page online. +
213
213
 
214
214
  Added animation of type rotate (spin) +
@@ -222,7 +222,7 @@ mdi:loading[5x mdi-spin]
222
222
  |`md-red-900` +
223
223
  `mdi-pulsed`
224
224
  |All icons can be found for preview at the
225
- link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
225
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
226
226
  page online. +
227
227
 
228
228
  Color set to (md) color dark-red and added animation of type pulsed +
@@ -60,8 +60,8 @@ resource_options:
60
60
  :url-j1-docs--lightbox-module: https://jekyll.one/pages/public/manuals/modules/lightbox/
61
61
  :url-j1-docs--masterslider-module: https://jekyll.one/pages/public/manuals/modules/masterslider/
62
62
 
63
- :url-j1-masterslider-previewer: https://jekyll.one/pages/public/previewer/masterslider/
64
- :url-j1-slick-previewer: https://jekyll.one/pages/public/previewer/slick/
63
+ :url-j1-masterslider-previewer: https://jekyll.one/pages/public/tools/previewer/masterslider/
64
+ :url-j1-slick-previewer: https://jekyll.one/pages/public/tools/previewer/slick/
65
65
 
66
66
  // Load Liquid procedures
67
67
  // -----------------------------------------------------------------------------
@@ -246,7 +246,7 @@ lazy loading, or autoplay. Slick carousels are compatible with all modern
246
246
  browsers and devices, making it a great choice to create a responsive and
247
247
  mobile-friendly website.
248
248
 
249
- === Slick Image Carousel
249
+ === Image Carousel
250
250
 
251
251
  [role="mb-4"]
252
252
  An _Slick_ image carousel typically consists of a container with images and
@@ -258,7 +258,7 @@ between images, to make the presentation more engaging and visually appealing.
258
258
  .Carousel + Arrows + Dots + Captions + Lightbox
259
259
  slick::image_carousel_full[role="mb-5"]
260
260
 
261
- === Slick Carousel from Collections
261
+ === Carousel from Collections
262
262
 
263
263
  [role="mb-4"]
264
264
  A carousel from a collection for J1 Template is a *pre-defined* carousel
@@ -272,6 +272,29 @@ like *Arrows* and *Dots*.
272
272
  .Collection Biography + Arrows + Dots + Gutters
273
273
  slick::collection_carousel_biography[role="mb-5"]
274
274
 
275
+ === Carousel from Posts
276
+
277
+ A Carousel from posts for J1 Template is a *pre-defined* carousel type to
278
+ display post articles on a webpage. It is a popular way to showcase a
279
+ selection of post articles visually appealingly and can be useful for
280
+ highlighting important or *featured* content for your posts content.
281
+
282
+ [role="mb-4"]
283
+ Post carousels pull news articles from a specific *group*. All Carousels for
284
+ posts display the post category, the title, the author information and
285
+ date. All Slick carousels for the J1 Theme can be easily customized in
286
+ various ways, such as changing the number of posts displayed, the slider
287
+ speed, or the navigation options like *Arrows* and *Dots*.
288
+
289
+ .Asciidoc configuration
290
+ [source, config, role="noclip mb-3"]
291
+ ----
292
+ slick::post_carousel_featured[]
293
+ ----
294
+
295
+ .Post Carousel (Featured Posts)
296
+ slick::post_carousel_featured[role="mb-4"]
297
+
275
298
  === More about Slick Carousels
276
299
 
277
300
  [role="mb-4"]
@@ -279,6 +302,7 @@ If you're interested to learn more about _Slick_, go previewer page
279
302
  link:{url-j1-slick-previewer}[Slick Previewer, {browser-window--new}],
280
303
 
281
304
 
305
+ [#masterSlider]
282
306
  == J1 Master Slider
283
307
 
284
308
  The Javascript tool _Master Slider_ is a 3rd party plugin fully integrated
@@ -293,6 +317,7 @@ all features: the functionality of *filters*, *layouts* are limited and no
293
317
  // platforms, like mobiles or tablets, initializing an MS Slider will take
294
318
  // a while to be finished.
295
319
 
320
+ [#carouselSlider]
296
321
  === Carousels versus Sliders
297
322
 
298
323
  Sliders and Carousels are focussing quite the same thing: presenting image data
@@ -311,6 +336,7 @@ TIP: For more details of the dimplementation of Master Slider of J1 Theme, see
311
336
  find documentation at
312
337
  link:{url-j1-docs--masterslider-module}[Master Slider module, {browser-window--new}].
313
338
 
339
+ [#controlsFiltersLightbox]
314
340
  === MS Slider using Controls + Filters + Lightbox
315
341
 
316
342
  The following slider uses the (CSS) filter feature of Master Slider.
@@ -328,6 +354,7 @@ slides to see the *colored* images configured for the slider.
328
354
  .Slider using Controls
329
355
  masterslider::ms_00001[role="mb-5"]
330
356
 
357
+ [#textElements]
331
358
  === MS Slider using Text Elements (MSInfo)
332
359
 
333
360
  One of the major features of sliders is to present additional (animated)
@@ -338,6 +365,7 @@ elements: the MSInfo element.
338
365
  .Slider using Text Elements
339
366
  masterslider::ms_00003[role="mb-5"]
340
367
 
368
+ [#thumbImages]
341
369
  === MS Slider using ThumbImages
342
370
 
343
371
  To give the users better control over a slideshow, sliders provide complex UI
@@ -348,6 +376,7 @@ the bottom of a slideshow. Find two examples to control a slideshow by
348
376
  .Slider using ThumbImages
349
377
  masterslider::ms_00004[role="mb-5"]
350
378
 
379
+ [#thumbInfo]
351
380
  === MS Slider using ThumbInfo
352
381
 
353
382
  To give the users better control over a slideshow, MS Slider provides
@@ -357,6 +386,7 @@ top, or at the bottom of a slideshow.
357
386
  .Slider using ThumbInfo
358
387
  masterslider::ms_00007[role="mb-5"]
359
388
 
389
+ [#partialview]
360
390
  === MS Slider using Layout partialview
361
391
 
362
392
  The following slider presents a slideshow that combines an MSInfo element
@@ -367,6 +397,7 @@ slide by their neighbors on the left and the right.
367
397
  .Slider using Layout partialview
368
398
  masterslider::ms_00009[role="mb-5"]
369
399
 
400
+ [#aboutMasterSlider]
370
401
  === More about Master Slider
371
402
 
372
403
  If you're interested to learn more about MS Slider, go for the following
@@ -76,18 +76,18 @@ needs for tables viewed on desktop and mobile devices, two types of
76
76
  .Types of responsive tables
77
77
  [cols="3a,3a,6a", options="header", width="100%", role="rtable mt-4"]
78
78
  |===
79
- |Type |Style |Description
79
+ |Style |Type |Description
80
80
 
81
- |R Table (J1)
82
81
  |`rtable`
82
+ |*R Table (J1)*
83
83
  |J Table are used by J1 Theme for default. Those tables are using the
84
84
  *responsive text* feature (see link:{url-roundtrip--typography}[Typography])
85
85
  with no additional CSS classes to be applied. For smaller viewports, the text
86
86
  scales down and should fit the cells automatically. The default text size for
87
87
  J1 is `r-text-300`.
88
88
 
89
- |B Table (Bootstrap)
90
89
  |`table-responsive`
90
+ |*B Table (Bootstrap)*
91
91
  |If adding the class `table-responsive`, it creates a responsive table based
92
92
  on Bootstrap CSS styles. The table will then scroll horizontally on small
93
93
  devices. Making any table responsive across all viewports, the additional
@@ -15,7 +15,7 @@ categories: [ Info ]
15
15
  tags: [ Introduction ]
16
16
 
17
17
  image:
18
- path: /assets/images/modules/attics/1920x1280/alexander-redl.jpg
18
+ path: /assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg
19
19
  width: 1920
20
20
  height: 1280
21
21
  alt: Photo by Alexander Redl on Unsplash
@@ -28,12 +28,12 @@ resources: [ animate, comments ]
28
28
  resource_options:
29
29
  - attic:
30
30
  slides:
31
- - url: /assets/images/modules/attics/1920x1280/alexander-redl.jpg
32
- alt: Photo by Alexander Redl on Unsplash
31
+ - url: /assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg
32
+ alt: Photo by Brigitta Schneiter on Unsplash
33
33
  badge:
34
34
  type: unsplash
35
- author: Alexander Redl
36
- href: https://unsplash.com/@alexanderredl
35
+ author: Brigitta Schneiter
36
+ href: https://unsplash.com/de/@brisch27
37
37
  ---
38
38
 
39
39
  // Page Initializer
@@ -44,7 +44,10 @@ resource_options:
44
44
  // Set (local) page attributes here
45
45
  // -----------------------------------------------------------------------------
46
46
  // :page--attr: <attr-value>
47
- :url-j1-jupyter-notebooks--where-to-go: /pages/public/jupyter/where-to-go/
47
+ :url-j1--jekyll-collections: /pages/public/learn/bookshelf/jekyll_collections/
48
+ :url-j1--cheatsheet-template: https://jekyll.one/pages/public/tools/cheatsheet/j1/
49
+ :url-j1--tutorial-j1-in-a-day: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/meet_and_greet/
50
+ :url-j1--tutorial-learning-seo: https://jekyll.one/pages/public/learn/kickstart/learning_seo/what_seo_is/
48
51
 
49
52
  // Load Liquid procedures
50
53
  // -----------------------------------------------------------------------------
@@ -57,15 +60,16 @@ resource_options:
57
60
  // Page content
58
61
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59
62
  [role="dropcap"]
60
- Welcome to the info pages of J1 Theme. A good decision to get on that page
61
- first. Certainly, there is no better place to learn what J1 Theme can do
62
- and what pages are available to experience more.
63
+ Welcome to the learning pages of JekyllOne, the J1 Theme. A good decision to
64
+ get on that page first. Certainly, there is no better place to start learning
65
+ what the J1 Theme can do and what pages are available to experience more.
63
66
 
64
67
  // Include sub-documents (if any) (if any)
65
68
  // -----------------------------------------------------------------------------
66
69
  The crucial first step in finding your way to Jekyll is done. Congratulations.
67
- The *Learn* section contains all you need to learn what Jekyll and J1 can do
68
- for your website, for your new static web - if you like.
70
+ The *Learn* section contains all you need to expirience what Jekyll and J1
71
+ can do for your new website, for your new static web. You are welcome to spend
72
+ some time diving into the techniques of creating modern static webs.
69
73
 
70
74
  Roundtrip::
71
75
  In this section, you’ll find a tour to show some of the main features of
@@ -79,41 +83,29 @@ If you're interested what J1 Theme can do, continue by walking through the
79
83
  roundtrip examples by starting an inspiring tour
80
84
  link:{url-j1-roundtrip--present-images}[from here].
81
85
 
82
- Rocketstart::
83
- J1 Theme is fully JAM-Stack ready. If you're interested in creating and
84
- deploying an amazing J1 based site on the Internet in minutes without
85
- installing any software locally on your PC, go for Netlify's One-Click-Deploy.
86
- Rocketstart took about fifteen minutes and guides you through this easy
87
- 3-step-process. Fire your rocket now at
88
- link:{url-j1--rocketstart}[Rocketstart, {browser-window--new}].
89
-
90
- Site Development::
91
- The tutorial link:{url-j1--devstart}[Site Development, {browser-window--new}]
92
- accompanies you to learn how to set up a development environment for Jekyll
93
- and J1 Theme to manage and create your first website locally on your PC in
94
- minutes. J1 Theme comes with a built-in Web, a skeleton for a new website created
95
- using Jekyll. This website is called the `Starter Web`, a general-purpose
96
- scaffold for modifying a new site for your needs.
97
-
98
- J1 in a Day::
99
- The workshop `J1 in a Day` is a tutorial learning to create modern websites
100
- using _Jekyll_ and the J1 Theme. This Tutorial focuses on the basics of
101
- _Jekyll_ and J1, which all people need to know for a successful way to a
102
- modern static website. Jekyll (and JekyllOne) is quite different from classic
103
- Content Management Systems (CMS).
104
-
105
- If you would like to learn more about the use of Jekyll and J1 Theme, the
106
- tutorials present what you need to know:
107
-
108
- * The basics of modern static webs
109
- * Creating an awesome Site
110
- * Development System
111
- * Project Management
112
- * Create Content
113
-
114
- It sounds much, spending a whole day to get Jekyll and J1 to know. Yes, it is
115
- much. But it makes sense to get a full overview of what can be achieved by
116
- modern static websites.
117
-
118
- To experience what's possible today using modern websites static webs, go for
119
- link:{url-j1-web-in-a-day--meet-and-greet}[J1 in a Day, {browser-window--new}].
86
+ Cheatsheet::
87
+ Cheat sheets are concise reference guides or summaries that provide quick
88
+ and handy information about a topic or subject. They help you to remember
89
+ key concepts, formulas, commands, or other essential details without
90
+ consulting extensive documentation or resources. Find convenient quick
91
+ references for _YAML_, _Git_ and more. For example using the `j1` command
92
+ to manage a project for J1 Template, go for the cheatsheet
93
+ link:{url-j1--cheatsheet-template}[J1 Template, {browser-window--new}].
94
+
95
+ Collections::
96
+ Collections are Jekyll’s most powerful and simultaneously least understood
97
+ feature of the generator. Collections add another possibility, or use-case,
98
+ outside of Jekyll’s post- and page-publishing functionality. Learn more
99
+ about collections for more powerful static websites. To learn more what
100
+ collections are, check
101
+ link:{url-j1--jekyll-collections}[Jekyll Collections, {browser-window--new}].
102
+
103
+ Tutorials::
104
+ To become more familiar with using J1, go to the tutorial section. Have
105
+ fun experiencing what Jekyll and J1 can do. A good starting point for using
106
+ J1 Template is
107
+ link:{url-j1--tutorial-j1-in-a-day}[Jekll in a Day, {browser-window--new}].
108
+
109
+ Optimizing a website for search engines (SEO) is important for success.
110
+ Read more about SEO and how to implement working strategies for a Jekyll-based
111
+ websites at link:{url-j1--tutorial-learning-seo}[Learning SEO, {browser-window--new}].
@@ -12,8 +12,8 @@ categories: [ Site ]
12
12
  tags: [ Copyright ]
13
13
 
14
14
  robots:
15
- index: false
16
- follow: false
15
+ index: true
16
+ follow: true
17
17
 
18
18
  image:
19
19
  path: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
@@ -11,8 +11,8 @@ categories: [ Site ]
11
11
  tags: [ Privacy, Policy ]
12
12
 
13
13
  robots:
14
- index: false
15
- follow: false
14
+ index: true
15
+ follow: true
16
16
 
17
17
  image:
18
18
  path: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
@@ -11,8 +11,8 @@ categories: [ Site ]
11
11
  tags: [ Comments, Policy ]
12
12
 
13
13
  robots:
14
- index: false
15
- follow: false
14
+ index: true
15
+ follow: true
16
16
 
17
17
  image:
18
18
  path: /assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
@@ -0,0 +1,255 @@
1
+ ---
2
+ title: Gem
3
+ tagline: Cheatsheet for daily use
4
+ date: 2023-05-19 00:00:00 +100
5
+ description: >
6
+ The Cheatsheet discuss RubyGems commands for daily use.
7
+ RubyGems is a package manager for the Ruby programming language. It provides
8
+ a convenient way to distribute and manage software packages, called gems,
9
+ written in Ruby. With RubyGems, developers can easily install, uninstall, and
10
+ manage Ruby libraries and applications.
11
+ keywords: >
12
+ Jekyll, Theme, JekyllOne, Info, Manual, Cheatsheet, Ruby, Gem
13
+
14
+ categories: [ Manual ]
15
+ tags: [ Cheatsheet, Gem ]
16
+
17
+ image:
18
+ path: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
19
+ width: 1920
20
+ height: 1280
21
+ alt: Photo by Recha Oktaviani on Unsplash
22
+
23
+ regenerate: false
24
+ permalink: /pages/public/tools/cheatsheet/gem/
25
+
26
+ resources: [ animate, clipboard, rouge ]
27
+ resource_options:
28
+ - attic:
29
+ slides:
30
+ - url: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
31
+ alt: Photo by Recha Oktaviani on Unsplash
32
+ badge:
33
+ type: unsplash
34
+ author: Recha Oktaviani
35
+ href: https://unsplash.com/de/@rechaoktaviani
36
+ ---
37
+
38
+ // Page Initializer
39
+ // =============================================================================
40
+ // Enable the Liquid Preprocessor
41
+ :page-liquid:
42
+
43
+ // Set (local) page attributes here
44
+ // -----------------------------------------------------------------------------
45
+ // :page--attr: <attr-value>
46
+
47
+ // Load Liquid procedures
48
+ // -----------------------------------------------------------------------------
49
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
50
+
51
+ // Load page attributes
52
+ // -----------------------------------------------------------------------------
53
+ {% include {{load_attributes}} scope="global" %}
54
+
55
+
56
+ // Page content
57
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
+
59
+ // Include sub-documents (if any)
60
+ // -----------------------------------------------------------------------------
61
+ [role="dropcap"]
62
+ The Cheatsheet discuss RubyGems commands for daily use.
63
+ RubyGems is a package manager for the Ruby programming language. It provides
64
+ a convenient way to distribute and manage software packages, called GEMs.
65
+ With RubyGems, developers can easily install, uninstall, and manage Ruby
66
+ libraries and applications. It simplifies obtaining and managing the
67
+ dependencies needed for a Ruby project by automatically resolving and
68
+ installing the GEMs required.
69
+
70
+ NOTE: The term `gem` is related to the *tool* provided by RubyGems. `GEM`
71
+ (capital letters) means the *library* to be managed by the command `gem`
72
+ at the command line.
73
+
74
+ RubyGems also provides a centralized *repository*, the RubyGems website
75
+ at https://rubygems.org/[rubygems.org, {browser-window--new}], where developers
76
+ can publish their *GEMs* for others to use. The website serves as a searchable
77
+ catalog of available GEMs, allowing developers to discover and download GEMs
78
+ for their projects.
79
+
80
+ TIP: In addition to the default RubyGems repository, developers can
81
+ configure their own GEM sources or specify alternative sources when
82
+ installing GEMs. This flexibility allows private GEM repositories or
83
+ custom sources to be used as needed.
84
+
85
+ RubyGems comes pre-installed with a Ruby installation. It provides
86
+ a command-line interface, the `gem` command, for performing various
87
+ operations, such as installing GEMS, listing installed libraries,
88
+ updating GEMs, and managing library sources.
89
+
90
+ Here are *common* commands you can use with the RubyGems `gem` command:
91
+
92
+ * *install* -- Installs a GEM from the default RubyGems repository
93
+ * *uninstall* -- Uninstalls a GEM
94
+ * *update* -- Updates installed GEMs to their latest versions
95
+ * *search* -- Searches for GEMs matching a specific term
96
+ * *list* -- Lists all installed GEMs
97
+ * *info* -- Provides information about a specific GEM
98
+ * *cleanup* -- Removes old versions of installed GEMs, keeping only the latest version
99
+
100
+ The following examples give your an overview of the most *common* used
101
+ commands managing Ruby GEMs for daily use. All examples are focussing the *J1*
102
+ template to make it easier for users using the template system. Anyway, all
103
+ commands can be used for *any* Ruby Appication by simply replacing the *name*
104
+ of the GEM as required.
105
+
106
+ // Include sub-documents (if any)
107
+ // -----------------------------------------------------------------------------
108
+ [role="mt-5"]
109
+ == Install commands
110
+
111
+ The `install` command installs software packages (libraries) in the
112
+ Ruby programming language. The command will then search for the
113
+ GEM specified on the _RubyGems_ website (or a diifrerebt GEM
114
+ repository configured), download it, and finally install it on your
115
+ system.
116
+
117
+ === Install from a Gemfile
118
+
119
+ Add this line to your application's Gemfile:
120
+
121
+ [source, sh]
122
+ ----
123
+ gem 'j1_template', '~> 2023.3.1'
124
+ ----
125
+
126
+ and install the locally created RubGem as:
127
+
128
+ [source, sh]
129
+ ----
130
+ gem install --local j1-template --no-document
131
+ ----
132
+
133
+ === Install globally
134
+
135
+ bla ... latest version ...
136
+
137
+ [source, sh]
138
+ ----
139
+ gem install j1-template
140
+ ----
141
+
142
+ === Install with no docs
143
+
144
+ bla ... latest version ...
145
+
146
+ [source, sh]
147
+ ----
148
+ gem install j1-template --no-document
149
+ ----
150
+
151
+ === Install userized
152
+
153
+ bla ... latest version ...
154
+
155
+ When you use the `--user-install` option, RubyGems will install the GEMs
156
+ to a directory inside your *home* directory under `~/.gem/ruby/3.1.0`
157
+ for Ruby version `3.1.x`. The *commands* provided by the GEMs you have
158
+ installed will end up in folder `~/.gem/ruby/3.1.0/bin`.
159
+
160
+ [source, sh]
161
+ ----
162
+ gem install j1-template --user-install --no-document
163
+ ----
164
+
165
+ For GEMs installed *userized* that contain *programs*, you need to add
166
+ the folder `~/.gem/ruby/3.1.0/bin` to your `PATH` environment variable
167
+ to get access.
168
+
169
+ === Install a specific version
170
+
171
+ bla ... specific version ...
172
+
173
+ [source, sh]
174
+ ----
175
+ gem install j1-template -v 2023.3.1 --user-install --no-document
176
+ ----
177
+
178
+ You can also use *version* comparators like `>=` or `~>`.
179
+
180
+ [source, sh]
181
+ ----
182
+ gem install j1-template -v "~> 2023.3.1" --user-install --no-document
183
+ ----
184
+
185
+ === Install from a different source
186
+
187
+ bla ... specific version ...
188
+
189
+ [source, sh]
190
+ ----
191
+ gem install j1-template -v 2023.3.1 --source 'https://gem.fury.io/jekyll-one-org/' --user-install --no-document
192
+ ----
193
+
194
+ [role="mt-5"]
195
+ == Uninstall commands
196
+
197
+ bla
198
+
199
+
200
+ [role="mt-5"]
201
+ == Update commands
202
+
203
+ bla
204
+
205
+
206
+ [role="mt-5"]
207
+ == Search commands
208
+
209
+ bla
210
+
211
+
212
+ [role="mt-5"]
213
+ == List commands
214
+
215
+ bla
216
+
217
+
218
+ [role="mt-5"]
219
+ == Info commands
220
+
221
+ bla
222
+
223
+
224
+ [role="mt-5"]
225
+ == Cleanup commands
226
+
227
+ bla
228
+
229
+ [role="mt-5"]
230
+ === Clean up old GEM versions
231
+
232
+ To clean up old versions on your `GEM_PATH` of installed gems use
233
+ below command:
234
+
235
+ [source, sh]
236
+ ----
237
+ gem cleanup <GEMNAME …>
238
+ ----
239
+
240
+ The cleanup command removes old versions of gems from GEM_HOME that are not
241
+ required to meet a dependency. If a gem is installed elsewhere in GEM_PATH
242
+ the cleanup command won’t delete it.
243
+
244
+ If no gems are named all gems in GEM_HOME are cleaned.
245
+
246
+
247
+ [role="mt-5"]
248
+ == Update Rubygems
249
+
250
+ [source, sh]
251
+ ----
252
+ gem install rubygems-update
253
+ update_rubygems
254
+ gem update --system
255
+ ----