j1-template 2020.0.16 → 2020.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (395) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +2 -2
  3. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +4 -4
  4. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +2 -2
  5. data/_includes/themes/j1/blocks/footer/generator.html +1 -1
  6. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +19 -16
  7. data/_includes/themes/j1/layouts/content_generator_collection.html +2 -2
  8. data/_includes/themes/j1/layouts/content_generator_page.html +8 -56
  9. data/_includes/themes/j1/layouts/content_generator_post.html +5 -3
  10. data/_includes/themes/j1/procedures/global/attributes_loader.proc +117 -0
  11. data/_includes/themes/j1/procedures/global/create_bs_button.proc +10 -10
  12. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +14 -12
  13. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +1 -1
  14. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +3 -3
  15. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +37 -38
  16. data/_layouts/blog_archive.html +4 -3
  17. data/_layouts/collection.html +1 -1
  18. data/_layouts/home.html +1 -1
  19. data/_layouts/page.html +2 -2
  20. data/_layouts/post.html +3 -3
  21. data/apps/public/cc/cc.yml +0 -2
  22. data/assets/data/authclient.html +15 -15
  23. data/assets/data/banner.html +11 -11
  24. data/assets/data/carousel.json +1 -1
  25. data/assets/data/cookiebar.html +8 -8
  26. data/assets/data/footer.html +1 -1
  27. data/assets/data/galleries.json +1 -1
  28. data/assets/data/gallery_customizer.html +4 -4
  29. data/assets/data/mdi_icons.json +1 -1
  30. data/assets/data/menu.html +7 -7
  31. data/assets/data/mmenu.html +5 -5
  32. data/assets/data/mmenu_sidebar.html +2 -2
  33. data/assets/data/mmenu_toc.html +2 -2
  34. data/assets/data/panel.html +115 -95
  35. data/assets/data/quicklinks.html +2 -2
  36. data/assets/data/search.json +1 -1
  37. data/assets/data/ssm.html +2 -2
  38. data/assets/data/themes.json +3 -1
  39. data/assets/data/twa_v1.json +1 -1
  40. data/assets/themes/j1/adapter/js/algolia.js +1 -1
  41. data/assets/themes/j1/adapter/js/attic.js +1 -1
  42. data/assets/themes/j1/adapter/js/back2top.js +231 -0
  43. data/assets/themes/j1/adapter/js/{mdb.js → bmd.js} +11 -11
  44. data/assets/themes/j1/adapter/js/carousel.js +135 -134
  45. data/assets/themes/j1/adapter/js/clipboard.js +2 -1
  46. data/assets/themes/j1/adapter/js/cookiebar.js +2 -1
  47. data/assets/themes/j1/adapter/js/framer.js +1 -5
  48. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -1
  49. data/assets/themes/j1/adapter/js/j1.js +36 -10
  50. data/assets/themes/j1/adapter/js/jf_gallery.js +1 -1
  51. data/assets/themes/j1/adapter/js/lightbox.js +1 -1
  52. data/assets/themes/j1/adapter/js/logger.js +2 -1
  53. data/assets/themes/j1/adapter/js/mmenu.js +10 -8
  54. data/assets/themes/j1/adapter/js/navigator.js +101 -31
  55. data/assets/themes/j1/adapter/js/searcher.js +1 -1
  56. data/assets/themes/j1/adapter/js/ssm.js +30 -29
  57. data/assets/themes/j1/adapter/js/themer.js +7 -13
  58. data/assets/themes/j1/adapter/js/toccer.js +37 -7
  59. data/assets/themes/j1/core/css/animate.css +17 -0
  60. data/assets/themes/j1/core/css/bootstrap.css +54 -48
  61. data/assets/themes/j1/core/css/bootstrap.min.css +3 -3
  62. data/assets/themes/j1/core/css/{fontawesome.css → icons-fontawesome.css} +31 -12
  63. data/assets/themes/j1/core/css/{fontawesome.min.css → icons-fontawesome.min.css} +0 -0
  64. data/assets/themes/j1/core/css/{iconify-icons.css → icons-iconify.css} +51 -38
  65. data/assets/themes/j1/core/css/{iconify-icons.min.css → icons-iconify.min.css} +1 -1
  66. data/assets/themes/j1/core/css/{material-design-icons.css → icons-materialdesign.css} +326 -244
  67. data/assets/themes/j1/core/css/icons-materialdesign.min.css +1 -0
  68. data/assets/themes/j1/core/css/{twemoji.css → icons-twemoji.css} +61 -51
  69. data/assets/themes/j1/core/css/{twemoji.min.css → icons-twemoji.min.css} +0 -0
  70. data/assets/themes/j1/core/css/{theme_extensions.css → theme-extensions.css} +1754 -1429
  71. data/assets/themes/j1/core/css/theme-extensions.min.css +1 -0
  72. data/assets/themes/j1/core/css/uno-dark.css +8109 -0
  73. data/assets/themes/j1/core/css/uno-dark.min.css +6 -0
  74. data/assets/themes/j1/core/css/uno.css +15337 -3046
  75. data/assets/themes/j1/core/css/uno.min.css +8 -1
  76. data/assets/themes/j1/core/css/vendor.css +86 -13430
  77. data/assets/themes/j1/core/css/vendor.min.css +1 -7
  78. data/assets/themes/j1/core/js/template.js +6 -6
  79. data/assets/themes/j1/core/js/template.js.map +1 -1
  80. data/assets/themes/j1/core/js/template.min.js +1 -1
  81. data/assets/themes/j1/modules/backstretch/js/backstretch.js +12 -13
  82. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +12 -13
  83. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +43 -34
  84. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +11 -12
  85. data/assets/themes/j1/modules/carousel/css/carousel.css +8 -9
  86. data/assets/themes/j1/modules/carousel/css/carousel.min.css +7 -9
  87. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +7 -8
  88. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +7 -9
  89. data/assets/themes/j1/modules/carousel/css/theme/uno.css +7 -8
  90. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +8 -9
  91. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +7 -7
  92. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +8 -45
  93. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +2 -5
  94. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +17 -44
  95. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +2 -5
  96. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +5 -7
  97. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +1 -1
  98. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +3 -5
  99. data/assets/themes/j1/modules/iframeResizer/examples/index.html +4 -3
  100. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -3
  101. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +8 -9
  102. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +8 -31
  103. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +7 -8
  104. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +8 -10
  105. data/assets/themes/j1/modules/lightbox/css/lightbox.css +11 -12
  106. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +11 -12
  107. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +7 -7
  108. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +7 -8
  109. data/assets/themes/j1/modules/lightbox/js/lightbox.js +11 -12
  110. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +11 -27
  111. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +82 -0
  112. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +15 -0
  113. data/assets/{README.md → themes/j1/modules/mdiPreviewer/js/readme} +0 -0
  114. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +11 -11
  115. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +12 -386
  116. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +15 -19
  117. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +8 -163
  118. data/assets/themes/j1/modules/popper/js/popper.js +1 -1
  119. data/assets/themes/j1/modules/popper/js/popper.js.map +1 -1
  120. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -1
  121. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +12 -19
  122. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +8 -82
  123. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +153 -0
  124. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +19 -0
  125. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +12 -13
  126. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +12 -268
  127. data/assets/themes/j1/modules/twemoji/js/twemoji.js +11 -20
  128. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +11 -17
  129. data/lib/j1/version.rb +1 -1
  130. data/lib/j1_app/j1_auth_manager/config.rb +10 -5
  131. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +5 -5
  132. data/lib/starter_web/Gemfile +6 -2
  133. data/lib/starter_web/_config.yml +2 -2
  134. data/lib/starter_web/_data/apps/carousel.yml +6 -7
  135. data/lib/starter_web/_data/apps/defaults/carousel.yml +2 -3
  136. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -2
  137. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -2
  138. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -2
  139. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -2
  140. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -2
  141. data/lib/starter_web/_data/apps/justified_gallery.yml +4 -5
  142. data/lib/starter_web/_data/apps/light_gallery.yml +1 -2
  143. data/lib/starter_web/_data/apps/lightbox.yml +1 -2
  144. data/lib/starter_web/_data/blocks/banner.yml +25 -21
  145. data/lib/starter_web/_data/blocks/defaults/banner.yml +3 -4
  146. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -2
  147. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -4
  148. data/lib/starter_web/_data/blocks/footer.yml +1 -2
  149. data/lib/starter_web/_data/blocks/panel.yml +29 -23
  150. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -2
  151. data/lib/starter_web/_data/layouts/app.yml +1 -2
  152. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -2
  153. data/lib/starter_web/_data/layouts/collection.yml +1 -2
  154. data/lib/starter_web/_data/layouts/home.yml +7 -28
  155. data/lib/starter_web/_data/layouts/post.yml +1 -2
  156. data/lib/starter_web/_data/layouts/raw.yml +1 -2
  157. data/lib/starter_web/_data/modules/advertising.yml +0 -1
  158. data/lib/starter_web/_data/modules/attics.yml +0 -1
  159. data/lib/starter_web/_data/modules/authentication.yml +0 -1
  160. data/lib/starter_web/_data/modules/back2top.yml +30 -0
  161. data/lib/starter_web/_data/modules/defaults/attics.yml +5 -3
  162. data/lib/starter_web/_data/modules/defaults/authentication.yml +0 -1
  163. data/lib/starter_web/_data/modules/defaults/back2top.yml +146 -0
  164. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -3
  165. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +0 -1
  166. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +4 -5
  167. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -2
  168. data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -15
  169. data/lib/starter_web/_data/modules/defaults/stickybits.yml +1 -2
  170. data/lib/starter_web/_data/modules/defaults/themer.yml +3 -3
  171. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -2
  172. data/lib/starter_web/_data/modules/framer.yml +1 -2
  173. data/lib/starter_web/_data/modules/log4javascript.yml +4 -5
  174. data/lib/starter_web/_data/modules/log4r.yml +1 -2
  175. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  176. data/lib/starter_web/_data/modules/themer.yml +2 -1
  177. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  178. data/lib/starter_web/_data/private.yml +56 -108
  179. data/lib/starter_web/_data/resources.yml +107 -32
  180. data/lib/starter_web/_data/template_settings.yml +1 -1
  181. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
  182. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg +0 -0
  183. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
  184. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
  185. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
  186. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  187. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
  188. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.jpg +0 -0
  189. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.jpg +0 -0
  190. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
  191. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
  192. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
  193. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
  194. data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg +0 -0
  195. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
  196. data/lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.jpg +0 -0
  197. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  198. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
  199. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
  200. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
  201. data/lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.jpg +0 -0
  202. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
  203. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
  204. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
  205. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  206. data/lib/starter_web/assets/images/modules/attics/runner-1920x1200-bw.jpg +0 -0
  207. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
  208. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280-bw.jpg +0 -0
  209. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  210. data/lib/starter_web/assets/images/modules/carousel/cats/cat-1.jpg +0 -0
  211. data/lib/starter_web/assets/images/modules/carousel/cats/cat-2.jpg +0 -0
  212. data/lib/starter_web/assets/images/modules/carousel/cats/cat-3.jpg +0 -0
  213. data/lib/starter_web/assets/images/modules/carousel/cats/cat-4.jpg +0 -0
  214. data/lib/starter_web/assets/images/modules/carousel/cats/cat-5.jpg +0 -0
  215. data/lib/starter_web/assets/images/modules/carousel/cats/cat-6.jpg +0 -0
  216. data/lib/starter_web/assets/images/modules/carousel/cats/cat-7.jpg +0 -0
  217. data/lib/starter_web/assets/images/modules/carousel/cats/cat-8.jpg +0 -0
  218. data/lib/starter_web/assets/images/modules/carousel/mega_cities/andreas-brucker_b.jpg +0 -0
  219. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  220. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  221. data/lib/starter_web/assets/images/modules/carousel/mega_cities/luca-bravo_b.jpg +0 -0
  222. data/lib/starter_web/assets/images/modules/carousel/mega_cities/thomas-tucker_b.jpg +0 -0
  223. data/lib/starter_web/assets/images/modules/gallery/mega_cities/andreas-brucker_b.jpg +0 -0
  224. data/lib/starter_web/assets/images/modules/gallery/mega_cities/banter-snaps_b.jpg +0 -0
  225. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  226. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2-bw.jpg +0 -0
  227. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  228. data/lib/starter_web/assets/images/modules/gallery/mega_cities/emmad-mazhari_b.jpg +0 -0
  229. data/lib/starter_web/assets/images/modules/gallery/mega_cities/ethan-brooke_b.jpg +0 -0
  230. data/lib/starter_web/assets/images/modules/gallery/mega_cities/federico-rizzarelli_b.jpg +0 -0
  231. data/lib/starter_web/assets/images/modules/gallery/mega_cities/gints-gailis_b.jpg +0 -0
  232. data/lib/starter_web/assets/images/modules/gallery/mega_cities/johan-mouchet_b.jpg +0 -0
  233. data/lib/starter_web/assets/images/modules/gallery/mega_cities/luca-bravo_b.jpg +0 -0
  234. data/lib/starter_web/assets/images/modules/gallery/mega_cities/oskars-sylwan_b.jpg +0 -0
  235. data/lib/starter_web/assets/images/modules/gallery/mega_cities/steven-diaz_b.jpg +0 -0
  236. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker-bw.jpg +0 -0
  237. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker_b.jpg +0 -0
  238. data/lib/starter_web/assets/images/modules/icons/j1/favicon.ico +0 -0
  239. data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.png +0 -0
  240. data/lib/starter_web/assets/images/modules/icons/j1/j1-32x32.ico +0 -0
  241. data/lib/starter_web/assets/images/modules/icons/j1/j1-512x512.png +0 -0
  242. data/lib/starter_web/assets/images/modules/icons/j1/j1-64x64.png +0 -0
  243. data/lib/starter_web/assets/images/modules/icons/j1/j1.ico +0 -0
  244. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +31 -35
  245. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-1.jpg +0 -0
  246. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-2.jpg +0 -0
  247. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-3.jpg +0 -0
  248. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg +0 -0
  249. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.jpg +0 -0
  250. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.jpg +0 -0
  251. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.jpg +0 -0
  252. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.jpg +0 -0
  253. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.jpg +0 -0
  254. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.jpg +0 -0
  255. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.jpg +0 -0
  256. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.jpg +0 -0
  257. data/lib/starter_web/assets/videos/gallery/adriana-lima-poster.jpg +0 -0
  258. data/lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg +0 -0
  259. data/lib/starter_web/assets/videos/gallery/video1-poster.jpg +0 -0
  260. data/lib/starter_web/assets/videos/gallery/video2-poster.jpg +0 -0
  261. data/lib/starter_web/assets/videos/gallery/video2-thumb.jpg +0 -0
  262. data/lib/starter_web/assets/videos/headers/still/underground-broadway.jpg +0 -0
  263. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.jpg +0 -0
  264. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +81 -0
  265. data/lib/starter_web/collections/_biography/becoming.adoc +72 -0
  266. data/lib/starter_web/collections/_biography/born-to-run.adoc +78 -0
  267. data/lib/starter_web/collections/_biography/forty-autumns.adoc +75 -0
  268. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +69 -0
  269. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +72 -0
  270. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +73 -0
  271. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +64 -0
  272. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +64 -0
  273. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +62 -0
  274. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +63 -0
  275. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +62 -0
  276. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +60 -0
  277. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +67 -0
  278. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +61 -0
  279. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +69 -0
  280. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +66 -0
  281. data/lib/starter_web/collections/_romance/outlander-novel.adoc +78 -0
  282. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +62 -0
  283. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +2 -2
  284. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +1 -1
  285. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +28 -24
  286. data/lib/starter_web/collections/posts/public/series/_posts/includes/attributes.asciidoc +66 -0
  287. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/100-docker-using-shared-folders.asciidoc +430 -0
  288. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/loop.sh +28 -0
  289. data/lib/starter_web/collections/posts/public/series/_posts/includes/tables/debug_variables.asciidoc +48 -0
  290. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +134 -0
  291. data/lib/starter_web/collections/posts/public/test_posts/_posts/includes/attributes.asciidoc +41 -0
  292. data/lib/starter_web/collections/posts/public/test_posts/_posts/includes/tables/debug_variables.asciidoc +48 -0
  293. data/lib/starter_web/includes/attributes.asciidoc +183 -0
  294. data/lib/starter_web/index.html +1 -1
  295. data/lib/starter_web/package.json +2 -2
  296. data/lib/starter_web/pages/protected/site_search.adoc +8 -19
  297. data/lib/starter_web/pages/public/blog/navigator/archive.html +11 -17
  298. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +13 -19
  299. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +13 -19
  300. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +11 -12
  301. data/lib/starter_web/pages/public/bookshelf/100_whats_up.adoc +281 -0
  302. data/lib/starter_web/pages/public/bookshelf/200_book_shelf_biography.adoc +52 -0
  303. data/lib/starter_web/pages/public/bookshelf/300_book_shelf_fantasy.adoc +54 -0
  304. data/lib/starter_web/pages/public/bookshelf/400_book_shelf_romance.adoc +54 -0
  305. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +10 -19
  306. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +12 -23
  307. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +11 -21
  308. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/attributes.asciidoc +21 -12
  309. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/100_meet_and_greet_jekyll.asciidoc +0 -0
  310. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/200_preparations.asciidoc +0 -0
  311. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/300_first_awesome_web.asciidoc +0 -0
  312. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/parts.asciidoc +0 -0
  313. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +58 -79
  314. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +27 -40
  315. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +33 -48
  316. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +40 -54
  317. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +81 -96
  318. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +14 -54
  319. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +25 -40
  320. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +21 -36
  321. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc +2 -2
  322. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/attributes.asciidoc +7 -32
  323. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/100_gistblock.asciidoc +0 -0
  324. data/lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_bottom_info.asciidoc +14 -0
  325. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_bottom_left_warning.asciidoc +2 -2
  326. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_bottom_right_danger.asciidoc +2 -2
  327. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_central_success.asciidoc +2 -2
  328. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_full_height_left_info.asciidoc +2 -2
  329. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_full_height_right_success.asciidoc +2 -2
  330. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_table_3_column.asciidoc +0 -0
  331. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_info.asciidoc +3 -3
  332. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_left_info.asciidoc +2 -2
  333. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_right_success.asciidoc +2 -2
  334. data/lib/starter_web/pages/public/learn/roundtrip/includes/documents/419_advanced_modals_demo.asciidoc +337 -0
  335. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_info.asciidoc +1 -1
  336. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +1 -1
  337. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +1 -1
  338. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_central_success.asciidoc +1 -1
  339. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +1 -1
  340. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +1 -1
  341. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_info.asciidoc +1 -1
  342. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_left_info.asciidoc +1 -1
  343. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_right_success.asciidoc +1 -1
  344. data/lib/starter_web/pages/public/learn/whats_up.adoc +6 -25
  345. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +6 -12
  346. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +27 -33
  347. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +3 -2
  348. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +2 -0
  349. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1297 -717
  350. data/lib/starter_web/pages/public/previewer/iframer.adoc +2 -7
  351. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/attributes.asciidoc +16 -8
  352. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -0
  353. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -0
  354. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/120_relative_sizes.asciidoc +0 -0
  355. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/200_rotate.asciidoc +0 -0
  356. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/300_flip.asciidoc +0 -0
  357. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -0
  358. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -0
  359. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -0
  360. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/600_md_color_palette.asciidoc +0 -0
  361. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -0
  362. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -0
  363. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -0
  364. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -0
  365. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/200_rotate.asciidoc +0 -0
  366. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/300_flip.asciidoc +0 -0
  367. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -0
  368. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +9 -22
  369. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +22 -29
  370. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_ad.adoc +0 -0
  371. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_div.adoc +1 -1
  372. data/lib/starter_web/pages/public/test_pages/includes/attributes.asciidoc +47 -0
  373. data/lib/starter_web/pages/public/test_pages/includes/documents/100_gistblock.asciidoc +27 -0
  374. data/lib/starter_web/pages/public/test_pages/includes/images/pages/minneapolis.1200x400.jpg +0 -0
  375. data/lib/starter_web/pages/public/test_pages/includes/tables/000_bem_specifiers.asciidoc +22 -0
  376. data/lib/starter_web/pages/public/test_pages/includes/tables/000_specifier_examples.asciidoc +56 -0
  377. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +297 -0
  378. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +103 -0
  379. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  380. data/lib/starter_web/utilsrv/package.json +1 -1
  381. metadata +106 -65
  382. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc.org +0 -40
  383. data/assets/themes/j1/core/css/material-design-icons.min.css +0 -1
  384. data/assets/themes/j1/core/css/theme_extensions.min.css +0 -1
  385. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +0 -1
  386. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.png +0 -0
  387. data/lib/starter_web/assets/images/modules/attics/mae-mu-Vf9gbsLZyf0-unsplash.jpg +0 -0
  388. data/lib/starter_web/assets/videos/headers/still/underground-broadway.webp +0 -0
  389. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.webp +0 -0
  390. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +0 -120
  391. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +0 -144
  392. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +0 -642
  393. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_info.asciidoc +0 -11
  394. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_html.asciidoc +0 -928
  395. data/lib/starter_web/pages/public/learn/roundtrip/bs_tour.js +0 -98
@@ -0,0 +1,75 @@
1
+ ---
2
+ layout: collection
3
+
4
+ title: Forty Autumns
5
+ tagline: A Family's Story on Both Sides of the Berlin Wall
6
+ description: History of three generations of her family - mothers, sisters,
7
+ daughters and cousins - separated by forty years of Soviet rule,
8
+ and reunited after the fall of the Berlin Wall
9
+
10
+ date: 2016-10-27 19:16:49 +0100
11
+ book:
12
+ cover: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/4087/9781408707265.jpg
13
+ format: hardback
14
+ pages: 416
15
+ publisher: Little, Brown Book Group
16
+ author: Nina Willner
17
+ ISBN10: 1408707268
18
+ ISBN13: 9781408707265
19
+ rank: 106052
20
+
21
+ tags: [ collection, books ]
22
+ index: [ Memoirs, Historical, Autobiography ]
23
+ categories: [ biography ]
24
+
25
+ #permalink:
26
+ regenerate: false
27
+
28
+ toc: false
29
+ resources: []
30
+ resource_options:
31
+ ---
32
+
33
+ // Enable the Liquid Preprocessor
34
+ //
35
+ :page-liquid:
36
+
37
+ // Set other global page attributes here
38
+ // -----------------------------------------------------------------------------
39
+ image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
40
+
41
+
42
+ // Place an excerpt at the most top position
43
+ // -----------------------------------------------------------------------------
44
+ In Forty Autumns, Nina Willner recounts the history of three generations of
45
+ her family - mothers, sisters, daughters and cousins - separated by forty years
46
+ of Soviet rule, and reunited after the fall of the Berlin Wall.
47
+
48
+ Shortly after the end of the Second World War, as the Soviets took control
49
+ of the eastern part of Germany, Hanna, a schoolteacher's daughter, escaped
50
+ with nothing more than a small suitcase and the clothes on her back.
51
+
52
+ [role="clearfix mb-3"]
53
+ excerpt__end
54
+
55
+
56
+ [[readmore]]
57
+ As Hanna built a new life in the West, her relatives (her mother, father and
58
+ eight siblings) remained in the East. The construction of the Berlin Wall
59
+ severed all hope of any future reunion. Hanna fell in love and moved to America.
60
+ She made many attempts to establish contact with her family, but most were
61
+ unsuccessful. Her father was under close observation; her mother, younger
62
+ sister Heidi and the others struggled to adjust to life under a bizarre and
63
+ brutal regime that kept its citizens cut off from the outside world.
64
+
65
+ A few years later, Hanna had a daughter - Nina - who grew up to become the
66
+ first female US Army intelligence officer to lead sensitive intelligence
67
+ collection operations in East Berlin at the height of the Cold War. At the
68
+ same time, Heidi's daughter, Cordula, was training to become a member of the
69
+ East German Olympic cycling team. Though separated by only a few miles, Nina
70
+ and her relatives led entirely different lives. Once the Berlin Wall came down,
71
+ and the families were reunited, Nina Willner discovered an extraordinary story.
72
+
73
+ In Forty Autumns she vividly brings to life many accounts of courage and
74
+ survival, set against the backdrop of four decades that divided a nation
75
+ and the world.
@@ -0,0 +1,69 @@
1
+ ---
2
+ layout: collection
3
+
4
+ title: Not Dead Yet
5
+ tagline: Phil Collins - The Autobiography
6
+ description: Phil Collins unvarnished story of the songs and shows, the hits and pans,
7
+ his marriages and divorces
8
+
9
+ date: 2016-10-27 19:16:49 +0100
10
+ book:
11
+ cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/7808/9781780895123.jpg
12
+ format: hardback
13
+ pages: 464
14
+ publisher: Cornerstone
15
+ author: Phil Collins
16
+ ISBN10: 1780895127
17
+ ISBN13: 9781780895123
18
+ rank: 1367
19
+
20
+ tags: [ collection, books ]
21
+ index: [ Memoirs, Musicians ]
22
+ categories: [ biography ]
23
+
24
+ #permalink:
25
+ regenerate: false
26
+
27
+ toc: false
28
+ resources: []
29
+ resource_options:
30
+ ---
31
+
32
+ // Enable the Liquid Preprocessor
33
+ //
34
+ :page-liquid:
35
+
36
+ // Set other global page attributes here
37
+ // -----------------------------------------------------------------------------
38
+ image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
39
+
40
+
41
+ // Place an excerpt at the most top position
42
+ // -----------------------------------------------------------------------------
43
+ Not Dead Yet is Phil Collins candid, witty, unvarnished story of the songs
44
+ and shows, the hits and pans, his marriages and divorces, the ascents to the
45
+ top of the charts and into the tabloid headlines.
46
+
47
+ As one of only three musicians to sell over 100 million records both in a
48
+ group and as a solo artist, Collins breathes rare air, but he has never lost
49
+ his talent for crafting songs that touch listeners around the globe.
50
+
51
+ This is the story of his epic career, from child actor to one of the most
52
+ successful songwriters of the pop music era.
53
+
54
+ [role="clearfix mb-3"]
55
+ excerpt__end
56
+
57
+
58
+ [[readmore]]
59
+ A drummer since almost before he could walk, Collins received on-the-job
60
+ training in the seedy, thrilling bars and clubs of 1960s swinging London
61
+ before finally landing the drum seat in Genesis. Later he would step into the
62
+ spotlight on vocals after the departure of Peter Gabriel, and compose the songs
63
+ that would rocket him to international solo fame with the release of Face Value
64
+ and *In the Air Tonight*.
65
+
66
+ Whether he's recalling jamming with Eric Clapton and Robert Plant, pulling
67
+ together a big band fronted by Tony Bennett, playing twice at Live Aid, or
68
+ writing the Oscar-winning music for Disney's smash-hit animated film Tarzan,
69
+ Collins keeps it intimate and his storytelling gift never wavers.
@@ -0,0 +1,72 @@
1
+ ---
2
+ layout: collection
3
+
4
+ title: The Princess Diarist
5
+ tagline: Behind the scenes on one of the most famous film sets
6
+ description: Carrie Fisher's intimate, hilarious and revealing
7
+ recollection of what happened behind the scenes on
8
+ one of the most famous film sets
9
+
10
+ date: 2016-10-27 19:16:49 +0100
11
+ book:
12
+ cover: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/5930/9780593077566.jpg
13
+ format: hardback
14
+ pages: 272
15
+ publisher: Transworld Publishers Ltd.
16
+ author: Carrie Fisher
17
+ ISBN10: 0593077563
18
+ ISBN13: 9780593077566
19
+ rank: 5690
20
+
21
+ tags: [ collection, books ]
22
+ index: [ Memoirs, Films, Actors, Science Fiction]
23
+ categories: [ biography ]
24
+
25
+ #permalink:
26
+ regenerate: false
27
+
28
+ toc: false
29
+ resources: []
30
+ resource_options:
31
+ ---
32
+
33
+ // Enable the Liquid Preprocessor
34
+ //
35
+ :page-liquid:
36
+
37
+ // Set other global page attributes here
38
+ // -----------------------------------------------------------------------------
39
+ image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
40
+
41
+
42
+ // Place an excerpt at the most top position
43
+ // -----------------------------------------------------------------------------
44
+ The Princess Diarist is Carrie Fisher's intimate, hilarious and revealing
45
+ recollection of what happened behind the scenes on one of the most famous
46
+ film sets of all time, the first Star Wars movie.
47
+
48
+ When Carrie Fisher recently discovered the journals she kept during the
49
+ filming of the first Star Wars movie, she was astonished to see what they
50
+ had preserved-plaintive love poems, unbridled musings with youthful naivete,
51
+ and a vulnerability that she barely
52
+ recognized.
53
+
54
+ [role="clearfix mb-3"]
55
+ excerpt__end
56
+
57
+
58
+ [[readmore]]
59
+ Today, her fame as an author, actress, and pop-culture icon is indisputable,
60
+ but in 1977, Carrie Fisher was just a (sort-of) regular teenager.
61
+
62
+ With these excerpts from her handwritten notebooks, The Princess Diarist is
63
+ Fisher's intimate and revealing recollection of what happened on one of the
64
+ most famous film sets of all time-and what developed behind the scenes. And
65
+ today, as she reprises her most iconic role for the latest Star Wars trilogy,
66
+ Fisher also ponders the joys and insanity of celebrity, and the absurdity of
67
+ a life spawned by Hollywood royalty, only to be surpassed by her own outer-space
68
+ royalty.
69
+
70
+ Laugh-out-loud hilarious and endlessly quotable, The Princess Diarist brims
71
+ with the candour and introspection of a diary while offering shrewd insight
72
+ into the type of stardom that few will ever experience.
@@ -0,0 +1,73 @@
1
+ ---
2
+ layout: collection
3
+
4
+ title: When Breath Becomes Air
5
+ tagline: Paul Kalanithi was diagnosed with inoperable lung cancer ...
6
+ description: When Breath Becomes Air chronicles Kalanithi's transformation
7
+ from a medical student into a patient
8
+
9
+ date: 2016-10-27 19:16:49 +0100
10
+ book:
11
+ cover: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9781/8479/9781847923677.jpg
12
+ format: hardback
13
+ pages: 256
14
+ publisher: Vintage Publishing
15
+ author: Paul Kalanithi
16
+ ISBN10: 1847923674
17
+ ISBN13: 9781847923677
18
+ rank: 40
19
+
20
+ tags: [ collection, books ]
21
+ index: [ Memoirs, Neurosurgery, Life, Doctors ]
22
+ categories: [ biography ]
23
+
24
+ #permalink:
25
+ regenerate: false
26
+
27
+ toc: false
28
+ resources: []
29
+ resource_options:
30
+ ---
31
+
32
+ // Enable the Liquid Preprocessor
33
+ //
34
+ :page-liquid:
35
+
36
+ // Set other global page attributes here
37
+ // -----------------------------------------------------------------------------
38
+ image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
39
+
40
+
41
+ // Place an excerpt at the most top position
42
+ // -----------------------------------------------------------------------------
43
+ Paul Kalanithi at the age of thirty-six, on the verge of completing a
44
+ decade's training as a neurosurgeon, was diagnosed with inoperable lung
45
+ cancer.
46
+
47
+ Paul Kalanithi died while working on this profoundly moving book, yet his
48
+ words live on as a guide to us all. When Breath Becomes Air is a life-affirming
49
+ reflection on facing our mortality and on the relationship between doctor
50
+ and patient, from a gifted writer who became both.
51
+
52
+ The *NEW YORK TIMES* Number One Bestseller, the *SUNDAY TIMES* Bestseller:
53
+ Finishing this book and then forgetting about it is simply not an
54
+ option: *Unmissable*.
55
+
56
+ [role="clearfix mb-3"]
57
+ excerpt__end
58
+
59
+
60
+ [[readmore]]
61
+ One day he was a doctor treating the dying, the next he was a patient
62
+ struggling to live. When Breath Becomes Air chronicles Kalanithi's
63
+ transformation from a medical student asking what makes a virtuous and
64
+ meaningful life into a neurosurgeon working in the core of human identity -
65
+ the brain - and finally into a patient and a new father. What makes life
66
+ worth living in the face of death? What do you do when when life is
67
+ catastrophically interrupted? What does it mean to have a child as your
68
+ own life fades away?
69
+
70
+ Paul Kalanithi died while working on this profoundly moving book, yet his
71
+ words live on as a guide to us all. When Breath Becomes Air is a life-affirming
72
+ reflection on facing our mortality and on the relationship between doctor
73
+ and patient, from a gifted writer who became both.
@@ -0,0 +1,64 @@
1
+ ---
2
+ layout: collection
3
+
4
+ title: Harry Potter and the Deathly Hallows
5
+ tagline: Lord Voldemort and the Death Eaters are not far ..
6
+ description: Lord Voldemort and the Death Eaters are not far
7
+
8
+ date: 2016-11-17 19:16:49 +0100
9
+ book:
10
+ cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4088/9781408855713.jpg
11
+ format: paperback
12
+ pages: 640
13
+ publisher: Bloomsbury Publishing PLC
14
+ author: J. K. Rowling
15
+ ISBN10: 1408855712
16
+ ISBN13: 9781408855713
17
+ rank: 797
18
+
19
+ tags: [ collection, books ]
20
+ index: [ Fantasy, Magic, Harry, Potter ]
21
+ categories: [ fantasy ]
22
+
23
+ #permalink:
24
+ regenerate: false
25
+
26
+ toc: false
27
+ resources: []
28
+ resource_options:
29
+ ---
30
+
31
+ // Enable the Liquid Preprocessor
32
+ //
33
+ :page-liquid:
34
+
35
+ // Set other global page attributes here
36
+ // -----------------------------------------------------------------------------
37
+ image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
38
+
39
+
40
+ // Place an excerpt at the most top position
41
+ // -----------------------------------------------------------------------------
42
+ As he climbs into the sidecar of Hagrid's motorbike and takes to the skies,
43
+ leaving Privet Drive for the last time, Harry Potter knows that Lord Voldemort
44
+ and the Death Eaters are not far behind. The protective charm that has kept
45
+ Harry safe until now is now broken, but he cannot keep hiding.
46
+
47
+ The Dark Lord is breathing fear into everything Harry loves, and to stop him
48
+ Harry will have to find and destroy the remaining Horcruxes. The final battle
49
+ must begin - Harry must stand and face his enemy. These new editions of the
50
+ classic and internationally bestselling, multi-award-winning series feature
51
+ instantly pick-up-able new jackets by Jonny Duddle, with huge child appeal,
52
+ to bring Harry Potter to the next generation of readers.
53
+
54
+ [role="clearfix mb-3"]
55
+ excerpt__end
56
+
57
+
58
+ [[readmore]]
59
+ The Dark Lord is breathing fear into everything Harry loves, and to stop him
60
+ Harry will have to find and destroy the remaining Horcruxes. The final battle
61
+ must begin - Harry must stand and face his enemy. These new editions of the
62
+ classic and internationally bestselling, multi-award-winning series feature
63
+ instantly pick-up-able new jackets by Jonny Duddle, with huge child appeal,
64
+ to bring Harry Potter to the next generation of readers.
@@ -0,0 +1,64 @@
1
+ ---
2
+ layout: collection
3
+
4
+ title: Harry Potter and the Philosopher's Stone
5
+ tagline: Full-colour illustrated hardback edition
6
+ description:
7
+
8
+ date: 2016-11-18 19:16:49 +0100
9
+ book:
10
+ cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4088/9781408845646.jpg
11
+ format: hardback
12
+ pages: 640
13
+ publisher: Bloomsbury Publishing PLC
14
+ author: J. K. Rowling
15
+ ISBN10: 1408845644
16
+ ISBN13: 9781408845646
17
+ rank: 39
18
+
19
+ tags: [ collection, books ]
20
+ index: [ Fantasy, Magic, Harry, Potter ]
21
+ categories: [ fantasy ]
22
+
23
+ #permalink:
24
+ regenerate: false
25
+
26
+ toc: false
27
+ resources: []
28
+ resource_options:
29
+ ---
30
+
31
+ // Enable the Liquid Preprocessor
32
+ //
33
+ :page-liquid:
34
+
35
+ // Set other global page attributes here
36
+ // -----------------------------------------------------------------------------
37
+ image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
38
+
39
+
40
+ // Place an excerpt at the most top position
41
+ // -----------------------------------------------------------------------------
42
+ Prepare to be spellbound by Jim Kay's dazzling depiction of the wizarding
43
+ world and much loved characters in this full-colour illustrated hardback
44
+ edition of the nation's favourite children's book - Harry Potter and the
45
+ Philosopher's Stone.
46
+
47
+ Brimming with rich detail and humour that perfectly complements J.K. Rowling's
48
+ timeless classic, Jim Kay's glorious illustrations will captivate fans and new
49
+ readers alike.
50
+
51
+ [role="clearfix mb-3"]
52
+ excerpt__end
53
+
54
+
55
+ [[readmore]]
56
+ When a letter arrives for unhappy but ordinary Harry Potter, a decade-old
57
+ secret is revealed to him that apparently he's the last to know. His parents
58
+ were wizards, killed by a Dark Lord's curse when Harry was just a baby, and
59
+ which he somehow survived. Leaving his unsympathetic aunt and uncle for
60
+ Hogwarts School of Witchcraft and Wizardry, Harry stumbles upon a sinister
61
+ mystery when he finds a three-headed dog guarding a room on the third floor.
62
+
63
+ Then he hears of a missing stone with astonishing powers, which could be
64
+ valuable, dangerous - or both. An incredible adventure is about to begin!
@@ -0,0 +1,62 @@
1
+ ---
2
+ layout: collection
3
+
4
+ title: Mistborn Trilogy
5
+ tagline: The Final Empire, the Well of Ascension, the Hero of Ages
6
+ description: The Final Empire, the Well of Ascension, the Hero of Ages
7
+
8
+ date: 2016-11-19 19:16:49 +0100
9
+ book:
10
+ cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4732/9781473213692.jpg
11
+ format: paperback
12
+ pages: 2500
13
+ publisher: Orion Publishing Co
14
+ author: Brandon Sanderson
15
+ ISBN10: 147321369X
16
+ ISBN13: 9781473213692
17
+ rank: 731
18
+
19
+ tags: [ collection, books ]
20
+ index: [ Fantasy, Magic, Heroes ]
21
+ categories: [ fantasy ]
22
+
23
+ #permalink:
24
+ regenerate: false
25
+
26
+ toc: false
27
+ resources: []
28
+ resource_options:
29
+ ---
30
+
31
+ // Enable the Liquid Preprocessor
32
+ //
33
+ :page-liquid:
34
+
35
+ // Set other global page attributes here
36
+ // -----------------------------------------------------------------------------
37
+ image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
38
+
39
+
40
+ // Place an excerpt at the most top position
41
+ // -----------------------------------------------------------------------------
42
+ A boxed set of the landmark fantasy from Brandon Sanderson, the man credited
43
+ with breathing fresh life into Robert Jordan's WHEEL OF TIME.
44
+
45
+ An epic fantasy set in a world where the Dark Lord has gained dominion over
46
+ the world. A world of ash and pain. A world subjugated. But a world where
47
+ magic can be drawn from metals. A world waiting for a new heroine, a new hope.
48
+
49
+ A word of mouth bestseller in the USA Brandon Sanderson's Mistborn trilogy
50
+ have now become a massive hit in the UK, introducing readers to the work of
51
+ one of the genre's great talents. A master of world building, sweeping plots,
52
+ believable characters and engrossing magic systems.
53
+
54
+ [role="clearfix mb-3"]
55
+ excerpt__end
56
+
57
+
58
+ [[readmore]]
59
+ A word of mouth bestseller in the USA Brandon Sanderson's Mistborn trilogy
60
+ have now become a massive hit in the UK, introducing readers to the work of
61
+ one of the genre's great talents. A master of world building, sweeping plots,
62
+ believable characters and engrossing magic systems.