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
@@ -22,6 +22,11 @@ image:
22
22
  height: 1280
23
23
  alt: Portfolio Image
24
24
 
25
+ toc: false
26
+ fab_menu_id: default
27
+ scrollbar: false
28
+ regenerate: false
29
+
25
30
  resources: [ animate ]
26
31
  resource_options:
27
32
  - attic:
@@ -20,6 +20,11 @@ image:
20
20
  height: 1280
21
21
  alt: Portfolio Image
22
22
 
23
+ toc: false
24
+ fab_menu_id: default
25
+ scrollbar: false
26
+ regenerate: false
27
+
23
28
  resources: [ animate ]
24
29
  resource_options:
25
30
  - attic:
@@ -22,6 +22,11 @@ image:
22
22
  height: 1280
23
23
  alt: Portfolio Image
24
24
 
25
+ toc: false
26
+ fab_menu_id: default
27
+ scrollbar: false
28
+ regenerate: false
29
+
25
30
  resources: [ animate ]
26
31
  resource_options:
27
32
  - attic:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: A Breath of Snow and Ashes
3
- tagline: Extraordinary story of 18th-century Scotsman Jamie Fraser
3
+ tagline: Story of a 18th-century Scotsman
4
4
  date: 2016-11-24 00:00:00
5
5
  description: >
6
6
  The year is 1772, and on the eve of the American Revolution, the long fuse of
@@ -10,7 +10,7 @@ description: >
10
10
  and safeguard the colony for King and Crown.
11
11
 
12
12
  categories: [ Books ]
13
- tags: [ Romance, Historical ]
13
+ tags: [ Romance ]
14
14
 
15
15
  image:
16
16
  path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9780/4402/9780440225805.jpg
@@ -25,6 +25,9 @@ book:
25
25
  ISBN13: 9780440225805
26
26
  rank: 844
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
  Eagerly anticipated by her legions of fans, this sixth novel in Diana Gabaldon's
57
58
  bestselling Outlander saga is a masterpiece of historical fiction from one of
58
59
  the most popular authors of our time.
@@ -79,8 +80,10 @@ excerpt__end
79
80
 
80
81
  // Include sub-documents (if any)
81
82
  // -----------------------------------------------------------------------------
82
-
83
83
  [[readmore]]
84
+ [role="mt-4"]
85
+ image:{{page.book.cover}}[width=350, role="mr-4 mb-5 float-left"]
86
+
84
87
  The year is 1772, and on the eve of the American Revolution, the long fuse of
85
88
  rebellion has already been lit. Men lie dead in the streets of Boston, and
86
89
  in the backwoods of North Carolina, isolated cabins burn in the forest. With
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: The Dressmaker
3
- tagline: An irresistible gothic tale of small-town revenge
3
+ tagline: Gothic tale of small-town revenge
4
4
  date: 2016-11-25 00:00:00
5
5
  description: >
6
6
  Tilly Dunnage left her hometown of Dungatar in rural Australia under a black
@@ -8,7 +8,7 @@ description: >
8
8
  houses, returns home to make amends with her mentally unstable mother.
9
9
 
10
10
  categories: [ Books ]
11
- tags: [ Romance, Historical, Fantasy, Fiction ]
11
+ tags: [ Romance ]
12
12
 
13
13
  image:
14
14
  path: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/8466/9781846689949.jpg
@@ -23,6 +23,9 @@ book:
23
23
  ISBN13: 9781846689949
24
24
  rank: 80
25
25
 
26
+ toc: false
27
+ fab_menu_id: default
28
+ scrollbar: false
26
29
  regenerate: false
27
30
 
28
31
  resources: [ animate ]
@@ -49,21 +52,10 @@ resource_options:
49
52
 
50
53
  // Place an excerpt at the most top position
51
54
  // -----------------------------------------------------------------------------
52
- // image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
53
-
54
55
  Tilly Dunnage left her hometown of Dungatar in rural Australia under a black
55
56
  cloud of accusation. Years later Tilly, now a couturier for the Paris fashion
56
57
  houses, returns home to make amends with her mentally unstable mother.
57
58
 
58
- Mid-century Dungatar is a small town, and small towns have long memories.
59
- At first she wins over the suspicious locals with her extraordinary
60
- dressmaking skills. But when the eccentric townsfolk turn on Tilly for a
61
- second time, she decides to teach them a lesson and exact long-overdue
62
- revenge.
63
-
64
- Packed with memorable characters, acid humour and luscious clothes,
65
- The Dressmaker is an irresistible gothic tale of small-town revenge.
66
-
67
59
  excerpt__end
68
60
 
69
61
  // Load Liquid procedures
@@ -80,7 +72,15 @@ excerpt__end
80
72
 
81
73
  // Include sub-documents (if any)
82
74
  // -----------------------------------------------------------------------------
83
-
84
75
  [[readmore]]
76
+ [role="mt-4"]
77
+ image:{{page.book.cover}}[width=350, role="mr-4 mb-5 float-left"]
78
+
79
+ Mid-century Dungatar is a small town, and small towns have long memories.
80
+ At first she wins over the suspicious locals with her extraordinary
81
+ dressmaking skills. But when the eccentric townsfolk turn on Tilly for a
82
+ second time, she decides to teach them a lesson and exact long-overdue
83
+ revenge.
84
+
85
85
  Packed with memorable characters, acid humour and luscious clothes,
86
86
  The Dressmaker is an irresistible gothic tale of small-town revenge.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: The Fiery Cross
3
- tagline: Crossing the boundaries of genre, unrivalled storytelling
3
+ tagline: Unrivalled storytelling
4
4
  date: 2016-11-26 00:00:00
5
5
  description: >
6
6
  The story of Outlander begins just after the Second World War, when a British
@@ -11,7 +11,7 @@ description: >
11
11
  approaching. Jamie Fraser s wife has told him so.
12
12
 
13
13
  categories: [ Books ]
14
- tags: [ Romance, Historical, Fantasy, Fiction ]
14
+ tags: [ Romance ]
15
15
 
16
16
  image:
17
17
  path: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9780/4402/9780440221661.jpg
@@ -26,6 +26,9 @@ book:
26
26
  ISBN13: 9780440221661
27
27
  rank: 820
28
28
 
29
+ toc: false
30
+ fab_menu_id: default
31
+ scrollbar: false
29
32
  regenerate: false
30
33
 
31
34
  resources: [ animate ]
@@ -52,12 +55,6 @@ resource_options:
52
55
 
53
56
  // Place an excerpt at the most top position
54
57
  // -----------------------------------------------------------------------------
55
- // image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
56
-
57
- Crossing the boundaries of genre with its unrivalled storytelling, Diana
58
- Gabaldon's new novel is a gift both to her millions of loyal fans and to
59
- the lucky readers who have yet to discover her.
60
-
61
58
  In the ten years since her extraordinary debut novel, Outlander, was published,
62
59
  beloved author Diana Gabaldon has entertained scores of readers with her
63
60
  heart-stirring stories and remarkable characters. The four volumes of her
@@ -81,8 +78,14 @@ excerpt__end
81
78
 
82
79
  // Include sub-documents (if any)
83
80
  // -----------------------------------------------------------------------------
84
-
85
81
  [[readmore]]
82
+ [role="mt-4"]
83
+ image:{{page.book.cover}}[width=350, role="mr-4 mb-5 float-left"]
84
+
85
+ Crossing the boundaries of genre with its unrivalled storytelling, Diana
86
+ Gabaldon's new novel is a gift both to her millions of loyal fans and to
87
+ the lucky readers who have yet to discover her.
88
+
86
89
  The story of Outlander begins just after the Second World War, when a British
87
90
  field nurse named Claire Randall walks through a cleft stone in the Scottish
88
91
  highlands and is transported back some two hundred years to 1743. Here, now,
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  title: It Ends with Us
3
- tagline: Sometimes the one loves you is the one who hurts you the most
3
+ tagline: When love hurts the most
4
4
  date: 2016-11-27 00:00:00
5
5
  description: >
6
6
  Lily hasn't always had it easy, but that's never stopped her from working
@@ -9,7 +9,7 @@ description: >
9
9
  started her own business.
10
10
 
11
11
  categories: [ Books ]
12
- tags: [ Romance, Historical, Tragic ]
12
+ tags: [ Romance ]
13
13
 
14
14
  image:
15
15
  path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4711/9781471156267.jpg
@@ -24,6 +24,9 @@ book:
24
24
  ISBN13: 9781471156267
25
25
  rank: 355
26
26
 
27
+ toc: false
28
+ fab_menu_id: default
29
+ scrollbar: false
27
30
  regenerate: false
28
31
 
29
32
  resources: [ animate ]
@@ -50,19 +53,11 @@ 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
  Lily hasn't always had it easy, but that's never stopped her from working
56
57
  hard for the life she wants. She's come a long way from the small town in
57
58
  Maine where she grew up - she graduated from college, moved to Boston, and
58
59
  started her own business.
59
60
 
60
- So when she feels a spark with a gorgeous neurosurgeon named Ryle Kincaid,
61
- everything in Lily's life suddenly seems almost too good to be true. Ryle is
62
- assertive, stubborn, maybe even a little arrogant. He's also sensitive,
63
- brilliant, and has a total soft spot for Lily, but Ryle's complete aversion
64
- to relationships is disturbing.
65
-
66
61
  excerpt__end
67
62
 
68
63
  // Load Liquid procedures
@@ -79,8 +74,16 @@ excerpt__end
79
74
 
80
75
  // Include sub-documents (if any)
81
76
  // -----------------------------------------------------------------------------
82
-
83
77
  [[readmore]]
78
+ [role="mt-4"]
79
+ image:{{page.book.cover}}[width=350, role="mr-4 mb-5 float-left"]
80
+
81
+ So when she feels a spark with a gorgeous neurosurgeon named Ryle Kincaid,
82
+ everything in Lily's life suddenly seems almost too good to be true. Ryle is
83
+ assertive, stubborn, maybe even a little arrogant. He's also sensitive,
84
+ brilliant, and has a total soft spot for Lily, but Ryle's complete aversion
85
+ to relationships is disturbing.
86
+
84
87
  As questions about her new relationship overwhelm her, so do thoughts of
85
88
  Atlas Corrigan - her first love and a link to the past she left behind. He
86
89
  was her kindred spirit, her protector. When Atlas suddenly reappears,
@@ -10,7 +10,7 @@ description: >
10
10
  raiding border clans in the year of our Lord ... 1743.
11
11
 
12
12
  categories: [ Books ]
13
- tags: [ Romance, Historical, Fiction ]
13
+ tags: [ Romance ]
14
14
 
15
15
  image:
16
16
  path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9780/4402/9780440212560.jpg
@@ -25,6 +25,9 @@ book:
25
25
  ISBN13: 9780440212560
26
26
  rank: 297
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
  Claire Randall is leading a double life. She has a husband in one century,
57
58
  and a lover in another...
58
59
 
@@ -62,11 +63,6 @@ aboulder in one of the ancient stone circles that dot the British Isles.
62
63
  Suddenly she is a Sassenach--an "outlander"--in a Scotland torn by war and
63
64
  raiding border clans in the year of our Lord...1743.
64
65
 
65
- Hurled back in time by forces she cannot understand, Claire's destiny in soon
66
- inextricably intertwined with Clan MacKenzie and the forbidden Castle Leoch.
67
- She is catapulted without warning into the intrigues of lairds and spies that
68
- may threaten her life ...and shatter her heart.
69
-
70
66
  excerpt__end
71
67
 
72
68
  // Load Liquid procedures
@@ -83,23 +79,50 @@ excerpt__end
83
79
 
84
80
  // Include sub-documents (if any)
85
81
  // -----------------------------------------------------------------------------
86
-
87
82
  [[readmore]]
88
- For here, James Fraser, a gallant young Scots warrior, shows her a passion so
89
- fierce and a love so absolute that Claire becomes a woman torn between fidelity
90
- and desire...and between two vastly different men in two irreconcilable lives.
91
-
92
- _Absorbing and heartwarming .. lavishly evokes the land and lore of Scotland_
93
-
94
- *Publishers Weekly*
95
-
96
- _Stunning!_
97
-
98
- *Los Angeles Daily News*
99
-
100
- _It is a large canvas that Gabaldon paints, filled with strong passions and
83
+ [role="mt-4"]
84
+ image:{{page.book.cover}}[width=350, role="mr-4 float-left"]
85
+
86
+ The story revolves around Claire Randall, a former combat nurse from World
87
+ War II. While on a second honeymoon in Scotland with her husband Frank,
88
+ Claire mysteriously travels back to 1743. She is caught in the Jacobite
89
+ rising, a period of political unrest and rebellion.
90
+
91
+ In 18th-century Scotland, Claire encounters Jamie Fraser, a young Highland
92
+ warrior, and becomes entangled in a passionate and tumultuous love affair
93
+ with him. As she navigates the dangers and challenges of life in the past,
94
+ Claire must also reconcile her feelings for Jamie with her longing to return
95
+ to her own time.
96
+
97
+ Hurled back in time by forces she cannot understand, Claire's destiny is
98
+ soon inextricably intertwined with Clan MacKenzie and the forbidden Castle
99
+ Leoch. She is catapulted without warning into the intrigues of lairds and
100
+ spies that may threaten her life ... and shatter her heart.
101
+
102
+ _Outlander_ blends historical fiction, romance, adventure, and time travel
103
+ elements. The novel is known for its richly detailed historical setting,
104
+ well-developed characters, and complex relationships. It explores love,
105
+ loyalty, sacrifice, and the clash of cultures and periods. The book is a
106
+ captivating novel that combines history, romance, and time travel to create
107
+ an immersive and fascinating tale of love and adventure.
108
+
109
+ The success of _Outlander_ led to sequels, continuing the epic tale of
110
+ Claire and Jamie's adventures across different periods and locations.
111
+ The book series has garnered a devoted fan base and has been praised
112
+ for its compelling storytelling and meticulous research. In addition to
113
+ the books, _Outlander_ has been adapted into a television series by Starz,
114
+ further increasing its popularity and bringing the story to a wider audience.
115
+ The TV adaptation has received critical acclaim for its faithful adaptation
116
+ and strong performances.
117
+
118
+ "For here, James Fraser, a gallant young Scots warrior, shows her a passion
119
+ so fierce and a love so absolute that Claire becomes a woman torn between
120
+ fidelity and desire ... and between two vastly different men in two
121
+ irreconcilable lives."
122
+ -- Los Angeles Daily News
123
+
124
+ "It is a large canvas that Gabaldon paints, filled with strong passions and
101
125
  derring-do. Strong willed and sensual, Claire is an engaging modern heroine
102
126
  plopped down in a simpler, more primitive time .. Great fun .. marvelous
103
- and fantastic adventures, romance, sex .. perfect escape reading!_
104
-
105
- *San Francisco Chronicle*
127
+ and fantastic adventures, romance, sex .. perfect escape reading!""
128
+ -- San Francisco Chronicle
@@ -13,7 +13,7 @@ description: >
13
13
  lady.
14
14
 
15
15
  categories: [ Books ]
16
- tags: [ Romance, Historical, Adventure ]
16
+ tags: [ Romance ]
17
17
 
18
18
  image:
19
19
  path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/7808/9781780896618.jpg
@@ -28,6 +28,9 @@ book:
28
28
  ISBN13: 9781780896618
29
29
  rank: 701
30
30
 
31
+ toc: false
32
+ fab_menu_id: default
33
+ scrollbar: false
31
34
  regenerate: false
32
35
 
33
36
  resources: [ animate ]
@@ -54,21 +57,9 @@ resource_options:
54
57
 
55
58
  // Place an excerpt at the most top position
56
59
  // -----------------------------------------------------------------------------
57
- // image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
58
-
59
60
  1740: Young Jamie Fraser has left Scotland and, with his best friend Ian Murray,
60
61
  is running with a band of mercenaries in France.
61
62
 
62
- Both men have good reason not to go back to their homeland: both are nursing
63
- wounds, and despite their best efforts to remedy the situation, both are still
64
- virgins. So when a Jewish doctor hires them to escort his granddaughter to
65
- Paris, they readily agree. Both men are instantly drawn to the beautiful young
66
- lady.
67
-
68
- Find out what happened before Jamie met Claire in this brilliant new Outlander
69
- short story. What neither know is that their lives and their friendships are
70
- about to become infinitely more complicated - and a lot more dangerous...
71
-
72
63
  excerpt__end
73
64
 
74
65
  // Load Liquid procedures
@@ -85,8 +76,32 @@ excerpt__end
85
76
 
86
77
  // Include sub-documents (if any)
87
78
  // -----------------------------------------------------------------------------
88
-
89
79
  [[readmore]]
80
+ [role="mt-4"]
81
+ image:{{page.book.cover}}[width=350, role="mr-4 float-left"]
82
+
90
83
  Find out what happened before Jamie met Claire in this brilliant new Outlander
91
84
  short story. What neither know is that their lives and their friendships are
92
- about to become infinitely more complicated - and a lot more dangerous...
85
+ about to become infinitely more complicated - and a lot more dangerous.
86
+
87
+ Both men have good reason not to go back to their homeland: both are nursing
88
+ wounds, and despite their best efforts to remedy the situation, both are still
89
+ virgins. So when a Jewish doctor hires them to escort his granddaughter to
90
+ Paris, they readily agree. Both men are instantly drawn to the beautiful young
91
+ lady.
92
+
93
+ _Outlander_ blends historical fiction, romance, adventure, and time travel
94
+ elements. The novel is known for its richly detailed historical setting,
95
+ well-developed characters, and complex relationships. It explores love,
96
+ loyalty, sacrifice, and the clash of cultures and periods. The book is a
97
+ captivating novel that combines history, romance, and time travel to create
98
+ an immersive and fascinating tale of love and adventure.
99
+
100
+ The success of _Outlander_ led to sequels, continuing the epic tale of
101
+ Claire and Jamie's adventures across different periods and locations.
102
+ The book series has garnered a devoted fan base and has been praised
103
+ for its compelling storytelling and meticulous research. In addition to
104
+ the books, _Outlander_ has been adapted into a television series by Starz,
105
+ further increasing its popularity and bringing the story to a wider audience.
106
+ The TV adaptation has received critical acclaim for its faithful adaptation
107
+ and strong performances.
@@ -10,7 +10,6 @@ description: >
10
10
  new projects and combines the best of open source software
11
11
  for the Web. Jekyll One is open source and the modules packed
12
12
  as well. No pain for private or professional purposes.
13
-
14
13
  keywords: >
15
14
  Jekyll, Jekyll, JekyllOne, Theme, Template, Ruby, Gem
16
15
 
@@ -22,17 +21,10 @@ robots:
22
21
  follow: true
23
22
 
24
23
  # image:
25
- # path: /assets/images/custom/header/avatar.svg
26
- # width: 1920
27
- # height: 1200
28
- # alt: Family Cartoon
29
-
30
-
31
- # image:
32
- # path: /assets/images/custom/header/family.svg
24
+ # path: /assets/images/custom/header/avatar.svg # family.svg
33
25
  # width: 1920
34
26
  # height: 1200
35
- # alt: Family Cartoon
27
+ # alt: Avatar # Family Cartoon
36
28
 
37
29
  image:
38
30
  path: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
@@ -99,15 +91,15 @@ accordion:
99
91
  noting that just about any HTML can go within the <code>.accordion-body</code>, though the
100
92
  transition does limit overflow.
101
93
 
102
- resources: [ animate, iconify, scroller ]
103
- # resource_options: []
94
+ # resources: []
95
+ resources: [ animate, scroller ]
104
96
  resource_options:
105
97
  - attic:
98
+ # duration: 100
99
+ # transitionDuration: fast
106
100
  slides:
107
101
  - url: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
108
102
  alt: Photo by Kristopher Roller on Unsplash
109
- # title: Starter
110
- # tagline: Build-In Theme
111
103
  badge:
112
104
  type: unsplash
113
105
  author: Kristopher Roller
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2023.2.7",
4
+ "version": "2023.3.0",
5
5
  "description": "J1 Theme Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -124,10 +124,10 @@
124
124
  "setup:detect-os": "echo Detect OS .. && cross-env if-env OS=Windows_NT && cross-var echo \"OS detected: $OS\" || OS=$(echo $(getos)) && echo \"OS detected: $OS\" && echo done.",
125
125
  "setup:site": "run-s -s build",
126
126
  "site": "run-p -s site:*",
127
- "site:jekyll": "echo Startup the site .. && cross-env SINATRA_ACTIVESUPPORT_WARNING=false bundle exec jekyll s --incremental --livereload --skip-initial-build --livereload-port $npm_package_jekyll_opt_livereload_port --watch --open 2>jekyll.err.log",
127
+ "site:jekyll": "echo Startup the site .. && cross-env SINATRA_ACTIVESUPPORT_WARNING=false bundle exec jekyll s --incremental --livereload --skip-initial-build --livereload-port $npm_package_jekyll_opt_livereload_port --watch --open 2>jekyll.log",
128
128
  "site:utilsrv": "npm --prefix ./utilsrv --silent run utilsrv",
129
129
  "j1-site": "run-p -s j1-site:*",
130
- "j1-site:jekyll": "echo Startup the site .. && cross-env bundle exec jekyll s --incremental --livereload --skip-initial-build --livereload-port $npm_package_jekyll_opt_livereload_port --watch --open 2>jekyll.err.log",
130
+ "j1-site:jekyll": "echo Startup the site .. && cross-env bundle exec jekyll s --incremental --livereload --skip-initial-build --livereload-port $npm_package_jekyll_opt_livereload_port --watch --open 2>jekyll.log",
131
131
  "j1-site:utilsrv": "npm --prefix ./utilsrv --silent run utilsrv",
132
132
  "bump": "run-s -s ver && run-s -s bump:* && run-s -s ver",
133
133
  "ver": "cross-var cross-env echo \"Project version: $npm_package_version\"",
@@ -41,7 +41,7 @@ resource_options:
41
41
  // Set (local) page attributes here
42
42
  // -----------------------------------------------------------------------------
43
43
  // :page--attr: <attr-value>
44
- :badges-enabled: true
44
+ :badges-enabled: false
45
45
 
46
46
  // Load Liquid procedures
47
47
  // -----------------------------------------------------------------------------
@@ -43,7 +43,7 @@ resource_options:
43
43
 
44
44
  // Attribute settings for section control
45
45
  //
46
- :badges-enabled: true
46
+ :badges-enabled: false
47
47
 
48
48
  // Load Liquid procedures
49
49
  // -----------------------------------------------------------------------------
@@ -20,8 +20,8 @@ pagination:
20
20
  per_page: 2
21
21
 
22
22
  robots:
23
- index: false
24
- follow: false
23
+ index: true
24
+ follow: true
25
25
 
26
26
  image:
27
27
  path: /assets/images/modules/attics/matthaeus-1920x1280.jpg
@@ -17,7 +17,7 @@ image:
17
17
  alt: Photo by Giammarco on Unsplash
18
18
 
19
19
  regenerate: false
20
- permalink: /pages/public/bookshelf/bookshelf/
20
+ permalink: /pages/public/learn/bookshelf/article_previewer/all_books/
21
21
 
22
22
  resources: [ animate, masonry ]
23
23
  resource_options:
@@ -19,7 +19,7 @@ image:
19
19
  toc: false
20
20
  fab_menu_id: default
21
21
  regenerate: false
22
- permalink: /pages/public/bookshelf/biography/
22
+ permalink: /pages/public/learn/bookshelf/article_previewer/biography/
23
23
 
24
24
  resources: [ animate, masonry ]
25
25
  resource_options:
@@ -21,7 +21,7 @@ robots:
21
21
  toc: false
22
22
  fab_menu_id: default
23
23
  regenerate: false
24
- permalink: /pages/public/bookshelf/fantasy/
24
+ permalink: /pages/public/learn/bookshelf/article_previewer/fantasy/
25
25
 
26
26
  resources: [ animate, masonry ]
27
27
  resource_options:
@@ -21,7 +21,7 @@ robots:
21
21
  toc: false
22
22
  fab_menu_id: default
23
23
  regenerate: false
24
- permalink: /pages/public/bookshelf/romance/
24
+ permalink: /pages/public/learn/bookshelf/article_previewer/romance/
25
25
 
26
26
  resources: [ animate, masonry ]
27
27
  resource_options: