j1-template 2023.0.17 → 2023.2.0
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_collection.html +2 -3
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -2
- data/_includes/themes/j1/modules/attics/generator.html +3 -1
- data/_includes/themes/j1/modules/navigator/generator.html +2 -2
- data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
- data/_layouts/{paginator/autopage_category.html → autopage_category.html} +1 -1
- data/_layouts/{paginator/autopage_collection.html → autopage_collection.html} +1 -6
- data/_layouts/{paginator/autopage_collections_tags.html → autopage_collections_tags.html} +1 -1
- data/_layouts/category.html +67 -0
- data/_layouts/readme +2 -0
- data/assets/data/banner.html +8 -6
- data/assets/data/masonry.html +397 -0
- data/assets/data/panel.html +1 -1
- data/assets/data/quicklinks.html +12 -12
- data/assets/data/slick.html +288 -0
- data/assets/error_pages/HTTP204.html +1 -1
- data/assets/error_pages/HTTP400.html +1 -1
- data/assets/error_pages/HTTP401.html +1 -1
- data/assets/error_pages/HTTP403.html +1 -1
- data/assets/error_pages/HTTP404.html +1 -1
- data/assets/error_pages/HTTP444.html +1 -1
- data/assets/error_pages/HTTP445.html +1 -1
- data/assets/error_pages/HTTP446.html +1 -1
- data/assets/error_pages/HTTP447.html +1 -1
- data/assets/error_pages/HTTP448.html +1 -1
- data/assets/error_pages/HTTP500.html +1 -1
- data/assets/error_pages/HTTP501.html +1 -1
- data/assets/error_pages/HTTP502.html +1 -1
- data/assets/error_pages/HTTP503.html +1 -1
- data/assets/themes/j1/adapter/js/attic.js +31 -16
- data/assets/themes/j1/adapter/js/j1.js +55 -21
- data/assets/themes/j1/adapter/js/masonry.js +119 -49
- data/assets/themes/j1/adapter/js/mmenu.js +4 -3
- data/assets/themes/j1/adapter/js/navigator.js +69 -19
- data/assets/themes/j1/adapter/js/slick.js +293 -44
- data/assets/themes/j1/adapter/js/toccer.js +27 -14
- data/assets/themes/j1/adapter/js/waves.js +3 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +294 -364
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
- data/assets/themes/j1/core/js/template.js +56 -60
- data/assets/themes/j1/core/js/template.min.js +6 -6
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/masonry/css/theme/uno.css +35 -0
- data/assets/themes/j1/modules/masonry/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +3 -3
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
- data/assets/themes/j1/modules/slick/lightbox/LICENSE +20 -0
- data/assets/themes/j1/modules/slick/lightbox/README.md +138 -0
- data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.css +128 -0
- data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.min.css +1 -0
- data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.css +36 -0
- data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.js +353 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js +2 -0
- data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js.map +1 -0
- data/assets/themes/j1/modules/slick/{README.md → slider/README.md} +13 -14
- data/assets/themes/j1/modules/slick/{css → slider/css}/slick.css +16 -10
- data/assets/themes/j1/modules/slick/slider/css/slick.min.css +15 -0
- data/assets/themes/j1/modules/slick/slider/css/theme/uno.css +292 -0
- data/assets/themes/j1/modules/slick/slider/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.svg +14 -14
- data/assets/themes/j1/modules/slick/slider/js/slick.js +3037 -0
- data/assets/themes/j1/modules/translator/css/translator.css +3 -19
- data/assets/themes/j1/modules/translator/css/translator.min.css +1 -1
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/rubyeventmachine.so +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/log4r/yamlconfigurator.rb +41 -41
- data/lib/starter_web/Gemfile +4 -4
- data/lib/starter_web/README.md +142 -143
- data/lib/starter_web/_config.yml +55 -25
- data/lib/starter_web/_data/blocks/banner.yml +45 -46
- data/lib/starter_web/_data/blocks/defaults/banner.yml +4 -4
- data/lib/starter_web/_data/blocks/defaults/panel.yml +11 -11
- data/lib/starter_web/_data/blocks/footer.yml +2 -2
- data/lib/starter_web/_data/blocks/panel.yml +9 -9
- data/lib/starter_web/_data/layouts/collection.yml +9 -0
- data/lib/starter_web/_data/layouts/home.yml +51 -21
- data/lib/starter_web/_data/layouts/page.yml +36 -3
- data/lib/starter_web/_data/layouts/post.yml +36 -3
- data/lib/starter_web/_data/layouts/raw.yml +35 -3
- data/lib/starter_web/_data/modules/advertising.yml +1 -2
- data/lib/starter_web/_data/modules/analytics.yml +1 -2
- data/lib/starter_web/_data/modules/attics.yml +2 -2
- data/lib/starter_web/_data/modules/blog_navigator.yml +1 -2
- data/lib/starter_web/_data/modules/carousel.yml +1 -2
- data/lib/starter_web/_data/modules/comments.yml +1 -2
- data/lib/starter_web/_data/modules/cookieconsent.yml +1 -2
- data/lib/starter_web/_data/modules/cookies.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/analytics.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/carousel.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/comments.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/cookies.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/dropdowns.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/fab.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/framer.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/justifiedGallery.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/lightGallery.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/lightbox.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/log4r.yml +7 -9
- data/lib/starter_web/_data/modules/defaults/lunr.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/masonry.yml +52 -23
- data/lib/starter_web/_data/modules/defaults/navigator.yml +13 -12
- data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/particles.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/rangeSlider.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/rtable.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/{scoller.yml → scroller.yml} +8 -2
- data/lib/starter_web/_data/modules/defaults/slick.yml +493 -0
- data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
- data/lib/starter_web/_data/modules/defaults/toccer.yml +2 -3
- data/lib/starter_web/_data/modules/defaults/translator.yml +2 -3
- data/lib/starter_web/_data/modules/defaults/waves.yml +1 -2
- data/lib/starter_web/_data/modules/dropdowns.yml +1 -2
- data/lib/starter_web/_data/modules/fab.yml +1 -2
- data/lib/starter_web/_data/modules/framer.yml +1 -2
- data/lib/starter_web/_data/modules/justifiedGallery.yml +1 -2
- data/lib/starter_web/_data/modules/lightGallery.yml +1 -2
- data/lib/starter_web/_data/modules/lightbox.yml +1 -2
- data/lib/starter_web/_data/modules/log4r.yml +140 -7
- data/lib/starter_web/_data/modules/lunr.yml +1 -2
- data/lib/starter_web/_data/modules/masonry.yml +293 -24
- data/lib/starter_web/_data/modules/masterslider.yml +2 -1
- data/lib/starter_web/_data/modules/navigator.yml +13 -25
- data/lib/starter_web/_data/modules/navigator_menu.yml +632 -560
- data/lib/starter_web/_data/modules/particles.yml +1 -2
- data/lib/starter_web/_data/modules/rangeSlider.yml +1 -2
- data/lib/starter_web/_data/modules/rtable.yml +1 -2
- data/lib/starter_web/_data/modules/scroller.yml +9 -3
- data/lib/starter_web/_data/modules/slick.yml +501 -0
- data/lib/starter_web/_data/modules/themer.yml +1 -2
- data/lib/starter_web/_data/modules/toccer.yml +1 -2
- data/lib/starter_web/_data/modules/translator.yml +1 -2
- data/lib/starter_web/_data/modules/waves.yml +1 -2
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +23 -4
- data/lib/starter_web/_data/plugins/paginator.yml +10 -13
- data/lib/starter_web/_data/puma/config.rb +10 -0
- data/lib/starter_web/_data/resources.yml +36 -29
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_data/utilities/defaults/util_srv.yml +2 -2
- data/lib/starter_web/_data/utilities/util_srv.yml +2 -3
- data/lib/starter_web/_includes/attributes.asciidoc +24 -0
- data/lib/starter_web/_includes/custom/static/readme +1 -1
- data/lib/starter_web/_includes/custom/templates/collection_panel.html +131 -0
- data/lib/starter_web/_includes/custom/templates/custom_header.html +98 -0
- data/lib/starter_web/_includes/custom/templates/people_panel.html +144 -0
- data/lib/starter_web/_includes/custom/templates/readme +1 -1
- data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/gallery-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/gist-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +50 -0
- data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +7 -6
- data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +10 -0
- data/lib/starter_web/_plugins/asciidoctor/placeholder-inline.rb +44 -0
- data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +49 -0
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/images/collections/people/diana-petersen.jpg +0 -0
- data/lib/starter_web/assets/images/collections/people/larry-parker.jpg +0 -0
- data/lib/starter_web/assets/images/collections/people/parveen-anand.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/1.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/2.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/3.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/4.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/5.jpg +0 -0
- data/lib/starter_web/assets/images/collections/portfolio/6.jpg +0 -0
- data/lib/starter_web/assets/images/custom/header/avatar.svg +248 -0
- data/lib/starter_web/assets/images/custom/header/family.svg +2209 -0
- data/lib/starter_web/assets/images/icons/controls/close-icon.svg +1 -0
- data/lib/starter_web/assets/images/icons/controls/up.svg +1 -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/gallery/old_times/image_02.jpg +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/natural_food/post-1.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-10.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-11.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-12.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-13.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-2.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-3.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-4.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-5.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-6.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-7.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-8.jpg +0 -0
- data/lib/starter_web/assets/images/posts/natural_food/post-9.jpg +0 -0
- data/lib/starter_web/assets/images/posts/post-img.jpg +0 -0
- data/lib/starter_web/assets/images/posts/post-single.jpg +0 -0
- data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +12 -8
- data/lib/starter_web/collections/_biography/becoming.adoc +11 -8
- data/lib/starter_web/collections/_biography/born-to-run.adoc +11 -8
- data/lib/starter_web/collections/_biography/forty-autumns.adoc +11 -7
- data/lib/starter_web/collections/_biography/not-dead-yet.adoc +11 -9
- data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +11 -7
- data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +12 -10
- data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +92 -0
- data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +92 -0
- data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +88 -0
- data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +94 -0
- data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +88 -0
- data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +86 -0
- data/lib/starter_web/collections/_people/diana-petersen.adoc +167 -0
- data/lib/starter_web/collections/_people/larry-parker.adoc +167 -0
- data/lib/starter_web/collections/_people/parveen-anand.adoc +167 -0
- data/lib/starter_web/collections/_portfolio/branding.adoc +97 -0
- data/lib/starter_web/collections/_portfolio/graphic_design.adoc +97 -0
- data/lib/starter_web/collections/_portfolio/identity.adoc +99 -0
- data/lib/starter_web/collections/_portfolio/illustration.adoc +101 -0
- data/lib/starter_web/collections/_portfolio/photography.adoc +100 -0
- data/lib/starter_web/collections/_portfolio/web_design.adoc +109 -0
- data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +95 -0
- data/lib/starter_web/collections/_romance/dressmaker-the.adoc +86 -0
- data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +97 -0
- data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +92 -0
- data/lib/starter_web/collections/_romance/outlander-novel.adoc +105 -0
- data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +92 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +49 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -13
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +2 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +118 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +117 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +117 -0
- data/lib/starter_web/dot.bundle/config +2 -0
- data/lib/starter_web/index.html +19 -4
- data/lib/starter_web/package.json +9 -9
- data/lib/starter_web/pages/public/about/site.adoc +2 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
- data/lib/starter_web/pages/public/features/template.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +107 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +98 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +86 -0
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +87 -0
- data/lib/starter_web/pages/public/{bookshelf/whats_up.adoc → learn/bookshelf/jekyll_collections.adoc} +31 -23
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +8 -4
- data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +21 -13
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -1
- data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +22 -5
- data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +14 -8
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +61 -5
- data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +15 -3
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +13 -1
- data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +10 -3
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +4 -4
- data/lib/starter_web/pages/public/plans/plans.adoc +25 -12
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +117 -116
- data/lib/starter_web/utilsrv/_defaults/package.json +2 -2
- data/lib/starter_web/utilsrv/package.json +2 -2
- metadata +120 -38
- data/_layouts/paginator/readme +0 -2
- data/assets/themes/j1/modules/slick/css/slick.min.css +0 -15
- data/assets/themes/j1/modules/slick/js/slick.js +0 -2295
- data/lib/starter_web/assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +0 -144
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +0 -103
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +0 -117
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/attributes.asciidoc +0 -44
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/readme +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/readme +0 -0
- data/lib/starter_web/pages/public/bookshelf/viewer_biography.adoc +0 -58
- /data/_layouts/{paginator/autopage_tags.html → autopage_tags.html} +0 -0
- /data/assets/themes/j1/modules/slick/{LICENSE → slider/LICENSE} +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.eot +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.ttf +0 -0
- /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.woff +0 -0
- /data/assets/themes/j1/modules/slick/{ajax-loader.gif → slider/images/ajax-loader.gif} +0 -0
- /data/assets/themes/j1/modules/slick/{js → slider/js}/slick.min.js +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/dynamic-web-access.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jamstack-generators.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.1200x400.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.png +0 -0
- /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/static-web-access.png +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 579.74 579.74"><defs><style>.cls-1{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:6px;}</style></defs><line class="cls-1" x1="2.12" y1="2.12" x2="577.62" y2="577.62"/><line class="cls-1" x1="2.12" y1="577.62" x2="577.62" y2="2.12"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-up" class="svg-inline--fa fa-chevron-up fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z"></path></svg>
|
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
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,5 +1,4 @@
|
|
1
1
|
---
|
2
|
-
layout: collection
|
3
2
|
title: A Life in Questions
|
4
3
|
tagline: Memoirs from the legend of Newsnight
|
5
4
|
date: 2023-01-27 00:00:00 +0100
|
@@ -8,8 +7,11 @@ description: >
|
|
8
7
|
The witty, incisive and frank memoirs from the legend of Newsnight
|
9
8
|
and long-standing quiz master of University Challenge.
|
10
9
|
|
11
|
-
categories: [ Book
|
12
|
-
tags: [ Political, Journalism ]
|
10
|
+
categories: [ Book ]
|
11
|
+
tags: [ Biography, Political, Journalism ]
|
12
|
+
|
13
|
+
image:
|
14
|
+
path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/0081/9780008128302.jpg
|
13
15
|
|
14
16
|
book:
|
15
17
|
cover: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/0081/9780008128302.jpg
|
@@ -18,21 +20,24 @@ book:
|
|
18
20
|
publisher: HarperCollins Publishers
|
19
21
|
published: 2016
|
20
22
|
author: Jeremy Paxman
|
23
|
+
|
21
24
|
ISBN10: 0008128308
|
22
25
|
ISBN13: 9780008128302
|
23
26
|
rank: 16817
|
24
27
|
|
25
|
-
fab_menu_id: default
|
26
|
-
scrollbar: false
|
27
28
|
regenerate: false
|
28
29
|
|
29
|
-
resources: []
|
30
|
+
resources: [ animate ]
|
30
31
|
resource_options:
|
31
32
|
- attic:
|
32
33
|
padding_top: 600
|
33
34
|
slides:
|
34
35
|
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
35
|
-
alt:
|
36
|
+
alt: Photo by Giammarco on Unsplash
|
37
|
+
badge:
|
38
|
+
type: unsplash
|
39
|
+
author: Giammarco
|
40
|
+
href: https://unsplash.com/@giamboscaro
|
36
41
|
---
|
37
42
|
|
38
43
|
// Page Initializer
|
@@ -60,7 +65,6 @@ to Ed Miliband, Paxman had them quaking in their boots.
|
|
60
65
|
|
61
66
|
excerpt__end
|
62
67
|
|
63
|
-
|
64
68
|
// Content
|
65
69
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
66
70
|
[role="mt-5"]
|
@@ -1,5 +1,4 @@
|
|
1
1
|
---
|
2
|
-
layout: collection
|
3
2
|
title: Becoming
|
4
3
|
tagline: Former First Lady of the USA
|
5
4
|
date: 2023-01-27 00:00:00 +0100
|
@@ -9,8 +8,11 @@ description: >
|
|
9
8
|
accomplishment, Michelle Obama has emerged as one of the
|
10
9
|
most iconic and compelling women of our era.
|
11
10
|
|
12
|
-
categories: [ Book
|
13
|
-
tags: [ Political, Journalism ]
|
11
|
+
categories: [ Book ]
|
12
|
+
tags: [ Biography, Political, Journalism ]
|
13
|
+
|
14
|
+
image:
|
15
|
+
path: https://images-na.ssl-images-amazon.com/images/I/414JfiBCutL.jpg
|
14
16
|
|
15
17
|
book:
|
16
18
|
cover: https://images-na.ssl-images-amazon.com/images/I/414JfiBCutL.jpg
|
@@ -23,17 +25,19 @@ book:
|
|
23
25
|
ISBN13: 978-3-442-31487-4
|
24
26
|
rank: 817
|
25
27
|
|
26
|
-
fab_menu_id: default
|
27
|
-
scrollbar: false
|
28
28
|
regenerate: false
|
29
29
|
|
30
|
-
resources: []
|
30
|
+
resources: [ animate ]
|
31
31
|
resource_options:
|
32
32
|
- attic:
|
33
33
|
padding_top: 600
|
34
34
|
slides:
|
35
35
|
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
36
|
-
alt:
|
36
|
+
alt: Photo by Giammarco on Unsplash
|
37
|
+
badge:
|
38
|
+
type: unsplash
|
39
|
+
author: Giammarco
|
40
|
+
href: https://unsplash.com/@giamboscaro
|
37
41
|
---
|
38
42
|
|
39
43
|
// Collection Initializer (posts|collections)
|
@@ -61,7 +65,6 @@ led America through some of its most harrowing moments.
|
|
61
65
|
|
62
66
|
excerpt__end
|
63
67
|
|
64
|
-
|
65
68
|
// Content
|
66
69
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
67
70
|
[role="mt-5"]
|
@@ -1,5 +1,4 @@
|
|
1
1
|
---
|
2
|
-
layout: collection
|
3
2
|
title: Born to Run
|
4
3
|
tagline: A legendary Rock Star’s Memoir
|
5
4
|
date: 2023-01-27 00:00:00 +0100
|
@@ -8,8 +7,11 @@ description: >
|
|
8
7
|
lovers and loners, artists, freaks or anyone who has ever
|
9
8
|
wanted to be baptized in the holy river of rock and roll.
|
10
9
|
|
11
|
-
categories: [ Book
|
12
|
-
tags: [ Musician ]
|
10
|
+
categories: [ Book ]
|
11
|
+
tags: [ Biography, Musician ]
|
12
|
+
|
13
|
+
image:
|
14
|
+
path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4711/9781471157790.jpg
|
13
15
|
|
14
16
|
book:
|
15
17
|
cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4711/9781471157790.jpg
|
@@ -22,17 +24,19 @@ book:
|
|
22
24
|
ISBN13: 9781471157790
|
23
25
|
rank: 23
|
24
26
|
|
25
|
-
fab_menu_id: default
|
26
|
-
scrollbar: false
|
27
27
|
regenerate: false
|
28
28
|
|
29
|
-
resources: []
|
29
|
+
resources: [ animate ]
|
30
30
|
resource_options:
|
31
31
|
- attic:
|
32
32
|
padding_top: 600
|
33
33
|
slides:
|
34
34
|
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
35
|
-
alt:
|
35
|
+
alt: Photo by Giammarco on Unsplash
|
36
|
+
badge:
|
37
|
+
type: unsplash
|
38
|
+
author: Giammarco
|
39
|
+
href: https://unsplash.com/@giamboscaro
|
36
40
|
---
|
37
41
|
|
38
42
|
// Page Initializer
|
@@ -62,7 +66,6 @@ Elvis Presley's debut on The Ed Sullivan Show.
|
|
62
66
|
|
63
67
|
excerpt__end
|
64
68
|
|
65
|
-
|
66
69
|
// Content
|
67
70
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
68
71
|
[role="mt-5]
|
@@ -1,5 +1,4 @@
|
|
1
1
|
---
|
2
|
-
layout: collection
|
3
2
|
title: Forty Autumns
|
4
3
|
tagline: A Family's Story
|
5
4
|
date: 2023-01-27 00:00:00 +0100
|
@@ -8,8 +7,11 @@ description: >
|
|
8
7
|
daughters and cousins - separated by forty years of Soviet rule,
|
9
8
|
and reunited after the fall of the Berlin Wall.
|
10
9
|
|
11
|
-
categories: [ Book
|
12
|
-
tags: [ Historical ]
|
10
|
+
categories: [ Book ]
|
11
|
+
tags: [ Biography, Historical ]
|
12
|
+
|
13
|
+
image:
|
14
|
+
path: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/4087/9781408707265.jpg
|
13
15
|
|
14
16
|
book:
|
15
17
|
cover: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/4087/9781408707265.jpg
|
@@ -22,17 +24,19 @@ book:
|
|
22
24
|
ISBN13: 9781408707265
|
23
25
|
rank: 106052
|
24
26
|
|
25
|
-
fab_menu_id: default
|
26
|
-
scrollbar: false
|
27
27
|
regenerate: false
|
28
28
|
|
29
|
-
resources: []
|
29
|
+
resources: [ animate ]
|
30
30
|
resource_options:
|
31
31
|
- attic:
|
32
32
|
padding_top: 600
|
33
33
|
slides:
|
34
34
|
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
35
|
-
alt:
|
35
|
+
alt: Photo by Giammarco on Unsplash
|
36
|
+
badge:
|
37
|
+
type: unsplash
|
38
|
+
author: Giammarco
|
39
|
+
href: https://unsplash.com/@giamboscaro
|
36
40
|
---
|
37
41
|
|
38
42
|
// Page Initializer
|
@@ -1,6 +1,4 @@
|
|
1
1
|
---
|
2
|
-
layout: collection
|
3
|
-
|
4
2
|
title: Not Dead Yet
|
5
3
|
tagline: Phil Collins Autobiography
|
6
4
|
date: 2023-01-27 00:00:00 +0100
|
@@ -9,8 +7,11 @@ description: >
|
|
9
7
|
his marriages and divorces. This is the story of his epic career, from
|
10
8
|
child actor to one of the most successful songwriters of the pop music era.
|
11
9
|
|
12
|
-
categories: [ Book
|
13
|
-
tags: [ Musician ]
|
10
|
+
categories: [ Book ]
|
11
|
+
tags: [ Biography, Musician ]
|
12
|
+
|
13
|
+
image:
|
14
|
+
path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/7808/9781780895123.jpg
|
14
15
|
|
15
16
|
book:
|
16
17
|
cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/7808/9781780895123.jpg
|
@@ -23,17 +24,19 @@ book:
|
|
23
24
|
ISBN13: 9781780895123
|
24
25
|
rank: 1367
|
25
26
|
|
26
|
-
fab_menu_id: default
|
27
|
-
scrollbar: false
|
28
27
|
regenerate: false
|
29
28
|
|
30
|
-
resources: []
|
29
|
+
resources: [ animate ]
|
31
30
|
resource_options:
|
32
31
|
- attic:
|
33
32
|
padding_top: 600
|
34
33
|
slides:
|
35
34
|
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
36
|
-
alt:
|
35
|
+
alt: Photo by Giammarco on Unsplash
|
36
|
+
badge:
|
37
|
+
type: unsplash
|
38
|
+
author: Giammarco
|
39
|
+
href: https://unsplash.com/@giamboscaro
|
37
40
|
---
|
38
41
|
|
39
42
|
// Page Initializer
|
@@ -62,7 +65,6 @@ successful songwriters of the pop music era.
|
|
62
65
|
|
63
66
|
excerpt__end
|
64
67
|
|
65
|
-
|
66
68
|
// Content
|
67
69
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
68
70
|
[role="mt-5"]
|
@@ -1,5 +1,4 @@
|
|
1
1
|
---
|
2
|
-
layout: collection
|
3
2
|
title: The Princess Diarist
|
4
3
|
tagline: One of the most famous film sets
|
5
4
|
date: 2023-01-27 00:00:00 +0100
|
@@ -11,8 +10,11 @@ description: >
|
|
11
10
|
but in 1977, Carrie Fisher was just a (sort-of) regular
|
12
11
|
teenager.
|
13
12
|
|
14
|
-
categories: [ Book
|
15
|
-
tags: [ Actor ]
|
13
|
+
categories: [ Book ]
|
14
|
+
tags: [ Biography, Actor ]
|
15
|
+
|
16
|
+
image:
|
17
|
+
path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/5930/9780593077566.jpg
|
16
18
|
|
17
19
|
book:
|
18
20
|
cover: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9780/5930/9780593077566.jpg
|
@@ -25,17 +27,19 @@ book:
|
|
25
27
|
ISBN13: 9780593077566
|
26
28
|
rank: 5690
|
27
29
|
|
28
|
-
fab_menu_id: default
|
29
|
-
scrollbar: false
|
30
30
|
regenerate: false
|
31
31
|
|
32
|
-
resources: []
|
32
|
+
resources: [ animate ]
|
33
33
|
resource_options:
|
34
34
|
- attic:
|
35
35
|
padding_top: 600
|
36
36
|
slides:
|
37
37
|
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
38
|
-
alt:
|
38
|
+
alt: Photo by Giammarco on Unsplash
|
39
|
+
badge:
|
40
|
+
type: unsplash
|
41
|
+
author: Giammarco
|
42
|
+
href: https://unsplash.com/@giamboscaro
|
39
43
|
---
|
40
44
|
|
41
45
|
// Page Initializer
|
@@ -1,7 +1,5 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
|
4
|
-
title: Paul Kalanithi
|
2
|
+
title: When Breath Becomes Air
|
5
3
|
tagline: Diagnosed with inoperable lung cancer
|
6
4
|
date: 2023-01-27 00:00:00 +0100
|
7
5
|
description: >
|
@@ -10,8 +8,11 @@ description: >
|
|
10
8
|
of thirty-six, on the verge of completing a decade’s training as
|
11
9
|
a neurosurgeon, was diagnosed with inoperable lung cancer.
|
12
10
|
|
13
|
-
categories: [ Book
|
14
|
-
tags: [ Medicine, Doctor ]
|
11
|
+
categories: [ Book ]
|
12
|
+
tags: [ Biography, Medicine, Doctor ]
|
13
|
+
|
14
|
+
image:
|
15
|
+
path: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9781/8479/9781847923677.jpg
|
15
16
|
|
16
17
|
book:
|
17
18
|
cover: https://d3by36x8sj6cra.cloudfront.net/assets/images/book/large/9781/8479/9781847923677.jpg
|
@@ -24,17 +25,19 @@ book:
|
|
24
25
|
ISBN13: 9781847923677
|
25
26
|
rank: 40
|
26
27
|
|
27
|
-
fab_menu_id: default
|
28
|
-
scrollbar: false
|
29
28
|
regenerate: false
|
30
29
|
|
31
|
-
resources: []
|
30
|
+
resources: [ animate ]
|
32
31
|
resource_options:
|
33
32
|
- attic:
|
34
33
|
padding_top: 600
|
35
34
|
slides:
|
36
35
|
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
37
|
-
alt:
|
36
|
+
alt: Photo by Giammarco on Unsplash
|
37
|
+
badge:
|
38
|
+
type: unsplash
|
39
|
+
author: Giammarco
|
40
|
+
href: https://unsplash.com/@giamboscaro
|
38
41
|
---
|
39
42
|
|
40
43
|
// Page Initializer
|
@@ -65,7 +68,6 @@ option: *Unmissable*.
|
|
65
68
|
|
66
69
|
excerpt__end
|
67
70
|
|
68
|
-
|
69
71
|
// Content
|
70
72
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
71
73
|
[role="mt-5"]
|
@@ -0,0 +1,92 @@
|
|
1
|
+
---
|
2
|
+
title: Harry Potter and the Deathly Hallows
|
3
|
+
tagline: Lord Voldemort and the Death Eaters ..
|
4
|
+
date: 2016-11-17 00:00:00
|
5
|
+
description: >
|
6
|
+
The Dark Lord is breathing fear into everything Harry loves, and to stop him
|
7
|
+
Harry will have to find and destroy the remaining Horcruxes. The final battle
|
8
|
+
must begin - Harry must stand and face his enemy. These new editions of the
|
9
|
+
classic and internationally bestselling, multi-award-winning series feature
|
10
|
+
instantly pick-up-able new jackets by Jonny Duddle, with huge child appeal,
|
11
|
+
to bring Harry Potter to the next generation of readers.
|
12
|
+
|
13
|
+
categories: [ Books ]
|
14
|
+
tags: [ Fantasy, Magic, Harry, Potter ]
|
15
|
+
|
16
|
+
image:
|
17
|
+
path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4088/9781408855713.jpg
|
18
|
+
|
19
|
+
book:
|
20
|
+
cover: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/4088/9781408855713.jpg
|
21
|
+
format: paperback
|
22
|
+
pages: 640
|
23
|
+
publisher: Bloomsbury Publishing PLC
|
24
|
+
author: J. K. Rowling
|
25
|
+
ISBN10: 1408855712
|
26
|
+
ISBN13: 9781408855713
|
27
|
+
rank: 797
|
28
|
+
|
29
|
+
regenerate: false
|
30
|
+
|
31
|
+
resources: [ animate ]
|
32
|
+
resource_options:
|
33
|
+
- attic:
|
34
|
+
padding_top: 600
|
35
|
+
slides:
|
36
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
37
|
+
alt: Photo by Giammarco on Unsplash
|
38
|
+
badge:
|
39
|
+
type: unsplash
|
40
|
+
author: Giammarco
|
41
|
+
href: https://unsplash.com/@giamboscaro
|
42
|
+
---
|
43
|
+
|
44
|
+
// Page Initializer
|
45
|
+
// =============================================================================
|
46
|
+
// Enable the Liquid Preprocessor
|
47
|
+
:page-liquid:
|
48
|
+
|
49
|
+
// Set (local) page attributes here
|
50
|
+
// -----------------------------------------------------------------------------
|
51
|
+
// :page--attr: <attr-value>
|
52
|
+
|
53
|
+
// Place an excerpt at the most top position
|
54
|
+
// -----------------------------------------------------------------------------
|
55
|
+
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
56
|
+
|
57
|
+
As he climbs into the sidecar of Hagrid's motorbike and takes to the skies,
|
58
|
+
leaving Privet Drive for the last time, Harry Potter knows that Lord Voldemort
|
59
|
+
and the Death Eaters are not far behind. The protective charm that has kept
|
60
|
+
Harry safe until now is now broken, but he cannot keep hiding.
|
61
|
+
|
62
|
+
The Dark Lord is breathing fear into everything Harry loves, and to stop him
|
63
|
+
Harry will have to find and destroy the remaining Horcruxes. The final battle
|
64
|
+
must begin - Harry must stand and face his enemy. These new editions of the
|
65
|
+
classic and internationally bestselling, multi-award-winning series feature
|
66
|
+
instantly pick-up-able new jackets by Jonny Duddle, with huge child appeal,
|
67
|
+
to bring Harry Potter to the next generation of readers.
|
68
|
+
|
69
|
+
excerpt__end
|
70
|
+
|
71
|
+
// Load Liquid procedures
|
72
|
+
// -----------------------------------------------------------------------------
|
73
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
74
|
+
|
75
|
+
// Load page attributes
|
76
|
+
// -----------------------------------------------------------------------------
|
77
|
+
{% include {{load_attributes}} scope="none" %}
|
78
|
+
|
79
|
+
|
80
|
+
// Page content
|
81
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
82
|
+
|
83
|
+
// Include sub-documents (if any)
|
84
|
+
// -----------------------------------------------------------------------------
|
85
|
+
|
86
|
+
[[readmore]]
|
87
|
+
The Dark Lord is breathing fear into everything Harry loves, and to stop him
|
88
|
+
Harry will have to find and destroy the remaining Horcruxes. The final battle
|
89
|
+
must begin - Harry must stand and face his enemy. These new editions of the
|
90
|
+
classic and internationally bestselling, multi-award-winning series feature
|
91
|
+
instantly pick-up-able new jackets by Jonny Duddle, with huge child appeal,
|
92
|
+
to bring Harry Potter to the next generation of readers.
|
@@ -0,0 +1,92 @@
|
|
1
|
+
---
|
2
|
+
title: Harry Potter and the Philosopher's Stone
|
3
|
+
tagline: Full-color illustrated hardback edition
|
4
|
+
date: 2016-11-18 00:00:00
|
5
|
+
description: >
|
6
|
+
When a letter arrives for unhappy but ordinary Harry Potter, a decade-old
|
7
|
+
secret is revealed to him that apparently he's the last to know. His parents
|
8
|
+
were wizards, killed by a Dark Lord's curse when Harry was just a baby, and
|
9
|
+
which he somehow survived. Leaving his unsympathetic aunt and uncle for
|
10
|
+
Hogwarts School of Witchcraft and Wizardry, Harry stumbles upon a sinister
|
11
|
+
mystery when he finds a three-headed dog guarding a room on the third floor.
|
12
|
+
|
13
|
+
categories: [ Books ]
|
14
|
+
tags: [ Fantasy, Magic, Harry, Potter ]
|
15
|
+
|
16
|
+
image:
|
17
|
+
path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4088/9781408845646.jpg
|
18
|
+
|
19
|
+
book:
|
20
|
+
cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4088/9781408845646.jpg
|
21
|
+
format: hardback
|
22
|
+
pages: 640
|
23
|
+
publisher: Bloomsbury Publishing PLC
|
24
|
+
author: J. K. Rowling
|
25
|
+
ISBN10: 1408845644
|
26
|
+
ISBN13: 9781408845646
|
27
|
+
rank: 39
|
28
|
+
|
29
|
+
regenerate: false
|
30
|
+
|
31
|
+
resources: [ animate ]
|
32
|
+
resource_options:
|
33
|
+
- attic:
|
34
|
+
padding_top: 600
|
35
|
+
slides:
|
36
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
37
|
+
alt: Photo by Giammarco on Unsplash
|
38
|
+
badge:
|
39
|
+
type: unsplash
|
40
|
+
author: Giammarco
|
41
|
+
href: https://unsplash.com/@giamboscaro
|
42
|
+
---
|
43
|
+
|
44
|
+
// Page Initializer
|
45
|
+
// =============================================================================
|
46
|
+
// Enable the Liquid Preprocessor
|
47
|
+
:page-liquid:
|
48
|
+
|
49
|
+
// Set (local) page attributes here
|
50
|
+
// -----------------------------------------------------------------------------
|
51
|
+
// :page--attr: <attr-value>
|
52
|
+
|
53
|
+
// Place an excerpt at the most top position
|
54
|
+
// -----------------------------------------------------------------------------
|
55
|
+
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
56
|
+
|
57
|
+
Prepare to be spellbound by Jim Kay's dazzling depiction of the wizarding
|
58
|
+
world and much loved characters in this full-color illustrated hardback
|
59
|
+
edition of the nation's favourite children's book - Harry Potter and the
|
60
|
+
Philosopher's Stone.
|
61
|
+
|
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
|
+
excerpt__end
|
67
|
+
|
68
|
+
// Load Liquid procedures
|
69
|
+
// -----------------------------------------------------------------------------
|
70
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
71
|
+
|
72
|
+
// Load page attributes
|
73
|
+
// -----------------------------------------------------------------------------
|
74
|
+
{% include {{load_attributes}} scope="none" %}
|
75
|
+
|
76
|
+
|
77
|
+
// Page content
|
78
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
79
|
+
|
80
|
+
// Include sub-documents (if any)
|
81
|
+
// -----------------------------------------------------------------------------
|
82
|
+
|
83
|
+
[[readmore]]
|
84
|
+
When a letter arrives for unhappy but ordinary Harry Potter, a decade-old
|
85
|
+
secret is revealed to him that apparently he's the last to know. His parents
|
86
|
+
were wizards, killed by a Dark Lord's curse when Harry was just a baby, and
|
87
|
+
which he somehow survived. Leaving his unsympathetic aunt and uncle for
|
88
|
+
Hogwarts School of Witchcraft and Wizardry, Harry stumbles upon a sinister
|
89
|
+
mystery when he finds a three-headed dog guarding a room on the third floor.
|
90
|
+
|
91
|
+
Then he hears of a missing stone with astonishing powers, which could be
|
92
|
+
valuable, dangerous - or both. An incredible adventure is about to begin!
|