j1-template 2023.3.0 → 2023.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (261) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +11 -9
  3. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  4. data/_includes/themes/j1/layouts/layout_metadata_generator.html +0 -3
  5. data/_includes/themes/j1/modules/navigator/generator.html +3 -3
  6. data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +5 -5
  7. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +3 -3
  8. data/_includes/themes/j1/procedures/global/select_icon_size.proc +9 -2
  9. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
  10. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +8 -8
  11. data/_includes/themes/j1/procedures/posts/create_series_header.proc +2 -2
  12. data/_layouts/category.html +2 -2
  13. data/assets/data/authclient.html +10 -12
  14. data/assets/data/banner.html +3 -3
  15. data/assets/data/fab.html +11 -8
  16. data/assets/data/footer.html +2 -3
  17. data/assets/data/gallery_customizer.html +2 -2
  18. data/assets/data/masonry.html +5 -5
  19. data/assets/data/masterslider.html +1 -1
  20. data/assets/data/menu.html +9 -6
  21. data/assets/data/panel.html +8 -8
  22. data/assets/data/quicklinks.html +3 -1
  23. data/assets/data/rtext_resizer.html +1 -1
  24. data/assets/data/slick.html +2 -2
  25. data/assets/data/translator.html +1 -1
  26. data/assets/themes/j1/adapter/js/advertising.js +302 -96
  27. data/assets/themes/j1/adapter/js/carousel.js +2 -2
  28. data/assets/themes/j1/adapter/js/j1.js +92 -25
  29. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -1
  30. data/assets/themes/j1/adapter/js/lazyLoader.js +221 -0
  31. data/assets/themes/j1/adapter/js/lunr.js +3 -3
  32. data/assets/themes/j1/adapter/js/navigator.js +3 -5
  33. data/assets/themes/j1/adapter/js/themeToggler.js +3 -3
  34. data/assets/themes/j1/adapter/js/themer.js +55 -21
  35. data/assets/themes/j1/core/css/icon-fonts/mdi.css +3 -7
  36. data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
  37. data/assets/themes/j1/core/css/icon-fonts/mdib.css +8337 -0
  38. data/assets/themes/j1/core/css/icon-fonts/mdib.min.css +1 -0
  39. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +104 -30
  40. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
  41. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -5
  42. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  43. data/assets/themes/j1/core/js/template.js +98 -31
  44. data/assets/themes/j1/core/js/template.min.js +2 -2
  45. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  46. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.json +2690 -0
  47. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.min.json +1 -0
  48. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +2 -2
  49. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -1
  50. data/assets/themes/j1/modules/materialize/scss/components/_global.scss +1 -1
  51. data/assets/themes/j1/modules/materialize/scss/components/_navbar.scss +2 -2
  52. data/assets/themes/j1/modules/materialize/scss/components/_sidenav.scss +1 -1
  53. data/assets/themes/j1/modules/materialize/scss/components/forms/_input-fields.scss +2 -2
  54. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
  55. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  56. data/lib/j1/version.rb +1 -1
  57. data/lib/starter_web/Gemfile +2 -2
  58. data/lib/starter_web/README.md +5 -5
  59. data/lib/starter_web/_config.yml +2 -2
  60. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  61. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  62. data/lib/starter_web/_data/blocks/footer.yml +4 -1
  63. data/lib/starter_web/_data/blocks/panel.yml +47 -47
  64. data/lib/starter_web/_data/layouts/default.yml +1 -1
  65. data/lib/starter_web/_data/layouts/home.yml +29 -0
  66. data/lib/starter_web/_data/modules/advertising.yml +120 -42
  67. data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -1
  68. data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
  69. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -1
  70. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +20 -20
  71. data/lib/starter_web/_data/modules/defaults/fab.yml +3 -3
  72. data/lib/starter_web/_data/modules/defaults/iconPicker.yml +1 -1
  73. data/lib/starter_web/_data/modules/defaults/lazyLoader.yml +33 -0
  74. data/lib/starter_web/_data/modules/defaults/lunr.yml +2 -2
  75. data/lib/starter_web/_data/modules/defaults/masterslider.yml +1 -1
  76. data/lib/starter_web/_data/modules/defaults/navigator.yml +18 -18
  77. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -2
  78. data/lib/starter_web/_data/modules/fab.yml +7 -7
  79. data/lib/starter_web/_data/modules/iconPicker.yml +3 -3
  80. data/lib/starter_web/_data/modules/lazyLoader.yml +93 -0
  81. data/lib/starter_web/_data/modules/masonry.yml +2 -2
  82. data/lib/starter_web/_data/modules/navigator_menu.yml +190 -148
  83. data/lib/starter_web/_data/modules/slick.yml +47 -86
  84. data/lib/starter_web/_data/resources.yml +68 -70
  85. data/lib/starter_web/_data/templates/feed.xml +1 -1
  86. data/lib/starter_web/_includes/attributes.0.asciidoc +626 -0
  87. data/lib/starter_web/_includes/attributes.asciidoc +26 -24
  88. data/lib/starter_web/_includes/custom/templates/collection_panel.html +2 -2
  89. data/lib/starter_web/_includes/google/static/google_ad_5128488466.html +19 -0
  90. data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +19 -0
  91. data/lib/starter_web/_includes/google/templates/google_ads.html +55 -0
  92. data/lib/starter_web/_plugins/asciidoctor/fab-icon-inline.rb +1 -1
  93. data/lib/starter_web/_plugins/asciidoctor/fas-icon-inline.rb +1 -1
  94. data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +1 -1
  95. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  96. data/lib/starter_web/assets/images/badges/configBinder.jpg +0 -0
  97. data/lib/starter_web/assets/images/badges/docsBinder.jpg +0 -0
  98. data/lib/starter_web/assets/images/badges/notebookBinder.jpg +0 -0
  99. data/lib/starter_web/assets/images/badges/scaleable/configBinder.svg +1 -1
  100. data/lib/starter_web/assets/images/badges/scaleable/docsBinder.svg +1 -1
  101. data/lib/starter_web/assets/images/badges/scaleable/myBinder.svg +1 -1
  102. data/lib/starter_web/assets/images/badges/scaleable/notebookBinder.svg +1 -1
  103. data/lib/starter_web/assets/images/icons/hyvor-talk/jpg/hyvor-logo.512x512.jpg +0 -0
  104. data/lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.jpg +0 -0
  105. data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +1 -1
  106. data/lib/starter_web/assets/images/icons/j1/jpg/j1-256x256.jpg +0 -0
  107. data/lib/starter_web/assets/images/icons/j1/jpg/j1-512x512.jpg +0 -0
  108. data/lib/starter_web/assets/images/icons/j1/jpg/j1-64x64.jpg +0 -0
  109. data/lib/starter_web/assets/images/icons/j1/png/j1-256x256.png +0 -0
  110. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg +0 -0
  111. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg.png +0 -0
  112. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.png +0 -0
  113. data/lib/starter_web/assets/images/icons/j1/png/j1-64x64.png +0 -0
  114. data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +1 -1
  115. data/lib/starter_web/assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg +0 -0
  116. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +1 -1
  117. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg +0 -0
  118. data/lib/starter_web/assets/images/pages/core_web_vitals/200-create-a-link-1.jpg +0 -0
  119. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
  120. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg +0 -0
  121. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.jpg +0 -0
  122. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
  123. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
  124. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
  125. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
  126. data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.jpg +0 -0
  127. data/lib/starter_web/assets/images/posts/featured/jamstack-generators.jpg +0 -0
  128. data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.jpg +0 -0
  129. data/lib/starter_web/assets/images/posts/featured/jekyll.jpg +0 -0
  130. data/lib/starter_web/assets/images/posts/featured/static-web-access.jpg +0 -0
  131. data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
  132. data/lib/starter_web/assets/images/promo/jekyll/jekyll-faq.jpg +0 -0
  133. data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.jpg +0 -0
  134. data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.png +0 -0
  135. data/lib/starter_web/assets/images/promo/jekyll/jekyll-og.png +0 -0
  136. data/lib/starter_web/assets/images/promo/jekyll/scalable/jekyll-faq.psd +0 -0
  137. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +1 -1
  138. data/lib/starter_web/collections/_biography/becoming.adoc +1 -1
  139. data/lib/starter_web/collections/_biography/born-to-run.adoc +1 -1
  140. data/lib/starter_web/collections/_biography/forty-autumns.adoc +1 -1
  141. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +1 -1
  142. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +1 -1
  143. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +1 -1
  144. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +1 -1
  145. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +1 -1
  146. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +26 -1
  147. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +1 -1
  148. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +17 -2
  149. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +24 -1
  150. data/lib/starter_web/collections/_romance/{breath-of-snow-and-ashes-a.adoc → breath-of-snow-and-ashes.adoc} +13 -1
  151. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +13 -1
  152. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +1 -1
  153. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +1 -1
  154. data/lib/starter_web/collections/_romance/outlander-novel.adoc +1 -1
  155. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +1 -1
  156. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +4 -2
  157. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +4 -1
  158. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +5 -3
  159. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +4 -1
  160. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
  161. data/lib/starter_web/index.html +0 -9
  162. data/lib/starter_web/package.json +1 -1
  163. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +1 -1
  164. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -1
  165. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +4 -4
  166. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +1 -1
  167. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +2 -2
  168. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc +112 -0
  169. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  170. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +1 -1
  171. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +152 -12
  172. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +28 -4
  173. data/lib/starter_web/pages/public/learn/where_to_go.adoc +11 -13
  174. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/gem.adoc +5 -5
  175. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/git.adoc +14 -14
  176. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/j1.adoc +1 -1
  177. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/yaml.adoc +1 -1
  178. data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc +1 -1
  179. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  180. data/lib/starter_web/utilsrv/package.json +1 -1
  181. metadata +58 -88
  182. data/assets/data/nbinteract.html +0 -129
  183. data/assets/themes/j1/adapter/js/nbinteract.js +0 -1485
  184. data/assets/themes/j1/modules/advertising/js/adInitializer.js +0 -160
  185. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +0 -7312
  186. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +0 -1
  187. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +0 -1315
  188. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +0 -7
  189. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +0 -886
  190. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +0 -5
  191. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +0 -446
  192. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +0 -5
  193. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +0 -37
  194. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +0 -17
  195. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +0 -42
  196. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +0 -17
  197. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +0 -19057
  198. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +0 -6
  199. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +0 -10872
  200. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +0 -2
  201. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +0 -1
  202. data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +0 -2145
  203. data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +0 -5
  204. data/assets/themes/j1/modules/nbinteract-core/LICENSE.txt +0 -60
  205. data/assets/themes/j1/modules/nbinteract-core/README.md +0 -226
  206. data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.css +0 -191
  207. data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.min.css +0 -19
  208. data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.css +0 -250
  209. data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.min.css +0 -15
  210. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/latest.js +0 -19
  211. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml-full.js +0 -34
  212. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml.js +0 -1
  213. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-mml-chtml.js +0 -1
  214. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/README +0 -1
  215. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js +0 -94
  216. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js.map +0 -1
  217. data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.js +0 -2068
  218. data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.min.js +0 -36
  219. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +0 -281
  220. data/lib/starter_web/assets/images/icons/j1/j1-256x256.gif +0 -0
  221. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
  222. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.png +0 -0
  223. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.png +0 -0
  224. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
  225. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
  226. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
  227. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
  228. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
  229. data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg +0 -0
  230. data/lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg +0 -0
  231. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg +0 -0
  232. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png +0 -0
  233. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg +0 -0
  234. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg +0 -0
  235. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg +0 -0
  236. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg +0 -0
  237. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg +0 -0
  238. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg +0 -0
  239. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg +0 -0
  240. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg +0 -0
  241. data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
  242. data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.png +0 -0
  243. data/lib/starter_web/assets/images/posts/featured/jamstack-generators.png +0 -0
  244. data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.png +0 -0
  245. data/lib/starter_web/assets/images/posts/featured/jekyll.png +0 -0
  246. data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
  247. data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
  248. data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
  249. data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
  250. data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
  251. data/lib/starter_web/assets/images/posts/featured/static-web-access.png +0 -0
  252. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +0 -118
  253. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +0 -118
  254. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +0 -118
  255. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +0 -117
  256. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +0 -117
  257. /data/lib/starter_web/assets/images/badges/{configBinder.png → png/configBinder.png} +0 -0
  258. /data/lib/starter_web/assets/images/badges/{docsBinder.png → png/docsBinder.png} +0 -0
  259. /data/lib/starter_web/assets/images/badges/{notebookBinder.png → png/notebookBinder.png} +0 -0
  260. /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.24x24.png → png/hyvor-logo.24x24.png} +0 -0
  261. /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.512x512.png → png/hyvor-logo.512x512.png} +0 -0
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Icons
2
+ title: Icon Fonts
3
3
  tagline: Popular Icons Sets
4
4
  date: 2020-11-06 00:00:00
5
5
  description: >
@@ -68,6 +68,7 @@ using the so-called Unified OpenSource Icon Framework.
68
68
  J1 Theme supports popular icons font sets out-of-the-box:
69
69
 
70
70
  * link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
71
+ * link:{url-mdil--home}[Material Design Light Icons, {browser-window--new}] (MDIL)
71
72
  * link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FA)
72
73
  * link:{url-iconify--home}[Iconify Icons, {browser-window--new}] (II)
73
74
 
@@ -75,20 +76,21 @@ The icon sets MDI and FA are very good in design and have a rich set of
75
76
  different icons for many categories used for the Web. See below for some
76
77
  details for <<Material Design Icons>> and <<FontAwesome Icons>>.
77
78
 
79
+ [role="mb-5"]
78
80
  Iconify icons are not a locally stored icon-set like MDI or FA. All icons are
79
81
  loaded over the Internet using the so-called *Unified OpenSource Icon
80
82
  Framework*. See section <<Iconify Icons>> for more information.
81
83
 
82
84
  // Include sub-documents (if any)
83
85
  // -----------------------------------------------------------------------------
84
- [role="mt-4"]
85
- == Material Design Icons
86
+ == Material Design Icons (Regular)
86
87
 
87
88
  The primary icon-set for the J1 Theme is
88
89
  link:{url-mdi--home}[Material Design Icons, {browser-window--new}],
89
- because it is a rich set providing more than 5900+ icons for the current
90
- version (v5.9.55). MDI has excellent *Material Design* support from a design
91
- perspective and comes with the original icon set created by _Google_ build-in.
90
+ because it is a rich set providing more than 7200+ icons for the current
91
+ version (v7.0.96, March 2023). MDI has excellent *Material Design* support
92
+ from a design perspective and comes with the original icon set created by
93
+ _Google_ build-in.
92
94
 
93
95
  _Material Design Icons_ (MDI) is a beneficial design resource for Web Design
94
96
  based on _Google_'s Material Design. _MDI_ is a community-driven
@@ -241,12 +243,149 @@ link:{url-roundtrip--asciidoc-extensions}#icon-fonts[Asciidoc Extensions].
241
243
 
242
244
  _MDI_ is a growing collection to allow designers and developers targeting
243
245
  various platforms to download icons in the format, color, and size they need
244
- for any project. The repo today contains 6000+ icons (v5.4.55) including
245
- converted icons from the official set created by _Google_.
246
+ for any project. The repo today contains 7200+ icons (v7.0.96, March 2023)
247
+ including converted icons from the official set created by _Google_.
246
248
 
247
- _J1 Theme_ supports the full set of _MDI_ for the Web (Webfont, WOFF). The
249
+ NOTE: _J1 Theme_ supports the full set of _MDI_ for the Web (Webfont, WOFF). The
248
250
  icon set is fully integrated and can be used out-of-the-box.
249
251
 
252
+
253
+ [role="mt-5"]
254
+ == Material Design Light Icons
255
+
256
+ The primary icon-set for the J1 Theme is
257
+ link:{url-mdi--home}[Material Design Icons, {browser-window--new}],
258
+ because it is a rich set providing more than 260+ icons for the current
259
+ version (v0.2.63). MDI has excellent *Material Design* support from a design
260
+ perspective and comes with the original icon set created by _Google_ build-in.
261
+
262
+ .Material Design Light Icons
263
+ [cols="2a,3a,4a,^", options="header", width="100%", role="rtable mt-3"]
264
+ |===
265
+ |Size |Modifier |Markup |Render
266
+
267
+ |1x
268
+ |no modifier set
269
+ |All icons can be found for preview at the
270
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
271
+ page online. +
272
+
273
+ No modifiers +
274
+ [source, adoc, role="noclip"]
275
+ ----
276
+ mdil:account[1x]
277
+ ----
278
+ |mdil:account[1x]
279
+
280
+ |3x
281
+ |no modifier set
282
+ |All icons can be found for preview at the
283
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
284
+ page online. +
285
+
286
+ No modifiers +
287
+ [source, adoc, role="noclip"]
288
+ ----
289
+ mdil:account[3x]
290
+ ----
291
+ |mdil:account[3x]
292
+
293
+ |5x
294
+ |no modifier set
295
+ |All icons can be found for preview at the
296
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
297
+ page online. +
298
+
299
+ No modifiers +
300
+ [source, adoc, role="noclip"]
301
+ ----
302
+ mdil:account[5x]
303
+ ----
304
+ |mdil:account[5x]
305
+
306
+ |5x
307
+ |`mdi-rotate-45`
308
+ |All icons can be found for preview at the
309
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
310
+ page online. +
311
+
312
+ Rotate 45 degrees +
313
+ [source, adoc, role="noclip"]
314
+ ----
315
+ mdil:account[5x mdi-rotate-45]
316
+ ----
317
+ |mdil:account[5x mdi-rotate-45]
318
+
319
+ |5x
320
+ |`mdi-rotate-315`
321
+ |All icons can be found for preview at the
322
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
323
+ page online. +
324
+
325
+ Rotate 315 degrees +
326
+ [source, adoc, role="noclip"]
327
+ ----
328
+ mdil:account[5x mdi-rotate-315]
329
+ ----
330
+ |mdil:account[5x mdi-rotate-315]
331
+
332
+ |5x
333
+ |`mdi-light` +
334
+ `mdi-flip-v`
335
+ |All icons can be found for preview at the
336
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
337
+ page online. +
338
+
339
+ Color set to (md) light-grey and flipped vertical +
340
+ [source, adoc, role="noclip"]
341
+ ----
342
+ mdil:alert[5x mdi-light mdi-flip-v]
343
+ ----
344
+ |mdil:alert[5x mdi-light mdi-flip-v]
345
+
346
+ |5x
347
+ |`md-indigo`
348
+ |All icons can be found for preview at the
349
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
350
+ page online. +
351
+
352
+ Color set to (md) indigo +
353
+ [source, adoc, role="noclip"]
354
+ ----
355
+ mdil:alert[5x md-indigo]
356
+ ----
357
+ |mdil:account[5x md-indigo]
358
+
359
+ |5x
360
+ |`md-pink`
361
+ |All icons can be found for preview at the
362
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
363
+ page online. +
364
+
365
+ Color set to (md) pink +
366
+ [source, adoc, role="noclip"]
367
+ ----
368
+ mdil:alert[5x md-pink]
369
+ ----
370
+ |mdil:account[5x md-pink]
371
+
372
+ |5x
373
+ |`md-red-900` +
374
+ `mdi-pulsed`
375
+ |All icons can be found for preview at the
376
+ link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
377
+ page online. +
378
+
379
+ Color set to (md) color dark-red and added animation of type pulsed +
380
+ [source, adoc, role="noclip"]
381
+ ----
382
+ mdil:heart[5x md-red-900 mdi-pulsed]
383
+ ----
384
+ |mdil:heart[5x md-red-900 mdi-pulsed]
385
+
386
+ |===
387
+
388
+ [role="mt-5"]
250
389
  == FontAwesome Icons
251
390
 
252
391
  _FontAwesome_ is a font and icon toolkit based on CSS, initially
@@ -296,6 +435,7 @@ link:{url-roundtrip--asciidoc-extensions}#icon-fonts[Asciidoc Extensions].
296
435
 
297
436
  Find below examples of both and the use with J1 Theme.
298
437
 
438
+ [role="mt-5"]
299
439
  === Brand icons
300
440
 
301
441
  .FontAwesome Icons (FAB)
@@ -329,7 +469,7 @@ fab:blogger[5x md-blue]
329
469
 
330
470
  |===
331
471
 
332
-
472
+ [role="mt-5"]
333
473
  === Standard icons
334
474
 
335
475
  .FontAwesome Icons (FAS)
@@ -478,7 +618,7 @@ fas:heart[5x md-red-900 fa-pulsed]
478
618
 
479
619
  |===
480
620
 
481
-
621
+ [role="mt-5"]
482
622
  == Iconify Icons
483
623
 
484
624
  MDI and FA are rich icon sets but designed for general use. Sometimes icons
@@ -574,7 +714,7 @@ iconify:medical-icon:i-ear-nose-throat[5x md-red-900]
574
714
 
575
715
  |===
576
716
 
577
-
717
+ [role="mt-5"]
578
718
  == What next
579
719
 
580
720
  Have you've enjoyed the possibilities J1 offers for managing and
@@ -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,12 +272,36 @@ 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"]
278
301
  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
 
304
+
281
305
  [#masterSlider]
282
306
  == J1 Master Slider
283
307
 
@@ -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
@@ -24,16 +24,16 @@ fab_menu_id: default
24
24
  regenerate: false
25
25
  permalink: /pages/public/learn/where_to_go/
26
26
 
27
- resources: [ animate ]
27
+ 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,11 +44,10 @@ resource_options:
44
44
  // Set (local) page attributes here
45
45
  // -----------------------------------------------------------------------------
46
46
  // :page--attr: <attr-value>
47
- :url-j1--cheatsheet-template: /pages/public/learn/cheatsheet/j1/
48
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
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
51
-
50
+ :url-j1--tutorial-learning-seo: https://jekyll.one/pages/public/learn/kickstart/learning_seo/what_seo_is/
52
51
 
53
52
  // Load Liquid procedures
54
53
  // -----------------------------------------------------------------------------
@@ -61,9 +60,9 @@ resource_options:
61
60
  // Page content
62
61
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63
62
  [role="dropcap"]
64
- Welcome to the learning pages of the J1 Theme. A good decision to get on that
65
- page first. Certainly, there is no better place to start learning what J1 Theme
66
- can do 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.
67
66
 
68
67
  // Include sub-documents (if any) (if any)
69
68
  // -----------------------------------------------------------------------------
@@ -72,7 +71,6 @@ The *Learn* section contains all you need to expirience what Jekyll and J1
72
71
  can do for your new website, for your new static web. You are welcome to spend
73
72
  some time diving into the techniques of creating modern static webs.
74
73
 
75
-
76
74
  Roundtrip::
77
75
  In this section, you’ll find a tour to show some of the main features of
78
76
  the J1 theme. This trip covers how image data can be managed using
@@ -21,7 +21,7 @@ image:
21
21
  alt: Photo by Recha Oktaviani on Unsplash
22
22
 
23
23
  regenerate: false
24
- permalink: /pages/public/learn/cheatsheet/gem/
24
+ permalink: /pages/public/tools/cheatsheet/gem/
25
25
 
26
26
  resources: [ animate, clipboard, rouge ]
27
27
  resource_options:
@@ -120,7 +120,7 @@ Add this line to your application's Gemfile:
120
120
 
121
121
  [source, sh]
122
122
  ----
123
- gem 'j1_template', '~> 2023.3.0'
123
+ gem 'j1_template', '~> 2023.3.2'
124
124
  ----
125
125
 
126
126
  and install the locally created RubGem as:
@@ -172,14 +172,14 @@ bla ... specific version ...
172
172
 
173
173
  [source, sh]
174
174
  ----
175
- gem install j1-template -v 2023.3.0 --user-install --no-document
175
+ gem install j1-template -v 2023.3.2 --user-install --no-document
176
176
  ----
177
177
 
178
178
  You can also use *version* comparators like `>=` or `~>`.
179
179
 
180
180
  [source, sh]
181
181
  ----
182
- gem install j1-template -v "~> 2023.3.0" --user-install --no-document
182
+ gem install j1-template -v "~> 2023.3.2" --user-install --no-document
183
183
  ----
184
184
 
185
185
  === Install from a different source
@@ -188,7 +188,7 @@ bla ... specific version ...
188
188
 
189
189
  [source, sh]
190
190
  ----
191
- gem install j1-template -v 2023.3.0 --source 'https://gem.fury.io/jekyll-one-org/' --user-install --no-document
191
+ gem install j1-template -v 2023.3.2 --source 'https://gem.fury.io/jekyll-one-org/' --user-install --no-document
192
192
  ----
193
193
 
194
194
  [role="mt-5"]
@@ -20,7 +20,7 @@ image:
20
20
  alt: Photo by Recha Oktaviani on Unsplash
21
21
 
22
22
  regenerate: false
23
- permalink: /pages/public/learn/cheatsheet/git/
23
+ permalink: /pages/public/tools/cheatsheet/git/
24
24
 
25
25
  resources: [ animate, clipboard, rouge ]
26
26
  resource_options:
@@ -1076,28 +1076,28 @@ git rm -rf --cached . && git add .
1076
1076
  git commit -am "Cleanup files"
1077
1077
  ----
1078
1078
 
1079
- |`commit -am "New version 2023.3.0"`
1079
+ |`commit -am "New version 2023.3.2"`
1080
1080
  |Commit a specific *version*.
1081
1081
  |
1082
1082
  [source, sh]
1083
1083
  ----
1084
- git commit -am "New version 2023.3.0"
1084
+ git commit -am "New version 2023.3.2"
1085
1085
  ----
1086
1086
 
1087
- |`commit --allow-empty -m "New version 2023.3.0"`
1087
+ |`commit --allow-empty -m "New version 2023.3.2"`
1088
1088
  |Commit a specific version but *no* (file) changes applied.
1089
1089
  |
1090
1090
  [source, sh]
1091
1091
  ----
1092
- git commit --allow-empty -m "New version 2023.3.0"
1092
+ git commit --allow-empty -m "New version 2023.3.2"
1093
1093
  ----
1094
1094
 
1095
- |`commit -am "Prepare new version 2023.3.0"`
1095
+ |`commit -am "Prepare new version 2023.3.2"`
1096
1096
  |Commit a specific version but changes are *not* final.
1097
1097
  |
1098
1098
  [source, sh]
1099
1099
  ----
1100
- git commit -am "Prepare new version 2023.3.0"
1100
+ git commit -am "Prepare new version 2023.3.2"
1101
1101
  ----
1102
1102
 
1103
1103
  |`commit -am "Latest files"`
@@ -1346,14 +1346,14 @@ Use the git 'tag' command with the '-d' option
1346
1346
 
1347
1347
  [source, sh]
1348
1348
  ----
1349
- git tag -d v2023.3.0
1349
+ git tag -d v2023.3.2
1350
1350
  ----
1351
1351
 
1352
1352
  .from remote
1353
1353
 
1354
1354
  [source, sh]
1355
1355
  ----
1356
- git push -d origin v2023.3.0
1356
+ git push -d origin v2023.3.2
1357
1357
  ----
1358
1358
 
1359
1359
 
@@ -1364,7 +1364,7 @@ then push the new tag
1364
1364
 
1365
1365
  [source, sh]
1366
1366
  ----
1367
- git tag -a v2023.3.0 -m "v2023.3.0"
1367
+ git tag -a v2023.3.2 -m "v2023.3.2"
1368
1368
  git push origin --tags
1369
1369
  ----
1370
1370
 
@@ -1396,10 +1396,10 @@ Then:
1396
1396
  [source, sh]
1397
1397
  ----
1398
1398
  git commit -am "Cleanup files"
1399
- git commit -am "New version 2023.3.0"
1400
- git commit --allow-empty -m "New version 2023.3.0"
1401
- git commit -am "Prepare new version 2023.3.0"
1402
- git commit -am "Latest files of version 2023.3.0"
1399
+ git commit -am "New version 2023.3.2"
1400
+ git commit --allow-empty -m "New version 2023.3.2"
1401
+ git commit -am "Prepare new version 2023.3.2"
1402
+ git commit -am "Latest files of version 2023.3.2"
1403
1403
  ----
1404
1404
 
1405
1405
 
@@ -20,7 +20,7 @@ image:
20
20
  alt: Photo by Recha Oktaviani on Unsplash
21
21
 
22
22
  regenerate: false
23
- permalink: /pages/public/learn/cheatsheet/j1/
23
+ permalink: /pages/public/tools/cheatsheet/j1/
24
24
 
25
25
  resources: [ animate, clipboard, rouge ]
26
26
  resource_options:
@@ -20,7 +20,7 @@ image:
20
20
  alt: Photo by Recha Oktaviani on Unsplash
21
21
 
22
22
  regenerate: false
23
- permalink: /pages/public/learn/cheatsheet/yaml/
23
+ permalink: /pages/public/tools/cheatsheet/yaml/
24
24
 
25
25
  resources: [ animate, clipboard, rouge ]
26
26
  resource_options:
@@ -18,7 +18,7 @@ image:
18
18
  alt: Photo by Clem Onojeghuo on Unsplash
19
19
 
20
20
  regenerate: false
21
- permalink: /pages/public/previewer/current_theme/
21
+ permalink: /pages/public/tools/previewer/current_theme/
22
22
 
23
23
  resources: [ animate, clipboard, rouge ]
24
24
  resource_options:
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.3.0",
4
+ "version": "2023.3.2",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.3.0",
4
+ "version": "2023.3.2",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {