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,59 @@
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: "assets/images/pages/core_web_vitals/core_web_vitals_best.jpg, Excellent performance values (Lighthouse)"
31
+ :data-image--core_web_vitals_best_full: "assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg, Excellent performance values (Lighthouse)"
32
+
33
+ end::data[]
34
+
35
+
36
+ // Images - Images from local include/images folder
37
+ // -----------------------------------------------------------------------------
38
+ tag::images[]
39
+ end::images[]
40
+
41
+
42
+ // PRODUCTS, local product information (e.g. release)
43
+ // -----------------------------------------------------------------------------
44
+ tag::products
45
+
46
+ :license: e.g. Apache License, Version 2.0
47
+ :revdate: e.g. 2018
48
+ :revnumber: e.g. 1.2.3
49
+
50
+ end::products[]
51
+
52
+
53
+ // AUTHORS, local author information (e.g. article)
54
+ // -----------------------------------------------------------------------------
55
+ tag::authors[]
56
+
57
+ :uri-author-xxx: https://xxx
58
+
59
+ end::authors[]
@@ -0,0 +1,541 @@
1
+ == Configuration
2
+
3
+ Jekyll allows you to configure your sites in any way you can dream up, and it’s
4
+ thanks to the powerful and flexible configuration options that this is possible.
5
+
6
+ These options can either be specified in a `_config.yml` file placed in your
7
+ site’s root directory, or can be specified as flags for the `jekyll` executable
8
+ on command-line.
9
+
10
+ === Global Configuration
11
+
12
+ The table below lists the available settings for Jekyll, and the various
13
+ `options` (specified in the configuration file) and `flags` (specified on the
14
+ command-line) that control them.
15
+
16
+ include::../tables/global_configuration_options.asciidoc[]
17
+
18
+ [WARNING]
19
+ ====
20
+ Destination folders are cleaned on site builds.
21
+
22
+ The contents of `<destination>` are automatically cleaned, by default, when
23
+ the site is built. Files or folders that are not created by your site will
24
+ be removed. Some files could be retained by specifying them within the
25
+ `<keep_files>` configuration directive.
26
+
27
+ Do not use an important location for `<destination>` instead, use it as a
28
+ staging area and copy files from there to your web server.
29
+ ====
30
+
31
+ === Build Command Options
32
+
33
+ include::../tables/build_command_options.asciidoc[]
34
+
35
+ === Serve Command Options
36
+
37
+ In addition to the options below, the `serve` sub-command can accept any of
38
+ the options for the `build` sub-command, which are then applied to the site
39
+ build which occurs right before your site is served.
40
+
41
+ include::../tables/serve_command_options.asciidoc[]
42
+
43
+ [WARNING]
44
+ ====
45
+ Do not use tabs in configuration files.
46
+
47
+ This will either lead to parsing errors, or Jekyll will revert to the
48
+ default settings. Use spaces instead.
49
+ ====
50
+
51
+ === Custom WEBrick Headers
52
+
53
+ The Jekyll `serve` command enables an internal Web server - `WEBrick` - to
54
+ serve your site without the need of an external Webserver (like Apache or Nginx).
55
+ To control the internal server, you can provide custom headers for your site
56
+ by adding them to `_config.yml`
57
+
58
+ [source, yaml]
59
+ --------------
60
+ # File: _config.yml
61
+ webrick:
62
+ headers:
63
+ My-Header: My-Value
64
+ My-Other-Header: My-Other-Value
65
+ --------------
66
+
67
+ NOTE: Jekyll provide by default `Content-Type` and `Cache-Control` response
68
+ headers: one *dynamic* in order to specify the nature of the data being served,
69
+ the other *static* in order to disable caching so that you don't have to fight
70
+ with Chrome's aggressive *caching* when you are in *development mode*.
71
+
72
+ == Jekyll Environment
73
+
74
+ === Folder structure
75
+
76
+ Jekyll is, at its core, a text transformation engine. The concept behind the
77
+ system is this: you give it text written in your favorite markup language, be
78
+ that Markdown, Textile, or just plain HTML, and it churns that through a layout
79
+ or a series of layout files. Throughout that process you can tweak how you want
80
+ the site URLs to look, what data gets displayed in the layout, and more. This
81
+ is all done through editing text files; the static web site is the final
82
+ product.
83
+
84
+ A basic Jekyll site usually looks something like this:
85
+
86
+ [source, sh]
87
+ ----
88
+ .
89
+ ├── _config.yml
90
+ ├── _drafts
91
+ | ├── begin-with-the-crazy-ideas.textile
92
+ | └── on-simplicity-in-technology.markdown
93
+ ├── _includes
94
+ | ├── footer.html
95
+ | └── header.html
96
+ ├── _layouts
97
+ | ├── default.html
98
+ | └── post.html
99
+ ├── _posts
100
+ | ├── 2007-10-29-why-every-programmer-should-play-nethack.textile
101
+ | └── 2009-04-26-barcamp-boston-4-roundup.textile
102
+ ├── _data
103
+ | └── members.yml
104
+ ├── _site
105
+ ├── .jekyll-metadata
106
+ └── index.html
107
+ ----
108
+
109
+ === Files and Folders
110
+
111
+ An overview of what each of these does:
112
+
113
+ include::../tables/files_and_folders.asciidoc[]
114
+
115
+ === Set a Jekyll environment
116
+ You can specify a Jekyll environment at build time. In the build (or serve)
117
+ arguments, you can specify a Jekyll environment and value. The build will then
118
+ apply this value in any conditional statements in your content.
119
+
120
+ For example, suppose you set this conditional statement in your code:
121
+
122
+ [source, liquid]
123
+ --------------
124
+ {% raw %}
125
+ {% if jekyll.environment === "production" %}
126
+ {% include disqus.html %}
127
+ {% endif %}
128
+ {% endraw %}
129
+ --------------
130
+
131
+ When you build your Jekyll site, the content inside the `if` statement won't
132
+ be run unless you also specify a `production` environment in the build
133
+ command, like this:
134
+
135
+ [source, sh]
136
+ --------------
137
+ JEKYLL_ENV=production jekyll build
138
+ --------------
139
+
140
+ Specifying an environment value allows you to make certain content available
141
+ only within specific environments.
142
+
143
+ The default value for `JEKYLL_ENV` is `development`. Therefore if you
144
+ omit `JEKYLL_ENV` from the build arguments, the default value will be
145
+ `JEKYLL_ENV=development`. Any content inside
146
+
147
+ [source, liquid]
148
+ --------------
149
+ {% if jekyll.environment == "development" %}
150
+ --------------
151
+
152
+ tags will automatically appear in the build.
153
+
154
+ Your environment values can be anything you want (not just `development` or
155
+ `production`). Some elements you might want to hide in development environments
156
+ include Disqus comment forms or Google Analytics. Conversely, you might want
157
+ to expose an "Edit me in GitHub" button in a development environment but not
158
+ include it in production environments.
159
+
160
+ By specifying the option in the build command, you avoid having to change
161
+ values in your configuration files when moving from one environment to another.
162
+
163
+ === Front Matter defaults
164
+
165
+ Using YAML Front Matter is one way that you can specify configuration in the
166
+ pages and posts for your site. Setting things like a default layout, or
167
+ customizing the title, or specifying a more precise date/time for the post
168
+ can all be added to your page or post front matter.
169
+
170
+ Often times, you will find that you are repeating a lot of configuration
171
+ options. Setting the same layout in each file, adding the same
172
+ category - or categories - to a post, etc. You can even add custom variables
173
+ like author names, which might be the same for the majority of posts on
174
+ your blog.
175
+
176
+ Instead of repeating this configuration each time you create a new post or
177
+ page, Jekyll provides a way to set these defaults in the site configuration.
178
+ To do this, you can specify site-wide defaults using the `defaults` key in
179
+ the `_config.yml` file in your project's root directory.
180
+
181
+ The `defaults` key holds an array of scope/values pairs that define what
182
+ defaults should be set for a particular file path, and optionally, a file
183
+ type in that path.
184
+
185
+ Let's say that you want to add a default layout to all pages and posts in
186
+ your site. You would add this to your `_config.yml` file:
187
+
188
+ [source, yaml]
189
+ --------------
190
+ defaults:
191
+ - scope:
192
+ path: "" # an empty string here means all files in the project
193
+ values:
194
+ layout: "default"
195
+ --------------
196
+
197
+ [NOTE]
198
+ ====
199
+ Please stop and rerun `jekyll serve` command.
200
+
201
+ The `_config.yml` master configuration file contains global
202
+ configurations and variable definitions that are read once at execution time.
203
+ Changes made to `_config.yml` during automatic regeneration
204
+ are not loaded until the next execution.
205
+
206
+ Note `Data Files` are included and reloaded during automatic regeneration.
207
+
208
+ ====
209
+
210
+ Here, we are scoping the `values` to any file that exists in the path `scope`.
211
+ Since the path is set as an empty string, it will apply to **all files** in
212
+ your project. You probably don't want to set a layout on every file in your
213
+ project - like css files, for example - so you can also specify a `type` value
214
+ under the `scope` key.
215
+
216
+ [source, yaml]
217
+ --------------
218
+ defaults:
219
+ - scope:
220
+ path: "" # an empty string here means all files in the project
221
+ type: "posts" # previously `post` in Jekyll 2.2.
222
+ values:
223
+ layout: "default"
224
+ --------------
225
+
226
+ Now, this will only set the layout for files where the type is `posts`.
227
+ The different types that are available to you are `pages`, `posts`, `drafts`
228
+ or any collection in your site. While `type` is optional, you must specify a
229
+ value for `path` when creating a `scope|values` pair.
230
+
231
+ As mentioned earlier, you can set multiple scope/values pairs for `defaults`.
232
+
233
+ [source, yaml]
234
+ --------------
235
+ defaults:
236
+ - scope:
237
+ path: ""
238
+ type: "posts"
239
+ values:
240
+ layout: "my-site"
241
+
242
+ - scope:
243
+ path: "projects"
244
+ type: "pages" # previously `page` in Jekyll 2.2.
245
+ values:
246
+ layout: "project" # overrides previous default layout
247
+ author: "Mr. Hyde"
248
+ --------------
249
+
250
+ With these defaults, all posts would use the `my-site` layout. Any html files
251
+ that exist in the `projects/` folder will use the `project` layout, if it
252
+ exists. Those files will also have the `page.author` liquid variable
253
+ set to `Mr. Hyde`.
254
+
255
+ [source, yaml]
256
+ --------------
257
+ collections:
258
+ - my_collection:
259
+ output: true
260
+
261
+ defaults:
262
+ - scope:
263
+ path: ""
264
+ type: "my_collection" # a collection in your site, in plural form
265
+ values:
266
+ layout: "default"
267
+ --------------
268
+
269
+ In this example, the `layout` is set to `default` inside the collection with
270
+ the name `my_collection`.
271
+
272
+ ==== Precedence
273
+
274
+ Jekyll will apply all of the configuration settings you specify in the
275
+ `defaults` section of your `_config.yml` file. However, you can choose
276
+ to override settings from other scope/values pair by specifying a more specific
277
+ path for the scope.
278
+
279
+ You can see that in the second to last example above. First, we set the default
280
+ layout to `my-site`. Then, using a more specific path, we set the default
281
+ layout for files in the `projects/` path to `project`. This can be done with
282
+ any value that you would set in the page or post front matter.
283
+
284
+ Finally, if you set defaults in the site configuration by adding a `defaults`
285
+ section to your `_config.yml` file, you can override those settings in a
286
+ post or page file. All you need to do is specify the settings in the post or
287
+ page front matter.
288
+
289
+ For example:
290
+
291
+ [source, yaml]
292
+ --------------
293
+ # In _config.yml
294
+ ...
295
+ defaults:
296
+ - scope:
297
+ path: "projects"
298
+ type: "pages"
299
+ values:
300
+ layout: "project"
301
+ author: "Mr. Hyde"
302
+ category: "project"
303
+ ...
304
+ --------------
305
+
306
+ [source, yaml]
307
+ --------------
308
+ # In projects/foo_project.md
309
+ ---
310
+ author: "John Smith"
311
+ layout: "foobar"
312
+ ---
313
+ The post text goes here...
314
+ --------------
315
+
316
+ The `projects/foo_project.md` would have the `layout` set to `foobar`
317
+ instead of `project` and the `author` set to `John Smith` instead of `Mr. Hyde`
318
+ when the site is built.
319
+
320
+ === Default Configuration
321
+
322
+ Jekyll runs with the following configuration options by default. Alternative
323
+ settings for these options can be explicitly specified in the configuration
324
+ file or on the command-line.
325
+
326
+ [WARNING]
327
+ ====
328
+ There are two unsupported kramdown options.
329
+
330
+ Please note that both `remove_block_html_tags` and
331
+ `remove_span_html_tags` are currently *unsupported*
332
+ in Jekyll due to the fact that they are not included within the kramdown
333
+ HTML converter.
334
+ ====
335
+
336
+ [source, yaml]
337
+ --------------
338
+ # Where things are
339
+ #
340
+ source: .
341
+ destination: ./_site
342
+ plugins_dir: _plugins
343
+ layouts_dir: _layouts
344
+ data_dir: _data
345
+ includes_dir: _includes
346
+ collections:
347
+ posts:
348
+ output: true
349
+
350
+ # Handling Reading
351
+ #
352
+ safe: false
353
+ include: [".htaccess"]
354
+ exclude: []
355
+ keep_files: [".git", ".svn"]
356
+ encoding: "utf-8"
357
+ markdown_ext: "markdown,mkdown,mkdn,mkd,md"
358
+
359
+ # Filtering Content
360
+ #
361
+ show_drafts: null
362
+ limit_posts: 0
363
+ future: false
364
+ unpublished: false
365
+
366
+ # Plugins
367
+ #
368
+ whitelist: []
369
+ gems: []
370
+
371
+ # Conversion
372
+ #
373
+ markdown: kramdown
374
+ highlighter: rouge
375
+ lsi: false
376
+ excerpt_separator: "\n\n"
377
+ incremental: false
378
+
379
+ # Serving
380
+ #
381
+ detach: false
382
+ port: 4000
383
+ host: 127.0.0.1
384
+ baseurl: "" # does not include hostname
385
+ show_dir_listing: false
386
+
387
+ # Outputting
388
+ #
389
+ permalink: date
390
+ paginate_path: /page:num
391
+ timezone: null
392
+
393
+ quiet: false
394
+ verbose: false
395
+ defaults: []
396
+
397
+ liquid:
398
+ error_mode: warn
399
+
400
+ # Markdown Processors
401
+ #
402
+ rdiscount:
403
+ extensions: []
404
+
405
+ redcarpet:
406
+ extensions: []
407
+
408
+ kramdown:
409
+ auto_ids: true
410
+ footnote_nr: 1
411
+ entity_output: as_char
412
+ toc_levels: 1..6
413
+ smart_quotes: lsquo,rsquo,ldquo,rdquo
414
+ input: GFM
415
+ hard_wrap: false
416
+ footnote_nr: 1
417
+ --------------
418
+
419
+ === Liquid Options
420
+
421
+ Liquid's response to errors can be configured by setting `error_mode`.
422
+ The options are
423
+
424
+ - `lax` --- Ignore all errors.
425
+ - `warn` --- Output a warning on the console for each error.
426
+ - `strict` --- Output an error message and stop the build.
427
+
428
+ === Markdown Options
429
+
430
+ The various Markdown renderers supported by Jekyll sometimes have extra options
431
+ available.
432
+
433
+ ==== Redcarpet
434
+
435
+ Redcarpet can be configured by providing an `extensions` sub-setting, whose
436
+ value should be an array of strings. Each string should be the name of one of
437
+ the `Redcarpet::Markdown` class's extensions; if present in the array, it will
438
+ set the corresponding extension to `true`.
439
+
440
+ Jekyll handles two special Redcarpet extensions:
441
+
442
+ - `no_fenced_code_blocks` --- By default, Jekyll sets the
443
+ `fenced_code_blocks` extension (for delimiting code blocks with
444
+ triple tildes or triple backticks) to `true`, probably because GitHub's eager
445
+ adoption of them is starting to make them inescapable. Redcarpet's normal
446
+ `fenced_code_blocks` extension is inert when used with Jekyll;
447
+ instead, you can use this inverted version of the extension for disabling
448
+ fenced code.
449
+
450
+ Note that you can also specify a language for highlighting after the first
451
+ delimiter:
452
+
453
+ [source, ruby]
454
+ --------------
455
+ # ...ruby code
456
+ --------------
457
+
458
+ With both fenced code blocks and highlighter enabled, this will statically
459
+ highlight the code; without any syntax highlighter, it will add a
460
+ `class="LANGUAGE"` attribute to the `<code>` element, which can be used as a
461
+ hint by various JavaScript code highlighting libraries.
462
+
463
+ - `smart` --- This pseudo-extension turns on SmartyPants, which converts
464
+ straight quotes to curly quotes and runs of hyphens to em (`---`) and en (`--`) dashes.
465
+
466
+ All other extensions retain their usual names from Redcarpet, and no renderer
467
+ options aside from `smart` can be specified in Jekyll. [A list of available
468
+ extensions can be found in the Redcarpet README file.][redcarpet_extensions]
469
+ Make sure you're looking at the README for the right version of
470
+ Redcarpet: Jekyll currently uses v3.2.x. The most commonly used
471
+ extensions are:
472
+
473
+ - `tables`
474
+ - `no_intra_emphasis`
475
+ - `autolink`
476
+
477
+ [redcarpet_extensions]: https://github.com/vmg/redcarpet/blob/v3.2.2/README.markdown#and-its-like-really-simple-to-use
478
+
479
+ ### Custom Markdown Processors
480
+
481
+ If you're interested in creating a custom markdown processor, you're in luck! Create a new class in the `Jekyll::Converters::Markdown` namespace:
482
+
483
+ [source, ruby]
484
+ --------------
485
+ class Jekyll::Converters::Markdown::MyCustomProcessor
486
+ def initialize(config)
487
+ require 'funky_markdown'
488
+ @config = config
489
+ rescue LoadError
490
+ STDERR.puts 'You are missing a library required for Markdown. Please run:'
491
+ STDERR.puts ' $ [sudo] gem install funky_markdown'
492
+ raise FatalException.new("Missing dependency: funky_markdown")
493
+ end
494
+
495
+ def convert(content)
496
+ ::FunkyMarkdown.new(content).convert
497
+ end
498
+ end
499
+ --------------
500
+
501
+ Once you've created your class and have it properly set up either as a plugin
502
+ in the `_plugins` folder or as a gem, specify it in your `_config.yml`:
503
+
504
+ [source, yaml]
505
+ --------------
506
+ markdown: MyCustomProcessor
507
+ --------------
508
+
509
+ === Incremental Regeneration
510
+
511
+ Incremental regeneration helps shorten build times by only generating documents
512
+ and pages that were updated since the previous build. It does this by keeping
513
+ track of both file modification times and inter-document dependencies in the
514
+ `.jekyll-metadata` file.
515
+
516
+ [WARNING]
517
+ ====
518
+ Incremental regeneration is still an experimental feature.
519
+
520
+ While incremental regeneration will work for the most common cases, it will
521
+ not work correctly in every scenario. Please be extremely cautious when
522
+ using the feature, and report any problems not listed below by
523
+ {uri-jekyll-submit-issue}[opening an issue on GitHub].
524
+ ====
525
+
526
+ Under the current implementation, incremental regeneration will only generate a
527
+ document or page if either it, or one of its dependencies, is modified.
528
+ Currently, the only types of dependencies tracked are includes (using the
529
+ `{% include %}` tag) and layouts. This means that plain references to other
530
+ documents (for example, the common case of iterating over `site.posts` in a
531
+ post listings page) will not be detected as a dependency.
532
+
533
+ To remedy some of these shortfalls, putting `regenerate: true` in the
534
+ front-matter of a document will force Jekyll to regenerate it regardless of
535
+ whether it has been modified. Note that this will generate the specified
536
+ document only; references to other documents' contents will not work since
537
+ they won't be re-rendered.
538
+
539
+ Incremental regeneration can be enabled via the `--incremental` flag (`-i` for
540
+ short) from the command-line or by setting `incremental: true` in your
541
+ configuration file.
@@ -0,0 +1,33 @@
1
+ == Jekyll Variables
2
+
3
+ Jekyll traverses your site looking for files to process. Any files with `YAML
4
+ front matter` are subject to processing. For each of these files, Jekyll makes
5
+ a variety of data available via the `Liquid templating system`.
6
+
7
+ The following is a reference of the available data.
8
+
9
+ === Global Variables
10
+
11
+ include::../tables/global_variables.asciidoc[]
12
+
13
+ === Site Variables
14
+
15
+ include::../tables/site_variables.asciidoc[]
16
+
17
+ === Page Variables
18
+
19
+ include::../tables/page_variables.asciidoc[]
20
+
21
+ [TIP]
22
+ ====
23
+ Use Custom Front Matter
24
+
25
+ Any custom front matter that you specify will be available under `page`.
26
+ For example, if you specify `custom_css: true` in a pages front matter,
27
+ that value will be available as `page.custom_css`.
28
+
29
+ If you specify front matter in a layout, access that via `layout`. For
30
+ example, if you specify `class: full_page` in a pages front matter,
31
+ that value will be available as `layout.class` in the layout and its
32
+ parents.
33
+ ====
@@ -0,0 +1,72 @@
1
+
2
+ .Build Command Options
3
+ [cols="2a,2a,2a,6a", width="100%", options="header", role="rtable mt-4"]
4
+ |===
5
+ |Setting |Option |Flag |Description
6
+
7
+ |*Regeneration*
8
+ |`na`
9
+ |`-w, --[no-]watch`
10
+ |Enable auto-regeneration of the site when files are modified.
11
+
12
+ |*Configuration*
13
+ |`na`
14
+ |`--config FILE1 [,FILE2, ..]`
15
+ |Specify config files instead of using `_config.yml` automatically.
16
+ Settings in later files override settings in earlier files.
17
+
18
+ |*Drafts*
19
+ |`show_drafts: BOOL`
20
+ |`--drafts`
21
+ |Process and render draft posts.
22
+
23
+ |*Environment*
24
+ |`na`
25
+ |`na`
26
+ |Use a specific environment value `JEKYLL_ENV=production` in the build.
27
+
28
+ |*Future*
29
+ |`future: BOOL`
30
+ |`--future`
31
+ |Publish posts or collection documents with a future date.
32
+
33
+ |*LSI*
34
+ |`lsi: BOOL`
35
+ |`--lsi`
36
+ |Produce an index for related posts.
37
+
38
+ |*Limit Posts*
39
+ |`limit_posts: NUM`
40
+ |`--limit_posts NUM`
41
+ |Limit the number of posts to parse and publish.
42
+
43
+ |*Force polling*
44
+ |`na`
45
+ |`--force_polling`
46
+ |Force watch to use polling.
47
+
48
+ |*Verbose output*
49
+ |`na`
50
+ |`-V, --verbose`
51
+ |Print verbose output.
52
+
53
+ |*Silence Output*
54
+ |`na`
55
+ |`-q, --quiet`
56
+ |Silence the normal output from Jekyll during a build
57
+
58
+ |*Incremental build*
59
+ |`incremental: BOOL`
60
+ |`-I, --incremental`
61
+ |Enable the experimental incremental build feature. Incremental build
62
+ only re-builds posts and pages that have changed, resulting in
63
+ significant performance improvements for large sites, but may also break
64
+ site generation in certain cases.
65
+
66
+ |*Liquid profiler*
67
+ |`profile: BOOL`
68
+ |`--profile`
69
+ |Generate a Liquid rendering profile to help you identify performance
70
+ bottlenecks.
71
+
72
+ |===