j1-template 2023.2.7 → 2023.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (363) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -1
  3. data/_includes/themes/j1/layouts/content_generator_post.html +2 -2
  4. data/_includes/themes/j1/layouts/layout_metadata_generator.html +41 -38
  5. data/_includes/themes/j1/procedures/blocks/footer/boxes/about_box.proc +1 -1
  6. data/_includes/themes/j1/procedures/blocks/footer/boxes/contacts_box.proc +1 -1
  7. data/_includes/themes/j1/procedures/blocks/footer/boxes/issue.proc +1 -1
  8. data/_includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc +1 -1
  9. data/_includes/themes/j1/procedures/blocks/footer/boxes/news_box.proc +1 -1
  10. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -3
  11. data/_includes/themes/j1/procedures/layouts/module_writer.proc +7 -23
  12. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +8 -8
  13. data/_layouts/compress.html +26 -21
  14. data/_layouts/default.html +36 -30
  15. data/assets/data/banner.html +5 -2
  16. data/assets/data/footer.html +15 -3
  17. data/assets/data/masterslider.html +1 -0
  18. data/assets/data/menu.html +4 -4
  19. data/assets/data/panel.html +6 -3
  20. data/assets/data/quicklinks.html +138 -149
  21. data/assets/error_pages/HTTP204.html +3 -3
  22. data/assets/error_pages/HTTP400.html +3 -3
  23. data/assets/error_pages/HTTP401.html +3 -3
  24. data/assets/error_pages/HTTP403.html +3 -3
  25. data/assets/error_pages/HTTP404.html +3 -3
  26. data/assets/error_pages/HTTP444.html +3 -3
  27. data/assets/error_pages/HTTP445.html +3 -3
  28. data/assets/error_pages/HTTP446.html +5 -5
  29. data/assets/error_pages/HTTP447.html +7 -7
  30. data/assets/error_pages/HTTP448.html +7 -7
  31. data/assets/error_pages/HTTP500.html +3 -3
  32. data/assets/error_pages/HTTP501.html +3 -3
  33. data/assets/error_pages/HTTP502.html +3 -3
  34. data/assets/error_pages/HTTP503.html +3 -3
  35. data/assets/themes/j1/adapter/js/advertising.js +109 -116
  36. data/assets/themes/j1/adapter/js/analytics.js +1 -1
  37. data/assets/themes/j1/adapter/js/asciidoctor.js +1 -1
  38. data/assets/themes/j1/adapter/js/attic.js +22 -14
  39. data/assets/themes/j1/adapter/js/bmd.js +1 -1
  40. data/assets/themes/j1/adapter/js/carousel.js +5 -4
  41. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  42. data/assets/themes/j1/adapter/js/comments.js +5 -5
  43. data/assets/themes/j1/adapter/js/cookieConsent.js +1 -1
  44. data/assets/themes/j1/adapter/js/customFunctions.js +1 -1
  45. data/assets/themes/j1/adapter/js/customModule.js +1 -1
  46. data/assets/themes/j1/adapter/js/dropdowns.js +4 -2
  47. data/assets/themes/j1/adapter/js/fab.js +9 -6
  48. data/assets/themes/j1/adapter/js/framer.js +1 -1
  49. data/assets/themes/j1/adapter/js/iconPicker.js +227 -0
  50. data/assets/themes/j1/adapter/js/j1.js +401 -76
  51. data/assets/themes/j1/adapter/js/justifiedGallery.js +9 -3
  52. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +2 -2
  53. data/assets/themes/j1/adapter/js/lightbox.js +4 -3
  54. data/assets/themes/j1/adapter/js/logger.js +1 -1
  55. data/assets/themes/j1/adapter/js/lunr.js +1 -1
  56. data/assets/themes/j1/adapter/js/masonry.js +4 -3
  57. data/assets/themes/j1/adapter/js/masterslider.js +30 -57
  58. data/assets/themes/j1/adapter/js/mmenu.js +2 -2
  59. data/assets/themes/j1/adapter/js/navigator.js +7 -5
  60. data/assets/themes/j1/adapter/js/nbinteract.js +9 -9
  61. data/assets/themes/j1/adapter/js/particles.js +2 -2
  62. data/assets/themes/j1/adapter/js/rangeSlider.js +2 -2
  63. data/assets/themes/j1/adapter/js/rouge.js +2 -2
  64. data/assets/themes/j1/adapter/js/rtable.js +1 -1
  65. data/assets/themes/j1/adapter/js/rtextResizer.js +1 -1
  66. data/assets/themes/j1/adapter/js/scroller.js +97 -109
  67. data/assets/themes/j1/adapter/js/slick.js +28 -18
  68. data/assets/themes/j1/adapter/js/themeToggler.js +259 -0
  69. data/assets/themes/j1/adapter/js/themer.js +17 -8
  70. data/assets/themes/j1/adapter/js/toccer.js +9 -6
  71. data/assets/themes/j1/adapter/js/translator.js +4 -2
  72. data/assets/themes/j1/adapter/js/waves.js +6 -4
  73. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1322 -417
  74. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -3
  75. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +1983 -1266
  76. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -3
  77. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +10268 -9401
  78. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +10 -10
  79. data/assets/themes/j1/core/css/vendor.css +0 -14
  80. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  81. data/assets/themes/j1/modules/advertising/js/adInitializer.js +160 -0
  82. data/assets/themes/j1/modules/backstretch/js/backstretch.js +6 -4
  83. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  84. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
  85. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
  86. data/assets/themes/j1/modules/iconPicker/README.md +266 -0
  87. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.css +419 -0
  88. data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.min.css +17 -0
  89. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.json +467 -0
  90. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.min.json +1 -0
  91. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.json +169 -0
  92. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.min.json +1 -0
  93. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.json +1136 -0
  94. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.min.json +1 -0
  95. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.json +1772 -0
  96. data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.min.json +1 -0
  97. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +292 -0
  98. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -0
  99. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +7312 -0
  100. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +1 -0
  101. data/assets/themes/j1/modules/iconPicker/images/magnifying-glass-solid.svg +1 -0
  102. data/assets/themes/j1/modules/iconPicker/images/star-of-life-solid.svg +3 -0
  103. data/assets/themes/j1/modules/iconPicker/images/xmark-solid.svg +3 -0
  104. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.js +493 -0
  105. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.min.js +17 -0
  106. data/assets/themes/j1/modules/jquery/AUTHORS.txt +372 -0
  107. data/assets/themes/j1/modules/jquery/LICENSE.txt +43 -0
  108. data/assets/themes/j1/modules/jquery/css/images/ui-icons_444444_256x240.png +0 -0
  109. data/assets/themes/j1/modules/jquery/css/images/ui-icons_555555_256x240.png +0 -0
  110. data/assets/themes/j1/modules/jquery/css/images/ui-icons_777620_256x240.png +0 -0
  111. data/assets/themes/j1/modules/jquery/css/images/ui-icons_777777_256x240.png +0 -0
  112. data/assets/themes/j1/modules/jquery/css/images/ui-icons_cc0000_256x240.png +0 -0
  113. data/assets/themes/j1/modules/jquery/css/images/ui-icons_ffffff_256x240.png +0 -0
  114. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.css +92 -92
  115. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.min.css +4 -4
  116. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.css +88 -88
  117. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.min.css +2 -2
  118. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.css +4 -4
  119. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.min.css +2 -2
  120. data/assets/themes/j1/modules/jquery/js/jquery-ui.js +13683 -13678
  121. data/assets/themes/j1/modules/jquery/js/jquery-ui.min.js +3 -3
  122. data/assets/themes/j1/modules/jquery/js/jquery.js +1029 -1203
  123. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
  124. data/assets/themes/j1/modules/jquery/js/jquery.min.map +1 -1
  125. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +1315 -0
  126. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +7 -0
  127. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +886 -0
  128. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +5 -0
  129. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +446 -0
  130. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +5 -0
  131. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +37 -0
  132. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +17 -0
  133. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +42 -0
  134. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +17 -0
  135. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +19057 -0
  136. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +6 -0
  137. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +10872 -0
  138. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +2 -0
  139. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +1 -0
  140. data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +2145 -0
  141. data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +5 -0
  142. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +2 -2
  143. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  144. data/assets/themes/j1/modules/masterslider/css/theme/uno.css +9 -9
  145. data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +1 -1
  146. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +2 -2
  147. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  148. data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +136 -47
  149. data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +9 -9
  150. data/assets/themes/j1/modules/scroller/js/scroller.js +76 -69
  151. data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
  152. data/assets/themes/j1/modules/translator/js/translator.js +1 -1
  153. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  154. data/lib/j1/version.rb +1 -1
  155. data/lib/starter_web/Gemfile +2 -2
  156. data/lib/starter_web/README.md +5 -5
  157. data/lib/starter_web/_config.yml +4 -1
  158. data/lib/starter_web/_data/blocks/banner.yml +8 -5
  159. data/lib/starter_web/_data/blocks/defaults/footer.yml +3 -3
  160. data/lib/starter_web/_data/blocks/footer.yml +9 -5
  161. data/lib/starter_web/_data/blocks/panel.yml +41 -38
  162. data/lib/starter_web/_data/j1_config.yml +68 -58
  163. data/lib/starter_web/_data/layouts/collection.yml +1 -0
  164. data/lib/starter_web/_data/layouts/default.yml +1 -1
  165. data/lib/starter_web/_data/layouts/home.yml +9 -9
  166. data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -0
  167. data/lib/starter_web/_data/layouts/page.yml +2 -1
  168. data/lib/starter_web/_data/layouts/post.yml +1 -0
  169. data/lib/starter_web/_data/layouts/raw.yml +1 -0
  170. data/lib/starter_web/_data/modules/advertising.yml +134 -61
  171. data/lib/starter_web/_data/modules/analytics.yml +2 -2
  172. data/lib/starter_web/_data/modules/attics.yml +4 -7
  173. data/lib/starter_web/_data/modules/defaults/advertising.yml +2 -1
  174. data/lib/starter_web/_data/modules/defaults/attics.yml +3 -3
  175. data/lib/starter_web/_data/modules/defaults/iconPicker.yml +42 -0
  176. data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -13
  177. data/lib/starter_web/_data/modules/defaults/theme_toggler.yml +42 -0
  178. data/lib/starter_web/_data/modules/iconPicker.yml +64 -0
  179. data/lib/starter_web/_data/modules/masonry.yml +1 -1
  180. data/lib/starter_web/_data/modules/masterslider.yml +5 -5
  181. data/lib/starter_web/_data/modules/navigator_menu.yml +150 -41
  182. data/lib/starter_web/_data/modules/scroller.yml +8 -8
  183. data/lib/starter_web/_data/modules/theme_toggler.yml +29 -0
  184. data/lib/starter_web/_data/modules/themer.yml +0 -6
  185. data/lib/starter_web/_data/resources.yml +53 -52
  186. data/lib/starter_web/_data/templates/feed.xml +1 -1
  187. data/lib/starter_web/_includes/attributes.asciidoc +57 -50
  188. data/lib/starter_web/_plugins/asciidoctor/google-ad-block.rb +47 -0
  189. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  190. data/lib/starter_web/assets/images/icons/mdi/mdi.svg +1 -0
  191. data/lib/starter_web/assets/images/icons/mdi/mdil.svg +1 -0
  192. data/lib/starter_web/assets/images/modules/attics/1920x1280/alexander-redl.jpg +0 -0
  193. data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
  194. data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
  195. data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
  196. data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
  197. data/lib/starter_web/assets/images/modules/attics/1920x1280/clem-onojeghuo.jpg +0 -0
  198. data/lib/starter_web/assets/images/modules/attics/1920x1280/core_web_vitals_best.png +0 -0
  199. data/lib/starter_web/assets/images/modules/attics/1920x1280/crawford-jolly.jpg +0 -0
  200. data/lib/starter_web/assets/images/modules/attics/1920x1280/eleni-afiontzi.jpg +0 -0
  201. data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
  202. data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
  203. data/lib/starter_web/assets/images/modules/attics/1920x1280/harpal-singh.jpg +0 -0
  204. data/lib/starter_web/assets/images/modules/attics/1920x1280/hayden-mills-2.jpg +0 -0
  205. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-1.jpg +0 -0
  206. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-2.jpg +0 -0
  207. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-3.jpg +0 -0
  208. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg +0 -0
  209. data/lib/starter_web/assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg +0 -0
  210. data/lib/starter_web/assets/images/modules/attics/1920x1280/josep-martins.jpg +0 -0
  211. data/lib/starter_web/assets/images/modules/attics/1920x1280/josh-liu.jpg +0 -0
  212. data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
  213. data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
  214. data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.jpg +0 -0
  215. data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.webp +0 -0
  216. data/lib/starter_web/assets/images/modules/attics/1920x1280/matthaeus.jpg +0 -0
  217. data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
  218. data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
  219. data/lib/starter_web/assets/images/modules/attics/1920x1280/mohammad-rahmani.jpg +0 -0
  220. data/lib/starter_web/assets/images/modules/attics/1920x1280/nasa.jpg +0 -0
  221. data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
  222. data/lib/starter_web/assets/images/modules/attics/1920x1280/recha-oktaviani.jpg +0 -0
  223. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280.jpg +0 -0
  224. data/lib/starter_web/assets/images/modules/attics/christina-1920x1280.jpg +0 -0
  225. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200.jpg +0 -0
  226. data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
  227. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
  228. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.png +0 -0
  229. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.png +0 -0
  230. data/lib/starter_web/assets/images/pages/html_validator/appdevtools-html-validator.jpg +0 -0
  231. data/lib/starter_web/assets/images/pages/html_validator/freeformatter-html-validator.jpg +0 -0
  232. data/lib/starter_web/assets/images/pages/html_validator/w3c-nu-checker.jpg +0 -0
  233. data/lib/starter_web/assets/images/pages/html_validator/w3c-validator.jpg +0 -0
  234. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +8 -9
  235. data/lib/starter_web/collections/_biography/becoming.adoc +22 -9
  236. data/lib/starter_web/collections/_biography/born-to-run.adoc +27 -9
  237. data/lib/starter_web/collections/_biography/forty-autumns.adoc +19 -12
  238. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +24 -14
  239. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +23 -14
  240. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +24 -11
  241. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -10
  242. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +11 -8
  243. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +7 -8
  244. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +17 -14
  245. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +12 -13
  246. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +15 -15
  247. data/lib/starter_web/collections/_people/diana-petersen.adoc +2 -0
  248. data/lib/starter_web/collections/_people/larry-parker.adoc +2 -0
  249. data/lib/starter_web/collections/_people/parveen-anand.adoc +2 -0
  250. data/lib/starter_web/collections/_portfolio/branding.adoc +5 -0
  251. data/lib/starter_web/collections/_portfolio/graphic_design.adoc +5 -0
  252. data/lib/starter_web/collections/_portfolio/identity.adoc +5 -0
  253. data/lib/starter_web/collections/_portfolio/illustration.adoc +5 -0
  254. data/lib/starter_web/collections/_portfolio/photography.adoc +5 -0
  255. data/lib/starter_web/collections/_portfolio/web_design.adoc +5 -0
  256. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +8 -5
  257. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +14 -14
  258. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +12 -9
  259. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +14 -11
  260. data/lib/starter_web/collections/_romance/outlander-novel.adoc +48 -25
  261. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +30 -15
  262. data/lib/starter_web/index.html +6 -14
  263. data/lib/starter_web/package.json +3 -3
  264. data/lib/starter_web/pages/public/about/features.adoc +1 -1
  265. data/lib/starter_web/pages/public/about/reporting_issues.adoc +1 -1
  266. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
  267. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +1 -1
  268. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +1 -1
  269. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +1 -1
  270. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +1 -1
  271. data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +75 -65
  272. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +58 -0
  273. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/accordion.asciidoc +34 -0
  274. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/alerts.asciidoc +15 -0
  275. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/badges.asciidoc +9 -0
  276. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/body.asciidoc +14 -0
  277. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/breadcrumbs.asciidoc +14 -0
  278. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/buttons.asciidoc +75 -0
  279. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/cards.asciidoc +22 -0
  280. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/carousel.asciidoc +37 -0
  281. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/close.asciidoc +15 -0
  282. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/code.asciidoc +14 -0
  283. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/color_system.asciidoc +353 -0
  284. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/components.asciidoc +69 -0
  285. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/dropdowns.asciidoc +53 -0
  286. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/figures.asciidoc +5 -0
  287. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/forms.asciidoc +270 -0
  288. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/grid.asciidoc +49 -0
  289. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/links.asciidoc +21 -0
  290. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/list_groups.asciidoc +28 -0
  291. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/modals.asciidoc +43 -0
  292. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navbar.asciidoc +45 -0
  293. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navs.asciidoc +28 -0
  294. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/offcanvas.asciidoc +16 -0
  295. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/options.asciidoc +30 -0
  296. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/pagination.asciidoc +40 -0
  297. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/paragraph.asciidoc +5 -0
  298. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/placeholders.asciidoc +5 -0
  299. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/popovers.asciidoc +28 -0
  300. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/position.asciidoc +8 -0
  301. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/progress_bars.asciidoc +12 -0
  302. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spacing.asciidoc +14 -0
  303. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spinners.asciidoc +12 -0
  304. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tables.asciidoc +55 -0
  305. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/thumbnails.asciidoc +9 -0
  306. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/toasts.asciidoc +18 -0
  307. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tooltips.asciidoc +28 -0
  308. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/typography.asciidoc +115 -0
  309. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/z_index.asciidoc +26 -0
  310. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/_table.asciidoc +9 -0
  311. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/accordion.asciidoc +87 -0
  312. data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +262 -0
  313. data/lib/starter_web/pages/public/learn/cheatsheet/gem.adoc +255 -0
  314. data/lib/starter_web/pages/public/learn/cheatsheet/git.adoc +1458 -0
  315. data/lib/starter_web/pages/public/learn/cheatsheet/j1.adoc +63 -0
  316. data/lib/starter_web/pages/public/learn/cheatsheet/yaml.adoc +514 -0
  317. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +59 -0
  318. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/100_chapter.asciidoc +541 -0
  319. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/200_chapter.asciidoc +33 -0
  320. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/build_command_options.asciidoc +72 -0
  321. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/files_and_folders.asciidoc +66 -0
  322. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_configuration_options.asciidoc +63 -0
  323. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_variables.asciidoc +26 -0
  324. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/page_variables.asciidoc +54 -0
  325. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/serve_command_options.asciidoc +45 -0
  326. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/site_variables.asciidoc +59 -0
  327. data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +442 -0
  328. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
  329. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +3 -4
  330. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +2 -2
  331. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -10
  332. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +8 -1
  333. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +3 -3
  334. data/lib/starter_web/pages/public/learn/where_to_go.adoc +39 -45
  335. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
  336. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -2
  337. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
  338. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +93 -4
  339. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  340. data/lib/starter_web/utilsrv/package.json +1 -1
  341. metadata +133 -24
  342. data/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
  343. data/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
  344. data/assets/themes/j1/core/css/nbinteract-tutorial/styles.css +0 -1711
  345. data/assets/themes/j1/core/css/nbinteract-tutorial/styles.min.css +0 -1
  346. data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +0 -127
  347. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +0 -460
  348. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +0 -97
  349. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +0 -15
  350. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +0 -115
  351. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +0 -15
  352. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +0 -97
  353. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +0 -15
  354. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +0 -125
  355. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +0 -15
  356. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
  357. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
  358. /data/lib/starter_web/assets/images/{promo → quotes/promo}/home/screenshot.jpg +0 -0
  359. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-faq.jpg +0 -0
  360. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-generator.jpg +0 -0
  361. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-generator.png +0 -0
  362. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/jekyll-og.png +0 -0
  363. /data/lib/starter_web/assets/images/{promo → quotes/promo}/jekyll/scalable/jekyll-faq.psd +0 -0
@@ -55,53 +55,53 @@ tag::urls[]
55
55
  :url-bs--themes: https://themes.getbootstrap.com/
56
56
  :url-bs--expo: https://expo.getbootstrap.com/
57
57
 
58
- :url-bs-docs: https://getbootstrap.com/docs/5.2/getting-started/introduction/
59
- :url-bs-docs--examples: https://getbootstrap.com/docs/5.2/examples/
60
-
61
- :url-bs-docs--content-code: https://getbootstrap.com/docs/5.2/content/code/
62
- :url-bs-docs--content-figures: https://getbootstrap.com/docs/5.2/content/figures/
63
- :url-bs-docs--content-images: https://getbootstrap.com/docs/5.2/content/images/
64
- :url-bs-docs--content-typography: https://getbootstrap.com/docs/5.2/content/typography/
65
- :url-bs-docs--content-tables: https://getbootstrap.com/docs/5.2/content/tables/
66
-
67
- :url-bs-docs--components-alerts: https://getbootstrap.com/docs/5.2/components/alerts/
68
- :url-bs-docs--components-badges: https://getbootstrap.com/docs/5.2/components/badge/
69
- :url-bs-docs--components-breadcrumb: https://getbootstrap.com/docs/5.2/components/breadcrumb/
70
- :url-bs-docs--components-buttons: https://getbootstrap.com/docs/5.2/components/buttons/
71
- :url-bs-docs--components-button_group: https://getbootstrap.com/docs/5.2/components/button-group/
72
- :url-bs-docs--components-cards: https://getbootstrap.com/docs/5.2/components/card/
73
- :url-bs-docs--components-carousel: https://getbootstrap.com/docs/5.2/components/carousel/
74
- :url-bs-docs--components-collapse: https://getbootstrap.com/docs/5.2/components/collapse/
75
- :url-bs-docs--components-dropdowns: https://getbootstrap.com/docs/5.2/components/dropdowns/
76
- :url-bs-docs--components-forms: https://getbootstrap.com/docs/5.2/forms/overview/
77
- :url-bs-docs--components-input_group: https://getbootstrap.com/docs/5.2/components/input-group/
78
- :url-bs-docs--components-jumbotron: https://getbootstrap.com/docs/5.2/components/jumbotron/
79
- :url-bs-docs--components-list_group: https://getbootstrap.com/docs/5.2/components/list-group/
80
- :url-bs-docs--components-modal: https://getbootstrap.com/docs/5.2/components/modal/
81
- :url-bs-docs--components-navs: https://getbootstrap.com/docs/5.2/components/navs/
82
- :url-bs-docs--components-navbar: https://getbootstrap.com/docs/5.2/components/navbar/
83
- :url-bs-docs--components-pagination: https://getbootstrap.com/docs/5.2/components/pagination/
84
- :url-bs-docs--components-popovers: https://getbootstrap.com/docs/5.2/components/popovers/
85
- :url-bs-docs--components-progress: https://getbootstrap.com/docs/5.2/components/progress/
86
- :url-bs-docs--components-tooltips: https://getbootstrap.com/docs/5.2/components/tooltips/
87
-
88
- :url-bs-docs--utils-borders: https://getbootstrap.com/docs/5.2/utilities/borders/
89
- :url-bs-docs--utils-clearfix: https://getbootstrap.com/docs/5.2/utilities/clearfix/
90
- :url-bs-docs--utils-close_icon: https://getbootstrap.com/docs/5.2/utilities/close-icon/
91
- :url-bs-docs--utils-colors: https://getbootstrap.com/docs/5.2/utilities/colors/
92
- :url-bs-docs--utils-display: https://getbootstrap.com/docs/5.2/utilities/display/
93
- :url-bs-docs--utils-embeds: https://getbootstrap.com/docs/5.2/utilities/embed/
94
- :url-bs-docs--utils-flex: https://getbootstrap.com/docs/5.2/utilities/flex/
95
- :url-bs-docs--utils-float: https://getbootstrap.com/docs/5.2/utilities/float/
96
- :url-bs-docs--utils-image_replacement: https://getbootstrap.com/docs/5.2/utilities/image-replacement/
97
- :url-bs-docs--utils-screenreaders: https://getbootstrap.com/docs/5.2/utilities/screenreaders/
98
- :url-bs-docs--utils-sizing: https://getbootstrap.com/docs/5.2/utilities/sizing/
99
- :url-bs-docs--utils-spacing: https://getbootstrap.com/docs/5.2/utilities/spacing/
100
- :url-bs-docs--utils-text: https://getbootstrap.com/docs/5.2/utilities/text/
101
- :url-bs-docs--utils-vertical_alignment: https://getbootstrap.com/docs/5.2/utilities/vertical-align/
102
- :url-bs-docs--utils-visibility: https://getbootstrap.com/docs/5.2/utilities/visibility/
103
-
104
- :url-bs-docs--migration-to-v5: https://getbootstrap.com/docs/5.2/migration/
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
105
 
106
106
  :url-bs-material-design--home: https://mdbootstrap.github.io/bootstrap-material-design/
107
107
  :url-bs-material-design--gh-repo: https://github.com/mdbootstrap/bootstrap-material-design/
@@ -141,6 +141,7 @@ tag::urls[]
141
141
 
142
142
  :url-fontawesome--home: https://fontawesome.com/
143
143
  :url-fontawesome--icons: https://fontawesome.com/icons?d=gallery
144
+ :url-fontawesome--free-preview: https://fontawesome.com/search?m=free&o=r
144
145
  :url-fontawesome--get-started: https://fontawesome.com/get-started
145
146
  :url-fontawesome-free--gh-repo: https://github.com/FortAwesome/Font-Awesome/
146
147
  :url-fsevents--gh-repo: https://github.com/fsevents/fsevents/
@@ -296,7 +297,13 @@ tag::urls[]
296
297
 
297
298
  :url-mdi--home: https://materialdesignicons.com/
298
299
  :url-mdi--gh-repo: https://github.com/Templarian/MaterialDesign/
299
- :url-mdi--cheatsheet: https://pictogrammers.github.io/@mdi/font/5.9.55/
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/
300
307
 
301
308
  :url-materialize--home: https://materializecss.com/
302
309
  :url-materialize--gh-repo: https://github.com/Dogfalo/materialize/
@@ -345,8 +352,8 @@ tag::urls[]
345
352
 
346
353
  :url-previewer--county-flags: https://jekyll.one/pages/public/previewer/country_flags/
347
354
  :url-previewer--emoji: https://jekyll.one/pages/public/previewer/twitter_emoji/
348
- :url-previewer--mdi-icons: https://jekyll.one/pages/public/previewer/mdi_font/
349
- :url-previewer--mdil-icons: https://jekyll.one/pages/public/previewer/mdil_font/
355
+ :url-previewer--mdi-icons: https://jekyll.one/pages/public/fonticons/mdi/
356
+ :url-previewer--mdil-icons: https://jekyll.one/pages/public/fonticons/mdil/
350
357
  :url-previewer--rouge-themes: https://jekyll.one/pages/public/previewer/rouge/
351
358
 
352
359
  :url-puma--home: https://puma.io/
@@ -0,0 +1,47 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_plugins/asciidoctor-extensions/google-adsense-block.rb
3
+ # Asciidoctor extension for J1 Ads (Google Adsense)
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2023 Juergen Adams
9
+ #
10
+ # J1 Theme is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
12
+ #
13
+ # ------------------------------------------------------------------------------
14
+ require 'asciidoctor/extensions' unless RUBY_ENGINE == 'opal'
15
+ include Asciidoctor
16
+
17
+ # ------------------------------------------------------------------------------
18
+ # A block macro that embeds a (Google Adsense) Ad block
19
+ # into the output document
20
+ #
21
+ # Usage:
22
+ #
23
+ # gad::ad_id[role="additional container classes"]
24
+ #
25
+ # Example:
26
+ #
27
+ # gad::ad_1234567890["mb-5"]
28
+ #
29
+ # ------------------------------------------------------------------------------
30
+ Asciidoctor::Extensions.register do
31
+
32
+ class GoogleAdsensekBlockMacro < Extensions::BlockMacroProcessor
33
+ use_dsl
34
+
35
+ named :gad
36
+ name_positional_attributes 'role'
37
+
38
+ def process parent, target, attrs
39
+
40
+ html = %(<div id="#{target}" class="gad-container #{attrs['role']}"></div>)
41
+ create_pass_block parent, html, attrs, subs: nil
42
+ end
43
+ end
44
+
45
+ block_macro GoogleAdsensekBlockMacro
46
+
47
+ end
@@ -391,6 +391,6 @@ end
391
391
 
392
392
  module Jekyll
393
393
  module J1LunrSearch
394
- VERSION = '2023.2.7'
394
+ VERSION = '2023.3.0'
395
395
  end
396
396
  end
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156 156"><g transform="translate(-382 -1985)"><rect width="156" height="156" fill="#2196f3" data-name="Rectangle 11" rx="20" transform="translate(382 1985)"/><path fill="#fff" d="M399.3 2002.3h36.42v12.14h48.56v-12.14h36.42v36.42h-12.14v48.56h12.14v36.42h-36.42v-12.14h-48.56v12.14H399.3v-36.42h12.14v-48.56H399.3v-36.42m84.98 36.42v-12.14h-48.56v12.14h-12.14v48.56h12.14v12.14h48.56v-12.14h12.14v-48.56h-12.14m-72.84-24.28v12.14h12.14v-12.14h-12.14m84.98 0v12.14h12.14v-12.14h-12.14m-84.98 84.98v12.14h12.14v-12.14h-12.14m84.98 0v12.14h12.14v-12.14Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 156 156"><g transform="translate(-382 -1985)"><rect width="156" height="156" fill="#5a88ad" data-name="Rectangle 11" rx="20" transform="translate(382 1985)"/><path fill="#fff" d="M418.15 2003h48.4a18.126 18.126 0 0 1 18.15 18.15v18.15h18.15a18.126 18.126 0 0 1 18.15 18.15v48.4a18.126 18.126 0 0 1-18.15 18.15h-48.4a18.126 18.126 0 0 1-18.15-18.15v-18.15h-18.15a18.126 18.126 0 0 1-18.15-18.15v-48.4a18.126 18.126 0 0 1 18.15-18.15m66.55 66.55a18.126 18.126 0 0 1-18.15 18.15h-24.2v18.15a12.136 12.136 0 0 0 12.1 12.1h48.4a12.136 12.136 0 0 0 12.1-12.1v-48.4a12.136 12.136 0 0 0-12.1-12.1H484.7v24.2m-66.55-60.5a12.136 12.136 0 0 0-12.1 12.1v48.4a12.136 12.136 0 0 0 12.1 12.1h18.15v-24.2a18.126 18.126 0 0 1 18.15-18.15h24.2v-18.15a12.136 12.136 0 0 0-12.1-12.1h-48.4m48.4 72.6a12.136 12.136 0 0 0 12.1-12.1v-24.2h-24.2a12.136 12.136 0 0 0-12.1 12.1v24.2Z"/></g></svg>
@@ -8,7 +8,7 @@ description: >
8
8
  and long-standing quiz master of University Challenge.
9
9
 
10
10
  categories: [ Book ]
11
- tags: [ Biography, Political, Journalism ]
11
+ tags: [ Biography ]
12
12
 
13
13
  image:
14
14
  path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/0081/9780008128302.jpg
@@ -25,6 +25,10 @@ book:
25
25
  ISBN13: 9780008128302
26
26
  rank: 16817
27
27
 
28
+ toc: false
29
+ fab_menu_id: default
30
+ scrollbar: false
31
+
28
32
  regenerate: false
29
33
 
30
34
  resources: [ animate ]
@@ -51,8 +55,6 @@ resource_options:
51
55
 
52
56
  // Place an excerpt at the most top position
53
57
  // -----------------------------------------------------------------------------
54
- // image:{{page.book.cover}}[width=350, role="mr-4 mb-4 float-left"]
55
-
56
58
  The witty, incisive and frank memoirs from the legend of Newsnight and
57
59
  long-standing quiz master of University Challenge. Filled with views,
58
60
  opinions and stories from 4 decades in front of the camera. Jeremy Paxman
@@ -67,8 +69,8 @@ excerpt__end
67
69
 
68
70
  // Content
69
71
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70
- [role="mt-5"]
71
- image:{{page.book.cover}}[width=350, role="mr-4 float-left"]
72
+ [role="mt-4"]
73
+ image:{{page.book.cover}}[width=350, role="mr-4 mb-4 float-left"]
72
74
 
73
75
  [[readmore]]
74
76
  His working life has been defined by questions. *Why is this bastard
@@ -92,9 +94,6 @@ Candid, uncompromising, compassionate, reflective and astute, he writes
92
94
  of the principles that have governed his professional life, the inner
93
95
  workings of the BBC, the role of journalists in political debate, the
94
96
  scandals and rows he's been part of, the books he has written and the
95
- series he has made.
96
-
97
- [role="mt-6"]
98
- In a book that tells some terrific stories and laughs
97
+ series he has made. In a book that tells some terrific stories and laughs
99
98
  at much of the silliness in the world, A Life in Questions charts the life
100
99
  of the greatest political interviewer of our time.
@@ -9,7 +9,7 @@ description: >
9
9
  most iconic and compelling women of our era.
10
10
 
11
11
  categories: [ Book ]
12
- tags: [ Biography, Political, Journalism ]
12
+ tags: [ Biography ]
13
13
 
14
14
  image:
15
15
  path: https://images-na.ssl-images-amazon.com/images/I/414JfiBCutL.jpg
@@ -25,6 +25,9 @@ book:
25
25
  ISBN13: 978-3-442-31487-4
26
26
  rank: 817
27
27
 
28
+ toc: false
29
+ fab_menu_id: default
30
+ scrollbar: false
28
31
  regenerate: false
29
32
 
30
33
  resources: [ animate ]
@@ -51,8 +54,6 @@ resource_options:
51
54
 
52
55
  // Place an excerpt at the most top position
53
56
  // -----------------------------------------------------------------------------
54
- // image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
55
-
56
57
  In a life filled with meaning and accomplishment, Michelle Obama has emerged
57
58
  as one of the most iconic and compelling women of our era. As First Lady of
58
59
  the United States of America—the first African American to serve in that
@@ -67,12 +68,21 @@ excerpt__end
67
68
 
68
69
  // Content
69
70
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70
- [role="mt-5"]
71
+ [role="mt-4"]
71
72
  image:{{page.book.cover}}[width=350, role="mr-4 float-left"]
72
73
 
73
74
  [[readmore]]
74
- Along the way, she showed us a few dance moves, crushed Carpool Karaoke, and
75
- raised two down-to-earth daughters under an unforgiving media glare.
75
+ The book offers a personal and introspective account of Michelle Obama's
76
+ life, from her childhood in Chicago to her years in the White House.
77
+ Michelle shares her experiences, values, and the significant moments that
78
+ shaped her identity and journey. She discusses her upbringing on the South
79
+ Side of Chicago, her education, and her challenges as an African American
80
+ woman navigating different spheres of society.
81
+
82
+ The book provides insights into Michelle Obama's early career, her time as
83
+ a lawyer and public servant, and her role as a mother. She also candidly
84
+ explores her relationship with Barack Obama, from their initial meeting to
85
+ their shared experiences during his political career.
76
86
 
77
87
  In her memoir, a work of deep reflection and mesmerizing storytelling,
78
88
  Michelle Obama invites readers into her world, chronicling the experiences
@@ -85,6 +95,9 @@ disappointments, both public and protected, telling her full story as she
85
95
  has lived it—in her own words and on her own terms. Warm, wise, and
86
96
  revelatory.
87
97
 
88
- Becoming is the deeply personal reckoning of a woman of soul and substance
89
- who has steadily defied expectations and whose story inspires us to do the
90
- same.
98
+ Throughout "Becoming," Michelle Obama reflects on her efforts to balance
99
+ her personal and professional life, her initiatives as First Lady, and her
100
+ advocacy for issues such as education, health, and empowerment. The book
101
+ offers a glimpse into the workings of the White House and highlights the
102
+ power of resilience, determination, and the importance of embracing one's
103
+ voice.
@@ -8,7 +8,7 @@ description: >
8
8
  wanted to be baptized in the holy river of rock and roll.
9
9
 
10
10
  categories: [ Book ]
11
- tags: [ Biography, Musician ]
11
+ tags: [ Biography ]
12
12
 
13
13
  image:
14
14
  path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4711/9781471157790.jpg
@@ -24,6 +24,9 @@ book:
24
24
  ISBN13: 9781471157790
25
25
  rank: 23
26
26
 
27
+ toc: false
28
+ fab_menu_id: default
29
+ scrollbar: false
27
30
  regenerate: false
28
31
 
29
32
  resources: [ animate ]
@@ -50,8 +53,6 @@ resource_options:
50
53
 
51
54
  // Place an excerpt at the most top position
52
55
  // -----------------------------------------------------------------------------
53
- // image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
54
-
55
56
  Over the past seven years, Bruce Springsteen has protectedly devoted himself to
56
57
  write the story of his life, bringing to these pages the same honesty, humour
57
58
  and originality found in his songs. Bruce Springsteen and the E Street Band
@@ -68,10 +69,27 @@ excerpt__end
68
69
 
69
70
  // Content
70
71
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71
- [role="mt-5]
72
+ [role="mt-4]
72
73
  image:{{page.book.cover}}[width=350, role="mr-4 float-left"]
73
74
 
74
75
  [[readmore]]
76
+ In the book, Springsteen recounts his early years growing up in a working-class
77
+ family in New Jersey and the impact of his upbringing on his music. He shares
78
+ stories about his musical influences, struggles with personal relationships,
79
+ and rise to fame as a rock and roll icon.
80
+
81
+ Springsteen reflects on his passion for music, his relentless pursuit of
82
+ success, and the challenges he faced. He discusses his experiences with
83
+ the E Street Band, his creative process, and the profound influence of his
84
+ lyrics. He also delves into his battles with depression and his efforts
85
+ to find meaning and purpose in his life and work.
86
+
87
+ "Born to Run" offers readers an intimate and introspective look into the
88
+ life of Bruce Springsteen, capturing the essence of his music and the
89
+ energy he brings to his performances. It is a memoir that appeals not only
90
+ to his fans but also to those interested in songwriting, the rock and roll
91
+ industry, and the struggles and triumphs of a legendary musician.
92
+
75
93
  He vividly recounts his relentless drive to become a musician, his early days
76
94
  as a bar band king in Asbury Park, and the rise of the E Street Band. With
77
95
  disarming candour, he also tells for the first time the story of the personal
@@ -81,13 +99,13 @@ reveals more than we previously realized.
81
99
  Born to Run will be revelatory for anyone who has ever enjoyed Bruce
82
100
  Springsteen, but this book is much more than a legendary rock star's memoir.
83
101
 
84
- This is a book for workers and dreamers, parents and children, lovers and
85
- loners, artists, freaks or anyone who has ever wanted to be baptized in the
86
- holy river of rock and roll. Rarely has a performer told his own story with
87
- such force and sweep.
88
-
89
102
  Many of his songs like *Thunder Road*, *Badlands*, *The River*,
90
103
  *Born in the USA*, *The Rising*, and *The Ghost of Tom Joad*
91
104
  — to name just a few — Bruce Springsteen's autobiography is written with the
92
105
  lyricism of a singular songwriter and the wisdom of a man who has thought
93
106
  deeply about his experiences.
107
+
108
+ The book has been well-received and praised for its honesty, vivid storytelling,
109
+ and the depth of emotion Springsteen brings to his narrative. It allows readers
110
+ to understand better the man behind the music and the experiences that have
111
+ shaped his iconic career.
@@ -8,7 +8,7 @@ description: >
8
8
  and reunited after the fall of the Berlin Wall.
9
9
 
10
10
  categories: [ Book ]
11
- tags: [ Biography, Historical ]
11
+ tags: [ Biography ]
12
12
 
13
13
  image:
14
14
  path: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/4087/9781408707265.jpg
@@ -24,6 +24,9 @@ book:
24
24
  ISBN13: 9781408707265
25
25
  rank: 106052
26
26
 
27
+ toc: false
28
+ fab_menu_id: default
29
+ scrollbar: false
27
30
  regenerate: false
28
31
 
29
32
  resources: [ animate ]
@@ -50,15 +53,12 @@ resource_options:
50
53
 
51
54
  // Place an excerpt at the most top position
52
55
  // -----------------------------------------------------------------------------
53
- // image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
54
-
55
56
  In Forty Autumns, Nina Willner recounts the history of three generations of
56
57
  her family - mothers, sisters, daughters and cousins - separated by forty years
57
- of Soviet rule, and reunited after the fall of the Berlin Wall.
58
-
59
- Shortly after the end of the Second World War, as the Soviets took control
60
- of the eastern part of Germany, Hanna, a schoolteacher's daughter, escaped
61
- with nothing more than a small suitcase and the clothes on her back.
58
+ of Soviet rule, and reunited after the fall of the Berlin Wall. Shortly after
59
+ the end of the Second World War, as the Soviets took control of the eastern
60
+ part of Germany, Hanna, a schoolteacher's daughter, escaped with nothing more
61
+ than a small suitcase and the clothes on her back.
62
62
 
63
63
  As Hanna built a new life in the West, her relatives (her mother, father and
64
64
  eight siblings) remained in the East. The construction of the Berlin Wall
@@ -68,10 +68,16 @@ excerpt__end
68
68
 
69
69
  // Content
70
70
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71
- [role="mt-5"]
71
+ [role="mt-4"]
72
72
  image:{{page.book.cover}}[width=350, role="mr-4 float-left"]
73
73
 
74
74
  [[readmore]]
75
+ The book traces the story of the author's family, spanning four decades
76
+ and multiple generations. The central focus is on Willner's mother's side of
77
+ the family, who were separated by the construction of the Berlin Wall in 1961.
78
+ The author's mother, Hanna, escaped to West Germany, while her mother,
79
+ siblings, and other relatives remained in East Germany.
80
+
75
81
  Hanna fell in love and moved to America. She made many attempts to establish
76
82
  contact with her family, but most were unsuccessful. Her father was under
77
83
  close observation; her mother, younger sister Heidi and the others struggled
@@ -88,6 +94,7 @@ Though separated by only a few miles, Nina and her relatives led entirely
88
94
  different lives. Once the Berlin Wall came down, and the families were
89
95
  reunited, Nina Willner discovered an extraordinary story.
90
96
 
91
- In Forty Autumns she vividly brings to life many accounts of courage and
92
- survival, set against the backdrop of four decades that divided a nation
93
- and the world.
97
+ "Forty Autumns" highlights the resilience, determination, and courage of
98
+ individuals who lived through the division of Germany. It sheds light on
99
+ the sacrifices made by families separated by the Berlin Wall and the
100
+ enduring power of love and hope in the face of adversity.