j1-template 2023.2.7 → 2023.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (452) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -1
  3. data/_includes/themes/j1/layouts/content_generator_post.html +2 -2
  4. data/_includes/themes/j1/layouts/layout_metadata_generator.html +38 -38
  5. data/_includes/themes/j1/procedures/blocks/footer/boxes/about_box.proc +1 -1
  6. data/_includes/themes/j1/procedures/blocks/footer/boxes/contacts_box.proc +1 -1
  7. data/_includes/themes/j1/procedures/blocks/footer/boxes/issue.proc +1 -1
  8. data/_includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc +1 -1
  9. data/_includes/themes/j1/procedures/blocks/footer/boxes/news_box.proc +1 -1
  10. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -3
  11. data/_includes/themes/j1/procedures/layouts/module_writer.proc +7 -23
  12. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +8 -8
  13. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  14. data/_layouts/compress.html +26 -21
  15. data/_layouts/default.html +36 -30
  16. data/assets/data/banner.html +5 -2
  17. data/assets/data/footer.html +15 -3
  18. data/assets/data/masonry.html +1 -1
  19. data/assets/data/masterslider.html +1 -0
  20. data/assets/data/menu.html +4 -4
  21. data/assets/data/panel.html +6 -3
  22. data/assets/data/quicklinks.html +138 -149
  23. data/assets/error_pages/HTTP204.html +3 -3
  24. data/assets/error_pages/HTTP400.html +3 -3
  25. data/assets/error_pages/HTTP401.html +3 -3
  26. data/assets/error_pages/HTTP403.html +3 -3
  27. data/assets/error_pages/HTTP404.html +3 -3
  28. data/assets/error_pages/HTTP444.html +3 -3
  29. data/assets/error_pages/HTTP445.html +3 -3
  30. data/assets/error_pages/HTTP446.html +5 -5
  31. data/assets/error_pages/HTTP447.html +7 -7
  32. data/assets/error_pages/HTTP448.html +7 -7
  33. data/assets/error_pages/HTTP500.html +3 -3
  34. data/assets/error_pages/HTTP501.html +3 -3
  35. data/assets/error_pages/HTTP502.html +3 -3
  36. data/assets/error_pages/HTTP503.html +3 -3
  37. data/assets/themes/j1/adapter/js/advertising.js +355 -156
  38. data/assets/themes/j1/adapter/js/analytics.js +1 -1
  39. data/assets/themes/j1/adapter/js/asciidoctor.js +1 -1
  40. data/assets/themes/j1/adapter/js/attic.js +22 -14
  41. data/assets/themes/j1/adapter/js/bmd.js +1 -1
  42. data/assets/themes/j1/adapter/js/carousel.js +5 -4
  43. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  44. data/assets/themes/j1/adapter/js/comments.js +5 -5
  45. data/assets/themes/j1/adapter/js/cookieConsent.js +1 -1
  46. data/assets/themes/j1/adapter/js/customFunctions.js +1 -1
  47. data/assets/themes/j1/adapter/js/customModule.js +1 -1
  48. data/assets/themes/j1/adapter/js/dropdowns.js +4 -2
  49. data/assets/themes/j1/adapter/js/fab.js +9 -6
  50. data/assets/themes/j1/adapter/js/framer.js +1 -1
  51. data/assets/themes/j1/adapter/js/iconPicker.js +227 -0
  52. data/assets/themes/j1/adapter/js/j1.js +402 -76
  53. data/assets/themes/j1/adapter/js/justifiedGallery.js +9 -3
  54. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +2 -2
  55. data/assets/themes/j1/adapter/js/lightbox.js +4 -3
  56. data/assets/themes/j1/adapter/js/logger.js +1 -1
  57. data/assets/themes/j1/adapter/js/lunr.js +1 -1
  58. data/assets/themes/j1/adapter/js/masonry.js +4 -3
  59. data/assets/themes/j1/adapter/js/masterslider.js +30 -57
  60. data/assets/themes/j1/adapter/js/mmenu.js +2 -2
  61. data/assets/themes/j1/adapter/js/navigator.js +7 -5
  62. data/assets/themes/j1/adapter/js/nbinteract.js +9 -9
  63. data/assets/themes/j1/adapter/js/particles.js +2 -2
  64. data/assets/themes/j1/adapter/js/rangeSlider.js +2 -2
  65. data/assets/themes/j1/adapter/js/rouge.js +2 -2
  66. data/assets/themes/j1/adapter/js/rtable.js +1 -1
  67. data/assets/themes/j1/adapter/js/rtextResizer.js +1 -1
  68. data/assets/themes/j1/adapter/js/scroller.js +97 -109
  69. data/assets/themes/j1/adapter/js/slick.js +28 -18
  70. data/assets/themes/j1/adapter/js/themeToggler.js +259 -0
  71. data/assets/themes/j1/adapter/js/themer.js +63 -23
  72. data/assets/themes/j1/adapter/js/toccer.js +9 -6
  73. data/assets/themes/j1/adapter/js/translator.js +4 -2
  74. data/assets/themes/j1/adapter/js/waves.js +6 -4
  75. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1322 -417
  76. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -3
  77. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +2064 -1273
  78. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -3
  79. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +10280 -9399
  80. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +10 -10
  81. data/assets/themes/j1/core/css/vendor.css +0 -14
  82. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  83. data/assets/themes/j1/modules/backstretch/js/backstretch.js +6 -4
  84. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  85. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
  86. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
  87. data/assets/themes/j1/modules/iconPicker/README.md +266 -0
  88. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.css +419 -0
  89. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.min.css +17 -0
  90. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.json +467 -0
  91. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.min.json +1 -0
  92. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.json +169 -0
  93. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.min.json +1 -0
  94. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.json +1136 -0
  95. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.min.json +1 -0
  96. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.json +1772 -0
  97. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.min.json +1 -0
  98. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +292 -0
  99. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -0
  100. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +7312 -0
  101. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +1 -0
  102. data/assets/themes/j1/modules/iconPicker/images/magnifying-glass-solid.svg +1 -0
  103. data/assets/themes/j1/modules/iconPicker/images/star-of-life-solid.svg +3 -0
  104. data/assets/themes/j1/modules/iconPicker/images/xmark-solid.svg +3 -0
  105. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.js +493 -0
  106. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.min.js +17 -0
  107. data/assets/themes/j1/modules/jquery/AUTHORS.txt +372 -0
  108. data/assets/themes/j1/modules/jquery/LICENSE.txt +43 -0
  109. data/assets/themes/j1/modules/jquery/css/images/ui-icons_444444_256x240.png +0 -0
  110. data/assets/themes/j1/modules/jquery/css/images/ui-icons_555555_256x240.png +0 -0
  111. data/assets/themes/j1/modules/jquery/css/images/ui-icons_777620_256x240.png +0 -0
  112. data/assets/themes/j1/modules/jquery/css/images/ui-icons_777777_256x240.png +0 -0
  113. data/assets/themes/j1/modules/jquery/css/images/ui-icons_cc0000_256x240.png +0 -0
  114. data/assets/themes/j1/modules/jquery/css/images/ui-icons_ffffff_256x240.png +0 -0
  115. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.css +92 -92
  116. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.min.css +4 -4
  117. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.css +88 -88
  118. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.min.css +2 -2
  119. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.css +4 -4
  120. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.min.css +2 -2
  121. data/assets/themes/j1/modules/jquery/js/jquery-ui.js +13683 -13678
  122. data/assets/themes/j1/modules/jquery/js/jquery-ui.min.js +3 -3
  123. data/assets/themes/j1/modules/jquery/js/jquery.js +1029 -1203
  124. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
  125. data/assets/themes/j1/modules/jquery/js/jquery.min.map +1 -1
  126. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +1315 -0
  127. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +7 -0
  128. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +886 -0
  129. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +5 -0
  130. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +446 -0
  131. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +5 -0
  132. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +37 -0
  133. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +17 -0
  134. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +42 -0
  135. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +17 -0
  136. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +19057 -0
  137. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +6 -0
  138. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +10872 -0
  139. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +2 -0
  140. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +1 -0
  141. data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +2145 -0
  142. data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +5 -0
  143. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +2 -2
  144. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  145. data/assets/themes/j1/modules/masterslider/css/theme/uno.css +9 -9
  146. data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +1 -1
  147. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +2 -2
  148. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  149. data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +136 -47
  150. data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +9 -9
  151. data/assets/themes/j1/modules/scroller/js/scroller.js +76 -69
  152. data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
  153. data/assets/themes/j1/modules/translator/js/translator.js +1 -1
  154. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  155. data/lib/j1/version.rb +1 -1
  156. data/lib/starter_web/Gemfile +2 -2
  157. data/lib/starter_web/README.md +5 -5
  158. data/lib/starter_web/_config.yml +5 -2
  159. data/lib/starter_web/_data/blocks/banner.yml +8 -5
  160. data/lib/starter_web/_data/blocks/defaults/footer.yml +4 -4
  161. data/lib/starter_web/_data/blocks/footer.yml +12 -5
  162. data/lib/starter_web/_data/blocks/panel.yml +41 -38
  163. data/lib/starter_web/_data/j1_config.yml +68 -58
  164. data/lib/starter_web/_data/layouts/collection.yml +1 -0
  165. data/lib/starter_web/_data/layouts/default.yml +1 -1
  166. data/lib/starter_web/_data/layouts/home.yml +38 -9
  167. data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -0
  168. data/lib/starter_web/_data/layouts/page.yml +2 -1
  169. data/lib/starter_web/_data/layouts/post.yml +1 -0
  170. data/lib/starter_web/_data/layouts/raw.yml +1 -0
  171. data/lib/starter_web/_data/modules/advertising.yml +209 -58
  172. data/lib/starter_web/_data/modules/analytics.yml +2 -2
  173. data/lib/starter_web/_data/modules/attics.yml +4 -7
  174. data/lib/starter_web/_data/modules/defaults/advertising.yml +3 -2
  175. data/lib/starter_web/_data/modules/defaults/attics.yml +3 -3
  176. data/lib/starter_web/_data/modules/defaults/iconPicker.yml +42 -0
  177. data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -13
  178. data/lib/starter_web/_data/modules/defaults/theme_toggler.yml +42 -0
  179. data/lib/starter_web/_data/modules/iconPicker.yml +64 -0
  180. data/lib/starter_web/_data/modules/masonry.yml +3 -3
  181. data/lib/starter_web/_data/modules/masterslider.yml +5 -5
  182. data/lib/starter_web/_data/modules/navigator_menu.yml +311 -160
  183. data/lib/starter_web/_data/modules/scroller.yml +8 -8
  184. data/lib/starter_web/_data/modules/slick.yml +47 -86
  185. data/lib/starter_web/_data/modules/theme_toggler.yml +29 -0
  186. data/lib/starter_web/_data/modules/themer.yml +0 -6
  187. data/lib/starter_web/_data/resources.yml +54 -53
  188. data/lib/starter_web/_data/templates/feed.xml +1 -1
  189. data/lib/starter_web/_includes/attributes.0.asciidoc +626 -0
  190. data/lib/starter_web/_includes/attributes.asciidoc +81 -72
  191. data/lib/starter_web/_includes/google/static/google_ad_5128488466.html +19 -0
  192. data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +19 -0
  193. data/lib/starter_web/_includes/google/templates/google_ads.html +55 -0
  194. data/lib/starter_web/_plugins/asciidoctor/google-ad-block.rb +47 -0
  195. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  196. data/lib/starter_web/assets/images/badges/configBinder.jpg +0 -0
  197. data/lib/starter_web/assets/images/badges/docsBinder.jpg +0 -0
  198. data/lib/starter_web/assets/images/badges/notebookBinder.jpg +0 -0
  199. data/lib/starter_web/assets/images/badges/scaleable/configBinder.svg +1 -1
  200. data/lib/starter_web/assets/images/badges/scaleable/docsBinder.svg +1 -1
  201. data/lib/starter_web/assets/images/badges/scaleable/myBinder.svg +1 -1
  202. data/lib/starter_web/assets/images/badges/scaleable/notebookBinder.svg +1 -1
  203. data/lib/starter_web/assets/images/icons/hyvor-talk/jpg/hyvor-logo.512x512.jpg +0 -0
  204. data/lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.jpg +0 -0
  205. data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +1 -1
  206. data/lib/starter_web/assets/images/icons/j1/jpg/j1-256x256.jpg +0 -0
  207. data/lib/starter_web/assets/images/icons/j1/jpg/j1-512x512.jpg +0 -0
  208. data/lib/starter_web/assets/images/icons/j1/jpg/j1-64x64.jpg +0 -0
  209. data/lib/starter_web/assets/images/icons/j1/png/j1-256x256.png +0 -0
  210. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg +0 -0
  211. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg.png +0 -0
  212. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.png +0 -0
  213. data/lib/starter_web/assets/images/icons/j1/png/j1-64x64.png +0 -0
  214. data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +1 -1
  215. data/lib/starter_web/assets/images/icons/mdi/mdi.svg +1 -0
  216. data/lib/starter_web/assets/images/icons/mdi/mdil.svg +1 -0
  217. data/lib/starter_web/assets/images/modules/attics/1920x1280/alexander-redl.jpg +0 -0
  218. data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
  219. data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
  220. data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
  221. data/lib/starter_web/assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg +0 -0
  222. data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
  223. data/lib/starter_web/assets/images/modules/attics/1920x1280/clem-onojeghuo.jpg +0 -0
  224. data/lib/starter_web/assets/images/modules/attics/1920x1280/core_web_vitals_best.png +0 -0
  225. data/lib/starter_web/assets/images/modules/attics/1920x1280/crawford-jolly.jpg +0 -0
  226. data/lib/starter_web/assets/images/modules/attics/1920x1280/eleni-afiontzi.jpg +0 -0
  227. data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
  228. data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
  229. data/lib/starter_web/assets/images/modules/attics/1920x1280/harpal-singh.jpg +0 -0
  230. data/lib/starter_web/assets/images/modules/attics/1920x1280/hayden-mills-2.jpg +0 -0
  231. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-1.jpg +0 -0
  232. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-2.jpg +0 -0
  233. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-3.jpg +0 -0
  234. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg +0 -0
  235. data/lib/starter_web/assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg +0 -0
  236. data/lib/starter_web/assets/images/modules/attics/1920x1280/josep-martins.jpg +0 -0
  237. data/lib/starter_web/assets/images/modules/attics/1920x1280/josh-liu.jpg +0 -0
  238. data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
  239. data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
  240. data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.jpg +0 -0
  241. data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.webp +0 -0
  242. data/lib/starter_web/assets/images/modules/attics/1920x1280/matthaeus.jpg +0 -0
  243. data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
  244. data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
  245. data/lib/starter_web/assets/images/modules/attics/1920x1280/mohammad-rahmani.jpg +0 -0
  246. data/lib/starter_web/assets/images/modules/attics/1920x1280/nasa.jpg +0 -0
  247. data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
  248. data/lib/starter_web/assets/images/modules/attics/1920x1280/recha-oktaviani.jpg +0 -0
  249. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280.jpg +0 -0
  250. data/lib/starter_web/assets/images/modules/attics/christina-1920x1280.jpg +0 -0
  251. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200.jpg +0 -0
  252. data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
  253. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +1 -1
  254. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg +0 -0
  255. data/lib/starter_web/assets/images/pages/core_web_vitals/200-create-a-link-1.jpg +0 -0
  256. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
  257. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg +0 -0
  258. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.jpg +0 -0
  259. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
  260. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
  261. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
  262. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
  263. data/lib/starter_web/assets/images/pages/html_validator/appdevtools-html-validator.jpg +0 -0
  264. data/lib/starter_web/assets/images/pages/html_validator/freeformatter-html-validator.jpg +0 -0
  265. data/lib/starter_web/assets/images/pages/html_validator/w3c-nu-checker.jpg +0 -0
  266. data/lib/starter_web/assets/images/pages/html_validator/w3c-validator.jpg +0 -0
  267. data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.jpg +0 -0
  268. data/lib/starter_web/assets/images/posts/featured/jamstack-generators.jpg +0 -0
  269. data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.jpg +0 -0
  270. data/lib/starter_web/assets/images/posts/featured/jekyll.jpg +0 -0
  271. data/lib/starter_web/assets/images/posts/featured/static-web-access.jpg +0 -0
  272. data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
  273. data/lib/starter_web/assets/images/quotes/promo/home/screenshot.jpg +0 -0
  274. data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-faq.jpg +0 -0
  275. data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.jpg +0 -0
  276. data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.png +0 -0
  277. data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-og.png +0 -0
  278. data/lib/starter_web/assets/images/quotes/promo/jekyll/scalable/jekyll-faq.psd +0 -0
  279. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +8 -9
  280. data/lib/starter_web/collections/_biography/becoming.adoc +23 -10
  281. data/lib/starter_web/collections/_biography/born-to-run.adoc +28 -10
  282. data/lib/starter_web/collections/_biography/forty-autumns.adoc +20 -13
  283. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +25 -15
  284. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +24 -15
  285. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +25 -12
  286. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -10
  287. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +11 -8
  288. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +32 -8
  289. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +17 -14
  290. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +27 -13
  291. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +38 -15
  292. data/lib/starter_web/collections/_people/diana-petersen.adoc +2 -0
  293. data/lib/starter_web/collections/_people/larry-parker.adoc +2 -0
  294. data/lib/starter_web/collections/_people/parveen-anand.adoc +2 -0
  295. data/lib/starter_web/collections/_portfolio/branding.adoc +5 -0
  296. data/lib/starter_web/collections/_portfolio/graphic_design.adoc +5 -0
  297. data/lib/starter_web/collections/_portfolio/identity.adoc +5 -0
  298. data/lib/starter_web/collections/_portfolio/illustration.adoc +5 -0
  299. data/lib/starter_web/collections/_portfolio/photography.adoc +5 -0
  300. data/lib/starter_web/collections/_portfolio/web_design.adoc +5 -0
  301. data/lib/starter_web/collections/_romance/{breath-of-snow-and-ashes-a.adoc → breath-of-snow-and-ashes.adoc} +20 -5
  302. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +26 -14
  303. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +12 -9
  304. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +14 -11
  305. data/lib/starter_web/collections/_romance/outlander-novel.adoc +48 -25
  306. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +30 -15
  307. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +4 -2
  308. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +4 -1
  309. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +5 -3
  310. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +4 -1
  311. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
  312. data/lib/starter_web/index.html +1 -18
  313. data/lib/starter_web/package.json +3 -3
  314. data/lib/starter_web/pages/public/about/features.adoc +1 -1
  315. data/lib/starter_web/pages/public/about/reporting_issues.adoc +1 -1
  316. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +1 -1
  317. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -1
  318. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +4 -4
  319. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
  320. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +1 -1
  321. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +1 -1
  322. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +1 -1
  323. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +1 -1
  324. data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +75 -65
  325. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +58 -0
  326. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/accordion.asciidoc +34 -0
  327. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/alerts.asciidoc +15 -0
  328. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/badges.asciidoc +9 -0
  329. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/body.asciidoc +14 -0
  330. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/breadcrumbs.asciidoc +14 -0
  331. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/buttons.asciidoc +75 -0
  332. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/cards.asciidoc +22 -0
  333. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/carousel.asciidoc +37 -0
  334. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/close.asciidoc +15 -0
  335. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/code.asciidoc +14 -0
  336. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/color_system.asciidoc +353 -0
  337. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/components.asciidoc +69 -0
  338. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/dropdowns.asciidoc +53 -0
  339. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/figures.asciidoc +5 -0
  340. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/forms.asciidoc +270 -0
  341. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/grid.asciidoc +49 -0
  342. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/links.asciidoc +21 -0
  343. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/list_groups.asciidoc +28 -0
  344. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/modals.asciidoc +43 -0
  345. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navbar.asciidoc +45 -0
  346. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navs.asciidoc +28 -0
  347. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/offcanvas.asciidoc +16 -0
  348. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/options.asciidoc +30 -0
  349. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/pagination.asciidoc +40 -0
  350. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/paragraph.asciidoc +5 -0
  351. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/placeholders.asciidoc +5 -0
  352. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/popovers.asciidoc +28 -0
  353. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/position.asciidoc +8 -0
  354. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/progress_bars.asciidoc +12 -0
  355. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spacing.asciidoc +14 -0
  356. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spinners.asciidoc +12 -0
  357. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tables.asciidoc +55 -0
  358. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/thumbnails.asciidoc +9 -0
  359. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/toasts.asciidoc +18 -0
  360. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tooltips.asciidoc +28 -0
  361. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/typography.asciidoc +115 -0
  362. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/z_index.asciidoc +26 -0
  363. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/_table.asciidoc +9 -0
  364. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/accordion.asciidoc +87 -0
  365. data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +262 -0
  366. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +59 -0
  367. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/100_chapter.asciidoc +541 -0
  368. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/200_chapter.asciidoc +33 -0
  369. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/build_command_options.asciidoc +72 -0
  370. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/files_and_folders.asciidoc +66 -0
  371. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_configuration_options.asciidoc +63 -0
  372. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_variables.asciidoc +26 -0
  373. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/page_variables.asciidoc +54 -0
  374. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/serve_command_options.asciidoc +45 -0
  375. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/site_variables.asciidoc +59 -0
  376. data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +442 -0
  377. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc +112 -0
  378. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  379. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +3 -4
  380. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +1 -1
  381. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +2 -2
  382. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -10
  383. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +35 -4
  384. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +3 -3
  385. data/lib/starter_web/pages/public/learn/where_to_go.adoc +41 -49
  386. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
  387. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -2
  388. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
  389. data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +255 -0
  390. data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +1458 -0
  391. data/lib/starter_web/pages/public/tools/cheatsheet/j1.adoc +63 -0
  392. data/lib/starter_web/pages/public/tools/cheatsheet/yaml.adoc +514 -0
  393. data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc +94 -5
  394. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  395. data/lib/starter_web/utilsrv/package.json +1 -1
  396. metadata +169 -60
  397. data/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
  398. data/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
  399. data/assets/themes/j1/core/css/nbinteract-tutorial/styles.css +0 -1711
  400. data/assets/themes/j1/core/css/nbinteract-tutorial/styles.min.css +0 -1
  401. data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +0 -127
  402. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +0 -460
  403. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +0 -97
  404. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +0 -15
  405. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +0 -115
  406. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +0 -15
  407. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +0 -97
  408. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +0 -15
  409. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +0 -125
  410. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +0 -15
  411. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
  412. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
  413. data/lib/starter_web/assets/images/icons/j1/j1-256x256.gif +0 -0
  414. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
  415. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
  416. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
  417. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
  418. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
  419. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
  420. data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg +0 -0
  421. data/lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg +0 -0
  422. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg +0 -0
  423. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png +0 -0
  424. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg +0 -0
  425. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg +0 -0
  426. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg +0 -0
  427. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg +0 -0
  428. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg +0 -0
  429. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg +0 -0
  430. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg +0 -0
  431. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg +0 -0
  432. data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
  433. data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.png +0 -0
  434. data/lib/starter_web/assets/images/posts/featured/jamstack-generators.png +0 -0
  435. data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.png +0 -0
  436. data/lib/starter_web/assets/images/posts/featured/jekyll.png +0 -0
  437. data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
  438. data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
  439. data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
  440. data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
  441. data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
  442. data/lib/starter_web/assets/images/posts/featured/static-web-access.png +0 -0
  443. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +0 -118
  444. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +0 -118
  445. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +0 -118
  446. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +0 -117
  447. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +0 -117
  448. /data/lib/starter_web/assets/images/badges/{configBinder.png → png/configBinder.png} +0 -0
  449. /data/lib/starter_web/assets/images/badges/{docsBinder.png → png/docsBinder.png} +0 -0
  450. /data/lib/starter_web/assets/images/badges/{notebookBinder.png → png/notebookBinder.png} +0 -0
  451. /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.24x24.png → png/hyvor-logo.24x24.png} +0 -0
  452. /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.512x512.png → png/hyvor-logo.512x512.png} +0 -0
@@ -0,0 +1,626 @@
1
+ // ~/includes/attributes.asciidoc
2
+ // Global Ascidoc attributes file
3
+ // -----------------------------------------------------------------------------
4
+
5
+ // URLS, global references to internal|external web links (macro link:)
6
+ // -----------------------------------------------------------------------------
7
+ tag::urls[]
8
+
9
+ :url-about-cookies--home: http://www.aboutcookies.org/
10
+
11
+ :url-animate-css--home: https://animate.style/
12
+ :url-anime--home: https://animejs.com/
13
+
14
+ :url-apache-log4j-v2--home: https://logging.apache.org/log4j/2.x/
15
+
16
+ :url-binder--home: https://mybinder.org/
17
+ :url-binder-app-launch--lab: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main
18
+ :url-binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
19
+
20
+ :url-oreilly-atlas--home: https://atlas.oreilly.com/
21
+
22
+ :url-asciidoctor--home: https://asciidoctor.org/
23
+ :url-asciidoctor--docs: https://docs.asciidoctor.org/asciidoctor/latest/
24
+ :url-asciidoctor-pdf--home: https://asciidoctor.org/docs/asciidoctor-pdf/
25
+ :url-asciidoctor-rouge--home: https://github.com/jirutka/asciidoctor-rouge/
26
+
27
+ :url-asciidoctor-plugin--home: https://github.com/asciidoctor/jekyll-asciidoc/
28
+ :url-asciidoctor-plugin--issue_166: https://github.com/asciidoctor/jekyll-asciidoc/issues/166
29
+ :url-asciidoctor-plugin--issue_166: https://github.com/asciidoctor/jekyll-asciidoc/issues/166
30
+
31
+ :url-asciidoctor--extensions-lab: https://github.com/asciidoctor/asciidoctor-extensions-lab/
32
+ :url-asciidoctor--extensions-use: https://github.com/asciidoctor/asciidoctor-extensions-lab#using-an-extension
33
+ :url-asciidoctor--extensions-manual: http://asciidoctor.org/docs/user-manual/#extensions
34
+
35
+ :url-alexa-scores--youtube: https://www.alexa.com/siteinfo/youtube.com
36
+ :url-alexa-scores--vimeo: https://www.alexa.com/siteinfo/vimeo.com
37
+ :url-alexa-scores--dailymotion: https://www.alexa.com/siteinfo/dailymotion.com
38
+ :url-alexa-scores--vk: https://www.alexa.com/siteinfo/vk.com
39
+
40
+ :url-babel-js--home: https://babeljs.io/
41
+ :url-babel-js--gh-repo: https://github.com/babel/babel/
42
+
43
+ :url-backstretch--home: https://www.jquery-backstretch.com/
44
+ :url-backstretch--gh-repo: https://github.com/jquery-backstretch/jquery-backstretch/
45
+
46
+ :url-ben-balter-blog--collections: https://ben.balter.com/2015/02/20/jekyll-collections/
47
+
48
+ :url-bootsnav--github: https://github.com/adamnurdin01/bootsnav
49
+
50
+ :url-broadbandsearch--mobile-internet-usage: https://www.broadbandsearch.net/blog/mobile-desktop-internet-usage-statistics
51
+
52
+ :url-bs-cookie-banner--gh-repo: https://github.com/shaack/bootstrap-cookie-banner/
53
+
54
+ :url-bs--home: https://getbootstrap.com/
55
+ :url-bs--themes: https://themes.getbootstrap.com/
56
+ :url-bs--expo: https://expo.getbootstrap.com/
57
+
58
+ :url-bs-docs: https://getbootstrap.com/docs/5.3/getting-started/introduction/
59
+ :url-bs-docs--examples: https://getbootstrap.com/docs/5.3/examples/
60
+
61
+ :url-bs-docs--content-code: https://getbootstrap.com/docs/5.3/content/code/
62
+ :url-bs-docs--content-figures: https://getbootstrap.com/docs/5.3/content/figures/
63
+ :url-bs-docs--content-images: https://getbootstrap.com/docs/5.3/content/images/
64
+ :url-bs-docs--content-typography: https://getbootstrap.com/docs/5.3/content/typography/
65
+ :url-bs-docs--content-tables: https://getbootstrap.com/docs/5.3/content/tables/
66
+
67
+ :url-bs-docs--components-alerts: https://getbootstrap.com/docs/5.3/components/alerts/
68
+ :url-bs-docs--components-badges: https://getbootstrap.com/docs/5.3/components/badge/
69
+ :url-bs-docs--components-breadcrumb: https://getbootstrap.com/docs/5.3/components/breadcrumb/
70
+ :url-bs-docs--components-buttons: https://getbootstrap.com/docs/5.3/components/buttons/
71
+ :url-bs-docs--components-button_group: https://getbootstrap.com/docs/5.3/components/button-group/
72
+ :url-bs-docs--components-cards: https://getbootstrap.com/docs/5.3/components/card/
73
+ :url-bs-docs--components-carousel: https://getbootstrap.com/docs/5.3/components/carousel/
74
+ :url-bs-docs--components-collapse: https://getbootstrap.com/docs/5.3/components/collapse/
75
+ :url-bs-docs--components-dropdowns: https://getbootstrap.com/docs/5.3/components/dropdowns/
76
+ :url-bs-docs--components-forms: https://getbootstrap.com/docs/5.3/forms/overview/
77
+ :url-bs-docs--components-input_group: https://getbootstrap.com/docs/5.3/components/input-group/
78
+ :url-bs-docs--components-jumbotron: https://getbootstrap.com/docs/5.3/components/jumbotron/
79
+ :url-bs-docs--components-list_group: https://getbootstrap.com/docs/5.3/components/list-group/
80
+ :url-bs-docs--components-modal: https://getbootstrap.com/docs/5.3/components/modal/
81
+ :url-bs-docs--components-navs: https://getbootstrap.com/docs/5.3/components/navs/
82
+ :url-bs-docs--components-navbar: https://getbootstrap.com/docs/5.3/components/navbar/
83
+ :url-bs-docs--components-pagination: https://getbootstrap.com/docs/5.3/components/pagination/
84
+ :url-bs-docs--components-popovers: https://getbootstrap.com/docs/5.3/components/popovers/
85
+ :url-bs-docs--components-progress: https://getbootstrap.com/docs/5.3/components/progress/
86
+ :url-bs-docs--components-tooltips: https://getbootstrap.com/docs/5.3/components/tooltips/
87
+
88
+ :url-bs-docs--utils-borders: https://getbootstrap.com/docs/5.3/utilities/borders/
89
+ :url-bs-docs--utils-clearfix: https://getbootstrap.com/docs/5.3/utilities/clearfix/
90
+ :url-bs-docs--utils-close_icon: https://getbootstrap.com/docs/5.3/utilities/close-icon/
91
+ :url-bs-docs--utils-colors: https://getbootstrap.com/docs/5.3/utilities/colors/
92
+ :url-bs-docs--utils-display: https://getbootstrap.com/docs/5.3/utilities/display/
93
+ :url-bs-docs--utils-embeds: https://getbootstrap.com/docs/5.3/utilities/embed/
94
+ :url-bs-docs--utils-flex: https://getbootstrap.com/docs/5.3/utilities/flex/
95
+ :url-bs-docs--utils-float: https://getbootstrap.com/docs/5.3/utilities/float/
96
+ :url-bs-docs--utils-image_replacement: https://getbootstrap.com/docs/5.3/utilities/image-replacement/
97
+ :url-bs-docs--utils-screenreaders: https://getbootstrap.com/docs/5.3/utilities/screenreaders/
98
+ :url-bs-docs--utils-sizing: https://getbootstrap.com/docs/5.3/utilities/sizing/
99
+ :url-bs-docs--utils-spacing: https://getbootstrap.com/docs/5.3/utilities/spacing/
100
+ :url-bs-docs--utils-text: https://getbootstrap.com/docs/5.3/utilities/text/
101
+ :url-bs-docs--utils-vertical_alignment: https://getbootstrap.com/docs/5.3/utilities/vertical-align/
102
+ :url-bs-docs--utils-visibility: https://getbootstrap.com/docs/5.3/utilities/visibility/
103
+
104
+ :url-bs-docs--migration-to-v5: https://getbootstrap.com/docs/5.3/migration/
105
+
106
+ :url-bs-material-design--home: https://mdbootstrap.github.io/bootstrap-material-design/
107
+ :url-bs-material-design--gh-repo: https://github.com/mdbootstrap/bootstrap-material-design/
108
+
109
+ :url-bs-theme-switcher--gh-repo: https://github.com/jguadagno/bootstrapThemeSwitcher/
110
+
111
+ :url-bootswatch--home: https://bootswatch.com/
112
+ :url-bootswatch--api: https://bootswatch.com/help/#api
113
+
114
+ :url-builder--gh-repo: https://github.com/jimweirich/builder/
115
+
116
+ :url-bump--gh-repo: https://github.com/gregorym/bump/
117
+
118
+ :url-cash--gh-repo: https://github.com/fabiospampinato/cash/
119
+ :url-clipboard--gh-repo: https://github.com/zenorocha/clipboard.js/
120
+
121
+ :url-cors--gh-repo: https://github.com/expressjs/cors/
122
+ :url-cross-env--gh-repo: https://github.com/kentcdodds/cross-env/
123
+ :url-cross-var--gh-repo: https://github.com/elijahmanor/cross-var/
124
+
125
+ :url-dailymotion--home: https://www.dailymotion.com/
126
+ :url-dailymotion--privacy-policy: https://legal.dailymotion.com/en/privacy-policy/
127
+
128
+ :url-datatables--home: https://datatables.net/
129
+ :url-docker--home: https://getbootstrap.com/
130
+ :url-docker--docs: https://docs.docker.com/
131
+
132
+ :url-eslint--home: https://eslint.org/
133
+ :url-eslint--gh-repo: https://github.com/eslint/eslint/
134
+
135
+ :url-execjs--gh-repo: https://github.com/rails/execjs/
136
+
137
+ :url-facebook--privacy-policy-en: https://www.facebook.com/policy.php
138
+ :url-facebook--privacy-policy-de: https://de-de.facebook.com/policy.php
139
+
140
+ :url-filamentgroup--home: https://www.filamentgroup.com/
141
+
142
+ :url-fontawesome--home: https://fontawesome.com/
143
+ :url-fontawesome--icons: https://fontawesome.com/icons?d=gallery
144
+ :url-fontawesome--free-preview: https://fontawesome.com/search?m=free&o=r
145
+ :url-fontawesome--get-started: https://fontawesome.com/get-started
146
+ :url-fontawesome-free--gh-repo: https://github.com/FortAwesome/Font-Awesome/
147
+ :url-fsevents--gh-repo: https://github.com/fsevents/fsevents/
148
+
149
+ :url-ga-optin—--home: https://github.com/luciomartinez/gtag-opt-in/
150
+
151
+ :url-getos--gh-repo: https://github.com/retrohacker/getos/
152
+
153
+ :url-git--home: https://git-scm.com/
154
+ :url-git--download-windows-x64: https://github.com/git-for-windows/git/releases/download/v2.34.1.windows.1/Git-2.34.1-64-bit.exe
155
+
156
+ :url-git--git-workflow: https://nvie.com/posts/a-successful-git-branching-model/
157
+ :url-git--git-branching-model: https://nvie.com/posts/a-successful-git-branching-model/
158
+
159
+ :url-github--home: https://github.com/
160
+ :url-github--join: https://github.com/join
161
+ :url-github--cli: https://cli.github.com/
162
+ :url-github--cli-repo: https://github.com/cli/cli
163
+ :url-github--cli-v2-4-0: https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_windows_amd64.msi
164
+ :url-github--docs: https://docs.github.com/en
165
+ :url-github--login: https://github.com/login
166
+ :url-github--pages: https://pages.github.com/
167
+ :url-github--about-org: https://help.github.com/articles/about-organizations/
168
+ :url-github-dev--oauth-app: https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/
169
+
170
+ :url-gist--home: https://gist.github.com/
171
+ :url-gist--asciidoc-extensions-example: https://gist.github.com/mojavelinux/5546622
172
+
173
+ :url-gdpr-eu--home: https://gdpr.eu/
174
+ :url-gdpr--C-673-17: https://curia.europa.eu/juris/liste.jsf?num=C-673/17
175
+
176
+ :url-google-material-design-icons--gh-repo: https://github.com/google/material-design-icons/
177
+ :url-google--deactivate-ga-en: http://tools.google.com/dlpage/gaoptout?hl=en
178
+ :url-google--privacy-policy-en: https://policies.google.com/privacy?hl=en
179
+ :url-google--privacy-policy-de: https://policies.google.com/privacy?hl=de
180
+
181
+ :url-heroku--home: https://www.heroku.com/home/
182
+
183
+ :url-iconify--home: https://iconify.design/
184
+ :url-iconify--icon-sets: https://iconify.design/icon-sets/
185
+ :url-iconify--medical-icons: https://iconify.design/icon-sets/medical-icon/
186
+ :url-iconify--brand-icons: https://iconify.design/icon-sets/logos/
187
+
188
+ :url-instagram--privacy-policy: http://instagram.com/about/legal/privacy/
189
+
190
+ :url-iframe-resizer--gh-repo: https://github.com/davidjbradshaw/iframe-resizer/
191
+
192
+ :url-j1-docs-binderhub--local: /public/jupyter/docs/binderhub/
193
+ :url-j1-docs-jupyterhub--local: /public/jupyter/docs/jupyterhub/
194
+ :url-j1-docs-binderhub--remote: https://jekyll.one/pages/public/jupyter/docs/binderhub/
195
+ :url-j1-docs-jupyterhub--remote: https://jekyll.one/pages/public/jupyter/docs/jupyterhub/
196
+
197
+ :url-j1-gh-binder-repo--requirements-txt: https://github.com/jekyll-one/j1-binder-repo
198
+ :url-j1-gh-binder-repo--environment-yml: https://github.com/jekyll-one/j1-binder-nbinteract
199
+
200
+ :url-j1--features: /pages/public/about/features/
201
+
202
+ :url-j1--home: https://jekyll.one/
203
+ :url-j1--download: https://rubygems.org/gems/j1-template/
204
+ :url-j1--versions: https://rubygems.org/gems/j1-template/versions/
205
+ :url-j1--reporting-issues: https://github.com/jekyll-one/j1-starter/issues
206
+
207
+ :url-j1-rubydoc--home: https://www.rubydoc.info/gems/j1-template/
208
+ :url-j1--gh-binder-repo: https://github.com/jekyll-one/j1-binder-repo
209
+
210
+ :url-j1--preview: https://preview.jekyll.one/
211
+ :url-j1--quickstart: https://jekyll.one/pages/public/learn/quickstart/
212
+ :url-j1-cheatsheet--j1-git: http://localhost:42000/pages/public/cheatsheets/j1/#git
213
+ :url-j1--translator:
214
+
215
+ :url-j1-kickstarter--web-in-a-day: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/meet_and_greet/
216
+ :url-j1-web-in-a-day--meet-and-greet: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/meet_and_greet/
217
+ :url-j1-web-in-a-day--awesome-site: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/a_awesome_site/
218
+ :url-j1-web-in-a-day--development-system: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/dev_system/
219
+ :url-j1-web-in-a-day--project-management: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/manage_projects/
220
+ :url-j1-web-in-a-day--creating-content: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/create_content/
221
+
222
+ :url-j1-kickstarter--learning-seo: https://jekyll.one/pages/public/learn/kickstart/learning_seo/what_seo_is/
223
+ :url-j1-learning-seo--what_seo_is: https://jekyll.one/pages/public/learn/kickstart/learning_seo/what_seo_is/
224
+
225
+ :url-j1-downloads--template: https://rubygems.org/gems/j1-template
226
+
227
+ :url-j1--devstart: https://jekyll.one/pages/public/learn/devstart/
228
+
229
+ :url-j1--rocketstart: https://jekyll.one/pages/public/learn/rocketstart
230
+ :url-j1--rocketstart-deployment-reference: https://jekyll.one/pages/public/learn/rocketstart/#deployment-reference
231
+
232
+ :url-j1-roundtrip--present-images: /pages/public/learn/roundtrip/present_images/
233
+
234
+ :url-j1-learn--whats-up: https://jekyll.one/pages/public/learn/whats_up/
235
+ :url-j1-learn--present-images: https://jekyll.one/pages/public/learn/roundtrip/present_images/
236
+ :url-j1-learn--present-videos: https://jekyll.one/pages/public/learn/roundtrip/present_videos/
237
+ :url-j1-learn--typography: https://jekyll.one/pages/public/learn/roundtrip/typography/
238
+ :url-j1-learn--icon-fonts: https://jekyll.one/pages/public/learn/roundtrip/mdi_icon_font/
239
+ :url-j1-learn--asciidoc_extensions: https://jekyll.one/pages/public/learn/roundtrip/asciidoc_extensions/
240
+ :url-j1-learn--extended-modals: https://jekyll.one/pages/public/learn/roundtrip/modals/
241
+ :url-j1-learn--responsive-tables: https://jekyll.one/pages/public/learn/roundtrip/responsive_tables/
242
+ :url-j1-learn--themes: https://jekyll.one/pages/public/learn/roundtrip/themes/
243
+
244
+ :url-j1-binder-repo--requirements-txt: https://github.com/jekyll-one/j1-binder-repo
245
+ :url-j1-binder-repo--environment-yml: https://github.com/jekyll-one/j1-binder-nbinteract
246
+
247
+ :url-j1-repo--j1-nbinteract: https://github.com/jekyll-one/j1-nbinteract
248
+ :url-j1-altair-visualizations--remote: https://jekyll.one/pages/public/jupyter/examples/localized/j1-bokeh-visualizations/
249
+ :url-j1-bokeh-visualizations--remote: https://jekyll.one/pages/public/jupyter/examples/localized/j1-bokeh-visualizations/
250
+ :url-j1-nbi-module-docs--remote: https://jekyll.one/pages/public/manuals/jupyter/j1-nbinteract-docs/
251
+ :url-j1-nbi-apis-binder--remote: https://jekyll.one/pages/public/manuals/jupyter/binderhub/
252
+
253
+ :url-jekyll--home: https://jekyllrb.com/
254
+ :url-jekyll--docs: https://jekyllrb.com/docs/
255
+ :url-jekyll-asciidoc--gh-repo: https://github.com/asciidoctor/jekyll-asciidoc/
256
+ :url-jekyll-compress--gh-repo: http://jch.penibelst.de/
257
+ :url-jekyll-feed--gh-repo: https://github.com/jekyll/jekyll-feed/
258
+ :url-jekyll-gist--gh-repo: https://github.com/jekyll/jekyll-gist/
259
+ :url-jekyll-paginate-v2--gh-repo: https://github.com/sverrirs/jekyll-paginate-v2/
260
+ :url-jekyll-redirect-from--gh-repo: https://github.com/jekyll/jekyll-redirect-from/
261
+ :url-jekyll-sass-converter--gh-repo: https://github.com/jekyll/jekyll-sass-converter/
262
+ :url-jekyll-sitemap--gh-repo: https://github.com/jekyll/jekyll-sitemap/
263
+
264
+ :url-jquery--home: https://jquery.com/
265
+
266
+ :url-js-yaml--gh-repo: https://github.com/nodeca/js-yaml/
267
+ :url-js-json-minify--gh-repo: https://github.com/fkei/JSON.minify/
268
+
269
+ :url-justified-gallery--home: http://miromannino.github.io/Justified-Gallery/
270
+ :url-justified-gallery--gh-repo: https://github.com/miromannino/Justified-Gallery/
271
+
272
+ :url-lingohub--speakers-by-language: https://lingohub.com/blog/2016/10/why-english-only-content-just-wont-cut-it-anymore
273
+
274
+ :url-lerna--home: https://lerna.js.org/
275
+ :url-lerna--gh-repo: https://github.com/lerna/lerna/
276
+
277
+ :url-license--creative-commons: https://creativecommons.org/licenses/by/4.0/
278
+ :url-license--mit: https://opensource.org/licenses/MIT/
279
+ :url-license--sil: https://scripts.sil.org/OFL
280
+
281
+ :url-lightbox-v2--home: https://lokeshdhakar.com/projects/lightbox2/
282
+ :url-lightbox-v2--gh-repo: https://github.com/lokesh/lightbox2/
283
+
284
+ :url-light-gallery--home: https://sachinchoolur.github.io/lightGallery/
285
+ :url-light-gallery--gh-repo: http://sachinchoolur.github.io/lightGallery/
286
+ :url-light-gallery--license: https://www.lightgalleryjs.com/license/
287
+
288
+ :url-liquid--home: https://shopify.github.io/liquid/
289
+ :url-liquid--gh-repo: https://github.com/Shopify/liquid/
290
+
291
+ :url-log4javascript--home: http://log4javascript.org/
292
+
293
+ :url-log4r--gh-repo: https://github.com/colbygk/log4r/
294
+
295
+ :url-lunr--home: https://lunrjs.com/
296
+ :url-lunr--gh-repo: https://github.com/olivernn/lunr.js
297
+
298
+ :url-mdi--home: https://materialdesignicons.com/
299
+ :url-mdi--gh-repo: https://github.com/Templarian/MaterialDesign/
300
+ :url-mdi--preview: https://pictogrammers.com/library/mdi/
301
+ :url-mdi--cheatsheet: https://pictogrammers.github.io/@mdi/font/7.2.96/
302
+
303
+ :url-mdil--home: https://materialdesignicons.com/
304
+ :url-mdil--gh-repo: https://github.com/Pictogrammers/MaterialDesignLight
305
+ :url-mdil--preview: https://pictogrammers.com/library/mdil/
306
+ :url-mdil--cheatsheet: https://pictogrammers.github.io/@mdi/font/7.2.96/
307
+
308
+ :url-materialize--home: https://materializecss.com/
309
+ :url-materialize--gh-repo: https://github.com/Dogfalo/materialize/
310
+
311
+ :url-mobile-menu-light--home: https://www.mmenujs.com/mmenu-light/
312
+ :url-mobile-menu-light--gh-repo: https://github.com/FrDH/mmenu-light
313
+
314
+ :url-msdropdown--home: https://www.marghoobsuleman.com/image-dropdown
315
+
316
+ :url-nbconvert--doc: https://nbconvert.readthedocs.io/en/latest/usage.html
317
+ :url-nbinteract--docs: https://www.nbinteract.com/
318
+
319
+ :url-netlify--home: https://www.netlify.com/
320
+ :url-netlify--docs: https://docs.netlify.com/
321
+ :url-netlify--jamstack: https://www.netlify.com/jamstack/
322
+ :url-netlify--1-click-button: https://docs.netlify.com/site-deploys/create-deploys/#deploy-to-netlify-button
323
+
324
+ :url-node-sass--home: https://github.com/sass/node-sass/
325
+
326
+ :url-nodejs--home: https://nodejs.org/en/
327
+
328
+ :url-nokogiri--home: https://nokogiri.org/
329
+ :url-nokogiri--gh-repo: https://github.com/sparklemotion/nokogiri/
330
+ :url-nokogiri-pretty--gh-repo: https://github.com/tobym/nokogiri-pretty/
331
+
332
+ :url-npm--home: https://www.npmjs.com/
333
+
334
+ :url-npm-run-all--gh-repo: https://github.com/mysticatea/npm-run-all/
335
+
336
+ :url-ny-times--home: https://www.nytimes.com/
337
+
338
+ :url-omniauth--gh-repo: https://github.com/omniauth/omniauth/
339
+
340
+ :url-omniauth-oauth-v2--gh-repo: https://github.com/omniauth/omniauth-oauth2/
341
+
342
+ :url-owl-carousel-v1--home: http://www.landmarkmlp.com/js-plugin/owl.carousel/
343
+
344
+ :url-owasp-attacks--csrf: https://owasp.org/www-community/attacks/csrf
345
+
346
+ :url-parseurl--gh-repo: https://github.com/pillarjs/parseurl/
347
+
348
+ :url-platform--gh-repo: https://github.com/bestiejs/platform.js/
349
+
350
+ :url-popper--home: https://popper.js.org/
351
+ :url-popper--gh-repo: https://github.com/popperjs/popper-core/
352
+
353
+ :url-previewer--county-flags: https://jekyll.one/pages/public/previewer/country_flags/
354
+ :url-previewer--emoji: https://jekyll.one/pages/public/previewer/twitter_emoji/
355
+ :url-previewer--mdi-icons: https://jekyll.one/pages/public/fonticons/mdi/
356
+ :url-previewer--mdil-icons: https://jekyll.one/pages/public/fonticons/mdil/
357
+ :url-previewer--rouge-themes: https://jekyll.one/pages/public/previewer/rouge/
358
+
359
+ :url-puma--home: https://puma.io/
360
+ :url-puma--gh-repo: https://github.com/puma/puma/
361
+
362
+ :url-rack--home: https://rack.github.io/
363
+ :url-rack--gh-repo: https://github.com/rack/rack
364
+
365
+ :url-rack-protection--home: http://sinatrarb.com/protection/
366
+ :url-rack-protection--gh-repo: https://github.com/sinatra/sinatra/tree/master/rack-protection/
367
+
368
+ :url-rack-ssl-enforcer--gh-repo: https://github.com/tobmatth/rack-ssl-enforcer/
369
+
370
+ :url-roboto--home: https://fonts.google.com/specimen/Roboto/
371
+
372
+ :url-ruby-rouge--gh-repo: https://github.com/rouge-ruby/rouge/
373
+
374
+ :url-ruby-warden--home: https://github.com/wardencommunity/warden/wiki/
375
+ :url-ruby-warden--gh-repo: https://github.com/wardencommunity/warden/
376
+
377
+ :url-ruby-lang--home: https://www.ruby-lang.org/en/
378
+ :url-ruby-lang--gh-repo: https://github.com/ruby/ruby/
379
+
380
+ :url-rubyinstaller--download-v2-7-4: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.4-1/rubyinstaller-devkit-2.7.4-1-x64.exe
381
+ :url-rubyinstaller--download-v2-7-5: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.5-1/rubyinstaller-devkit-2.7.5-1-x64.exe
382
+
383
+ :url-rubygems--home: https://rubygems.org/
384
+
385
+ :url-ruby-gem-bundler--gh-repo: https://github.com/bundler/bundler/
386
+ :url-ruby-gem-jekyll-auth--gh-repo: https://github.com/benbalter/jekyll-auth/
387
+
388
+ :url-ruby-sass--home: https://sass-lang.com/ruby-sass/
389
+
390
+ :url-sass-lang--home: https://sass-lang.com/
391
+ :url-sass-lang--gh-repo: https://github.com/sass/dart-sass/
392
+
393
+ :url-jamstack--home: https://jamstack.org/
394
+ :url-jamstack--generators: https://jamstack.org/generators/
395
+
396
+ :url-shopify--home: https://www.shopify.com/
397
+
398
+ :url-stackoverflow--usage-fonticons: https://stackoverflow.com/questions/11135261/should-i-use-i-tag-for-icons-instead-of-span
399
+
400
+ :url-tablesaw-rtables--gh-repo: https://github.com/filamentgroup/tablesaw/
401
+
402
+ :url-terser--home: https://terser.org/
403
+ :url-terser--gh-repo: https://github.com/terser/terser/
404
+
405
+ :url-theme-switcher--gh-repo: https://github.com/jguadagno/bootstrapThemeSwitcher/
406
+
407
+ :url-tocbot--home: https://tscanlin.github.io/tocbot/
408
+ :url-tocbot--gh-repo: https://github.com/tscanlin/tocbot/
409
+
410
+ :url-translator--google: https://translate.google.com/
411
+ :url-translator--deepl: https://www.deepl.com/de/translator
412
+
413
+ :url-twitter-emoji--gh-repo: https://github.com/twitter/twemoji/
414
+ :url-twitter-emoji-picker--gh-repo: https://github.com/xLs51/Twemoji-Picker/
415
+ :url-twitter--privacy-en: https://twitter.com/en/privacy
416
+ :url-twitter--login: https://twitter.com/login
417
+
418
+ :url-uglifier--gh-repo: https://github.com/lautis/uglifier/
419
+
420
+ :url-videojs--home: https://videojs.com/
421
+ :url-videojs--gh-repo: https://github.com/videojs/video.js
422
+
423
+ :url-vimeo--home: https://vimeo.com/
424
+ :url-vimeo--privacy-policy: https://vimeo.com/privacy
425
+
426
+ :url-vivendi--home: https://www.vivendi.com/en/
427
+
428
+ :url-vk--home: https://vk.com/
429
+ :url-vk--privacy-policy: https://vk.com/data_protection
430
+
431
+ :url-webpack--home: https://webpack.js.org/
432
+ :url-webpack--gh-repo: https://github.com/webpack/webpack/
433
+
434
+ :url-webpack-cli--gh-repo: https://github.com/webpack/webpack/
435
+
436
+ :url-w3org--css-spec: https://www.w3.org/Style/CSS/specs.en.html
437
+
438
+ :url-wikipedia-en--google: https://en.wikipedia.org/wiki/Google
439
+
440
+ :url-w3schools--css-tutorial: https://www.w3schools.com/css/default.asp
441
+
442
+ :url-yarn--home: https://yarnpkg.com/
443
+ :url-yarn--gh-repo:
444
+
445
+ :url-youtube--home: https://www.youtube.com/
446
+
447
+
448
+ :url-ruby--​windows-download-v2-7-4: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.4-1/rubyinstaller-devkit-2.7.4-1-x64.exe
449
+ :url-nodejs--​windows-download-remommended: https://nodejs.org/dist/v12.22.0/node-v12.22.0-x64.msi
450
+ :url-j1--​template-starter: https://github.com/jekyll-one/j1-template-starter
451
+
452
+ :placeholder_image_100x100: https://placehold.it/100x100/
453
+ :placeholder_image_200x200: https://placehold.it/200x200/
454
+ :placeholder_image_300x300: https://placehold.it/300x300/
455
+ :placeholder_image_400x400: https://placehold.it/400x400/
456
+ :placeholder_image_500x500: https://placehold.it/500x500/
457
+
458
+ :placeholder_image_100x600: https://placehold.it/100x600/
459
+ :placeholder_image_200x600: https://placehold.it/200x600/
460
+ :placeholder_image_300x600: https://placehold.it/300x600/
461
+ :placeholder_image_400x600: https://placehold.it/400x600/
462
+ :placeholder_image_500x600: https://placehold.it/500x600/
463
+
464
+ :placeholder_kitten_100x100: https://placekitten.com/100/100/
465
+ :placeholder_kitten_200x200: https://placekitten.com/200/200/
466
+ :placeholder_kitten_300x300: https://placekitten.com/300/300/
467
+ :placeholder_kitten_400x400: https://placekitten.com/400/400/
468
+ :placeholder_kitten_500x500: https://placekitten.com/500/500/
469
+
470
+ :placeholder_kitten_100x600: https://placekitten.com/100/600/
471
+ :placeholder_kitten_200x600: https://placekitten.com/200/600/
472
+ :placeholder_kitten_300x600: https://placekitten.com/300/600/
473
+ :placeholder_kitten_400x600: https://placekitten.com/400/600/
474
+ :placeholder_kitten_500x600: https://placekitten.com/500/600/
475
+
476
+ end::urls[]
477
+
478
+
479
+ // FOOTNOTES, global asciidoc attributes (variables)
480
+ // -----------------------------------------------------------------------------
481
+ tag::footnotes[]
482
+
483
+ :fn-eiu--i3_report: footnote:[link:https://theinclusiveinternet.eiu.com/[The Economist Intelligence Unit (EIU) · Inclusive Internet Report, window="_blank"]]
484
+
485
+ :fn-opensource--about: footnote:[link:https://opensource.org/about[OpenSource · About, window="_blank"]]
486
+
487
+ :fn-windows-os-de--uac: footnote:[link:https://docs.microsoft.com/de-de/windows/security/identity-protection/user-account-control/how-user-account-control-works[Benutzerkontensteuerung (UAC), window="_blank"]]
488
+ :fn-windows-os-en--uac: footnote:[link:https://docs.microsoft.com/en-us/windows/win32/uxguide/winenv-uac[User Account Control (UAC), window="_blank"]]
489
+
490
+ :fn-wikipedia--open_data: footnote:[link:https://de.wikipedia.org/wiki/Open_Data[Wikipedia · OpenOata, window="_blank"]]
491
+ :fn-wikipedia--cookies: footnote:[link:https://de.wikipedia.org/wiki/HTTP-Cookie[Wikipedia · Cookies, window="_blank"]]
492
+ :fn-wikipedia--armuts_reichtums_bericht_de: footnote:[link:https://de.wikipedia.org/wiki/Armuts-_und_Reichtumsbericht_der_Bundesregierung[Wikipedia · Armuts- und Reichtumsbericht der Bundesregierung (ARB), window="_blank"]]
493
+
494
+ end::footnotes[]
495
+
496
+
497
+ // TAGS, global asciidoc attributes (variables)
498
+ // -----------------------------------------------------------------------------
499
+ tag::tags[]
500
+
501
+ // controls (strings)
502
+ //
503
+ :browser-window--new: window="_blank"
504
+ :clipboard--noclip: noclip
505
+ :figure-caption--text: Figure
506
+
507
+ // fa icons
508
+ //
509
+ :icon-checked: icon:check[role="green"]
510
+ :icon-times: icon:times[role="red mr-2"]
511
+ :icon-file: icon:file-alt[role="blue"]
512
+ :icon-battery--quarter: icon:battery-quarter[role="md-blue"]
513
+ :icon-battery--half: icon:battery-half[role="md-blue"]
514
+ :icon-battery--three-quarter: icon:battery-three-quarter[role="md-blue"]
515
+ :icon-battery--full: icon:battery-full[role="md-blue"]
516
+
517
+ // level indicators
518
+ //
519
+ :level--beginner: {icon-battery--quarter}
520
+ :level--intermediate: {icon-battery--half}
521
+ :level--advanced: {icon-battery--three-quarter}
522
+ :level--expert: {icon-battery--full}
523
+
524
+ // common badges
525
+ //
526
+ :badge-j1--license: image:https://img.shields.io/github/license/jekyll-one-org/j1-template-base[GitHub, link="https://github.com/jekyll-one-org/j1-template-base/blob/main/LICENSE.md", window="_blank"]
527
+ :badge-j1--version-latest: image:https://badge.fury.io/rb/j1-template.svg[Gem Version, link="https://badge.fury.io/rb/j1-template", window="_blank"]
528
+ :badge-j1--downloads: image:https://img.shields.io/gem/dt/j1-template[Gem]
529
+ :badge-j1-gh--last-commit: image:https://img.shields.io/github/last-commit/jekyll-one-org/j1-template-base[GitHub last commit]
530
+ :badge-j1-gh--stars: image:https://img.shields.io/github/stars/jekyll-one-org/j1-template?style=social[GitHub Repo stars]
531
+
532
+ // special characters
533
+ //
534
+ :char-emdash: —
535
+ :char-middot: ·
536
+ :char-dot: .
537
+ :char-dot--double: ..
538
+ :char-bullet: •
539
+ :char-bullet--big: ●
540
+ :char-bullet--bigger: ⬤
541
+
542
+ end::tags[]
543
+
544
+
545
+ // DATA, global references to data elements (asciidoc extensions)
546
+ // -----------------------------------------------------------------------------
547
+ tag::data[]
548
+
549
+ :data-broadbandsearch--global-mobile-traffic: "assets/images/pages/features/global-mobile-traffic-1920x1080.png, Percentage global mobile traffic - 2011-2021"
550
+
551
+ :data-binderhub--architecture: "assets/images/pages/nbinteract/binderhub-architecture.jpg, Binderhub Architecture"
552
+ :data-jupyterlab--architecture: "assets/images/pages/nbinteract/jupyterlab-architecture.jpg, JupyterLab Architecture"
553
+
554
+ :data-nbi-textbook--excerpt: "assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg, NBI textbook (excerpt)"
555
+
556
+ :data-lingohub--speakers-by-language: "assets/images/pages/features/native-speakers-by-language.png, Native speakers by language"
557
+ :data-images--google-lighthouse: "assets/images/pages/features/google-lighthouse-1080x300.png, Google Lighthouse Scores (Starter Web at Github)"
558
+ :data-images--desktop-navigation: "assets/images/pages/features/desktop-web-navigation-1280x1000.jpg, Desktop Web Navigation"
559
+ :data-images--mobile-navigation: "assets/images/pages/features/mobile-navigation-600x800.png, Mobile Web Navigation"
560
+ :data-images--master-header: "assets/images/pages/features/master-header-1280x600.jpg, Master Header (image-based)"
561
+ :data-images--fab: "assets/images/pages/features/fab-1280x500.jpg, FAB (Menu)"
562
+ :data-images--full-text-search: "assets/images/pages/features/full-text-search-1280x800.jpg, Full-text search"
563
+ :data-images--cookie-consent: "assets/images/pages/features/cookie-consent-1280x800.jpg, Cookie Consent"
564
+ :data-images--translator: "assets/images/pages/features/translator-1280x800.jpg, Google Translator"
565
+ :data-images--comments-hyvor: "assets/images/pages/features/comments-1280x600.jpg, Comments by Hyvor Talk"
566
+ :data-images--nav-module: "assets/images/pages/features/nav-module-1280x300.jpg, Navigation Module (NAV)"
567
+ :data-images--teaser-banner: "assets/images/pages/features/teaser-banner-1280x600.jpg, Teaser Banner"
568
+ :data-images--intro-panel: "assets/images/pages/features/intro-panel-1280x800.jpg, Intro Panel"
569
+ :data-images--example-content: "assets/images/pages/features/example-content-1280x800.jpg, Example Content"
570
+ :data-images--bootswatch-themes: "assets/images/pages/features/bootswatch-themes-1280x800.png, Bootswatch Themes (Minty)"
571
+ :data-images--blog-post-navigator: "assets/images/pages/features/blog-post-navigator-1280x1000.jpg, Blog Post Navigator"
572
+ :data-images--nbi-textbook-example: "assets/images/pages/features/nbi-barchart-1280x800.jpg, Bar Chart"
573
+
574
+ :data-lb-example--template-features: "assets/images/modules/gallery/old_times/image_01.jpg, GrandPa's 80th Birthday, assets/images/modules/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday, assets/images/modules/gallery/old_times/image_03.jpg, GrandPa's annual journey"
575
+
576
+ :data-rocketstart--1-click-deploy-1: "assets/images/pages/1-click-deploy/step-1.png, 1-Click Deploy Process"
577
+ :data-rocketstart--1-click-deploy-2: "assets/images/pages/1-click-deploy/step-2.png, 1-Click Deploy Process"
578
+ :data-rocketstart--1-click-deploy-3: "assets/images/pages/1-click-deploy/step-3.png, 1-Click Deploy Process"
579
+ :data-rocketstart--1-click-deploy-4: "assets/images/pages/1-click-deploy/step-4.png, 1-Click Deploy Process"
580
+ :data-rocketstart--1-click-deploy-5: "assets/images/pages/1-click-deploy/step-5.png, 1-Click Deploy Process"
581
+ :data-rocketstart--1-click-deploy-6: "assets/images/pages/1-click-deploy/step-6.png, 1-Click Deploy Process"
582
+ :data-rocketstart--1-click-deploy-7: "assets/images/pages/1-click-deploy/step-7.png, 1-Click Deploy Process"
583
+ :data-rocketstart--1-click-deploy-8: "assets/images/pages/1-click-deploy/step-8.png, 1-Click Deploy Process"
584
+ :data-rocketstart--1-click-deploy-9: "assets/images/pages/1-click-deploy/step-9.png, 1-Click Deploy Process"
585
+ :data-rocketstart--1-click-deploy-9a: "assets/images/pages/1-click-deploy/step-9a.png, 1-Click Deploy Process"
586
+ :data-rocketstart--1-click-deploy-10a: "assets/images/pages/1-click-deploy/step-10a.png, 1-Click Deploy Process"
587
+ :data-rocketstart--1-click-deploy-10b: "assets/images/pages/1-click-deploy/step-10b.png, 1-Click Deploy Process"
588
+
589
+ :data-translator--icon: "assets/images/pages/tools/translator-icon.jpg, QuickLinks - Translator Icon"
590
+
591
+ :data-images-lightbox--standalone: "assets/images/modules/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday"
592
+ :data-images-lightbox--group: "assets/images/modules/gallery/old_times/image_03.jpg, GrandPa's annual journey, assets/images/modules/gallery/old_times/image_04.jpg, GrandPa's annual journey"
593
+
594
+ end::data[]
595
+
596
+
597
+ // DOCUMENTS, global document resources (macro include::)
598
+ // -----------------------------------------------------------------------------
599
+ tag::documents[]
600
+ :docs-licenses--mit: {globaldocumentsdir}/licenses/mit.asciidoc
601
+ end::documents[]
602
+
603
+
604
+ // TABLES, global table resources (macro include::)
605
+ // -----------------------------------------------------------------------------
606
+ tag::tables[]
607
+ :table-template--variables: {globaltablesdir}/template_variables.asciidoc
608
+ :table-jekyll--variables: {globaltablesdir}/jekyll_variables.asciidoc
609
+ end::tables[]
610
+
611
+
612
+ // PRODUCTS, global product information (e.g. release)
613
+ // -----------------------------------------------------------------------------
614
+ tag::products[]
615
+ :j1--license: MIT License
616
+ :j1--version: 2022.0.1
617
+ :j1--site-name: Jekyll One
618
+ end::products[]
619
+
620
+
621
+ // AUTHORS, global author information (special variables)
622
+ // -----------------------------------------------------------------------------
623
+ tag::authors[]
624
+ :author--adams--name: "Jürgen Adams"
625
+ :author--adams--url: https://jekyll.one
626
+ end::authors[]