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
@@ -16,7 +16,7 @@ image:
16
16
  alt: Photo by Giammarco on Unsplash
17
17
 
18
18
  regenerate: false
19
- permalink: /pages/public/collections/jekyll_collections/
19
+ permalink: /pages/public/learn/bookshelf/jekyll_collections/
20
20
 
21
21
  resources: [ animate ]
22
22
  resource_options:
@@ -39,6 +39,14 @@ resource_options:
39
39
  // -----------------------------------------------------------------------------
40
40
  // :page--attr: <attr-value>
41
41
 
42
+ // Load Liquid procedures
43
+ // -----------------------------------------------------------------------------
44
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
45
+
46
+ // Load page attributes
47
+ // -----------------------------------------------------------------------------
48
+ {% include {{load_attributes}} scope="global" %}
49
+
42
50
 
43
51
  // Content
44
52
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -62,33 +70,36 @@ image::{{page.image.name}}[{{page.title}}, width=1280]
62
70
  {% endif %}
63
71
  ////
64
72
 
65
- Source: https://ben.balter.com/2015/02/20/jekyll-collections/[Ben Balter: Jekyll Collections]
73
+ Source: https://ben.balter.com/2015/02/20/jekyll-collections/[Ben Balter: Jekyll Collections, {browser-window--new}]
66
74
 
67
75
  Most Jekyll sites are organized around two types of content, posts (ordered)
68
76
  and pages (un-ordered).
69
77
 
70
- * *http://jekyllrb.com/docs/posts/[Posts]* are organized reverse
71
- chronologically. You might use them for blog posts on a personal blog,
72
- or articles on a news site. You can recognize a post by its filename.
73
- Posts live in the `&#x5F;posts` folder, and are always named in the form of
74
- `YYYY-MM-DD-post-title.md`. Because posts are dated, they're
75
- traditionally not updated regularly once published.
76
-
77
- * *http://jekyllrb.com/docs/pages/[Pages]* are documents that don't have
78
- a relationship with one another. They can live anywhere within the
79
- site's source directory and don't have a set naming pattern. If you have
80
- a personal blog, you might have an `index.html` page
81
- (https://ben.balter.com/[the site's main page which is used to list
82
- posts]), or https://ben.balter.com/about/[an about me page], to name two
83
- examples. Because pages aren't date specific, pages are often updated
84
- over time to maintain accuracy.
78
+ * http://jekyllrb.com/docs/posts/[Posts, {browser-window--new}] are organized
79
+ reverse chronologically. You might use them for blog posts on a personal blog,
80
+ or articles on a news site. You can recognize a post by its filename.
81
+ Posts live in the `posts` folder, and are always named in the form of
82
+ `YYYY-MM-DD-post-title.md`. Because posts are dated, they're
83
+ traditionally not updated regularly once published.
84
+
85
+ * http://jekyllrb.com/docs/pages/[Pages, {browser-window--new}] are documents
86
+ that don't have a relationship with one another. They can live anywhere within
87
+ the site's source directory and don't have a set naming pattern. If you
88
+ have a personal blog, you might have an `index.html` page
89
+ (https://ben.balter.com/[the site's main page which is used to list
90
+ posts, {browser-window--new}]),
91
+ or
92
+ https://ben.balter.com/about/[an about me page, {browser-window--new}],
93
+ to name two examples. Because pages aren't date specific, pages are often
94
+ updated over time to maintain accuracy.
85
95
 
86
96
  The problem is, not everything you might want to publish using a Jekyll
87
97
  falls cleanly into the those two categories of content. As I noted in
88
98
  https://github.com/jekyll/jekyll/issues/1941[the original pitch], "If
89
99
  people are using blog posts for a non-blog post thing, Jekyll has
90
100
  already failed". That's where Jekyll's
91
- http://jekyllrb.com/docs/collections/[collections] come in.
101
+ http://jekyllrb.com/docs/collections/[collections, {browser-window--new}]
102
+ come in.
92
103
 
93
104
 
94
105
  == Not a post, a page - but a collection?
@@ -99,15 +110,15 @@ bring Jekyll's zen-like simplicity to all sorts of other types of content that
99
110
  aren't ordered as with posts (ordered by date), but have a set _relationship_
100
111
  with one another - hence the name: _collection_. If you're familiar with
101
112
  traditional CMS's, you can think of collections like
102
- http://codex.wordpress.org/Post_Types[WordPress custom post types] or
103
- https://www.drupal.org/node/774728[Drupal custom content types], except
104
- you do not need to program a specific class, learn any back-end
113
+ http://codex.wordpress.org/Post_Types[WordPress custom post types, {browser-window--new}]]
114
+ or https://www.drupal.org/node/774728[Drupal custom content types, {browser-window--new}]],
115
+ except you do not need to program a specific class, learn any back-end
105
116
  languages, and the syntax used to specify them is very easily readable.
106
117
 
107
118
  What then, might you use collections for? Let's say you're making a
108
119
  website for a bakery and want to list the different cupcakes varieties
109
120
  you sell. You might use a collection called *cupcakes*. You'd create a
110
- `&#x5F;cupcakes` folder, and would add `chocolate.md` or `vanilla.md` to it.
121
+ `cupcakes` folder, and would add `chocolate.md` or `vanilla.md` to it.
111
122
  And just like posts or pages, your list of cupcakes would be accessible
112
123
  as `site.cupcakes`.
113
124
 
@@ -119,12 +130,12 @@ one-another in the sense that they're all cupcakes.
119
130
 
120
131
  [NOTE]
121
132
  ====
122
- Collections are a very new feature to Jekyll, and according to the
123
- official documentation may be subject to change
124
- http://jekyllrb.com/docs/collections/[Jekyll Documentation on
125
- Collections]; but you should not let that put you off of using them,
126
- because Jekyll is open-source, which means you should trust the
127
- community to work-together for the best common-case solution.
133
+ Collections are a very young feature to Jekyll, and according to the
134
+ official documentation may be subject to change Jekyll Documentation on
135
+ http://jekyllrb.com/docs/collections/[Collections, {browser-window--new}]],
136
+ you should not let that put you off of using them, because Jekyll is
137
+ open-source, which means you should trust the community to work-together
138
+ for the best common-case solution.
128
139
  ====
129
140
 
130
141
 
@@ -133,7 +144,7 @@ community to work-together for the best common-case solution.
133
144
  But what if one day you decided to expand your offerings and sell
134
145
  cookies in addition to cupcakes. Simply introduce a "cookies"
135
146
  collection, adding `chocolate-chip.md` and `peanut-butter.md` to a
136
- `&#x5F;cookies` directory, exposing the cookies as `site.cookies`. You'll
147
+ `cookies` directory, exposing the cookies as `site.cookies`. You'll
137
148
  notice the collections concept start to show its value here. Pages
138
149
  wouldn't make sense here, because you'd want to be able to list cupcakes
139
150
  and cookies separately, and besides for both being baked goods, the one
@@ -147,14 +158,14 @@ to display all products, with specific includes for `cupcakes` and
147
158
  `cookies`.
148
159
 
149
160
  Abstractly, because they're not outputted by default, you can think of
150
- collections somewhat like http://jekyllrb.com/docs/datafiles/[Jekyll's
151
- `&#x5F;data` folder support], but with the potential to generate content, and
152
- be placed into their own specific part of your Jekyll site, so a lot
153
- more robust. Like `&#x5F;data` files, they can support arbitrary key/values
154
- through frontmatter, but they also support a full content body (like
155
- posts and pages), and can be broken out into separate files. If I wanted
156
- to break out my bakery's hours, I might have a `&#x5F;data/hours.yml` file
157
- that looked something like this:
161
+ collections somewhat like Jekyll's
162
+ http://jekyllrb.com/docs/datafiles/[data folder support, {browser-window--new}],
163
+ but with the potential to generate content, and be placed into their own
164
+ specific part of your Jekyll site, so a lot more robust. Like `data` files,
165
+ they can support arbitrary key/values through frontmatter, but they also
166
+ support a full content body (like posts and pages), and can be broken out
167
+ into separate files. If I wanted to break out my bakery's hours, I might
168
+ have a `data/hours.yml` file that looked something like this:
158
169
 
159
170
  [source,yaml]
160
171
  ----
@@ -175,14 +186,15 @@ data and a plugin to turn it into pages; using collections allows the
175
186
  site owner to focus on the content.
176
187
 
177
188
  For a more concrete example, take a look at
178
- https://github.com/github/choosealicense.com[the source] for
179
- http://choosealicense.com[choosealicense.com] a site which helps explain
180
- OpenSource licenses like the MIT or GPL license. There are pages like
181
- "about" and "terms of service", but the actual licenses live in
182
- https://github.com/github/choosealicense.com/tree/gh-pages/&#x5F;licenses[a
183
- licenses collection] and are displayed via
184
- https://github.com/github/choosealicense.com/blob/gh-pages/licenses.html[a
185
- licensed page].
189
+ https://github.com/github/choosealicense.com[the source, {browser-window--new}]
190
+ for
191
+ http://choosealicense.com[choosealicense.com, {browser-window--new}]
192
+ a site which helps explain OpenSource licenses like the MIT or GPL license.
193
+ There are pages like *about* and *terms of service*, but the actual licenses
194
+ live in
195
+ https://github.com/github/choosealicense.com/tree/gh-pages/licenses[a licenses collection, {browser-window--new}]
196
+ and are displayed via
197
+ https://github.com/github/choosealicense.com/blob/gh-pages/licenses.html[a licensed page, {browser-window--new}].
186
198
 
187
199
  === Other use-cases
188
200
 
@@ -197,7 +209,7 @@ your site.
197
209
 
198
210
  The examples above were a slight simplification. There's one other step.
199
211
  Before you can use a collection, you need to tell Jekyll about it. Going
200
- back to our bakery example above, I might have a `&#x5F;config.yml` file that
212
+ back to our bakery example above, I might have a `config.yml` file that
201
213
  looks something like this:
202
214
 
203
215
  [source,yaml]
@@ -207,16 +219,16 @@ collections:
207
219
  - cookies
208
220
  ----
209
221
 
210
- This tells Jekyll to look in the `&#x5F;cupcakes` and `&#x5F;cookies` folders
222
+ This tells Jekyll to look in the `cupcakes` and `cookies` folders
211
223
  for documents, and to read them into the appropriate collection, including
212
- http://jekyllrb.com/docs/frontmatter/[YAML front matter], just as it
213
- would posts (but again, without the date, because collection documents
214
- aren't date specific).
224
+ http://jekyllrb.com/docs/frontmatter/[YAML front matter, {browser-window--new}],
225
+ just as it would posts (but again, without the date, because collection
226
+ documents aren't date specific).
215
227
 
216
228
  By default, collections are read in (and exposed as `site.[collection]`,
217
229
  an alias per-collection), but not included in the final site; at least
218
230
  not individually like you might expect posts or pages to. If you wanted
219
- a page for each type of cupcake, you'd have to modify the `&#x5F;config.yml`
231
+ a page for each type of cupcake, you'd have to modify the `config.yml`
220
232
  a bit:
221
233
 
222
234
  [source,yaml]
@@ -227,12 +239,11 @@ collections:
227
239
  permalink: /cupcakes/:path/
228
240
  ----
229
241
 
230
- That way, `&#x5F;cupcakes/chocolate.md` is outputted as
231
- `cupcakes/chocolate/index.html` when the site is built and would be
232
- accessible as `example.com/cupcakes/chocolate/`. The other advantage,
233
- is, because the data is now structured and machine readable (rather than
234
- in plain text), you could also use the `jsonify` filter to output that
235
- same information as an API for use elsewhere.
242
+ That way, `cupcakes/chocolate.md` is outputted as `cupcakes/chocolate/index.html`
243
+ when the site is built and would be accessible as `example.com/cupcakes/chocolate/`.
244
+ The other advantage, is, because the data is now structured and machine readable
245
+ (rather than in plain text), you could also use the `jsonify` filter to output
246
+ that same information as an API for use elsewhere.
236
247
 
237
248
 
238
249
  === When to use a post, a page, or a collection
@@ -266,24 +277,23 @@ group of "things" that can be logically grouped by a common theme
266
277
  (that's not their date). Here's a few examples:
267
278
 
268
279
  * Listing employees on your company's "about" page (or a project's
269
- maintainers)
280
+ maintainers)
270
281
  * Documenting methods in an OpenSource project (or the project's that
271
- use it, or the plugins available)
282
+ use it, or the plugins available)
272
283
  * Organizing jobs on your résumé (or talks given, papers written)
273
- * https://github.com/blog/1939-how-github-uses-github-to-document-GitHub[Articles
274
- on a support site]
284
+ * https://github.com/blog/1939-how-github-uses-github-to-document-GitHub[Articles on a support site, {browser-window--new}]
275
285
  * Recipes on your personal blog (or restaurant reviews, or dishes on a
276
- menu)
286
+ menu)
277
287
  * Students in a class (or courses being offered, or listing the faculty)
278
288
  * Cheats, tips, tricks and walkthroughs for games (by platform)
279
289
  * Creating re-usable content snippets for your site such as
280
- testimonials, forms, sentences, buzz-words or call-outs
290
+ testimonials, forms, sentences, buzz-words or call-outs
281
291
  * And honestly just about anything else
282
292
 
283
293
  Collections are a powerful (and often misunderstood) Jekyll feature, but
284
294
  hopefully you've now got an idea or two for your next Jekyll project. Of
285
295
  course, if you're looking to dig in to collections, be sure to check out
286
- http://jekyllrb.com/docs/collections/[the formal documentation] for a
287
- much more in-depth explanation.
296
+ http://jekyllrb.com/docs/collections/[the formal documentation, {browser-window--new}]
297
+ for a much more in-depth explanation.
288
298
 
289
299
  Happy Jekylling!
@@ -0,0 +1,58 @@
1
+ // ~/document_base_folder/000_includes
2
+ // Asciidoc attribute includes: attributes.asciidoc
3
+ // -----------------------------------------------------------------------------
4
+
5
+ // URLs - Internal references and/or sources on the Internet
6
+ // -----------------------------------------------------------------------------
7
+ tag::urls[]
8
+
9
+ :url-j1--home: https://jekyll.one/
10
+
11
+ end::urls[]
12
+
13
+
14
+ // FOOTNOTES, global asciidoc attributes (variables)
15
+ // -----------------------------------------------------------------------------
16
+ tag::footnotes[]
17
+ end::footnotes[]
18
+
19
+
20
+ // Tags - Asciidoc attributes used internally
21
+ // -----------------------------------------------------------------------------
22
+ tag::tags[]
23
+ end::tags[]
24
+
25
+
26
+ // Data - Data elements for Asciidoctor extensions
27
+ // -----------------------------------------------------------------------------
28
+ tag::data[]
29
+
30
+ :data-image--core_web_vitals_best: "pages/core_web_vitals/core_web_vitals_best.png, Best values for performance (Lighthouse)"
31
+
32
+ end::data[]
33
+
34
+
35
+ // Images - Images from local include/images folder
36
+ // -----------------------------------------------------------------------------
37
+ tag::images[]
38
+ end::images[]
39
+
40
+
41
+ // PRODUCTS, local product information (e.g. release)
42
+ // -----------------------------------------------------------------------------
43
+ tag::products
44
+
45
+ :license: e.g. Apache License, Version 2.0
46
+ :revdate: e.g. 2018
47
+ :revnumber: e.g. 1.2.3
48
+
49
+ end::products[]
50
+
51
+
52
+ // AUTHORS, local author information (e.g. article)
53
+ // -----------------------------------------------------------------------------
54
+ tag::authors[]
55
+
56
+ :uri-author-xxx: https://xxx
57
+
58
+ end::authors[]
@@ -0,0 +1,34 @@
1
+ [source, sass]
2
+ ----
3
+ $accordion-padding-y: 1rem !default;
4
+ $accordion-padding-x: 1.25rem !default;
5
+ $accordion-color: var(--#{$prefix}body-color) !default;
6
+ $accordion-bg: var(--#{$prefix}body-bg) !default;
7
+ $accordion-border-width: var(--#{$prefix}border-width) !default;
8
+ $accordion-border-color: var(--#{$prefix}border-color) !default;
9
+ $accordion-border-radius: var(--#{$prefix}border-radius) !default;
10
+ $accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;
11
+
12
+ $accordion-body-padding-y: $accordion-padding-y !default;
13
+ $accordion-body-padding-x: $accordion-padding-x !default;
14
+
15
+ $accordion-button-padding-y: $accordion-padding-y !default;
16
+ $accordion-button-padding-x: $accordion-padding-x !default;
17
+ $accordion-button-color: var(--#{$prefix}body-color) !default;
18
+ $accordion-button-bg: var(--#{$prefix}accordion-bg) !default;
19
+ $accordion-transition: $btn-transition, border-radius .15s ease !default;
20
+ $accordion-button-active-bg: var(--#{$prefix}primary-bg-subtle) !default;
21
+ $accordion-button-active-color: var(--#{$prefix}primary-text-emphasis) !default;
22
+
23
+ $accordion-button-focus-border-color: $input-focus-border-color !default;
24
+ $accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;
25
+
26
+ $accordion-icon-width: 1.25rem !default;
27
+ $accordion-icon-color: $body-color !default;
28
+ $accordion-icon-active-color: $primary-text-emphasis !default;
29
+ $accordion-icon-transition: transform .2s ease-in-out !default;
30
+ $accordion-icon-transform: rotate(-180deg) !default;
31
+
32
+ $accordion-button-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !default;
33
+ $accordion-button-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-active-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !default;
34
+ ----
@@ -0,0 +1,15 @@
1
+ [source, sass]
2
+ ----
3
+ $alert-padding-y: $spacer !default;
4
+ $alert-padding-x: $spacer !default;
5
+ $alert-margin-bottom: 1rem !default;
6
+ $alert-border-radius: var(--#{$prefix}border-radius) !default;
7
+ $alert-link-font-weight: $font-weight-bold !default;
8
+ $alert-border-width: var(--#{$prefix}border-width) !default;
9
+ $alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side
10
+
11
+ // Deprecated in v5.2.0, to be removed in v6
12
+ $alert-bg-scale: -80% !default;
13
+ $alert-border-scale: -70% !default;
14
+ $alert-color-scale: 40% !default;
15
+ ----
@@ -0,0 +1,9 @@
1
+ [source, sass]
2
+ ----
3
+ $badge-font-size: .75em !default;
4
+ $badge-font-weight: $font-weight-bold !default;
5
+ $badge-color: $white !default;
6
+ $badge-padding-y: .35em !default;
7
+ $badge-padding-x: .65em !default;
8
+ $badge-border-radius: var(--#{$prefix}border-radius) !default;
9
+ ----
@@ -0,0 +1,14 @@
1
+ [source, sass]
2
+ ----
3
+ $body-text-align: null !default;
4
+ $body-color: $gray-900 !default;
5
+ $body-bg: $white !default;
6
+
7
+ $body-secondary-color: rgba($body-color, .75) !default;
8
+ $body-secondary-bg: $gray-200 !default;
9
+
10
+ $body-tertiary-color: rgba($body-color, .5) !default;
11
+ $body-tertiary-bg: $gray-100 !default;
12
+
13
+ $body-emphasis-color: $black !default;
14
+ ----
@@ -0,0 +1,14 @@
1
+ [source, sass]
2
+ ----
3
+ $breadcrumb-font-size: null !default;
4
+ $breadcrumb-padding-y: 0 !default;
5
+ $breadcrumb-padding-x: 0 !default;
6
+ $breadcrumb-item-padding-x: .5rem !default;
7
+ $breadcrumb-margin-bottom: 1rem !default;
8
+ $breadcrumb-bg: null !default;
9
+ $breadcrumb-divider-color: var(--#{$prefix}secondary-color) !default;
10
+ $breadcrumb-active-color: var(--#{$prefix}secondary-color) !default;
11
+ $breadcrumb-divider: quote("/") !default;
12
+ $breadcrumb-divider-flipped: $breadcrumb-divider !default;
13
+ $breadcrumb-border-radius: null !default;
14
+ ----
@@ -0,0 +1,75 @@
1
+ [source, sass]
2
+ ----
3
+ // Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
4
+ //
5
+
6
+ $input-btn-padding-y: .375rem !default;
7
+ $input-btn-padding-x: .75rem !default;
8
+ $input-btn-font-family: null !default;
9
+ $input-btn-font-size: $font-size-base !default;
10
+ $input-btn-line-height: $line-height-base !default;
11
+
12
+ $input-btn-focus-width: $focus-ring-width !default;
13
+ $input-btn-focus-color-opacity: $focus-ring-opacity !default;
14
+ $input-btn-focus-color: $focus-ring-color !default;
15
+ $input-btn-focus-blur: $focus-ring-blur !default;
16
+ $input-btn-focus-box-shadow: $focus-ring-box-shadow !default;
17
+
18
+ $input-btn-padding-y-sm: .25rem !default;
19
+ $input-btn-padding-x-sm: .5rem !default;
20
+ $input-btn-font-size-sm: $font-size-sm !default;
21
+
22
+ $input-btn-padding-y-lg: .5rem !default;
23
+ $input-btn-padding-x-lg: 1rem !default;
24
+ $input-btn-font-size-lg: $font-size-lg !default;
25
+
26
+ $input-btn-border-width: var(--#{$prefix}border-width) !default;
27
+
28
+ // For each of Bootstrap's buttons, define text, background, and border color.
29
+ //
30
+ $btn-color: var(--#{$prefix}body-color) !default;
31
+ $btn-padding-y: $input-btn-padding-y !default;
32
+ $btn-padding-x: $input-btn-padding-x !default;
33
+ $btn-font-family: $input-btn-font-family !default;
34
+ $btn-font-size: $input-btn-font-size !default;
35
+ $btn-line-height: $input-btn-line-height !default;
36
+ $btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping
37
+
38
+ $btn-padding-y-sm: $input-btn-padding-y-sm !default;
39
+ $btn-padding-x-sm: $input-btn-padding-x-sm !default;
40
+ $btn-font-size-sm: $input-btn-font-size-sm !default;
41
+
42
+ $btn-padding-y-lg: $input-btn-padding-y-lg !default;
43
+ $btn-padding-x-lg: $input-btn-padding-x-lg !default;
44
+ $btn-font-size-lg: $input-btn-font-size-lg !default;
45
+
46
+ $btn-border-width: $input-btn-border-width !default;
47
+
48
+ $btn-font-weight: $font-weight-normal !default;
49
+ $btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;
50
+ $btn-focus-width: $input-btn-focus-width !default;
51
+ $btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
52
+ $btn-disabled-opacity: .65 !default;
53
+ $btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;
54
+
55
+ $btn-link-color: var(--#{$prefix}link-color) !default;
56
+ $btn-link-hover-color: var(--#{$prefix}link-hover-color) !default;
57
+ $btn-link-disabled-color: $gray-600 !default;
58
+
59
+ // Allows for customizing button radius independently from global border radius
60
+ //
61
+ $btn-border-radius: var(--#{$prefix}border-radius) !default;
62
+ $btn-border-radius-sm: var(--#{$prefix}border-radius-sm) !default;
63
+ $btn-border-radius-lg: var(--#{$prefix}border-radius-lg) !default;
64
+
65
+ $btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
66
+
67
+ $btn-hover-bg-shade-amount: 15% !default;
68
+ $btn-hover-bg-tint-amount: 15% !default;
69
+ $btn-hover-border-shade-amount: 20% !default;
70
+ $btn-hover-border-tint-amount: 10% !default;
71
+ $btn-active-bg-shade-amount: 20% !default;
72
+ $btn-active-bg-tint-amount: 20% !default;
73
+ $btn-active-border-shade-amount: 25% !default;
74
+ $btn-active-border-tint-amount: 10% !default;
75
+ ----
@@ -0,0 +1,22 @@
1
+ [source, sass]
2
+ ----
3
+ $card-spacer-y: $spacer !default;
4
+ $card-spacer-x: $spacer !default;
5
+ $card-title-spacer-y: $spacer * .5 !default;
6
+ $card-title-color: null !default;
7
+ $card-subtitle-color: null !default;
8
+ $card-border-width: var(--#{$prefix}border-width) !default;
9
+ $card-border-color: var(--#{$prefix}border-color-translucent) !default;
10
+ $card-border-radius: var(--#{$prefix}border-radius) !default;
11
+ $card-box-shadow: null !default;
12
+ $card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;
13
+ $card-cap-padding-y: $card-spacer-y * .5 !default;
14
+ $card-cap-padding-x: $card-spacer-x !default;
15
+ $card-cap-bg: rgba(var(--#{$prefix}body-color-rgb), .03) !default;
16
+ $card-cap-color: null !default;
17
+ $card-height: null !default;
18
+ $card-color: null !default;
19
+ $card-bg: var(--#{$prefix}body-bg) !default;
20
+ $card-img-overlay-padding: $spacer !default;
21
+ $card-group-margin: $grid-gutter-width * .5 !default;
22
+ ----
@@ -0,0 +1,37 @@
1
+ [source, sass]
2
+ ----
3
+ $carousel-control-color: $white !default;
4
+ $carousel-control-width: 15% !default;
5
+ $carousel-control-opacity: .5 !default;
6
+ $carousel-control-hover-opacity: .9 !default;
7
+ $carousel-control-transition: opacity .15s ease !default;
8
+
9
+ $carousel-indicator-width: 30px !default;
10
+ $carousel-indicator-height: 3px !default;
11
+ $carousel-indicator-hit-area-height: 10px !default;
12
+ $carousel-indicator-spacer: 3px !default;
13
+ $carousel-indicator-opacity: .5 !default;
14
+ $carousel-indicator-active-bg: $white !default;
15
+ $carousel-indicator-active-opacity: 1 !default;
16
+ $carousel-indicator-transition: opacity .6s ease !default;
17
+
18
+ $carousel-caption-width: 70% !default;
19
+ $carousel-caption-color: $white !default;
20
+ $carousel-caption-padding-y: 1.25rem !default;
21
+ $carousel-caption-spacer: 1.25rem !default;
22
+
23
+ $carousel-control-icon-width: 2rem !default;
24
+
25
+ $carousel-control-prev-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>") !default;
26
+ $carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>") !default;
27
+
28
+ $carousel-transition-duration: .6s !default;
29
+ $carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
30
+
31
+
32
+ // carousel-dark-variables
33
+ //
34
+ $carousel-dark-indicator-active-bg: $black !default;
35
+ $carousel-dark-caption-color: $black !default;
36
+ $carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;
37
+ ----
@@ -0,0 +1,15 @@
1
+ [source, sass]
2
+ ----
3
+ $btn-close-width: 1em !default;
4
+ $btn-close-height: $btn-close-width !default;
5
+ $btn-close-padding-x: .25em !default;
6
+ $btn-close-padding-y: $btn-close-padding-x !default;
7
+ $btn-close-color: $black !default;
8
+ $btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$btn-close-color}'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>") !default;
9
+ $btn-close-focus-shadow: $focus-ring-box-shadow !default;
10
+ $btn-close-opacity: .5 !default;
11
+ $btn-close-hover-opacity: .75 !default;
12
+ $btn-close-focus-opacity: 1 !default;
13
+ $btn-close-disabled-opacity: .25 !default;
14
+ $btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;
15
+ ----
@@ -0,0 +1,14 @@
1
+ [source, sass]
2
+ ----
3
+ $code-font-size: $small-font-size !default;
4
+ $code-color: $pink !default;
5
+
6
+ $kbd-padding-y: .1875rem !default;
7
+ $kbd-padding-x: .375rem !default;
8
+ $kbd-font-size: $code-font-size !default;
9
+ $kbd-color: var(--#{$prefix}body-bg) !default;
10
+ $kbd-bg: var(--#{$prefix}body-color) !default;
11
+ $nested-kbd-font-weight: null !default; // Deprecated in v5.2.0, removing in v6
12
+
13
+ $pre-color: null !default;
14
+ ----