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
@@ -11,7 +11,7 @@ description: >
|
|
11
11
|
mystery when he finds a three-headed dog guarding a room on the third floor.
|
12
12
|
|
13
13
|
categories: [ Books ]
|
14
|
-
tags: [ Fantasy
|
14
|
+
tags: [ Fantasy ]
|
15
15
|
|
16
16
|
image:
|
17
17
|
path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4088/9781408845646.jpg
|
@@ -26,6 +26,9 @@ book:
|
|
26
26
|
ISBN13: 9781408845646
|
27
27
|
rank: 39
|
28
28
|
|
29
|
+
toc: false
|
30
|
+
fab_menu_id: default
|
31
|
+
scrollbar: false
|
29
32
|
regenerate: false
|
30
33
|
|
31
34
|
resources: [ animate ]
|
@@ -52,17 +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
|
Prepare to be spellbound by Jim Kay's dazzling depiction of the wizarding
|
58
59
|
world and much loved characters in this full-color illustrated hardback
|
59
60
|
edition of the nation's favourite children's book - Harry Potter and the
|
60
61
|
Philosopher's Stone.
|
61
62
|
|
62
|
-
Brimming with rich detail and humour that perfectly complements J.K. Rowling's
|
63
|
-
timeless classic, Jim Kay's glorious illustrations will captivate fans and new
|
64
|
-
readers alike.
|
65
|
-
|
66
63
|
excerpt__end
|
67
64
|
|
68
65
|
// Load Liquid procedures
|
@@ -79,8 +76,14 @@ excerpt__end
|
|
79
76
|
|
80
77
|
// Include sub-documents (if any)
|
81
78
|
// -----------------------------------------------------------------------------
|
82
|
-
|
83
79
|
[[readmore]]
|
80
|
+
[role="mt-4"]
|
81
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
82
|
+
|
83
|
+
Brimming with rich detail and humour that perfectly complements J.K. Rowling's
|
84
|
+
timeless classic, Jim Kay's glorious illustrations will captivate fans and new
|
85
|
+
readers alike.
|
86
|
+
|
84
87
|
When a letter arrives for unhappy but ordinary Harry Potter, a decade-old
|
85
88
|
secret is revealed to him that apparently he's the last to know. His parents
|
86
89
|
were wizards, killed by a Dark Lord's curse when Harry was just a baby, and
|
@@ -9,7 +9,7 @@ description: >
|
|
9
9
|
believable characters and engrossing magic systems.
|
10
10
|
|
11
11
|
categories: [ Books ]
|
12
|
-
tags: [ Fantasy
|
12
|
+
tags: [ Fantasy ]
|
13
13
|
|
14
14
|
image:
|
15
15
|
path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4732/9781473213692.jpg
|
@@ -24,6 +24,9 @@ book:
|
|
24
24
|
ISBN13: 9781473213692
|
25
25
|
rank: 731
|
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
|
A boxed set of the landmark fantasy from Brandon Sanderson, the man credited
|
56
57
|
with breathing fresh life into Robert Jordan's WHEEL OF TIME.
|
57
58
|
|
@@ -59,11 +60,6 @@ An epic fantasy set in a world where the Dark Lord has gained dominion over
|
|
59
60
|
the world. A world of ash and pain. A world subjugated. But a world where
|
60
61
|
magic can be drawn from metals. A world waiting for a new heroine, a new hope.
|
61
62
|
|
62
|
-
A word of mouth bestseller in the USA Brandon Sanderson's Mistborn trilogy
|
63
|
-
have now become a massive hit in the UK, introducing readers to the work of
|
64
|
-
one of the genre's great talents. A master of world building, sweeping plots,
|
65
|
-
believable characters and engrossing magic systems.
|
66
|
-
|
67
63
|
excerpt__end
|
68
64
|
|
69
65
|
// Load Liquid procedures
|
@@ -82,7 +78,35 @@ excerpt__end
|
|
82
78
|
// -----------------------------------------------------------------------------
|
83
79
|
|
84
80
|
[[readmore]]
|
81
|
+
[role="mt-4"]
|
82
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
83
|
+
|
85
84
|
A word of mouth bestseller in the USA Brandon Sanderson's Mistborn trilogy
|
86
85
|
have now become a massive hit in the UK, introducing readers to the work of
|
87
86
|
one of the genre's great talents. A master of world building, sweeping plots,
|
88
87
|
believable characters and engrossing magic systems.
|
88
|
+
|
89
|
+
The story is set in the world of Scadrial, a world covered in ash and ruled
|
90
|
+
by an immortal tyrant known as the Lord Ruler. The society is divided into
|
91
|
+
different social classes, with the nobility, known as the "skaa," oppressed
|
92
|
+
by the ruling class. The magic system in this world is based on the ability
|
93
|
+
to ingest and "burn" different types of metals, known as Allomancy.
|
94
|
+
|
95
|
+
The series's protagonist is Vin, a street urchin with a troubled past and a
|
96
|
+
talent for Allomancy. She becomes involved with a group of rebels planning
|
97
|
+
to overthrow the Lord Ruler and bring freedom to the skaa. Under the
|
98
|
+
guidance of Kelsier, a charismatic and skilled Allomancer, Vin trains
|
99
|
+
to become a powerful Mistborn and plays a pivotal role in the rebellion.
|
100
|
+
|
101
|
+
Throughout the trilogy, the characters face numerous challenges, including
|
102
|
+
political intrigue, betrayals, and epic battles against powerful forces.
|
103
|
+
The plot delves into the complex mythology and history of the world,
|
104
|
+
gradually revealing the secrets behind the magic system and the true nature
|
105
|
+
of Lord Ruler's rule.
|
106
|
+
|
107
|
+
The Mistborn Trilogy combines heist stories, epic fantasy, and intricate
|
108
|
+
world-building elements. It has been praised for its unique magic system,
|
109
|
+
compelling characters, and Sanderson's meticulous plotting and storytelling.
|
110
|
+
The series has gained a dedicated fan base and expanded into additional
|
111
|
+
books set in the same universe, known as the "Mistborn Era 2" series, as
|
112
|
+
well as standalone novels and novellas.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
title: Ready Player One
|
3
|
-
tagline: It's the year 2044
|
3
|
+
tagline: It's the year 2044
|
4
4
|
date: 2016-11-20 00:00:00
|
5
5
|
description: >
|
6
6
|
Like most of humanity, Wade Watts escapes this depressing reality by spending
|
@@ -13,7 +13,7 @@ description: >
|
|
13
13
|
who can solve the riddles he has left scattered throughout his creation.
|
14
14
|
|
15
15
|
categories: [ Books ]
|
16
|
-
tags: [ Fantasy
|
16
|
+
tags: [ Fantasy ]
|
17
17
|
|
18
18
|
image:
|
19
19
|
path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/0995/9780099560432.jpg
|
@@ -28,6 +28,9 @@ book:
|
|
28
28
|
ISBN13: 9780099560432
|
29
29
|
rank: 142
|
30
30
|
|
31
|
+
toc: false
|
32
|
+
fab_menu_id: default
|
33
|
+
scrollbar: false
|
31
34
|
regenerate: false
|
32
35
|
|
33
36
|
resources: [ animate ]
|
@@ -54,20 +57,9 @@ resource_options:
|
|
54
57
|
|
55
58
|
// Place an excerpt at the most top position
|
56
59
|
// -----------------------------------------------------------------------------
|
57
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
58
|
-
|
59
60
|
It's the year 2044, and the real world has become an ugly place. We're out of
|
60
61
|
oil. We've wrecked the climate. Famine, poverty, and disease are widespread.
|
61
62
|
|
62
|
-
Like most of humanity, Wade Watts escapes this depressing reality by spending
|
63
|
-
his waking hours jacked into the OASIS, a sprawling virtual utopia where you
|
64
|
-
can be anything you want to be, where you can live and play and fall in love
|
65
|
-
on any of ten thousand planets. And like most of humanity, Wade is obsessed
|
66
|
-
by the ultimate lottery ticket that lies concealed within this alternate
|
67
|
-
reality: OASIS founder James Halliday, who dies with no heir, has promised
|
68
|
-
that control of the OASIS - and his massive fortune - will go to the person
|
69
|
-
who can solve the riddles he has left scattered throughout his creation.
|
70
|
-
|
71
63
|
excerpt__end
|
72
64
|
|
73
65
|
// Load Liquid procedures
|
@@ -84,11 +76,22 @@ excerpt__end
|
|
84
76
|
|
85
77
|
// Include sub-documents (if any)
|
86
78
|
// -----------------------------------------------------------------------------
|
87
|
-
|
88
79
|
[[readmore]]
|
80
|
+
[role="mt-4"]
|
81
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
82
|
+
|
89
83
|
For years, millions have struggled fruitlessly to attain this prize, knowing
|
90
84
|
only that the riddles are based in the culture of the late twentieth century.
|
91
85
|
And then Wade stumbles onto the key to the first puzzle. Suddenly, he finds
|
92
86
|
himself pitted against thousands of competitors in a desperate race to claim
|
93
87
|
the ultimate prize, a chase that soon takes on terrifying real-world
|
94
88
|
dimensions - and that will leave both Wade and his world profoundly changed.
|
89
|
+
|
90
|
+
Like most of humanity, Wade Watts escapes this depressing reality by spending
|
91
|
+
his waking hours jacked into the OASIS, a sprawling virtual utopia where you
|
92
|
+
can be anything you want to be, where you can live and play and fall in love
|
93
|
+
on any of ten thousand planets. And like most of humanity, Wade is obsessed
|
94
|
+
by the ultimate lottery ticket that lies concealed within this alternate
|
95
|
+
reality: OASIS founder James Halliday, who dies with no heir, has promised
|
96
|
+
that control of the OASIS - and his massive fortune - will go to the person
|
97
|
+
who can solve the riddles he has left scattered throughout his creation.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
title: Sword of Destiny
|
3
|
-
tagline: Geralt is a witcher
|
3
|
+
tagline: Geralt is a witcher
|
4
4
|
date: 2016-11-21 00:00:00
|
5
5
|
description: >
|
6
6
|
Geralt is a witcher, a man whose magic powers, enhanced by long training
|
@@ -9,7 +9,7 @@ description: >
|
|
9
9
|
monsters and vile fiends that ravage the land and attack the innocent.
|
10
10
|
|
11
11
|
categories: [ Books ]
|
12
|
-
tags: [ Fantasy
|
12
|
+
tags: [ Fantasy ]
|
13
13
|
|
14
14
|
image:
|
15
15
|
path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4732/9781473211544.jpg
|
@@ -24,6 +24,9 @@ book:
|
|
24
24
|
ISBN13: 9781473211544
|
25
25
|
rank: 1305
|
26
26
|
|
27
|
+
toc: false
|
28
|
+
fab_menu_id: default
|
29
|
+
scrollbar: false
|
27
30
|
regenerate: false
|
28
31
|
|
29
32
|
resources: [ animate ]
|
@@ -50,21 +53,11 @@ resource_options:
|
|
50
53
|
|
51
54
|
// Place an excerpt at the most top position
|
52
55
|
// -----------------------------------------------------------------------------
|
53
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
54
|
-
|
55
56
|
Geralt is a witcher, a man whose magic powers, enhanced by long training
|
56
57
|
and a mysterious elixir, have made him a brilliant fighter and a merciless
|
57
58
|
assassin. Yet he is no ordinary murderer: his targets are the multifarious
|
58
59
|
monsters and vile fiends that ravage the land and attack the innocent.
|
59
60
|
|
60
|
-
He roams the country seeking assignments, but gradually comes to realise
|
61
|
-
that while some of his quarry are unremittingly vile, vicious grotesques,
|
62
|
-
others are the victims of sin, evil or simple naivety.
|
63
|
-
|
64
|
-
In this collection of short stories, following the adventures of the hit
|
65
|
-
collection THE LAST WISH, join Geralt as he battles monsters, demons and
|
66
|
-
prejudices alike ...
|
67
|
-
|
68
61
|
excerpt__end
|
69
62
|
|
70
63
|
// Load Liquid procedures
|
@@ -81,8 +74,29 @@ excerpt__end
|
|
81
74
|
|
82
75
|
// Include sub-documents (if any)
|
83
76
|
// -----------------------------------------------------------------------------
|
84
|
-
|
85
77
|
[[readmore]]
|
78
|
+
[role="mt-4"]
|
79
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
80
|
+
|
81
|
+
In "Sword of Destiny, **Geralt**'s journey takes him to various locations and
|
82
|
+
introduces him to new characters. The book follows a non-linear narrative
|
83
|
+
structure, with each story providing insights into Geralt's past, present,
|
84
|
+
and future.
|
85
|
+
|
86
|
+
These stories and others in the collection provide further depth to Geralt's
|
87
|
+
character, relationships, and the morally ambiguous world he inhabits.
|
88
|
+
"Sword of Destiny" is known for exploring themes such as destiny, love,
|
89
|
+
and the consequences of one's actions.
|
90
|
+
|
91
|
+
It is worth noting that "The Witcher" series gained international popularity
|
92
|
+
and was adapted into a successful video game franchise and a Netflix
|
93
|
+
television series. "Sword of Destiny" is a crucial installment in the book
|
94
|
+
series, expanding the lore and capturing the essence of Geralt's adventures.
|
95
|
+
|
96
|
+
Geralt roams the country seeking assignments, but gradually comes to realise
|
97
|
+
that while some of his quarry are unremittingly vile, vicious grotesques,
|
98
|
+
others are the victims of sin, evil or simple naivety.
|
99
|
+
|
86
100
|
In this collection of short stories, following the adventures of the hit
|
87
101
|
collection THE LAST WISH, join Geralt as he battles monsters, demons and
|
88
102
|
prejudices alike ...
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
|
-
title:
|
3
|
-
tagline: Sir Terry Pratchett left us
|
2
|
+
title: Terry Pratchett Diary
|
3
|
+
tagline: Sir Terry Pratchett left us
|
4
4
|
date: 2016-11-23 00:00:00
|
5
5
|
description: >
|
6
6
|
Sir Terry Pratchett left us, far too early, in March 2015. To celebrate his
|
@@ -9,7 +9,7 @@ description: >
|
|
9
9
|
and loved him and his extraordinary body of work.
|
10
10
|
|
11
11
|
categories: [ Books ]
|
12
|
-
tags: [ Fantasy
|
12
|
+
tags: [ Fantasy ]
|
13
13
|
|
14
14
|
image:
|
15
15
|
path: https://d39ttiideeq0ys.cloudfront.net/assets/images/book/large/9781/4732/9781473208339.jpg
|
@@ -24,6 +24,9 @@ book:
|
|
24
24
|
ISBN13: 9781473208339
|
25
25
|
rank: 4576
|
26
26
|
|
27
|
+
toc: false
|
28
|
+
fab_menu_id: default
|
29
|
+
scrollbar: false
|
27
30
|
regenerate: false
|
28
31
|
|
29
32
|
resources: [ animate ]
|
@@ -50,20 +53,11 @@ resource_options:
|
|
50
53
|
|
51
54
|
// Place an excerpt at the most top position
|
52
55
|
// -----------------------------------------------------------------------------
|
53
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
54
|
-
|
55
56
|
Sir Terry Pratchett left us, far too early, in March 2015. To celebrate his
|
56
57
|
life and works, we've given over the 2017 Discworld Diary - which will be a
|
57
58
|
perennial diary - to remembrances and tributes from some of those who knew
|
58
59
|
and loved him and his extraordinary body of work.
|
59
60
|
|
60
|
-
Contributors include Neil Gaiman, A S Byatt, Terry Pratchett's literary agent
|
61
|
-
Colin Smythe, co-author of the Long Earth books Stephen Baxter, famed
|
62
|
-
bookseller Rog Peyton, and many more.
|
63
|
-
|
64
|
-
With an introduction from his daughter Rhianna Pratchett and an afterword from
|
65
|
-
longtime friend and colleague Rob Wilkins.
|
66
|
-
|
67
61
|
excerpt__end
|
68
62
|
|
69
63
|
// Load Liquid procedures
|
@@ -80,7 +74,36 @@ excerpt__end
|
|
80
74
|
|
81
75
|
// Include sub-documents (if any)
|
82
76
|
// -----------------------------------------------------------------------------
|
83
|
-
|
84
77
|
[[readmore]]
|
85
|
-
|
86
|
-
|
78
|
+
[role="mt-4"]
|
79
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
80
|
+
|
81
|
+
Terry Pratchett (1948-2015) was a highly acclaimed British author known for
|
82
|
+
his humorous and satirical fantasy novels. He was born on April 28, 1948,
|
83
|
+
in Beaconsfield, Buckinghamshire, England. Pratchett is best known for his
|
84
|
+
long-running Discworld series, which takes place in a flat world balanced
|
85
|
+
on the backs of four elephants, which in turn stand on the back of a giant
|
86
|
+
turtle swimming through space.
|
87
|
+
|
88
|
+
Pratchett published his first Discworld novel, "The Colour of Magic," in
|
89
|
+
1983 and went on to write more than 40 books set in the Discworld universe.
|
90
|
+
His witty and insightful writing style, combined with his unique blend of
|
91
|
+
fantasy, satire, and social commentary, earned him a dedicated following of
|
92
|
+
readers worldwide. Some of Pratchett's most beloved Discworld novels
|
93
|
+
include "Mort," "Guards! Guards!," "Reaper Man," "Small Gods," "Night Watch,"
|
94
|
+
and "Going Postal." He also wrote several standalone novels, including
|
95
|
+
"Good Omens" (co-written with Neil Gaiman) and "Nation."
|
96
|
+
|
97
|
+
In addition to his literary accomplishments, Terry Pratchett was a prominent
|
98
|
+
advocate for Alzheimer's research and awareness. He was diagnosed with
|
99
|
+
early-onset Alzheimer's disease in 2007 and became a vocal supporter of
|
100
|
+
assisted dying for terminally ill individuals. Pratchett passed away on
|
101
|
+
March 12, 2015, but his legacy as one of our time's most beloved fantasy
|
102
|
+
authors continues to thrive.
|
103
|
+
|
104
|
+
Contributors include Neil Gaiman, A S Byatt, Terry Pratchett's literary agent
|
105
|
+
Colin Smythe, co-author of the Long Earth books Stephen Baxter, famed
|
106
|
+
bookseller Rog Peyton, and many more.
|
107
|
+
|
108
|
+
NOTE: With an introduction from his daughter Rhianna Pratchett and an afterword
|
109
|
+
from longtime friend and colleague Rob Wilkins.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
title: A Breath of Snow and Ashes
|
3
|
-
tagline:
|
3
|
+
tagline: Story of a 18th-century Scotsman
|
4
4
|
date: 2016-11-24 00:00:00
|
5
5
|
description: >
|
6
6
|
The year is 1772, and on the eve of the American Revolution, the long fuse of
|
@@ -10,7 +10,7 @@ description: >
|
|
10
10
|
and safeguard the colony for King and Crown.
|
11
11
|
|
12
12
|
categories: [ Books ]
|
13
|
-
tags: [ Romance
|
13
|
+
tags: [ Romance ]
|
14
14
|
|
15
15
|
image:
|
16
16
|
path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9780/4402/9780440225805.jpg
|
@@ -25,6 +25,9 @@ book:
|
|
25
25
|
ISBN13: 9780440225805
|
26
26
|
rank: 844
|
27
27
|
|
28
|
+
toc: false
|
29
|
+
fab_menu_id: default
|
30
|
+
scrollbar: false
|
28
31
|
regenerate: false
|
29
32
|
|
30
33
|
resources: [ animate ]
|
@@ -51,8 +54,6 @@ resource_options:
|
|
51
54
|
|
52
55
|
// Place an excerpt at the most top position
|
53
56
|
// -----------------------------------------------------------------------------
|
54
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
55
|
-
|
56
57
|
Eagerly anticipated by her legions of fans, this sixth novel in Diana Gabaldon's
|
57
58
|
bestselling Outlander saga is a masterpiece of historical fiction from one of
|
58
59
|
the most popular authors of our time.
|
@@ -79,8 +80,22 @@ excerpt__end
|
|
79
80
|
|
80
81
|
// Include sub-documents (if any)
|
81
82
|
// -----------------------------------------------------------------------------
|
82
|
-
|
83
83
|
[[readmore]]
|
84
|
+
[role="mt-4"]
|
85
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
86
|
+
|
87
|
+
As the Frasers settle in North Carolina, they face various challenges, both
|
88
|
+
personal and political. Claire continues her work as a healer, while Jamie
|
89
|
+
becomes involved in the growing revolutionary movement. The couple must
|
90
|
+
navigate dangerous circumstances, including encounters with hostile
|
91
|
+
Native American tribes, conflicts with the British army, and the looming
|
92
|
+
threat of war.
|
93
|
+
|
94
|
+
Meanwhile, their daughter Brianna and her husband Roger, who have also
|
95
|
+
traveled back in time from the 20th century, face their struggles. They
|
96
|
+
must adapt to life in the past, confront personal tragedies, and navigate
|
97
|
+
the complexities of their relationship and family dynamics.
|
98
|
+
|
84
99
|
The year is 1772, and on the eve of the American Revolution, the long fuse of
|
85
100
|
rebellion has already been lit. Men lie dead in the streets of Boston, and
|
86
101
|
in the backwoods of North Carolina, isolated cabins burn in the forest. With
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
title: The Dressmaker
|
3
|
-
tagline:
|
3
|
+
tagline: Gothic tale of small-town revenge
|
4
4
|
date: 2016-11-25 00:00:00
|
5
5
|
description: >
|
6
6
|
Tilly Dunnage left her hometown of Dungatar in rural Australia under a black
|
@@ -8,7 +8,7 @@ description: >
|
|
8
8
|
houses, returns home to make amends with her mentally unstable mother.
|
9
9
|
|
10
10
|
categories: [ Books ]
|
11
|
-
tags: [ Romance
|
11
|
+
tags: [ Romance ]
|
12
12
|
|
13
13
|
image:
|
14
14
|
path: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/8466/9781846689949.jpg
|
@@ -23,6 +23,9 @@ book:
|
|
23
23
|
ISBN13: 9781846689949
|
24
24
|
rank: 80
|
25
25
|
|
26
|
+
toc: false
|
27
|
+
fab_menu_id: default
|
28
|
+
scrollbar: false
|
26
29
|
regenerate: false
|
27
30
|
|
28
31
|
resources: [ animate ]
|
@@ -49,21 +52,10 @@ resource_options:
|
|
49
52
|
|
50
53
|
// Place an excerpt at the most top position
|
51
54
|
// -----------------------------------------------------------------------------
|
52
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
53
|
-
|
54
55
|
Tilly Dunnage left her hometown of Dungatar in rural Australia under a black
|
55
56
|
cloud of accusation. Years later Tilly, now a couturier for the Paris fashion
|
56
57
|
houses, returns home to make amends with her mentally unstable mother.
|
57
58
|
|
58
|
-
Mid-century Dungatar is a small town, and small towns have long memories.
|
59
|
-
At first she wins over the suspicious locals with her extraordinary
|
60
|
-
dressmaking skills. But when the eccentric townsfolk turn on Tilly for a
|
61
|
-
second time, she decides to teach them a lesson and exact long-overdue
|
62
|
-
revenge.
|
63
|
-
|
64
|
-
Packed with memorable characters, acid humour and luscious clothes,
|
65
|
-
The Dressmaker is an irresistible gothic tale of small-town revenge.
|
66
|
-
|
67
59
|
excerpt__end
|
68
60
|
|
69
61
|
// Load Liquid procedures
|
@@ -80,7 +72,27 @@ excerpt__end
|
|
80
72
|
|
81
73
|
// Include sub-documents (if any)
|
82
74
|
// -----------------------------------------------------------------------------
|
83
|
-
|
84
75
|
[[readmore]]
|
76
|
+
[role="mt-4"]
|
77
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
78
|
+
|
79
|
+
Mid-century Dungatar is a small town, and small towns have long memories.
|
80
|
+
At first she wins over the suspicious locals with her extraordinary
|
81
|
+
dressmaking skills. But when the eccentric townsfolk turn on Tilly for a
|
82
|
+
second time, she decides to teach them a lesson and exact long-overdue
|
83
|
+
revenge.
|
84
|
+
|
85
|
+
Tilly's arrival sparks curiosity and gossip among the townspeople, who are
|
86
|
+
eager to discover the secrets she carries. She sets up a dressmaking business
|
87
|
+
and begins to create stunning and transformative garments for the women of
|
88
|
+
Dungatar, gradually gaining influence and challenging the conservative
|
89
|
+
conventions of the town.
|
90
|
+
|
91
|
+
As Tilly immerses herself in the community, she becomes entangled in a web
|
92
|
+
of relationships, including a romantic connection with Teddy McSwiney, a
|
93
|
+
local farmer. She also seeks to uncover the truth about her past, particularly
|
94
|
+
the circumstances surrounding a tragic incident during her childhood, which
|
95
|
+
led to her exile from Dungatar.
|
96
|
+
|
85
97
|
Packed with memorable characters, acid humour and luscious clothes,
|
86
98
|
The Dressmaker is an irresistible gothic tale of small-town revenge.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
title: The Fiery Cross
|
3
|
-
tagline:
|
3
|
+
tagline: Unrivalled storytelling
|
4
4
|
date: 2016-11-26 00:00:00
|
5
5
|
description: >
|
6
6
|
The story of Outlander begins just after the Second World War, when a British
|
@@ -11,7 +11,7 @@ description: >
|
|
11
11
|
approaching. Jamie Fraser s wife has told him so.
|
12
12
|
|
13
13
|
categories: [ Books ]
|
14
|
-
tags: [ Romance
|
14
|
+
tags: [ Romance ]
|
15
15
|
|
16
16
|
image:
|
17
17
|
path: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9780/4402/9780440221661.jpg
|
@@ -26,6 +26,9 @@ book:
|
|
26
26
|
ISBN13: 9780440221661
|
27
27
|
rank: 820
|
28
28
|
|
29
|
+
toc: false
|
30
|
+
fab_menu_id: default
|
31
|
+
scrollbar: false
|
29
32
|
regenerate: false
|
30
33
|
|
31
34
|
resources: [ animate ]
|
@@ -52,12 +55,6 @@ resource_options:
|
|
52
55
|
|
53
56
|
// Place an excerpt at the most top position
|
54
57
|
// -----------------------------------------------------------------------------
|
55
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
56
|
-
|
57
|
-
Crossing the boundaries of genre with its unrivalled storytelling, Diana
|
58
|
-
Gabaldon's new novel is a gift both to her millions of loyal fans and to
|
59
|
-
the lucky readers who have yet to discover her.
|
60
|
-
|
61
58
|
In the ten years since her extraordinary debut novel, Outlander, was published,
|
62
59
|
beloved author Diana Gabaldon has entertained scores of readers with her
|
63
60
|
heart-stirring stories and remarkable characters. The four volumes of her
|
@@ -81,8 +78,14 @@ excerpt__end
|
|
81
78
|
|
82
79
|
// Include sub-documents (if any)
|
83
80
|
// -----------------------------------------------------------------------------
|
84
|
-
|
85
81
|
[[readmore]]
|
82
|
+
[role="mt-4"]
|
83
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
84
|
+
|
85
|
+
Crossing the boundaries of genre with its unrivalled storytelling, Diana
|
86
|
+
Gabaldon's new novel is a gift both to her millions of loyal fans and to
|
87
|
+
the lucky readers who have yet to discover her.
|
88
|
+
|
86
89
|
The story of Outlander begins just after the Second World War, when a British
|
87
90
|
field nurse named Claire Randall walks through a cleft stone in the Scottish
|
88
91
|
highlands and is transported back some two hundred years to 1743. Here, now,
|