j1-template 2023.3.0 → 2023.3.2
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 +11 -9
- data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +0 -3
- data/_includes/themes/j1/modules/navigator/generator.html +3 -3
- data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +5 -5
- data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +3 -3
- data/_includes/themes/j1/procedures/global/select_icon_size.proc +9 -2
- data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +8 -8
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +2 -2
- data/_layouts/category.html +2 -2
- data/assets/data/authclient.html +10 -12
- data/assets/data/banner.html +3 -3
- data/assets/data/fab.html +11 -8
- data/assets/data/footer.html +2 -3
- data/assets/data/gallery_customizer.html +2 -2
- data/assets/data/masonry.html +5 -5
- data/assets/data/masterslider.html +1 -1
- data/assets/data/menu.html +9 -6
- data/assets/data/panel.html +8 -8
- data/assets/data/quicklinks.html +3 -1
- data/assets/data/rtext_resizer.html +1 -1
- data/assets/data/slick.html +2 -2
- data/assets/data/translator.html +1 -1
- data/assets/themes/j1/adapter/js/advertising.js +302 -96
- data/assets/themes/j1/adapter/js/carousel.js +2 -2
- data/assets/themes/j1/adapter/js/j1.js +92 -25
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -1
- data/assets/themes/j1/adapter/js/lazyLoader.js +221 -0
- data/assets/themes/j1/adapter/js/lunr.js +3 -3
- data/assets/themes/j1/adapter/js/navigator.js +3 -5
- data/assets/themes/j1/adapter/js/themeToggler.js +3 -3
- data/assets/themes/j1/adapter/js/themer.js +55 -21
- data/assets/themes/j1/core/css/icon-fonts/mdi.css +3 -7
- data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdib.css +8337 -0
- data/assets/themes/j1/core/css/icon-fonts/mdib.min.css +1 -0
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +104 -30
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -5
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +98 -31
- data/assets/themes/j1/core/js/template.min.js +2 -2
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.json +2690 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +2 -2
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -1
- data/assets/themes/j1/modules/materialize/scss/components/_global.scss +1 -1
- data/assets/themes/j1/modules/materialize/scss/components/_navbar.scss +2 -2
- data/assets/themes/j1/modules/materialize/scss/components/_sidenav.scss +1 -1
- data/assets/themes/j1/modules/materialize/scss/components/forms/_input-fields.scss +2 -2
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.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 +2 -2
- data/lib/starter_web/_data/blocks/banner.yml +1 -1
- data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
- data/lib/starter_web/_data/blocks/footer.yml +4 -1
- data/lib/starter_web/_data/blocks/panel.yml +47 -47
- data/lib/starter_web/_data/layouts/default.yml +1 -1
- data/lib/starter_web/_data/layouts/home.yml +29 -0
- data/lib/starter_web/_data/modules/advertising.yml +120 -42
- data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +20 -20
- data/lib/starter_web/_data/modules/defaults/fab.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/iconPicker.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/lazyLoader.yml +33 -0
- data/lib/starter_web/_data/modules/defaults/lunr.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/masterslider.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/navigator.yml +18 -18
- data/lib/starter_web/_data/modules/defaults/themer.yml +2 -2
- data/lib/starter_web/_data/modules/fab.yml +7 -7
- data/lib/starter_web/_data/modules/iconPicker.yml +3 -3
- data/lib/starter_web/_data/modules/lazyLoader.yml +93 -0
- data/lib/starter_web/_data/modules/masonry.yml +2 -2
- data/lib/starter_web/_data/modules/navigator_menu.yml +190 -148
- data/lib/starter_web/_data/modules/slick.yml +47 -86
- data/lib/starter_web/_data/resources.yml +68 -70
- 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 +26 -24
- data/lib/starter_web/_includes/custom/templates/collection_panel.html +2 -2
- 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/fab-icon-inline.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/fas-icon-inline.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +1 -1
- 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/modules/attics/1920x1280/brigitta-schneiter.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/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/promo/jekyll/jekyll-faq.jpg +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.jpg +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-og.png +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/scalable/jekyll-faq.psd +0 -0
- data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +1 -1
- data/lib/starter_web/collections/_biography/becoming.adoc +1 -1
- data/lib/starter_web/collections/_biography/born-to-run.adoc +1 -1
- data/lib/starter_web/collections/_biography/forty-autumns.adoc +1 -1
- data/lib/starter_web/collections/_biography/not-dead-yet.adoc +1 -1
- data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +1 -1
- data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +1 -1
- data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +1 -1
- data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +1 -1
- data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +26 -1
- data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +1 -1
- data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +17 -2
- data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +24 -1
- data/lib/starter_web/collections/_romance/{breath-of-snow-and-ashes-a.adoc → breath-of-snow-and-ashes.adoc} +13 -1
- data/lib/starter_web/collections/_romance/dressmaker-the.adoc +13 -1
- data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +1 -1
- data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +1 -1
- data/lib/starter_web/collections/_romance/outlander-novel.adoc +1 -1
- data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +1 -1
- 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 +0 -9
- data/lib/starter_web/package.json +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/learn/bs_sass_variables/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +2 -2
- 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/themes_rouge.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +152 -12
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +28 -4
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +11 -13
- data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/gem.adoc +5 -5
- data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/git.adoc +14 -14
- data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/j1.adoc +1 -1
- data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/yaml.adoc +1 -1
- data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +58 -88
- data/assets/data/nbinteract.html +0 -129
- data/assets/themes/j1/adapter/js/nbinteract.js +0 -1485
- data/assets/themes/j1/modules/advertising/js/adInitializer.js +0 -160
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +0 -7312
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +0 -1
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +0 -1315
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +0 -7
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +0 -886
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +0 -5
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +0 -446
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +0 -5
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +0 -37
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +0 -17
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +0 -42
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +0 -17
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +0 -19057
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +0 -6
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +0 -10872
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +0 -2
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +0 -1
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +0 -2145
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +0 -5
- data/assets/themes/j1/modules/nbinteract-core/LICENSE.txt +0 -60
- data/assets/themes/j1/modules/nbinteract-core/README.md +0 -226
- data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.css +0 -191
- data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.min.css +0 -19
- data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.css +0 -250
- data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.min.css +0 -15
- data/assets/themes/j1/modules/nbinteract-core/js/mathjax/latest.js +0 -19
- data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml-full.js +0 -34
- data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml.js +0 -1
- data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-mml-chtml.js +0 -1
- data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/README +0 -1
- data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js +0 -94
- data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js.map +0 -1
- data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.js +0 -2068
- data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.min.js +0 -36
- data/lib/starter_web/_data/modules/defaults/nbinteract.yml +0 -281
- 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/core_web_vitals/core_web_vitals_best.png +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.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
@@ -1,4 +1,4 @@
|
|
1
|
-
// ~/includes/attributes.asciidoc
|
1
|
+
.jpg// ~/includes/attributes.asciidoc
|
2
2
|
// Global Ascidoc attributes file
|
3
3
|
// -----------------------------------------------------------------------------
|
4
4
|
|
@@ -204,6 +204,8 @@ tag::urls[]
|
|
204
204
|
:url-j1--versions: https://rubygems.org/gems/j1-template/versions/
|
205
205
|
:url-j1--reporting-issues: https://github.com/jekyll-one/j1-starter/issues
|
206
206
|
|
207
|
+
:url-j1-starter--home: https://starter.jekyll.one/
|
208
|
+
|
207
209
|
:url-j1-rubydoc--home: https://www.rubydoc.info/gems/j1-template/
|
208
210
|
:url-j1--gh-binder-repo: https://github.com/jekyll-one/j1-binder-repo
|
209
211
|
|
@@ -350,11 +352,11 @@ tag::urls[]
|
|
350
352
|
:url-popper--home: https://popper.js.org/
|
351
353
|
:url-popper--gh-repo: https://github.com/popperjs/popper-core/
|
352
354
|
|
353
|
-
:url-previewer--county-flags: https://jekyll.one/pages/public/previewer/country_flags/
|
354
|
-
:url-previewer--emoji: https://jekyll.one/pages/public/previewer/twitter_emoji/
|
355
|
-
:url-previewer--mdi-icons: https://jekyll.one/pages/public/
|
356
|
-
:url-previewer--mdil-icons: https://jekyll.one/pages/public/
|
357
|
-
:url-previewer--rouge-themes: https://jekyll.one/pages/public/previewer/rouge/
|
355
|
+
:url-previewer--county-flags: https://jekyll.one/pages/public/tools/previewer/country_flags/
|
356
|
+
:url-previewer--emoji: https://jekyll.one/pages/public/tools/previewer/twitter_emoji/
|
357
|
+
:url-previewer--mdi-icons: https://jekyll.one/pages/public/tools/previewer/icon-picker/
|
358
|
+
:url-previewer--mdil-icons: https://jekyll.one/pages/public/tools/previewer/icon-picker/
|
359
|
+
:url-previewer--rouge-themes: https://jekyll.one/pages/public/tools/previewer/rouge/
|
358
360
|
|
359
361
|
:url-puma--home: https://puma.io/
|
360
362
|
:url-puma--gh-repo: https://github.com/puma/puma/
|
@@ -546,17 +548,17 @@ end::tags[]
|
|
546
548
|
// -----------------------------------------------------------------------------
|
547
549
|
tag::data[]
|
548
550
|
|
549
|
-
:data-broadbandsearch--global-mobile-traffic: "assets/images/pages/features/global-mobile-traffic-1920x1080.
|
551
|
+
:data-broadbandsearch--global-mobile-traffic: "assets/images/pages/features/global-mobile-traffic-1920x1080.jpg, Percentage global mobile traffic - 2011-2021"
|
550
552
|
|
551
553
|
:data-binderhub--architecture: "assets/images/pages/nbinteract/binderhub-architecture.jpg, Binderhub Architecture"
|
552
554
|
:data-jupyterlab--architecture: "assets/images/pages/nbinteract/jupyterlab-architecture.jpg, JupyterLab Architecture"
|
553
555
|
|
554
556
|
:data-nbi-textbook--excerpt: "assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg, NBI textbook (excerpt)"
|
555
557
|
|
556
|
-
:data-lingohub--speakers-by-language: "assets/images/pages/features/native-speakers-by-language.
|
557
|
-
:data-images--google-lighthouse: "assets/images/pages/features/google-lighthouse-1080x300.
|
558
|
+
:data-lingohub--speakers-by-language: "assets/images/pages/features/native-speakers-by-language.jpg, Native speakers by language"
|
559
|
+
:data-images--google-lighthouse: "assets/images/pages/features/google-lighthouse-1080x300.jpg, Google Lighthouse Scores (Starter Web at Github)"
|
558
560
|
:data-images--desktop-navigation: "assets/images/pages/features/desktop-web-navigation-1280x1000.jpg, Desktop Web Navigation"
|
559
|
-
:data-images--mobile-navigation: "assets/images/pages/features/mobile-navigation-600x800.
|
561
|
+
:data-images--mobile-navigation: "assets/images/pages/features/mobile-navigation-600x800.jpg, Mobile Web Navigation"
|
560
562
|
:data-images--master-header: "assets/images/pages/features/master-header-1280x600.jpg, Master Header (image-based)"
|
561
563
|
:data-images--fab: "assets/images/pages/features/fab-1280x500.jpg, FAB (Menu)"
|
562
564
|
:data-images--full-text-search: "assets/images/pages/features/full-text-search-1280x800.jpg, Full-text search"
|
@@ -567,24 +569,24 @@ tag::data[]
|
|
567
569
|
:data-images--teaser-banner: "assets/images/pages/features/teaser-banner-1280x600.jpg, Teaser Banner"
|
568
570
|
:data-images--intro-panel: "assets/images/pages/features/intro-panel-1280x800.jpg, Intro Panel"
|
569
571
|
:data-images--example-content: "assets/images/pages/features/example-content-1280x800.jpg, Example Content"
|
570
|
-
:data-images--bootswatch-themes: "assets/images/pages/features/bootswatch-themes-1280x800.
|
572
|
+
:data-images--bootswatch-themes: "assets/images/pages/features/bootswatch-themes-1280x800.jpg, Bootswatch Themes (Minty)"
|
571
573
|
:data-images--blog-post-navigator: "assets/images/pages/features/blog-post-navigator-1280x1000.jpg, Blog Post Navigator"
|
572
574
|
:data-images--nbi-textbook-example: "assets/images/pages/features/nbi-barchart-1280x800.jpg, Bar Chart"
|
573
575
|
|
574
576
|
:data-lb-example--template-features: "assets/images/modules/gallery/old_times/image_01.jpg, GrandPa's 80th Birthday, assets/images/modules/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday, assets/images/modules/gallery/old_times/image_03.jpg, GrandPa's annual journey"
|
575
577
|
|
576
|
-
:data-rocketstart--1-click-deploy-1: "assets/images/pages/1-click-deploy/step-1.
|
577
|
-
:data-rocketstart--1-click-deploy-2: "assets/images/pages/1-click-deploy/step-2.
|
578
|
-
:data-rocketstart--1-click-deploy-3: "assets/images/pages/1-click-deploy/step-3.
|
579
|
-
:data-rocketstart--1-click-deploy-4: "assets/images/pages/1-click-deploy/step-4.
|
580
|
-
:data-rocketstart--1-click-deploy-5: "assets/images/pages/1-click-deploy/step-5.
|
581
|
-
:data-rocketstart--1-click-deploy-6: "assets/images/pages/1-click-deploy/step-6.
|
582
|
-
:data-rocketstart--1-click-deploy-7: "assets/images/pages/1-click-deploy/step-7.
|
583
|
-
:data-rocketstart--1-click-deploy-8: "assets/images/pages/1-click-deploy/step-8.
|
584
|
-
:data-rocketstart--1-click-deploy-9: "assets/images/pages/1-click-deploy/step-9.
|
585
|
-
:data-rocketstart--1-click-deploy-9a: "assets/images/pages/1-click-deploy/step-9a.
|
586
|
-
:data-rocketstart--1-click-deploy-10a: "assets/images/pages/1-click-deploy/step-10a.
|
587
|
-
:data-rocketstart--1-click-deploy-10b: "assets/images/pages/1-click-deploy/step-10b.
|
578
|
+
:data-rocketstart--1-click-deploy-1: "assets/images/pages/1-click-deploy/step-1.jpg, 1-Click Deploy Process"
|
579
|
+
:data-rocketstart--1-click-deploy-2: "assets/images/pages/1-click-deploy/step-2.jpg, 1-Click Deploy Process"
|
580
|
+
:data-rocketstart--1-click-deploy-3: "assets/images/pages/1-click-deploy/step-3.jpg, 1-Click Deploy Process"
|
581
|
+
:data-rocketstart--1-click-deploy-4: "assets/images/pages/1-click-deploy/step-4.jpg, 1-Click Deploy Process"
|
582
|
+
:data-rocketstart--1-click-deploy-5: "assets/images/pages/1-click-deploy/step-5.jpg, 1-Click Deploy Process"
|
583
|
+
:data-rocketstart--1-click-deploy-6: "assets/images/pages/1-click-deploy/step-6.jpg, 1-Click Deploy Process"
|
584
|
+
:data-rocketstart--1-click-deploy-7: "assets/images/pages/1-click-deploy/step-7.jpg, 1-Click Deploy Process"
|
585
|
+
:data-rocketstart--1-click-deploy-8: "assets/images/pages/1-click-deploy/step-8.jpg, 1-Click Deploy Process"
|
586
|
+
:data-rocketstart--1-click-deploy-9: "assets/images/pages/1-click-deploy/step-9.jpg, 1-Click Deploy Process"
|
587
|
+
:data-rocketstart--1-click-deploy-9a: "assets/images/pages/1-click-deploy/step-9a.jpg, 1-Click Deploy Process"
|
588
|
+
:data-rocketstart--1-click-deploy-10a: "assets/images/pages/1-click-deploy/step-10a.jpg, 1-Click Deploy Process"
|
589
|
+
:data-rocketstart--1-click-deploy-10b: "assets/images/pages/1-click-deploy/step-10b.jpg, 1-Click Deploy Process"
|
588
590
|
|
589
591
|
:data-translator--icon: "assets/images/pages/tools/translator-icon.jpg, QuickLinks - Translator Icon"
|
590
592
|
|
@@ -613,7 +615,7 @@ end::tables[]
|
|
613
615
|
// -----------------------------------------------------------------------------
|
614
616
|
tag::products[]
|
615
617
|
:j1--license: MIT License
|
616
|
-
:j1--version:
|
618
|
+
:j1--version: 2023.1.0
|
617
619
|
:j1--site-name: Jekyll One
|
618
620
|
end::products[]
|
619
621
|
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<a class="article-link" data-bs-toggle="modal" href="#articleModal{{forloop.index}}">
|
61
61
|
<div class="article-hover">
|
62
62
|
<div class="article-hover-content">
|
63
|
-
<i class="
|
63
|
+
<i class="mdib mdib-plus mdib-10x"></i>
|
64
64
|
</div>
|
65
65
|
</div>
|
66
66
|
<img class="img-fluid img-object--w400" src="{{article.image.path}}" alt="{{article.title}}" />
|
@@ -116,7 +116,7 @@
|
|
116
116
|
</li>
|
117
117
|
</ul>
|
118
118
|
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button">
|
119
|
-
<i class="
|
119
|
+
<i class="mdib mdib-close mdib-24px mx-2"></i>
|
120
120
|
Close Article Overview
|
121
121
|
</button>
|
122
122
|
</div>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<!--
|
2
|
+
# -----------------------------------------------------------------------------
|
3
|
+
# ~/assets/custom/content/static/google_ad_1234567890.html
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# http://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2023 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Theme is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
|
12
|
+
#
|
13
|
+
# -----------------------------------------------------------------------------
|
14
|
+
-->
|
15
|
+
|
16
|
+
<div class="container">
|
17
|
+
<!-- Ad container -->
|
18
|
+
<div id="ad_5128488466" class="gad-container mt-6 mb-6"></div>
|
19
|
+
</div>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<!--
|
2
|
+
# -----------------------------------------------------------------------------
|
3
|
+
# ~/assets/custom/content/static/google_ad_1234567890.html
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# http://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2023 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Theme is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
|
12
|
+
#
|
13
|
+
# -----------------------------------------------------------------------------
|
14
|
+
-->
|
15
|
+
|
16
|
+
<div class="container">
|
17
|
+
<!-- Ad container -->
|
18
|
+
<div id="ad_7284712660" class="gad-container mt-6 mb-6"></div>
|
19
|
+
</div>
|
@@ -0,0 +1,55 @@
|
|
1
|
+
<!--
|
2
|
+
# -----------------------------------------------------------------------------
|
3
|
+
# ~/assets/custom/content/templates/google_ads.html
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# http://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2023 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Theme is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
|
12
|
+
#
|
13
|
+
# -----------------------------------------------------------------------------
|
14
|
+
# Test data:
|
15
|
+
# liquid_var: {{liquid_var | debug}}
|
16
|
+
# -----------------------------------------------------------------------------
|
17
|
+
-->
|
18
|
+
|
19
|
+
{% comment %} Process YAML config data
|
20
|
+
================================================================================ {% endcomment %}
|
21
|
+
|
22
|
+
{% comment %} Set config files
|
23
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
24
|
+
{% assign template_config = site.data.j1_config %}
|
25
|
+
{% assign blocks = site.data.blocks %}
|
26
|
+
{% assign modules = site.data.modules %}
|
27
|
+
|
28
|
+
{% comment %} Set config data
|
29
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
30
|
+
{% assign advertising_defaults = modules.defaults.advertising.defaults %}
|
31
|
+
{% assign advertising_settings = modules.advertising.settings %}
|
32
|
+
|
33
|
+
{% comment %} Set config options
|
34
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
35
|
+
{% assign advertising_options = advertising_defaults | merge: advertising_settings %}
|
36
|
+
|
37
|
+
{% comment %} Variables
|
38
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
39
|
+
{% assign layout = page.layout %}
|
40
|
+
{% assign google_ads = advertising_options.google.ads %}
|
41
|
+
|
42
|
+
|
43
|
+
{% comment %} Main
|
44
|
+
google_ads: {{google_ads | debug}}
|
45
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
46
|
+
|
47
|
+
<div class="container">
|
48
|
+
|
49
|
+
<!-- [INFO ] [~/_includes/google/templates/google_ads.html ] [ create ad containers for layout: {{layout}}] -->
|
50
|
+
{% for ad in google_ads %} {% if ad.enabled and ad.layout == layout %}
|
51
|
+
<!-- Ad container settings -->
|
52
|
+
<div id="{{ad.id}}" class="gad-container mb-5" data-layout="{{layout}}"></div>
|
53
|
+
{% endif %} {% endfor %}
|
54
|
+
|
55
|
+
</div>
|
@@ -26,7 +26,7 @@ Asciidoctor::Extensions.register do
|
|
26
26
|
size_class = (size = attributes['size']) ? %(fa-#{size}) : nil
|
27
27
|
modifier_class = (modifier = attributes['modifier']) ? %(#{modifier}) : nil
|
28
28
|
icon_name = target.tr '_', '-'
|
29
|
-
%(<i class="fab fa-#{icon_name} #{size_class} #{modifier}"></i>)
|
29
|
+
%(<i class="fa fab fa-#{icon_name} #{size_class} #{modifier}"></i>)
|
30
30
|
end
|
31
31
|
end
|
32
32
|
inline_macro FabIconInlineMacro
|
@@ -26,7 +26,7 @@ Asciidoctor::Extensions.register do
|
|
26
26
|
size_class = (size = attributes['size']) ? %(fa-#{size}) : nil
|
27
27
|
modifier_class = (modifier = attributes['modifier']) ? %(#{modifier}) : nil
|
28
28
|
icon_name = target.tr '_', '-'
|
29
|
-
%(<i class="fas fa-#{icon_name} #{size_class} #{modifier}"></i>)
|
29
|
+
%(<i class="fa fas fa-#{icon_name} #{size_class} #{modifier}"></i>)
|
30
30
|
end
|
31
31
|
end
|
32
32
|
inline_macro FasIconInlineMacro
|
Binary file
|
Binary file
|
Binary file
|
@@ -14,7 +14,7 @@
|
|
14
14
|
id="svg30"
|
15
15
|
sodipodi:docname="configBinder.svg"
|
16
16
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
17
|
-
inkscape:export-filename="
|
17
|
+
inkscape:export-filename="../png/myBinder.png"
|
18
18
|
inkscape:export-xdpi="96"
|
19
19
|
inkscape:export-ydpi="96">
|
20
20
|
<metadata
|
@@ -13,7 +13,7 @@
|
|
13
13
|
version="1.1"
|
14
14
|
id="svg30"
|
15
15
|
sodipodi:docname="docsBinder.svg"
|
16
|
-
inkscape:export-filename="
|
16
|
+
inkscape:export-filename="../png/docsBinder.png"
|
17
17
|
inkscape:export-xdpi="96"
|
18
18
|
inkscape:export-ydpi="96"
|
19
19
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
@@ -14,7 +14,7 @@
|
|
14
14
|
id="svg30"
|
15
15
|
sodipodi:docname="myBinder.svg"
|
16
16
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
17
|
-
inkscape:export-filename="
|
17
|
+
inkscape:export-filename="../png/myBinder.png"
|
18
18
|
inkscape:export-xdpi="96"
|
19
19
|
inkscape:export-ydpi="96">
|
20
20
|
<metadata
|
@@ -14,7 +14,7 @@
|
|
14
14
|
id="svg30"
|
15
15
|
sodipodi:docname="notebookBinder.svg"
|
16
16
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
|
17
|
-
inkscape:export-filename="
|
17
|
+
inkscape:export-filename="../png/notebookBinder.png"
|
18
18
|
inkscape:export-xdpi="96"
|
19
19
|
inkscape:export-ydpi="96">
|
20
20
|
<metadata
|
@@ -12,7 +12,7 @@
|
|
12
12
|
version="1.1"
|
13
13
|
id="svg14"
|
14
14
|
sodipodi:docname="hyvor-logo.svg"
|
15
|
-
inkscape:export-filename="
|
15
|
+
inkscape:export-filename="../hyvor-logo.24x24.png"
|
16
16
|
inkscape:export-xdpi="57.599998"
|
17
17
|
inkscape:export-ydpi="57.599998"
|
18
18
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -16,7 +16,7 @@
|
|
16
16
|
version="1.1"
|
17
17
|
inkscape:version="0.91 r13725"
|
18
18
|
sodipodi:docname="j1.svg"
|
19
|
-
inkscape:export-filename="
|
19
|
+
inkscape:export-filename="../png/j1-512x512.png"
|
20
20
|
inkscape:export-xdpi="90"
|
21
21
|
inkscape:export-ydpi="90">
|
22
22
|
<title
|
Binary file
|
@@ -16,7 +16,7 @@
|
|
16
16
|
version="1.1"
|
17
17
|
inkscape:version="0.91 r13725"
|
18
18
|
sodipodi:docname="j1.svg"
|
19
|
-
inkscape:export-filename="
|
19
|
+
inkscape:export-filename="../j1-512x512.png"
|
20
20
|
inkscape:export-xdpi="90"
|
21
21
|
inkscape:export-ydpi="90">
|
22
22
|
<title
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -70,7 +70,7 @@ excerpt__end
|
|
70
70
|
// Content
|
71
71
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
72
72
|
[role="mt-4"]
|
73
|
-
image:{{page.book.cover}}[
|
73
|
+
image:{{page.book.cover}}[role="mr-4 mb-4 float-left"]
|
74
74
|
|
75
75
|
[[readmore]]
|
76
76
|
His working life has been defined by questions. *Why is this bastard
|
@@ -69,7 +69,7 @@ excerpt__end
|
|
69
69
|
// Content
|
70
70
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
71
71
|
[role="mt-4"]
|
72
|
-
image:{{page.book.cover}}[
|
72
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
73
73
|
|
74
74
|
[[readmore]]
|
75
75
|
The book offers a personal and introspective account of Michelle Obama's
|
@@ -70,7 +70,7 @@ excerpt__end
|
|
70
70
|
// Content
|
71
71
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
72
72
|
[role="mt-4]
|
73
|
-
image:{{page.book.cover}}[
|
73
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
74
74
|
|
75
75
|
[[readmore]]
|
76
76
|
In the book, Springsteen recounts his early years growing up in a working-class
|
@@ -69,7 +69,7 @@ excerpt__end
|
|
69
69
|
// Content
|
70
70
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
71
71
|
[role="mt-4"]
|
72
|
-
image:{{page.book.cover}}[
|
72
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
73
73
|
|
74
74
|
[[readmore]]
|
75
75
|
The book traces the story of the author's family, spanning four decades
|
@@ -68,7 +68,7 @@ excerpt__end
|
|
68
68
|
// Content
|
69
69
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
70
70
|
[role="mt-4"]
|
71
|
-
image:{{page.book.cover}}[
|
71
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
72
72
|
|
73
73
|
[[readmore]]
|
74
74
|
Phil Collins shares his personal and professional journey, providing insights
|
@@ -72,7 +72,7 @@ excerpt__end
|
|
72
72
|
// Content
|
73
73
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
74
74
|
[role="mt-4"]
|
75
|
-
image:{{page.book.cover}}[
|
75
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
76
76
|
|
77
77
|
[[readmore]]
|
78
78
|
In "The Princess Diarist," Carrie Fisher shares her experiences and reflections
|
@@ -70,7 +70,7 @@ excerpt__end
|
|
70
70
|
// Content
|
71
71
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
72
72
|
[role="mt-4"]
|
73
|
-
image:{{page.book.cover}}[
|
73
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
74
74
|
|
75
75
|
[[readmore]]
|
76
76
|
In "When Breath Becomes Air," Kalanithi reflects on his life, career, and
|
@@ -79,7 +79,7 @@ excerpt__end
|
|
79
79
|
|
80
80
|
[[readmore]]
|
81
81
|
[role="mt-4"]
|
82
|
-
image:{{page.book.cover}}[
|
82
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
83
83
|
|
84
84
|
The Dark Lord is breathing fear into everything Harry loves, and to stop him
|
85
85
|
Harry will have to find and destroy the remaining Horcruxes. The final battle
|
@@ -78,7 +78,7 @@ excerpt__end
|
|
78
78
|
// -----------------------------------------------------------------------------
|
79
79
|
[[readmore]]
|
80
80
|
[role="mt-4"]
|
81
|
-
image:{{page.book.cover}}[
|
81
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
82
82
|
|
83
83
|
Brimming with rich detail and humour that perfectly complements J.K. Rowling's
|
84
84
|
timeless classic, Jim Kay's glorious illustrations will captivate fans and new
|
@@ -79,9 +79,34 @@ excerpt__end
|
|
79
79
|
|
80
80
|
[[readmore]]
|
81
81
|
[role="mt-4"]
|
82
|
-
image:{{page.book.cover}}[
|
82
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
83
83
|
|
84
84
|
A word of mouth bestseller in the USA Brandon Sanderson's Mistborn trilogy
|
85
85
|
have now become a massive hit in the UK, introducing readers to the work of
|
86
86
|
one of the genre's great talents. A master of world building, sweeping plots,
|
87
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.
|
@@ -78,7 +78,7 @@ excerpt__end
|
|
78
78
|
// -----------------------------------------------------------------------------
|
79
79
|
[[readmore]]
|
80
80
|
[role="mt-4"]
|
81
|
-
image:{{page.book.cover}}[
|
81
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
82
82
|
|
83
83
|
For years, millions have struggled fruitlessly to attain this prize, knowing
|
84
84
|
only that the riddles are based in the culture of the late twentieth century.
|
@@ -76,9 +76,24 @@ excerpt__end
|
|
76
76
|
// -----------------------------------------------------------------------------
|
77
77
|
[[readmore]]
|
78
78
|
[role="mt-4"]
|
79
|
-
image:{{page.book.cover}}[
|
79
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
80
80
|
|
81
|
-
|
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
|
82
97
|
that while some of his quarry are unremittingly vile, vicious grotesques,
|
83
98
|
others are the victims of sin, evil or simple naivety.
|
84
99
|
|
@@ -76,7 +76,30 @@ excerpt__end
|
|
76
76
|
// -----------------------------------------------------------------------------
|
77
77
|
[[readmore]]
|
78
78
|
[role="mt-4"]
|
79
|
-
image:{{page.book.cover}}[
|
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.
|
80
103
|
|
81
104
|
Contributors include Neil Gaiman, A S Byatt, Terry Pratchett's literary agent
|
82
105
|
Colin Smythe, co-author of the Long Earth books Stephen Baxter, famed
|