j1-template 2023.2.7 → 2023.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (363) 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 +41 -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/_layouts/compress.html +26 -21
  14. data/_layouts/default.html +36 -30
  15. data/assets/data/banner.html +5 -2
  16. data/assets/data/footer.html +15 -3
  17. data/assets/data/masterslider.html +1 -0
  18. data/assets/data/menu.html +4 -4
  19. data/assets/data/panel.html +6 -3
  20. data/assets/data/quicklinks.html +138 -149
  21. data/assets/error_pages/HTTP204.html +3 -3
  22. data/assets/error_pages/HTTP400.html +3 -3
  23. data/assets/error_pages/HTTP401.html +3 -3
  24. data/assets/error_pages/HTTP403.html +3 -3
  25. data/assets/error_pages/HTTP404.html +3 -3
  26. data/assets/error_pages/HTTP444.html +3 -3
  27. data/assets/error_pages/HTTP445.html +3 -3
  28. data/assets/error_pages/HTTP446.html +5 -5
  29. data/assets/error_pages/HTTP447.html +7 -7
  30. data/assets/error_pages/HTTP448.html +7 -7
  31. data/assets/error_pages/HTTP500.html +3 -3
  32. data/assets/error_pages/HTTP501.html +3 -3
  33. data/assets/error_pages/HTTP502.html +3 -3
  34. data/assets/error_pages/HTTP503.html +3 -3
  35. data/assets/themes/j1/adapter/js/advertising.js +109 -116
  36. data/assets/themes/j1/adapter/js/analytics.js +1 -1
  37. data/assets/themes/j1/adapter/js/asciidoctor.js +1 -1
  38. data/assets/themes/j1/adapter/js/attic.js +22 -14
  39. data/assets/themes/j1/adapter/js/bmd.js +1 -1
  40. data/assets/themes/j1/adapter/js/carousel.js +5 -4
  41. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  42. data/assets/themes/j1/adapter/js/comments.js +5 -5
  43. data/assets/themes/j1/adapter/js/cookieConsent.js +1 -1
  44. data/assets/themes/j1/adapter/js/customFunctions.js +1 -1
  45. data/assets/themes/j1/adapter/js/customModule.js +1 -1
  46. data/assets/themes/j1/adapter/js/dropdowns.js +4 -2
  47. data/assets/themes/j1/adapter/js/fab.js +9 -6
  48. data/assets/themes/j1/adapter/js/framer.js +1 -1
  49. data/assets/themes/j1/adapter/js/iconPicker.js +227 -0
  50. data/assets/themes/j1/adapter/js/j1.js +401 -76
  51. data/assets/themes/j1/adapter/js/justifiedGallery.js +9 -3
  52. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +2 -2
  53. data/assets/themes/j1/adapter/js/lightbox.js +4 -3
  54. data/assets/themes/j1/adapter/js/logger.js +1 -1
  55. data/assets/themes/j1/adapter/js/lunr.js +1 -1
  56. data/assets/themes/j1/adapter/js/masonry.js +4 -3
  57. data/assets/themes/j1/adapter/js/masterslider.js +30 -57
  58. data/assets/themes/j1/adapter/js/mmenu.js +2 -2
  59. data/assets/themes/j1/adapter/js/navigator.js +7 -5
  60. data/assets/themes/j1/adapter/js/nbinteract.js +9 -9
  61. data/assets/themes/j1/adapter/js/particles.js +2 -2
  62. data/assets/themes/j1/adapter/js/rangeSlider.js +2 -2
  63. data/assets/themes/j1/adapter/js/rouge.js +2 -2
  64. data/assets/themes/j1/adapter/js/rtable.js +1 -1
  65. data/assets/themes/j1/adapter/js/rtextResizer.js +1 -1
  66. data/assets/themes/j1/adapter/js/scroller.js +97 -109
  67. data/assets/themes/j1/adapter/js/slick.js +28 -18
  68. data/assets/themes/j1/adapter/js/themeToggler.js +259 -0
  69. data/assets/themes/j1/adapter/js/themer.js +17 -8
  70. data/assets/themes/j1/adapter/js/toccer.js +9 -6
  71. data/assets/themes/j1/adapter/js/translator.js +4 -2
  72. data/assets/themes/j1/adapter/js/waves.js +6 -4
  73. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1322 -417
  74. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -3
  75. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +1983 -1266
  76. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -3
  77. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +10268 -9401
  78. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +10 -10
  79. data/assets/themes/j1/core/css/vendor.css +0 -14
  80. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  81. data/assets/themes/j1/modules/advertising/js/adInitializer.js +160 -0
  82. data/assets/themes/j1/modules/backstretch/js/backstretch.js +6 -4
  83. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  84. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
  85. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
  86. data/assets/themes/j1/modules/iconPicker/README.md +266 -0
  87. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.css +419 -0
  88. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.min.css +17 -0
  89. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.json +467 -0
  90. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.min.json +1 -0
  91. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.json +169 -0
  92. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.min.json +1 -0
  93. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.json +1136 -0
  94. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.min.json +1 -0
  95. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.json +1772 -0
  96. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.min.json +1 -0
  97. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +292 -0
  98. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -0
  99. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +7312 -0
  100. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +1 -0
  101. data/assets/themes/j1/modules/iconPicker/images/magnifying-glass-solid.svg +1 -0
  102. data/assets/themes/j1/modules/iconPicker/images/star-of-life-solid.svg +3 -0
  103. data/assets/themes/j1/modules/iconPicker/images/xmark-solid.svg +3 -0
  104. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.js +493 -0
  105. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.min.js +17 -0
  106. data/assets/themes/j1/modules/jquery/AUTHORS.txt +372 -0
  107. data/assets/themes/j1/modules/jquery/LICENSE.txt +43 -0
  108. data/assets/themes/j1/modules/jquery/css/images/ui-icons_444444_256x240.png +0 -0
  109. data/assets/themes/j1/modules/jquery/css/images/ui-icons_555555_256x240.png +0 -0
  110. data/assets/themes/j1/modules/jquery/css/images/ui-icons_777620_256x240.png +0 -0
  111. data/assets/themes/j1/modules/jquery/css/images/ui-icons_777777_256x240.png +0 -0
  112. data/assets/themes/j1/modules/jquery/css/images/ui-icons_cc0000_256x240.png +0 -0
  113. data/assets/themes/j1/modules/jquery/css/images/ui-icons_ffffff_256x240.png +0 -0
  114. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.css +92 -92
  115. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.min.css +4 -4
  116. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.css +88 -88
  117. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.min.css +2 -2
  118. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.css +4 -4
  119. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.min.css +2 -2
  120. data/assets/themes/j1/modules/jquery/js/jquery-ui.js +13683 -13678
  121. data/assets/themes/j1/modules/jquery/js/jquery-ui.min.js +3 -3
  122. data/assets/themes/j1/modules/jquery/js/jquery.js +1029 -1203
  123. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
  124. data/assets/themes/j1/modules/jquery/js/jquery.min.map +1 -1
  125. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +1315 -0
  126. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +7 -0
  127. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +886 -0
  128. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +5 -0
  129. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +446 -0
  130. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +5 -0
  131. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +37 -0
  132. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +17 -0
  133. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +42 -0
  134. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +17 -0
  135. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +19057 -0
  136. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +6 -0
  137. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +10872 -0
  138. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +2 -0
  139. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +1 -0
  140. data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +2145 -0
  141. data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +5 -0
  142. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +2 -2
  143. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  144. data/assets/themes/j1/modules/masterslider/css/theme/uno.css +9 -9
  145. data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +1 -1
  146. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +2 -2
  147. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  148. data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +136 -47
  149. data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +9 -9
  150. data/assets/themes/j1/modules/scroller/js/scroller.js +76 -69
  151. data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
  152. data/assets/themes/j1/modules/translator/js/translator.js +1 -1
  153. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  154. data/lib/j1/version.rb +1 -1
  155. data/lib/starter_web/Gemfile +2 -2
  156. data/lib/starter_web/README.md +5 -5
  157. data/lib/starter_web/_config.yml +4 -1
  158. data/lib/starter_web/_data/blocks/banner.yml +8 -5
  159. data/lib/starter_web/_data/blocks/defaults/footer.yml +3 -3
  160. data/lib/starter_web/_data/blocks/footer.yml +9 -5
  161. data/lib/starter_web/_data/blocks/panel.yml +41 -38
  162. data/lib/starter_web/_data/j1_config.yml +68 -58
  163. data/lib/starter_web/_data/layouts/collection.yml +1 -0
  164. data/lib/starter_web/_data/layouts/default.yml +1 -1
  165. data/lib/starter_web/_data/layouts/home.yml +9 -9
  166. data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -0
  167. data/lib/starter_web/_data/layouts/page.yml +2 -1
  168. data/lib/starter_web/_data/layouts/post.yml +1 -0
  169. data/lib/starter_web/_data/layouts/raw.yml +1 -0
  170. data/lib/starter_web/_data/modules/advertising.yml +134 -61
  171. data/lib/starter_web/_data/modules/analytics.yml +2 -2
  172. data/lib/starter_web/_data/modules/attics.yml +4 -7
  173. data/lib/starter_web/_data/modules/defaults/advertising.yml +2 -1
  174. data/lib/starter_web/_data/modules/defaults/attics.yml +3 -3
  175. data/lib/starter_web/_data/modules/defaults/iconPicker.yml +42 -0
  176. data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -13
  177. data/lib/starter_web/_data/modules/defaults/theme_toggler.yml +42 -0
  178. data/lib/starter_web/_data/modules/iconPicker.yml +64 -0
  179. data/lib/starter_web/_data/modules/masonry.yml +1 -1
  180. data/lib/starter_web/_data/modules/masterslider.yml +5 -5
  181. data/lib/starter_web/_data/modules/navigator_menu.yml +150 -41
  182. data/lib/starter_web/_data/modules/scroller.yml +8 -8
  183. data/lib/starter_web/_data/modules/theme_toggler.yml +29 -0
  184. data/lib/starter_web/_data/modules/themer.yml +0 -6
  185. data/lib/starter_web/_data/resources.yml +53 -52
  186. data/lib/starter_web/_data/templates/feed.xml +1 -1
  187. data/lib/starter_web/_includes/attributes.asciidoc +57 -50
  188. data/lib/starter_web/_plugins/asciidoctor/google-ad-block.rb +47 -0
  189. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  190. data/lib/starter_web/assets/images/icons/mdi/mdi.svg +1 -0
  191. data/lib/starter_web/assets/images/icons/mdi/mdil.svg +1 -0
  192. data/lib/starter_web/assets/images/modules/attics/1920x1280/alexander-redl.jpg +0 -0
  193. data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
  194. data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
  195. data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
  196. data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
  197. data/lib/starter_web/assets/images/modules/attics/1920x1280/clem-onojeghuo.jpg +0 -0
  198. data/lib/starter_web/assets/images/modules/attics/1920x1280/core_web_vitals_best.png +0 -0
  199. data/lib/starter_web/assets/images/modules/attics/1920x1280/crawford-jolly.jpg +0 -0
  200. data/lib/starter_web/assets/images/modules/attics/1920x1280/eleni-afiontzi.jpg +0 -0
  201. data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
  202. data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
  203. data/lib/starter_web/assets/images/modules/attics/1920x1280/harpal-singh.jpg +0 -0
  204. data/lib/starter_web/assets/images/modules/attics/1920x1280/hayden-mills-2.jpg +0 -0
  205. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-1.jpg +0 -0
  206. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-2.jpg +0 -0
  207. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-3.jpg +0 -0
  208. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg +0 -0
  209. data/lib/starter_web/assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg +0 -0
  210. data/lib/starter_web/assets/images/modules/attics/1920x1280/josep-martins.jpg +0 -0
  211. data/lib/starter_web/assets/images/modules/attics/1920x1280/josh-liu.jpg +0 -0
  212. data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
  213. data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
  214. data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.jpg +0 -0
  215. data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.webp +0 -0
  216. data/lib/starter_web/assets/images/modules/attics/1920x1280/matthaeus.jpg +0 -0
  217. data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
  218. data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
  219. data/lib/starter_web/assets/images/modules/attics/1920x1280/mohammad-rahmani.jpg +0 -0
  220. data/lib/starter_web/assets/images/modules/attics/1920x1280/nasa.jpg +0 -0
  221. data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
  222. data/lib/starter_web/assets/images/modules/attics/1920x1280/recha-oktaviani.jpg +0 -0
  223. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280.jpg +0 -0
  224. data/lib/starter_web/assets/images/modules/attics/christina-1920x1280.jpg +0 -0
  225. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200.jpg +0 -0
  226. data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
  227. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
  228. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.png +0 -0
  229. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.png +0 -0
  230. data/lib/starter_web/assets/images/pages/html_validator/appdevtools-html-validator.jpg +0 -0
  231. data/lib/starter_web/assets/images/pages/html_validator/freeformatter-html-validator.jpg +0 -0
  232. data/lib/starter_web/assets/images/pages/html_validator/w3c-nu-checker.jpg +0 -0
  233. data/lib/starter_web/assets/images/pages/html_validator/w3c-validator.jpg +0 -0
  234. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +8 -9
  235. data/lib/starter_web/collections/_biography/becoming.adoc +22 -9
  236. data/lib/starter_web/collections/_biography/born-to-run.adoc +27 -9
  237. data/lib/starter_web/collections/_biography/forty-autumns.adoc +19 -12
  238. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +24 -14
  239. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +23 -14
  240. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +24 -11
  241. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -10
  242. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +11 -8
  243. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +7 -8
  244. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +17 -14
  245. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +12 -13
  246. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +15 -15
  247. data/lib/starter_web/collections/_people/diana-petersen.adoc +2 -0
  248. data/lib/starter_web/collections/_people/larry-parker.adoc +2 -0
  249. data/lib/starter_web/collections/_people/parveen-anand.adoc +2 -0
  250. data/lib/starter_web/collections/_portfolio/branding.adoc +5 -0
  251. data/lib/starter_web/collections/_portfolio/graphic_design.adoc +5 -0
  252. data/lib/starter_web/collections/_portfolio/identity.adoc +5 -0
  253. data/lib/starter_web/collections/_portfolio/illustration.adoc +5 -0
  254. data/lib/starter_web/collections/_portfolio/photography.adoc +5 -0
  255. data/lib/starter_web/collections/_portfolio/web_design.adoc +5 -0
  256. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +8 -5
  257. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +14 -14
  258. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +12 -9
  259. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +14 -11
  260. data/lib/starter_web/collections/_romance/outlander-novel.adoc +48 -25
  261. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +30 -15
  262. data/lib/starter_web/index.html +6 -14
  263. data/lib/starter_web/package.json +3 -3
  264. data/lib/starter_web/pages/public/about/features.adoc +1 -1
  265. data/lib/starter_web/pages/public/about/reporting_issues.adoc +1 -1
  266. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
  267. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +1 -1
  268. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +1 -1
  269. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +1 -1
  270. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +1 -1
  271. data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +75 -65
  272. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +58 -0
  273. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/accordion.asciidoc +34 -0
  274. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/alerts.asciidoc +15 -0
  275. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/badges.asciidoc +9 -0
  276. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/body.asciidoc +14 -0
  277. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/breadcrumbs.asciidoc +14 -0
  278. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/buttons.asciidoc +75 -0
  279. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/cards.asciidoc +22 -0
  280. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/carousel.asciidoc +37 -0
  281. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/close.asciidoc +15 -0
  282. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/code.asciidoc +14 -0
  283. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/color_system.asciidoc +353 -0
  284. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/components.asciidoc +69 -0
  285. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/dropdowns.asciidoc +53 -0
  286. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/figures.asciidoc +5 -0
  287. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/forms.asciidoc +270 -0
  288. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/grid.asciidoc +49 -0
  289. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/links.asciidoc +21 -0
  290. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/list_groups.asciidoc +28 -0
  291. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/modals.asciidoc +43 -0
  292. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navbar.asciidoc +45 -0
  293. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navs.asciidoc +28 -0
  294. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/offcanvas.asciidoc +16 -0
  295. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/options.asciidoc +30 -0
  296. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/pagination.asciidoc +40 -0
  297. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/paragraph.asciidoc +5 -0
  298. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/placeholders.asciidoc +5 -0
  299. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/popovers.asciidoc +28 -0
  300. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/position.asciidoc +8 -0
  301. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/progress_bars.asciidoc +12 -0
  302. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spacing.asciidoc +14 -0
  303. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spinners.asciidoc +12 -0
  304. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tables.asciidoc +55 -0
  305. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/thumbnails.asciidoc +9 -0
  306. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/toasts.asciidoc +18 -0
  307. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tooltips.asciidoc +28 -0
  308. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/typography.asciidoc +115 -0
  309. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/z_index.asciidoc +26 -0
  310. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/_table.asciidoc +9 -0
  311. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/accordion.asciidoc +87 -0
  312. data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +262 -0
  313. data/lib/starter_web/pages/public/learn/cheatsheet/gem.adoc +255 -0
  314. data/lib/starter_web/pages/public/learn/cheatsheet/git.adoc +1458 -0
  315. data/lib/starter_web/pages/public/learn/cheatsheet/j1.adoc +63 -0
  316. data/lib/starter_web/pages/public/learn/cheatsheet/yaml.adoc +514 -0
  317. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +59 -0
  318. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/100_chapter.asciidoc +541 -0
  319. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/200_chapter.asciidoc +33 -0
  320. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/build_command_options.asciidoc +72 -0
  321. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/files_and_folders.asciidoc +66 -0
  322. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_configuration_options.asciidoc +63 -0
  323. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_variables.asciidoc +26 -0
  324. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/page_variables.asciidoc +54 -0
  325. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/serve_command_options.asciidoc +45 -0
  326. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/site_variables.asciidoc +59 -0
  327. data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +442 -0
  328. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
  329. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +3 -4
  330. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +2 -2
  331. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -10
  332. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +8 -1
  333. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +3 -3
  334. data/lib/starter_web/pages/public/learn/where_to_go.adoc +39 -45
  335. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
  336. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -2
  337. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
  338. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +93 -4
  339. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  340. data/lib/starter_web/utilsrv/package.json +1 -1
  341. metadata +133 -24
  342. data/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
  343. data/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
  344. data/assets/themes/j1/core/css/nbinteract-tutorial/styles.css +0 -1711
  345. data/assets/themes/j1/core/css/nbinteract-tutorial/styles.min.css +0 -1
  346. data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +0 -127
  347. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +0 -460
  348. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +0 -97
  349. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +0 -15
  350. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +0 -115
  351. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +0 -15
  352. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +0 -97
  353. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +0 -15
  354. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +0 -125
  355. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +0 -15
  356. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
  357. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
  358. /data/lib/starter_web/assets/images/{promo → quotes/promo}/home/screenshot.jpg +0 -0
  359. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-faq.jpg +0 -0
  360. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-generator.jpg +0 -0
  361. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-generator.png +0 -0
  362. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-og.png +0 -0
  363. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/scalable/jekyll-faq.psd +0 -0
@@ -29,7 +29,7 @@ tag::urls[]
29
29
 
30
30
  :url-light-gallery--license: http://sachinchoolur.github.io/lightGallery/docs/license.html
31
31
 
32
- :url-material-design-icons--cheatsheet: https://jekyll.one/pages/public/previewer/mdi_font/
32
+ :url-font-icons--icon-picker: https://jekyll.one/pages/public/previewer/icon-picker/
33
33
 
34
34
  :url-asciidoctor-extensions--lab: https://github.com/asciidoctor/asciidoctor-extensions-lab
35
35
  :url-asciidoctor-extensions--use-extension: https://github.com/asciidoctor/asciidoctor-extensions-lab#using-an-extension
@@ -5,17 +5,16 @@ An excellent place for code snippets is Gist at Github. To embed an existing
5
5
  gist into your documents, the Asciidoc Extention *Gist block* provides the
6
6
  block macro `gist::` to do so.
7
7
 
8
- The following gist snippet is taken from {asciidoc-extensions-gist-example}[this example, window="_blank"]:
8
+ The following gist snippet is taken from link:{url-asciidoc-extensions--gist-example}[this example, window="_blank"]:
9
9
 
10
10
  [source, prometheus, role="noclip"]
11
11
  ----
12
12
  .Gist title
13
- gist::git_address[] <1>
13
+ gist::git_address[]
14
14
  ----
15
- <1> For `git_address`, {github-gist-home}[, window="_blank"] is prepended automatically
16
15
 
17
16
  .Example of a gist block
18
- [source, prometheus, role="noclip"]
17
+ [source, text, role="noclip"]
19
18
  ----
20
19
  .Guard setup to live preview AsciiDoc output
21
20
  gist::mojavelinux/5546622[]
@@ -649,7 +649,7 @@ lorem:sentences[5]
649
649
  All macro types available for `lorem:` to be used for blind text can be
650
650
  found with the following table below.
651
651
 
652
- //.Tabelle
652
+ .Macros available
653
653
  [cols="5,2,5a", options="header", role="rtable mb-2"]
654
654
  |===
655
655
  |Macro | Type |Example
@@ -679,7 +679,7 @@ lorem:sentences[5]
679
679
  |
680
680
  lorem:date[]
681
681
 
682
- |`date[strftime]` e.g. `date[%Y-%m-%d]``
682
+ |`date[strftime]` e.g. `date[%Y-%m-%d]`
683
683
  |date
684
684
  |
685
685
  lorem:date[%Y-%m-%d]
@@ -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 +
@@ -278,7 +278,7 @@ slick::collection_carousel_biography[role="mb-5"]
278
278
  If you're interested to learn more about _Slick_, go previewer page
279
279
  link:{url-j1-slick-previewer}[Slick Previewer, {browser-window--new}],
280
280
 
281
-
281
+ [#masterSlider]
282
282
  == J1 Master Slider
283
283
 
284
284
  The Javascript tool _Master Slider_ is a 3rd party plugin fully integrated
@@ -293,6 +293,7 @@ all features: the functionality of *filters*, *layouts* are limited and no
293
293
  // platforms, like mobiles or tablets, initializing an MS Slider will take
294
294
  // a while to be finished.
295
295
 
296
+ [#carouselSlider]
296
297
  === Carousels versus Sliders
297
298
 
298
299
  Sliders and Carousels are focussing quite the same thing: presenting image data
@@ -311,6 +312,7 @@ TIP: For more details of the dimplementation of Master Slider of J1 Theme, see
311
312
  find documentation at
312
313
  link:{url-j1-docs--masterslider-module}[Master Slider module, {browser-window--new}].
313
314
 
315
+ [#controlsFiltersLightbox]
314
316
  === MS Slider using Controls + Filters + Lightbox
315
317
 
316
318
  The following slider uses the (CSS) filter feature of Master Slider.
@@ -328,6 +330,7 @@ slides to see the *colored* images configured for the slider.
328
330
  .Slider using Controls
329
331
  masterslider::ms_00001[role="mb-5"]
330
332
 
333
+ [#textElements]
331
334
  === MS Slider using Text Elements (MSInfo)
332
335
 
333
336
  One of the major features of sliders is to present additional (animated)
@@ -338,6 +341,7 @@ elements: the MSInfo element.
338
341
  .Slider using Text Elements
339
342
  masterslider::ms_00003[role="mb-5"]
340
343
 
344
+ [#thumbImages]
341
345
  === MS Slider using ThumbImages
342
346
 
343
347
  To give the users better control over a slideshow, sliders provide complex UI
@@ -348,6 +352,7 @@ the bottom of a slideshow. Find two examples to control a slideshow by
348
352
  .Slider using ThumbImages
349
353
  masterslider::ms_00004[role="mb-5"]
350
354
 
355
+ [#thumbInfo]
351
356
  === MS Slider using ThumbInfo
352
357
 
353
358
  To give the users better control over a slideshow, MS Slider provides
@@ -357,6 +362,7 @@ top, or at the bottom of a slideshow.
357
362
  .Slider using ThumbInfo
358
363
  masterslider::ms_00007[role="mb-5"]
359
364
 
365
+ [#partialview]
360
366
  === MS Slider using Layout partialview
361
367
 
362
368
  The following slider presents a slideshow that combines an MSInfo element
@@ -367,6 +373,7 @@ slide by their neighbors on the left and the right.
367
373
  .Slider using Layout partialview
368
374
  masterslider::ms_00009[role="mb-5"]
369
375
 
376
+ [#aboutMasterSlider]
370
377
  === More about Master Slider
371
378
 
372
379
  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
@@ -24,7 +24,7 @@ fab_menu_id: default
24
24
  regenerate: false
25
25
  permalink: /pages/public/learn/where_to_go/
26
26
 
27
- resources: [ animate, comments ]
27
+ resources: [ animate ]
28
28
  resource_options:
29
29
  - attic:
30
30
  slides:
@@ -44,7 +44,11 @@ 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--cheatsheet-template: /pages/public/learn/cheatsheet/j1/
48
+ :url-j1--jekyll-collections: /pages/public/learn/bookshelf/jekyll_collections/
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
+
48
52
 
49
53
  // Load Liquid procedures
50
54
  // -----------------------------------------------------------------------------
@@ -57,15 +61,17 @@ resource_options:
57
61
  // Page content
58
62
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59
63
  [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.
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
67
 
64
68
  // Include sub-documents (if any) (if any)
65
69
  // -----------------------------------------------------------------------------
66
70
  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.
71
+ The *Learn* section contains all you need to expirience what Jekyll and J1
72
+ can do for your new website, for your new static web. You are welcome to spend
73
+ some time diving into the techniques of creating modern static webs.
74
+
69
75
 
70
76
  Roundtrip::
71
77
  In this section, you’ll find a tour to show some of the main features of
@@ -79,41 +85,29 @@ If you're interested what J1 Theme can do, continue by walking through the
79
85
  roundtrip examples by starting an inspiring tour
80
86
  link:{url-j1-roundtrip--present-images}[from here].
81
87
 
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}].
88
+ Cheatsheet::
89
+ Cheat sheets are concise reference guides or summaries that provide quick
90
+ and handy information about a topic or subject. They help you to remember
91
+ key concepts, formulas, commands, or other essential details without
92
+ consulting extensive documentation or resources. Find convenient quick
93
+ references for _YAML_, _Git_ and more. For example using the `j1` command
94
+ to manage a project for J1 Template, go for the cheatsheet
95
+ link:{url-j1--cheatsheet-template}[J1 Template, {browser-window--new}].
96
+
97
+ Collections::
98
+ Collections are Jekyll’s most powerful and simultaneously least understood
99
+ feature of the generator. Collections add another possibility, or use-case,
100
+ outside of Jekyll’s post- and page-publishing functionality. Learn more
101
+ about collections for more powerful static websites. To learn more what
102
+ collections are, check
103
+ link:{url-j1--jekyll-collections}[Jekyll Collections, {browser-window--new}].
104
+
105
+ Tutorials::
106
+ To become more familiar with using J1, go to the tutorial section. Have
107
+ fun experiencing what Jekyll and J1 can do. A good starting point for using
108
+ J1 Template is
109
+ link:{url-j1--tutorial-j1-in-a-day}[Jekll in a Day, {browser-window--new}].
110
+
111
+ Optimizing a website for search engines (SEO) is important for success.
112
+ Read more about SEO and how to implement working strategies for a Jekyll-based
113
+ 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
@@ -236,7 +236,6 @@ colors. Then, customize with `.bg-*` utilities.
236
236
  </div>
237
237
  </nav>
238
238
 
239
-
240
239
  <nav class="navbar navbar-expand-lg navbar-light md-light">
241
240
  <div class="container-fluid">
242
241
  <a class="link-no-decoration navbar-brand" href="javascript:void(0)">Navbar</a>
@@ -287,8 +286,8 @@ colors. Then, customize with `.bg-*` utilities.
287
286
 
288
287
  [source, html]
289
288
  ----
290
- <nav class="navbar navbar-expand-lg navbar-dark bg-primary">
291
- <div class="container-fluid">
289
+ <nav class="navbar navbar-expand-lg navbar-dark bg-primary mb-3">
290
+ <div class="container-fluid">
292
291
  <a class="link-no-decoration navbar-brand" href="javascript:void(0)">Navbar</a>
293
292
  <button class="navbar-toggler" type="button" data-bs-toggle="collapse"
294
293
  data-bs-target="#navbarColor01" aria-controls="navbarColor01"
@@ -330,7 +329,97 @@ colors. Then, customize with `.bg-*` utilities.
330
329
  </form>
331
330
  </div>
332
331
  </div>
333
- </nav>
332
+ </nav>
333
+
334
+ <nav class="navbar navbar-expand-lg navbar-dark bg-dark mb-3">
335
+ <div class="container-fluid">
336
+ <a class="link-no-decoration navbar-brand" href="javascript:void(0)">Navbar</a>
337
+ <button class="navbar-toggler" type="button" data-bs-toggle="collapse"
338
+ data-bs-target="#navbarColor02" aria-controls="navbarColor02"
339
+ aria-expanded="false" aria-label="Toggle navigation">
340
+ <span class="navbar-toggler-icon"></span>
341
+ </button>
342
+
343
+ <div class="collapse navbar-collapse ml-2" id="navbarColor02">
344
+ <ul class="navbar-nav me-auto">
345
+ <li class="nav-item">
346
+ <a class="link-no-decoration nav-link active" href="javascript:void(0)">Home
347
+ <span class="visually-hidden">(current)</span>
348
+ </a>
349
+ </li>
350
+ <li class="nav-item">
351
+ <a class="link-no-decoration nav-link" href="javascript:void(0)">Features</a>
352
+ </li>
353
+ <li class="nav-item">
354
+ <a class="link-no-decoration nav-link" href="javascript:void(0)">Pricing</a>
355
+ </li>
356
+ <li class="nav-item">
357
+ <a class="link-no-decoration nav-link" href="javascript:void(0)">About</a>
358
+ </li>
359
+ <li class="nav-item dropdown">
360
+ <a class="link-no-decoration nav-link dropdown-toggle" data-bs-toggle="dropdown"
361
+ href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
362
+ <div class="dropdown-menu">
363
+ <a class="link-no-decoration dropdown-item" href="javascript:void(0)">Action</a>
364
+ <a class="link-no-decoration dropdown-item" href="javascript:void(0)">Another action</a>
365
+ <a class="link-no-decoration dropdown-item" href="javascript:void(0)">Something else here</a>
366
+ <div class="dropdown-divider"></div>
367
+ <a class="link-no-decoration dropdown-item" href="javascript:void(0)">Separated link</a>
368
+ </div>
369
+ </li>
370
+ </ul>
371
+ <form class="d-flex">
372
+ <input class="form-control mt-1" type="text" placeholder="Search">
373
+ <button class="btn btn-secondary btn-sm ml-3" type="submit">Search</button>
374
+ </form>
375
+ </div>
376
+ </div>
377
+ </nav>
378
+
379
+ <nav class="navbar navbar-expand-lg navbar-light md-light">
380
+ <div class="container-fluid">
381
+ <a class="link-no-decoration navbar-brand" href="javascript:void(0)">Navbar</a>
382
+ <button class="navbar-toggler" type="button" data-bs-toggle="collapse"
383
+ data-bs-target="#navbarColor03" aria-controls="navbarColor03"
384
+ aria-expanded="false" aria-label="Toggle navigation">
385
+ <span class="navbar-toggler-icon"></span>
386
+ </button>
387
+
388
+ <div class="collapse navbar-collapse ml-2" id="navbarColor03">
389
+ <ul class="navbar-nav me-auto">
390
+ <li class="nav-item">
391
+ <a class="link-no-decoration nav-link active" href="javascript:void(0)">Home
392
+ <span class="visually-hidden">(current)</span>
393
+ </a>
394
+ </li>
395
+ <li class="nav-item">
396
+ <a class="link-no-decoration nav-link" href="javascript:void(0)">Features</a>
397
+ </li>
398
+ <li class="nav-item">
399
+ <a class="link-no-decoration nav-link" href="javascript:void(0)">Pricing</a>
400
+ </li>
401
+ <li class="nav-item">
402
+ <a class="link-no-decoration nav-link" href="javascript:void(0)">About</a>
403
+ </li>
404
+ <li class="nav-item dropdown">
405
+ <a class="link-no-decoration nav-link dropdown-toggle" data-bs-toggle="dropdown"
406
+ href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
407
+ <div class="dropdown-menu">
408
+ <a class="link-no-decoration dropdown-item" href="javascript:void(0)">Action</a>
409
+ <a class="link-no-decoration dropdown-item" href="javascript:void(0)">Another action</a>
410
+ <a class="link-no-decoration dropdown-item" href="javascript:void(0)">Something else here</a>
411
+ <div class="dropdown-divider"></div>
412
+ <a class="link-no-decoration dropdown-item" href="javascript:void(0)">Separated link</a>
413
+ </div>
414
+ </li>
415
+ </ul>
416
+ <form class="d-flex">
417
+ <input class="form-control mt-1" type="text" placeholder="Search">
418
+ <button class="btn btn-secondary btn-sm ml-3" type="submit">Search</button>
419
+ </form>
420
+ </div>
421
+ </div>
422
+ </nav>
334
423
  ----
335
424
  endif::[]
336
425
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.2.7",
4
+ "version": "2023.3.0",
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.2.7",
4
+ "version": "2023.3.0",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {