j1-template 2023.2.7 → 2023.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -1
- data/_includes/themes/j1/layouts/content_generator_post.html +2 -2
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +38 -38
- data/_includes/themes/j1/procedures/blocks/footer/boxes/about_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/contacts_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/issue.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/news_box.proc +1 -1
- data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -3
- data/_includes/themes/j1/procedures/layouts/module_writer.proc +7 -23
- data/_includes/themes/j1/procedures/layouts/resource_writer.proc +8 -8
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
- data/_layouts/compress.html +26 -21
- data/_layouts/default.html +36 -30
- data/assets/data/banner.html +5 -2
- data/assets/data/footer.html +15 -3
- data/assets/data/masonry.html +1 -1
- data/assets/data/masterslider.html +1 -0
- data/assets/data/menu.html +4 -4
- data/assets/data/panel.html +6 -3
- data/assets/data/quicklinks.html +138 -149
- data/assets/error_pages/HTTP204.html +3 -3
- data/assets/error_pages/HTTP400.html +3 -3
- data/assets/error_pages/HTTP401.html +3 -3
- data/assets/error_pages/HTTP403.html +3 -3
- data/assets/error_pages/HTTP404.html +3 -3
- data/assets/error_pages/HTTP444.html +3 -3
- data/assets/error_pages/HTTP445.html +3 -3
- data/assets/error_pages/HTTP446.html +5 -5
- data/assets/error_pages/HTTP447.html +7 -7
- data/assets/error_pages/HTTP448.html +7 -7
- data/assets/error_pages/HTTP500.html +3 -3
- data/assets/error_pages/HTTP501.html +3 -3
- data/assets/error_pages/HTTP502.html +3 -3
- data/assets/error_pages/HTTP503.html +3 -3
- data/assets/themes/j1/adapter/js/advertising.js +355 -156
- data/assets/themes/j1/adapter/js/analytics.js +1 -1
- data/assets/themes/j1/adapter/js/asciidoctor.js +1 -1
- data/assets/themes/j1/adapter/js/attic.js +22 -14
- data/assets/themes/j1/adapter/js/bmd.js +1 -1
- data/assets/themes/j1/adapter/js/carousel.js +5 -4
- data/assets/themes/j1/adapter/js/clipboard.js +1 -1
- data/assets/themes/j1/adapter/js/comments.js +5 -5
- data/assets/themes/j1/adapter/js/cookieConsent.js +1 -1
- data/assets/themes/j1/adapter/js/customFunctions.js +1 -1
- data/assets/themes/j1/adapter/js/customModule.js +1 -1
- data/assets/themes/j1/adapter/js/dropdowns.js +4 -2
- data/assets/themes/j1/adapter/js/fab.js +9 -6
- data/assets/themes/j1/adapter/js/framer.js +1 -1
- data/assets/themes/j1/adapter/js/iconPicker.js +227 -0
- data/assets/themes/j1/adapter/js/j1.js +402 -76
- data/assets/themes/j1/adapter/js/justifiedGallery.js +9 -3
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +2 -2
- data/assets/themes/j1/adapter/js/lightbox.js +4 -3
- data/assets/themes/j1/adapter/js/logger.js +1 -1
- data/assets/themes/j1/adapter/js/lunr.js +1 -1
- data/assets/themes/j1/adapter/js/masonry.js +4 -3
- data/assets/themes/j1/adapter/js/masterslider.js +30 -57
- data/assets/themes/j1/adapter/js/mmenu.js +2 -2
- data/assets/themes/j1/adapter/js/navigator.js +7 -5
- data/assets/themes/j1/adapter/js/nbinteract.js +9 -9
- data/assets/themes/j1/adapter/js/particles.js +2 -2
- data/assets/themes/j1/adapter/js/rangeSlider.js +2 -2
- data/assets/themes/j1/adapter/js/rouge.js +2 -2
- data/assets/themes/j1/adapter/js/rtable.js +1 -1
- data/assets/themes/j1/adapter/js/rtextResizer.js +1 -1
- data/assets/themes/j1/adapter/js/scroller.js +97 -109
- data/assets/themes/j1/adapter/js/slick.js +28 -18
- data/assets/themes/j1/adapter/js/themeToggler.js +259 -0
- data/assets/themes/j1/adapter/js/themer.js +63 -23
- data/assets/themes/j1/adapter/js/toccer.js +9 -6
- data/assets/themes/j1/adapter/js/translator.js +4 -2
- data/assets/themes/j1/adapter/js/waves.js +6 -4
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1322 -417
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -3
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +2064 -1273
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -3
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +10280 -9399
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +10 -10
- data/assets/themes/j1/core/css/vendor.css +0 -14
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +6 -4
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
- data/assets/themes/j1/modules/iconPicker/README.md +266 -0
- data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.css +419 -0
- data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.min.css +17 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.json +467 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.json +169 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.json +1136 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.json +1772 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +292 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +7312 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/images/magnifying-glass-solid.svg +1 -0
- data/assets/themes/j1/modules/iconPicker/images/star-of-life-solid.svg +3 -0
- data/assets/themes/j1/modules/iconPicker/images/xmark-solid.svg +3 -0
- data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.js +493 -0
- data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.min.js +17 -0
- data/assets/themes/j1/modules/jquery/AUTHORS.txt +372 -0
- data/assets/themes/j1/modules/jquery/LICENSE.txt +43 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_444444_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_555555_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_777620_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_777777_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_cc0000_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_ffffff_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.css +92 -92
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.min.css +4 -4
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.css +88 -88
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.min.css +2 -2
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.css +4 -4
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.min.css +2 -2
- data/assets/themes/j1/modules/jquery/js/jquery-ui.js +13683 -13678
- data/assets/themes/j1/modules/jquery/js/jquery-ui.min.js +3 -3
- data/assets/themes/j1/modules/jquery/js/jquery.js +1029 -1203
- data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
- data/assets/themes/j1/modules/jquery/js/jquery.min.map +1 -1
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +1315 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +7 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +886 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +5 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +446 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +5 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +37 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +17 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +42 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +17 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +19057 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +6 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +10872 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +2 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +1 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +2145 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +5 -0
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +2 -2
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
- data/assets/themes/j1/modules/masterslider/css/theme/uno.css +9 -9
- data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +2 -2
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
- data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +136 -47
- data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +9 -9
- data/assets/themes/j1/modules/scroller/js/scroller.js +76 -69
- data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +5 -2
- data/lib/starter_web/_data/blocks/banner.yml +8 -5
- data/lib/starter_web/_data/blocks/defaults/footer.yml +4 -4
- data/lib/starter_web/_data/blocks/footer.yml +12 -5
- data/lib/starter_web/_data/blocks/panel.yml +41 -38
- data/lib/starter_web/_data/j1_config.yml +68 -58
- data/lib/starter_web/_data/layouts/collection.yml +1 -0
- data/lib/starter_web/_data/layouts/default.yml +1 -1
- data/lib/starter_web/_data/layouts/home.yml +38 -9
- data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -0
- data/lib/starter_web/_data/layouts/page.yml +2 -1
- data/lib/starter_web/_data/layouts/post.yml +1 -0
- data/lib/starter_web/_data/layouts/raw.yml +1 -0
- data/lib/starter_web/_data/modules/advertising.yml +209 -58
- data/lib/starter_web/_data/modules/analytics.yml +2 -2
- data/lib/starter_web/_data/modules/attics.yml +4 -7
- data/lib/starter_web/_data/modules/defaults/advertising.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/attics.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/iconPicker.yml +42 -0
- data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -13
- data/lib/starter_web/_data/modules/defaults/theme_toggler.yml +42 -0
- data/lib/starter_web/_data/modules/iconPicker.yml +64 -0
- data/lib/starter_web/_data/modules/masonry.yml +3 -3
- data/lib/starter_web/_data/modules/masterslider.yml +5 -5
- data/lib/starter_web/_data/modules/navigator_menu.yml +311 -160
- data/lib/starter_web/_data/modules/scroller.yml +8 -8
- data/lib/starter_web/_data/modules/slick.yml +47 -86
- data/lib/starter_web/_data/modules/theme_toggler.yml +29 -0
- data/lib/starter_web/_data/modules/themer.yml +0 -6
- data/lib/starter_web/_data/resources.yml +54 -53
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/attributes.0.asciidoc +626 -0
- data/lib/starter_web/_includes/attributes.asciidoc +81 -72
- data/lib/starter_web/_includes/google/static/google_ad_5128488466.html +19 -0
- data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +19 -0
- data/lib/starter_web/_includes/google/templates/google_ads.html +55 -0
- data/lib/starter_web/_plugins/asciidoctor/google-ad-block.rb +47 -0
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/images/badges/configBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/docsBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/notebookBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/scaleable/configBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/docsBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/myBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/notebookBinder.svg +1 -1
- data/lib/starter_web/assets/images/icons/hyvor-talk/jpg/hyvor-logo.512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.jpg +0 -0
- data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +1 -1
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-256x256.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-64x64.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-256x256.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-64x64.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +1 -1
- data/lib/starter_web/assets/images/icons/mdi/mdi.svg +1 -0
- data/lib/starter_web/assets/images/icons/mdi/mdil.svg +1 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/alexander-redl.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/clem-onojeghuo.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/core_web_vitals_best.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/crawford-jolly.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/eleni-afiontzi.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/harpal-singh.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/hayden-mills-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-1.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-3.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/josep-martins.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/josh-liu.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.webp +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/matthaeus.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/mohammad-rahmani.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/nasa.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/recha-oktaviani.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/christina-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +1 -1
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/200-create-a-link-1.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/appdevtools-html-validator.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/freeformatter-html-validator.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/w3c-nu-checker.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/w3c-validator.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jamstack-generators.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/static-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-faq.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-og.png +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/scalable/jekyll-faq.psd +0 -0
- data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +8 -9
- data/lib/starter_web/collections/_biography/becoming.adoc +23 -10
- data/lib/starter_web/collections/_biography/born-to-run.adoc +28 -10
- data/lib/starter_web/collections/_biography/forty-autumns.adoc +20 -13
- data/lib/starter_web/collections/_biography/not-dead-yet.adoc +25 -15
- data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +24 -15
- data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +25 -12
- data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -10
- data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +11 -8
- data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +32 -8
- data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +17 -14
- data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +27 -13
- data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +38 -15
- data/lib/starter_web/collections/_people/diana-petersen.adoc +2 -0
- data/lib/starter_web/collections/_people/larry-parker.adoc +2 -0
- data/lib/starter_web/collections/_people/parveen-anand.adoc +2 -0
- data/lib/starter_web/collections/_portfolio/branding.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/graphic_design.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/identity.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/illustration.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/photography.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/web_design.adoc +5 -0
- data/lib/starter_web/collections/_romance/{breath-of-snow-and-ashes-a.adoc → breath-of-snow-and-ashes.adoc} +20 -5
- data/lib/starter_web/collections/_romance/dressmaker-the.adoc +26 -14
- data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +12 -9
- data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +14 -11
- data/lib/starter_web/collections/_romance/outlander-novel.adoc +48 -25
- data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +30 -15
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +4 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +4 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +5 -3
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +4 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/index.html +1 -18
- data/lib/starter_web/package.json +3 -3
- data/lib/starter_web/pages/public/about/features.adoc +1 -1
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +4 -4
- data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +75 -65
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +58 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/accordion.asciidoc +34 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/alerts.asciidoc +15 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/badges.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/body.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/breadcrumbs.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/buttons.asciidoc +75 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/cards.asciidoc +22 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/carousel.asciidoc +37 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/close.asciidoc +15 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/code.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/color_system.asciidoc +353 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/components.asciidoc +69 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/dropdowns.asciidoc +53 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/figures.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/forms.asciidoc +270 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/grid.asciidoc +49 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/links.asciidoc +21 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/list_groups.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/modals.asciidoc +43 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navbar.asciidoc +45 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navs.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/offcanvas.asciidoc +16 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/options.asciidoc +30 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/pagination.asciidoc +40 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/paragraph.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/placeholders.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/popovers.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/position.asciidoc +8 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/progress_bars.asciidoc +12 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spacing.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spinners.asciidoc +12 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tables.asciidoc +55 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/thumbnails.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/toasts.asciidoc +18 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tooltips.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/typography.asciidoc +115 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/z_index.asciidoc +26 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/_table.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/accordion.asciidoc +87 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +262 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +59 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/100_chapter.asciidoc +541 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/200_chapter.asciidoc +33 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/build_command_options.asciidoc +72 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/files_and_folders.asciidoc +66 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_configuration_options.asciidoc +63 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_variables.asciidoc +26 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/page_variables.asciidoc +54 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/serve_command_options.asciidoc +45 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/site_variables.asciidoc +59 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +442 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc +112 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +3 -4
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -10
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +35 -4
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +3 -3
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +41 -49
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
- data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +255 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +1458 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/j1.adoc +63 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/yaml.adoc +514 -0
- data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc +94 -5
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +169 -60
- data/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
- data/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
- data/assets/themes/j1/core/css/nbinteract-tutorial/styles.css +0 -1711
- data/assets/themes/j1/core/css/nbinteract-tutorial/styles.min.css +0 -1
- data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +0 -127
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +0 -460
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +0 -97
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +0 -15
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +0 -115
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +0 -15
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +0 -97
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +0 -15
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +0 -125
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +0 -15
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
- data/lib/starter_web/assets/images/icons/j1/j1-256x256.gif +0 -0
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
- data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
- data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
- data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
- data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
- data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jamstack-generators.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/static-web-access.png +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +0 -117
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +0 -117
- /data/lib/starter_web/assets/images/badges/{configBinder.png → png/configBinder.png} +0 -0
- /data/lib/starter_web/assets/images/badges/{docsBinder.png → png/docsBinder.png} +0 -0
- /data/lib/starter_web/assets/images/badges/{notebookBinder.png → png/notebookBinder.png} +0 -0
- /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.24x24.png → png/hyvor-logo.24x24.png} +0 -0
- /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.512x512.png → png/hyvor-logo.512x512.png} +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -8,7 +8,7 @@ description: >
|
|
8
8
|
and long-standing quiz master of University Challenge.
|
9
9
|
|
10
10
|
categories: [ Book ]
|
11
|
-
tags: [ Biography
|
11
|
+
tags: [ Biography ]
|
12
12
|
|
13
13
|
image:
|
14
14
|
path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/0081/9780008128302.jpg
|
@@ -25,6 +25,10 @@ book:
|
|
25
25
|
ISBN13: 9780008128302
|
26
26
|
rank: 16817
|
27
27
|
|
28
|
+
toc: false
|
29
|
+
fab_menu_id: default
|
30
|
+
scrollbar: false
|
31
|
+
|
28
32
|
regenerate: false
|
29
33
|
|
30
34
|
resources: [ animate ]
|
@@ -51,8 +55,6 @@ resource_options:
|
|
51
55
|
|
52
56
|
// Place an excerpt at the most top position
|
53
57
|
// -----------------------------------------------------------------------------
|
54
|
-
// image:{{page.book.cover}}[width=350, role="mr-4 mb-4 float-left"]
|
55
|
-
|
56
58
|
The witty, incisive and frank memoirs from the legend of Newsnight and
|
57
59
|
long-standing quiz master of University Challenge. Filled with views,
|
58
60
|
opinions and stories from 4 decades in front of the camera. Jeremy Paxman
|
@@ -67,8 +69,8 @@ excerpt__end
|
|
67
69
|
|
68
70
|
// Content
|
69
71
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
70
|
-
[role="mt-
|
71
|
-
image:{{page.book.cover}}[
|
72
|
+
[role="mt-4"]
|
73
|
+
image:{{page.book.cover}}[role="mr-4 mb-4 float-left"]
|
72
74
|
|
73
75
|
[[readmore]]
|
74
76
|
His working life has been defined by questions. *Why is this bastard
|
@@ -92,9 +94,6 @@ Candid, uncompromising, compassionate, reflective and astute, he writes
|
|
92
94
|
of the principles that have governed his professional life, the inner
|
93
95
|
workings of the BBC, the role of journalists in political debate, the
|
94
96
|
scandals and rows he's been part of, the books he has written and the
|
95
|
-
series he has made.
|
96
|
-
|
97
|
-
[role="mt-6"]
|
98
|
-
In a book that tells some terrific stories and laughs
|
97
|
+
series he has made. In a book that tells some terrific stories and laughs
|
99
98
|
at much of the silliness in the world, A Life in Questions charts the life
|
100
99
|
of the greatest political interviewer of our time.
|
@@ -9,7 +9,7 @@ description: >
|
|
9
9
|
most iconic and compelling women of our era.
|
10
10
|
|
11
11
|
categories: [ Book ]
|
12
|
-
tags: [ Biography
|
12
|
+
tags: [ Biography ]
|
13
13
|
|
14
14
|
image:
|
15
15
|
path: https://images-na.ssl-images-amazon.com/images/I/414JfiBCutL.jpg
|
@@ -25,6 +25,9 @@ book:
|
|
25
25
|
ISBN13: 978-3-442-31487-4
|
26
26
|
rank: 817
|
27
27
|
|
28
|
+
toc: false
|
29
|
+
fab_menu_id: default
|
30
|
+
scrollbar: false
|
28
31
|
regenerate: false
|
29
32
|
|
30
33
|
resources: [ animate ]
|
@@ -51,8 +54,6 @@ resource_options:
|
|
51
54
|
|
52
55
|
// Place an excerpt at the most top position
|
53
56
|
// -----------------------------------------------------------------------------
|
54
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
55
|
-
|
56
57
|
In a life filled with meaning and accomplishment, Michelle Obama has emerged
|
57
58
|
as one of the most iconic and compelling women of our era. As First Lady of
|
58
59
|
the United States of America—the first African American to serve in that
|
@@ -67,12 +68,21 @@ excerpt__end
|
|
67
68
|
|
68
69
|
// Content
|
69
70
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
70
|
-
[role="mt-
|
71
|
-
image:{{page.book.cover}}[
|
71
|
+
[role="mt-4"]
|
72
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
72
73
|
|
73
74
|
[[readmore]]
|
74
|
-
|
75
|
-
|
75
|
+
The book offers a personal and introspective account of Michelle Obama's
|
76
|
+
life, from her childhood in Chicago to her years in the White House.
|
77
|
+
Michelle shares her experiences, values, and the significant moments that
|
78
|
+
shaped her identity and journey. She discusses her upbringing on the South
|
79
|
+
Side of Chicago, her education, and her challenges as an African American
|
80
|
+
woman navigating different spheres of society.
|
81
|
+
|
82
|
+
The book provides insights into Michelle Obama's early career, her time as
|
83
|
+
a lawyer and public servant, and her role as a mother. She also candidly
|
84
|
+
explores her relationship with Barack Obama, from their initial meeting to
|
85
|
+
their shared experiences during his political career.
|
76
86
|
|
77
87
|
In her memoir, a work of deep reflection and mesmerizing storytelling,
|
78
88
|
Michelle Obama invites readers into her world, chronicling the experiences
|
@@ -85,6 +95,9 @@ disappointments, both public and protected, telling her full story as she
|
|
85
95
|
has lived it—in her own words and on her own terms. Warm, wise, and
|
86
96
|
revelatory.
|
87
97
|
|
88
|
-
Becoming
|
89
|
-
|
90
|
-
|
98
|
+
Throughout "Becoming," Michelle Obama reflects on her efforts to balance
|
99
|
+
her personal and professional life, her initiatives as First Lady, and her
|
100
|
+
advocacy for issues such as education, health, and empowerment. The book
|
101
|
+
offers a glimpse into the workings of the White House and highlights the
|
102
|
+
power of resilience, determination, and the importance of embracing one's
|
103
|
+
voice.
|
@@ -8,7 +8,7 @@ description: >
|
|
8
8
|
wanted to be baptized in the holy river of rock and roll.
|
9
9
|
|
10
10
|
categories: [ Book ]
|
11
|
-
tags: [ Biography
|
11
|
+
tags: [ Biography ]
|
12
12
|
|
13
13
|
image:
|
14
14
|
path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4711/9781471157790.jpg
|
@@ -24,6 +24,9 @@ book:
|
|
24
24
|
ISBN13: 9781471157790
|
25
25
|
rank: 23
|
26
26
|
|
27
|
+
toc: false
|
28
|
+
fab_menu_id: default
|
29
|
+
scrollbar: false
|
27
30
|
regenerate: false
|
28
31
|
|
29
32
|
resources: [ animate ]
|
@@ -50,8 +53,6 @@ resource_options:
|
|
50
53
|
|
51
54
|
// Place an excerpt at the most top position
|
52
55
|
// -----------------------------------------------------------------------------
|
53
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
54
|
-
|
55
56
|
Over the past seven years, Bruce Springsteen has protectedly devoted himself to
|
56
57
|
write the story of his life, bringing to these pages the same honesty, humour
|
57
58
|
and originality found in his songs. Bruce Springsteen and the E Street Band
|
@@ -68,10 +69,27 @@ excerpt__end
|
|
68
69
|
|
69
70
|
// Content
|
70
71
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
71
|
-
[role="mt-
|
72
|
-
image:{{page.book.cover}}[
|
72
|
+
[role="mt-4]
|
73
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
73
74
|
|
74
75
|
[[readmore]]
|
76
|
+
In the book, Springsteen recounts his early years growing up in a working-class
|
77
|
+
family in New Jersey and the impact of his upbringing on his music. He shares
|
78
|
+
stories about his musical influences, struggles with personal relationships,
|
79
|
+
and rise to fame as a rock and roll icon.
|
80
|
+
|
81
|
+
Springsteen reflects on his passion for music, his relentless pursuit of
|
82
|
+
success, and the challenges he faced. He discusses his experiences with
|
83
|
+
the E Street Band, his creative process, and the profound influence of his
|
84
|
+
lyrics. He also delves into his battles with depression and his efforts
|
85
|
+
to find meaning and purpose in his life and work.
|
86
|
+
|
87
|
+
"Born to Run" offers readers an intimate and introspective look into the
|
88
|
+
life of Bruce Springsteen, capturing the essence of his music and the
|
89
|
+
energy he brings to his performances. It is a memoir that appeals not only
|
90
|
+
to his fans but also to those interested in songwriting, the rock and roll
|
91
|
+
industry, and the struggles and triumphs of a legendary musician.
|
92
|
+
|
75
93
|
He vividly recounts his relentless drive to become a musician, his early days
|
76
94
|
as a bar band king in Asbury Park, and the rise of the E Street Band. With
|
77
95
|
disarming candour, he also tells for the first time the story of the personal
|
@@ -81,13 +99,13 @@ reveals more than we previously realized.
|
|
81
99
|
Born to Run will be revelatory for anyone who has ever enjoyed Bruce
|
82
100
|
Springsteen, but this book is much more than a legendary rock star's memoir.
|
83
101
|
|
84
|
-
This is a book for workers and dreamers, parents and children, lovers and
|
85
|
-
loners, artists, freaks or anyone who has ever wanted to be baptized in the
|
86
|
-
holy river of rock and roll. Rarely has a performer told his own story with
|
87
|
-
such force and sweep.
|
88
|
-
|
89
102
|
Many of his songs like *Thunder Road*, *Badlands*, *The River*,
|
90
103
|
*Born in the USA*, *The Rising*, and *The Ghost of Tom Joad*
|
91
104
|
— to name just a few — Bruce Springsteen's autobiography is written with the
|
92
105
|
lyricism of a singular songwriter and the wisdom of a man who has thought
|
93
106
|
deeply about his experiences.
|
107
|
+
|
108
|
+
The book has been well-received and praised for its honesty, vivid storytelling,
|
109
|
+
and the depth of emotion Springsteen brings to his narrative. It allows readers
|
110
|
+
to understand better the man behind the music and the experiences that have
|
111
|
+
shaped his iconic career.
|
@@ -8,7 +8,7 @@ description: >
|
|
8
8
|
and reunited after the fall of the Berlin Wall.
|
9
9
|
|
10
10
|
categories: [ Book ]
|
11
|
-
tags: [ Biography
|
11
|
+
tags: [ Biography ]
|
12
12
|
|
13
13
|
image:
|
14
14
|
path: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/4087/9781408707265.jpg
|
@@ -24,6 +24,9 @@ book:
|
|
24
24
|
ISBN13: 9781408707265
|
25
25
|
rank: 106052
|
26
26
|
|
27
|
+
toc: false
|
28
|
+
fab_menu_id: default
|
29
|
+
scrollbar: false
|
27
30
|
regenerate: false
|
28
31
|
|
29
32
|
resources: [ animate ]
|
@@ -50,15 +53,12 @@ resource_options:
|
|
50
53
|
|
51
54
|
// Place an excerpt at the most top position
|
52
55
|
// -----------------------------------------------------------------------------
|
53
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
54
|
-
|
55
56
|
In Forty Autumns, Nina Willner recounts the history of three generations of
|
56
57
|
her family - mothers, sisters, daughters and cousins - separated by forty years
|
57
|
-
of Soviet rule, and reunited after the fall of the Berlin Wall.
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
with nothing more than a small suitcase and the clothes on her back.
|
58
|
+
of Soviet rule, and reunited after the fall of the Berlin Wall. Shortly after
|
59
|
+
the end of the Second World War, as the Soviets took control of the eastern
|
60
|
+
part of Germany, Hanna, a schoolteacher's daughter, escaped with nothing more
|
61
|
+
than a small suitcase and the clothes on her back.
|
62
62
|
|
63
63
|
As Hanna built a new life in the West, her relatives (her mother, father and
|
64
64
|
eight siblings) remained in the East. The construction of the Berlin Wall
|
@@ -68,10 +68,16 @@ excerpt__end
|
|
68
68
|
|
69
69
|
// Content
|
70
70
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
71
|
-
[role="mt-
|
72
|
-
image:{{page.book.cover}}[
|
71
|
+
[role="mt-4"]
|
72
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
73
73
|
|
74
74
|
[[readmore]]
|
75
|
+
The book traces the story of the author's family, spanning four decades
|
76
|
+
and multiple generations. The central focus is on Willner's mother's side of
|
77
|
+
the family, who were separated by the construction of the Berlin Wall in 1961.
|
78
|
+
The author's mother, Hanna, escaped to West Germany, while her mother,
|
79
|
+
siblings, and other relatives remained in East Germany.
|
80
|
+
|
75
81
|
Hanna fell in love and moved to America. She made many attempts to establish
|
76
82
|
contact with her family, but most were unsuccessful. Her father was under
|
77
83
|
close observation; her mother, younger sister Heidi and the others struggled
|
@@ -88,6 +94,7 @@ Though separated by only a few miles, Nina and her relatives led entirely
|
|
88
94
|
different lives. Once the Berlin Wall came down, and the families were
|
89
95
|
reunited, Nina Willner discovered an extraordinary story.
|
90
96
|
|
91
|
-
|
92
|
-
|
93
|
-
and the
|
97
|
+
"Forty Autumns" highlights the resilience, determination, and courage of
|
98
|
+
individuals who lived through the division of Germany. It sheds light on
|
99
|
+
the sacrifices made by families separated by the Berlin Wall and the
|
100
|
+
enduring power of love and hope in the face of adversity.
|
@@ -8,7 +8,7 @@ description: >
|
|
8
8
|
child actor to one of the most successful songwriters of the pop music era.
|
9
9
|
|
10
10
|
categories: [ Book ]
|
11
|
-
tags: [ Biography
|
11
|
+
tags: [ Biography ]
|
12
12
|
|
13
13
|
image:
|
14
14
|
path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/7808/9781780895123.jpg
|
@@ -24,6 +24,9 @@ book:
|
|
24
24
|
ISBN13: 9781780895123
|
25
25
|
rank: 1367
|
26
26
|
|
27
|
+
toc: false
|
28
|
+
fab_menu_id: default
|
29
|
+
scrollbar: false
|
27
30
|
regenerate: false
|
28
31
|
|
29
32
|
resources: [ animate ]
|
@@ -50,15 +53,12 @@ resource_options:
|
|
50
53
|
|
51
54
|
// Place an excerpt at the most top position
|
52
55
|
// -----------------------------------------------------------------------------
|
53
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
54
|
-
|
55
56
|
Not Dead Yet is Phil Collins candid, witty, unvarnished story of the songs
|
56
57
|
and shows, the hits and pans, his marriages and divorces, the ascents to the
|
57
|
-
top of the charts and into the tabloid headlines.
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
his talent for crafting songs that touch listeners around the globe.
|
58
|
+
top of the charts and into the tabloid headlines. As one of only three
|
59
|
+
musicians to sell over 100 million records both in a group and as a solo
|
60
|
+
artist, Collins breathes rare air, but he has never lost his talent for
|
61
|
+
crafting songs that touch listeners around the globe.
|
62
62
|
|
63
63
|
This is the story of his epic career, from child actor to one of the most
|
64
64
|
successful songwriters of the pop music era.
|
@@ -67,17 +67,27 @@ excerpt__end
|
|
67
67
|
|
68
68
|
// Content
|
69
69
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
70
|
-
[role="mt-
|
71
|
-
image:{{page.book.cover}}[
|
70
|
+
[role="mt-4"]
|
71
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
72
72
|
|
73
73
|
[[readmore]]
|
74
|
+
Phil Collins shares his personal and professional journey, providing insights
|
75
|
+
into his life as a musician, his struggles with addiction and health issues,
|
76
|
+
and his experiences with fame and fortune. He recounts his childhood, his
|
77
|
+
early career with Genesis, his successful solo career, and his collaborations
|
78
|
+
with other notable artists.
|
79
|
+
|
80
|
+
The book delves into the highs and lows of Collins' life, including his
|
81
|
+
relationships, his passion for music, and the challenges he faced. It offers
|
82
|
+
readers a glimpse into the behind-the-scenes world of the music industry
|
83
|
+
and provides an intimate look at the man behind the music.
|
84
|
+
|
74
85
|
A drummer since almost before he could walk, Collins received on-the-job
|
75
86
|
training in the seedy, thrilling bars and clubs of 1960s swinging London
|
76
|
-
before finally landing the drum seat in Genesis.
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
solo fame with the release of Face Value and *In the Air Tonight*.
|
87
|
+
before finally landing the drum seat in Genesis. Later he would step into
|
88
|
+
the spotlight on vocals after the departure of Peter Gabriel, and compose
|
89
|
+
the songs that would rocket him to international solo fame with the release
|
90
|
+
of Face Value and *In the Air Tonight*.
|
81
91
|
|
82
92
|
Whether he's recalling jamming with Eric Clapton and Robert Plant, pulling
|
83
93
|
together a big band fronted by Tony Bennett, playing twice at Live Aid, or
|
@@ -11,7 +11,7 @@ description: >
|
|
11
11
|
teenager.
|
12
12
|
|
13
13
|
categories: [ Book ]
|
14
|
-
tags: [ Biography
|
14
|
+
tags: [ Biography ]
|
15
15
|
|
16
16
|
image:
|
17
17
|
path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/5930/9780593077566.jpg
|
@@ -27,6 +27,9 @@ book:
|
|
27
27
|
ISBN13: 9780593077566
|
28
28
|
rank: 5690
|
29
29
|
|
30
|
+
toc: false
|
31
|
+
fab_menu_id: default
|
32
|
+
scrollbar: false
|
30
33
|
regenerate: false
|
31
34
|
|
32
35
|
resources: [ animate ]
|
@@ -53,16 +56,12 @@ resource_options:
|
|
53
56
|
|
54
57
|
// Place an excerpt at the most top position
|
55
58
|
// -----------------------------------------------------------------------------
|
56
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
57
|
-
|
58
59
|
The Princess Diarist is Carrie Fisher's intimate, hilarious and revealing
|
59
60
|
recollection of what happened behind the scenes on one of the most famous
|
60
|
-
film sets of all time, the first Star Wars movie.
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
had preserved-plaintive love poems, unbridled musings with youthful naivete,
|
65
|
-
and a vulnerability that she barely
|
61
|
+
film sets of all time, the first Star Wars movie. When Carrie Fisher recently
|
62
|
+
discovered the journals she kept during the filming of the first Star Wars
|
63
|
+
movie, she was astonished to see what they had preserved-plaintive love poems,
|
64
|
+
unbridled musings with youthful naivete, and a vulnerability that she barely
|
66
65
|
recognized.
|
67
66
|
|
68
67
|
Today, her fame as an author, actress, and pop-culture icon is indisputable,
|
@@ -72,19 +71,29 @@ excerpt__end
|
|
72
71
|
|
73
72
|
// Content
|
74
73
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
75
|
-
[role="mt-
|
76
|
-
image:{{page.book.cover}}[
|
74
|
+
[role="mt-4"]
|
75
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
77
76
|
|
78
77
|
[[readmore]]
|
78
|
+
In "The Princess Diarist," Carrie Fisher shares her experiences and reflections
|
79
|
+
on the making of the original "Star Wars" trilogy. The book primarily focuses
|
80
|
+
on her time filming the first "Star Wars" film, released in 1977, when she
|
81
|
+
was nineteen.
|
82
|
+
|
83
|
+
Fisher writes candidly about her insecurity, complex relationship with fame,
|
84
|
+
and experiences as a young actress thrust into the spotlight. She also reveals
|
85
|
+
a previously undisclosed romantic relationship with co-star Harrison Ford
|
86
|
+
during the filming of "Star Wars."
|
87
|
+
|
79
88
|
With these excerpts from her handwritten notebooks, The Princess Diarist is
|
80
89
|
Fisher's intimate and revealing recollection of what happened on one of the
|
81
90
|
most famous film sets of all time-and what developed behind the scenes.
|
82
|
-
|
83
91
|
And today, as she reprises her most iconic role for the latest Star Wars
|
84
92
|
trilogy, Fisher also ponders the joys and insanity of celebrity, and the
|
85
93
|
absurdity of a life spawned by Hollywood royalty, only to be surpassed by
|
86
94
|
her own outer-space royalty.
|
87
95
|
|
88
|
-
|
89
|
-
|
90
|
-
|
96
|
+
"The Princess Diarist" is a memoir and a reflection on the impact of
|
97
|
+
"Star Wars" on Fisher's life and career. It offers insights into the
|
98
|
+
challenges of fame, the pressures of being part of a beloved franchise,
|
99
|
+
and the lasting cultural significance of Princess Leia as a character.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
---
|
2
|
-
title:
|
2
|
+
title: Breath Becomes Air
|
3
3
|
tagline: Diagnosed with inoperable lung cancer
|
4
4
|
date: 2023-01-27 00:00:00 +0100
|
5
5
|
description: >
|
@@ -9,7 +9,7 @@ description: >
|
|
9
9
|
a neurosurgeon, was diagnosed with inoperable lung cancer.
|
10
10
|
|
11
11
|
categories: [ Book ]
|
12
|
-
tags: [ Biography
|
12
|
+
tags: [ Biography ]
|
13
13
|
|
14
14
|
image:
|
15
15
|
path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9781/8479/9781847923677.jpg
|
@@ -25,6 +25,9 @@ book:
|
|
25
25
|
ISBN13: 9781847923677
|
26
26
|
rank: 40
|
27
27
|
|
28
|
+
toc: false
|
29
|
+
fab_menu_id: default
|
30
|
+
scrollbar: false
|
28
31
|
regenerate: false
|
29
32
|
|
30
33
|
resources: [ animate ]
|
@@ -51,16 +54,12 @@ 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
|
Paul Kalanithi at the age of thirty-six, on the verge of completing a
|
57
58
|
decade's training as a neurosurgeon, was diagnosed with inoperable lung
|
58
|
-
cancer.
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
reflection on facing our mortality and on the relationship between doctor
|
63
|
-
and patient, from a gifted writer who became both.
|
59
|
+
cancer. Paul Kalanithi died while working on this profoundly moving book,
|
60
|
+
yet his words live on as a guide to us all. When Breath Becomes Air is a
|
61
|
+
life-affirming reflection on facing our mortality and on the relationship
|
62
|
+
between doctor and patient, from a gifted writer who became both.
|
64
63
|
|
65
64
|
The *NEW YORK TIMES* Number One Bestseller, the *SUNDAY TIMES* Bestseller:
|
66
65
|
Finishing this book and then forgetting about it is simply not an
|
@@ -70,10 +69,19 @@ excerpt__end
|
|
70
69
|
|
71
70
|
// Content
|
72
71
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
73
|
-
[role="mt-
|
74
|
-
image:{{page.book.cover}}[
|
72
|
+
[role="mt-4"]
|
73
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
75
74
|
|
76
75
|
[[readmore]]
|
76
|
+
In "When Breath Becomes Air," Kalanithi reflects on his life, career, and
|
77
|
+
the profound questions of meaning and mortality he grapples with after his
|
78
|
+
cancer diagnosis. The memoir explores his journey from being a promising
|
79
|
+
neurosurgeon to becoming a patient confronting his mortality. Kalanithi writes
|
80
|
+
about his passion for literature and philosophy and how they intersected with
|
81
|
+
his medical career. He delves into the intricacies of human existence, the
|
82
|
+
significance of relationships, and the impact of his diagnosis on his identity
|
83
|
+
nd sense of purpose.
|
84
|
+
|
77
85
|
One day he was a doctor treating the dying, the next he was a patient
|
78
86
|
struggling to live. When Breath Becomes Air chronicles Kalanithi's
|
79
87
|
transformation from a medical student asking what makes a virtuous and
|
@@ -84,6 +92,11 @@ What makes life worth living in the face of death? What do you do when when
|
|
84
92
|
life is catastrophically interrupted? What does it mean to have a child as
|
85
93
|
your own life fades away?
|
86
94
|
|
95
|
+
The book explores Kalanithi's experiences as a doctor and a patient,
|
96
|
+
providing a unique perspective on life, death, and the ethical dilemmas
|
97
|
+
medical professionals face. It is a poignant reflection on the fragility
|
98
|
+
of life and the search for meaning in the face of mortality.
|
99
|
+
|
87
100
|
Paul Kalanithi died while working on this profoundly moving book, yet
|
88
101
|
his words live on as a guide to us all. When Breath Becomes Air is a
|
89
102
|
life-affirming reflection on facing our mortality and on the relationship
|
@@ -11,7 +11,7 @@ description: >
|
|
11
11
|
to bring Harry Potter to the next generation of readers.
|
12
12
|
|
13
13
|
categories: [ Books ]
|
14
|
-
tags: [ Fantasy
|
14
|
+
tags: [ Fantasy ]
|
15
15
|
|
16
16
|
image:
|
17
17
|
path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4088/9781408855713.jpg
|
@@ -26,6 +26,9 @@ book:
|
|
26
26
|
ISBN13: 9781408855713
|
27
27
|
rank: 797
|
28
28
|
|
29
|
+
toc: false
|
30
|
+
fab_menu_id: default
|
31
|
+
scrollbar: false
|
29
32
|
regenerate: false
|
30
33
|
|
31
34
|
resources: [ animate ]
|
@@ -52,20 +55,11 @@ 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
58
|
As he climbs into the sidecar of Hagrid's motorbike and takes to the skies,
|
58
59
|
leaving Privet Drive for the last time, Harry Potter knows that Lord Voldemort
|
59
60
|
and the Death Eaters are not far behind. The protective charm that has kept
|
60
61
|
Harry safe until now is now broken, but he cannot keep hiding.
|
61
62
|
|
62
|
-
The Dark Lord is breathing fear into everything Harry loves, and to stop him
|
63
|
-
Harry will have to find and destroy the remaining Horcruxes. The final battle
|
64
|
-
must begin - Harry must stand and face his enemy. These new editions of the
|
65
|
-
classic and internationally bestselling, multi-award-winning series feature
|
66
|
-
instantly pick-up-able new jackets by Jonny Duddle, with huge child appeal,
|
67
|
-
to bring Harry Potter to the next generation of readers.
|
68
|
-
|
69
63
|
excerpt__end
|
70
64
|
|
71
65
|
// Load Liquid procedures
|
@@ -84,6 +78,16 @@ excerpt__end
|
|
84
78
|
// -----------------------------------------------------------------------------
|
85
79
|
|
86
80
|
[[readmore]]
|
81
|
+
[role="mt-4"]
|
82
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
83
|
+
|
84
|
+
The Dark Lord is breathing fear into everything Harry loves, and to stop him
|
85
|
+
Harry will have to find and destroy the remaining Horcruxes. The final battle
|
86
|
+
must begin - Harry must stand and face his enemy. These new editions of the
|
87
|
+
classic and internationally bestselling, multi-award-winning series feature
|
88
|
+
instantly pick-up-able new jackets by Jonny Duddle, with huge child appeal,
|
89
|
+
to bring Harry Potter to the next generation of readers.
|
90
|
+
|
87
91
|
The Dark Lord is breathing fear into everything Harry loves, and to stop him
|
88
92
|
Harry will have to find and destroy the remaining Horcruxes. The final battle
|
89
93
|
must begin - Harry must stand and face his enemy. These new editions of the
|