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,101 @@
|
|
1
|
+
---
|
2
|
+
title: Illustration
|
3
|
+
tagline: Cartooning
|
4
|
+
description: >
|
5
|
+
Illustration is the art of creating visual representations of concepts,
|
6
|
+
ideas, and information through images, drawings, and other visual media. An
|
7
|
+
illustration is often used in various contexts, including books, magazines,
|
8
|
+
advertisements, websites, and other forms of media.
|
9
|
+
purpose: >
|
10
|
+
Use this area to describe what you're doing. Describing your purpose
|
11
|
+
typically involves clearly and concisely explaining your goals,
|
12
|
+
objectives, scope, timeline, and expected outcomes.
|
13
|
+
|
14
|
+
category: [ Illustration ]
|
15
|
+
|
16
|
+
categories: [ Illustration ]
|
17
|
+
tags: [ Cartooning ]
|
18
|
+
|
19
|
+
image:
|
20
|
+
path: /assets/images/collections/portfolio/4.jpg
|
21
|
+
width: 1920
|
22
|
+
height: 1280
|
23
|
+
alt: Portfolio Image
|
24
|
+
|
25
|
+
resources: [ animate ]
|
26
|
+
resource_options:
|
27
|
+
- attic:
|
28
|
+
padding_top: 600
|
29
|
+
slides:
|
30
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
31
|
+
alt: Photo by Giammarco on Unsplash
|
32
|
+
badge:
|
33
|
+
type: unsplash
|
34
|
+
author: Giammarco
|
35
|
+
href: https://unsplash.com/@giamboscaro
|
36
|
+
---
|
37
|
+
|
38
|
+
// Page Initializer
|
39
|
+
// =============================================================================
|
40
|
+
// Enable the Liquid Preprocessor
|
41
|
+
:page-liquid:
|
42
|
+
|
43
|
+
// Set (local) page attributes here
|
44
|
+
// -----------------------------------------------------------------------------
|
45
|
+
// :page--attr: <attr-value>
|
46
|
+
|
47
|
+
// Place an excerpt at the most top position
|
48
|
+
// -----------------------------------------------------------------------------
|
49
|
+
[role="dropcap mb-4"]
|
50
|
+
Illustration is the art of creating visual representations of concepts,
|
51
|
+
ideas, and information through images, drawings, and other visual media. An
|
52
|
+
illustration is often used in various contexts, including books, magazines,
|
53
|
+
advertisements, websites, and other forms of media.
|
54
|
+
|
55
|
+
excerpt__end
|
56
|
+
|
57
|
+
// Load Liquid procedures
|
58
|
+
// -----------------------------------------------------------------------------
|
59
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
60
|
+
|
61
|
+
// Load page attributes
|
62
|
+
// -----------------------------------------------------------------------------
|
63
|
+
{% include {{load_attributes}} scope="none" %}
|
64
|
+
|
65
|
+
|
66
|
+
// Page content
|
67
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
68
|
+
Illustrators use various techniques and styles to create their work, including
|
69
|
+
traditional mediums such as pencils, pens, and paint and digital tools such as
|
70
|
+
graphics tablets and software. Some illustrators specialize in specific styles
|
71
|
+
or techniques, such as cartooning, realism, or typography.
|
72
|
+
|
73
|
+
// Include sub-documents (if any)
|
74
|
+
// -----------------------------------------------------------------------------
|
75
|
+
== Describe your work
|
76
|
+
|
77
|
+
Effective project management involves managing resources, schedules, budgets,
|
78
|
+
risks, and stakeholders to deliver the desired outcomes within the specified
|
79
|
+
timeframe and budget. The way you work should demonstrate that you've modern
|
80
|
+
project management strategies in mind.
|
81
|
+
|
82
|
+
Here are some tips to follow when describing how you're working:
|
83
|
+
|
84
|
+
. Start by introducing its purpose: Give a brief overview and explain why
|
85
|
+
it is important or necessary. This intro gives context to your description
|
86
|
+
and helps your audience understand the significance.
|
87
|
+
|
88
|
+
. Define what you're focussing on: Explain what it will involve and will not
|
89
|
+
involve. The focus ensures that everyone understands what is provided.
|
90
|
+
|
91
|
+
. Discuss goals and objectives: Outline the specific goals and objectives
|
92
|
+
your work aims to achieve. Be clear and specific about what your intentions
|
93
|
+
are to accomplish.
|
94
|
+
|
95
|
+
. Describe the efforts and timeline: Provide an overview of the efforts,
|
96
|
+
including key milestones. Describing efforts and timeline support your
|
97
|
+
audience in understanding expected costs and what they can expect.
|
98
|
+
|
99
|
+
. Outline the expected outcomes: Finally, describe the expected outcomes
|
100
|
+
of your work, such as benefits and impact. Outlining the outcomes
|
101
|
+
demonstrates the value of your work and the benefits it will bring.
|
@@ -0,0 +1,100 @@
|
|
1
|
+
---
|
2
|
+
title: Photography
|
3
|
+
tagline: Visual Message
|
4
|
+
description: >
|
5
|
+
Photography plays an important role in web design as it can communicate a
|
6
|
+
message or tell a story in a way that words and other visuals cannot.
|
7
|
+
purpose: >
|
8
|
+
Use this area to describe what you're doing. Describing your purpose
|
9
|
+
typically involves clearly and concisely explaining your goals,
|
10
|
+
objectives, scope, timeline, and expected outcomes.
|
11
|
+
|
12
|
+
category: [ Photography ]
|
13
|
+
|
14
|
+
categories: [ Photography ]
|
15
|
+
tags: [ Visual, Message ]
|
16
|
+
|
17
|
+
image:
|
18
|
+
path: /assets/images/collections/portfolio/5.jpg
|
19
|
+
width: 1920
|
20
|
+
height: 1280
|
21
|
+
alt: Portfolio Image
|
22
|
+
|
23
|
+
resources: [ animate ]
|
24
|
+
resource_options:
|
25
|
+
- attic:
|
26
|
+
padding_top: 600
|
27
|
+
slides:
|
28
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
29
|
+
alt: Photo by Giammarco on Unsplash
|
30
|
+
badge:
|
31
|
+
type: unsplash
|
32
|
+
author: Giammarco
|
33
|
+
href: https://unsplash.com/@giamboscaro
|
34
|
+
---
|
35
|
+
|
36
|
+
// Page Initializer
|
37
|
+
// =============================================================================
|
38
|
+
// Enable the Liquid Preprocessor
|
39
|
+
:page-liquid:
|
40
|
+
|
41
|
+
// Set (local) page attributes here
|
42
|
+
// -----------------------------------------------------------------------------
|
43
|
+
// :page--attr: <attr-value>
|
44
|
+
|
45
|
+
// Place an excerpt at the most top position
|
46
|
+
// -----------------------------------------------------------------------------
|
47
|
+
[role="dropcap mb-4"]
|
48
|
+
Photography plays an important role in web design as it can communicate a
|
49
|
+
message or tell a story in a way that words and other visuals cannot.
|
50
|
+
|
51
|
+
excerpt__end
|
52
|
+
|
53
|
+
// Load Liquid procedures
|
54
|
+
// -----------------------------------------------------------------------------
|
55
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
56
|
+
|
57
|
+
// Load page attributes
|
58
|
+
// -----------------------------------------------------------------------------
|
59
|
+
{% include {{load_attributes}} scope="none" %}
|
60
|
+
|
61
|
+
|
62
|
+
// Page content
|
63
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
64
|
+
When it comes to web design, it is important to use high-quality, relevant,
|
65
|
+
and visually appealing photographs. By strategically using photography in
|
66
|
+
web design, designers can create visually engaging, emotionally compelling
|
67
|
+
websites that effectively achieve their intended goals
|
68
|
+
|
69
|
+
// Include sub-documents (if any)
|
70
|
+
// -----------------------------------------------------------------------------
|
71
|
+
== Describe your work
|
72
|
+
|
73
|
+
Effective project management involves managing resources, schedules, budgets,
|
74
|
+
risks, and stakeholders to deliver the desired outcomes within the specified
|
75
|
+
timeframe and budget. The way you work should demonstrate that you've modern
|
76
|
+
project management strategies in mind.
|
77
|
+
|
78
|
+
Here are some tips to follow when describing how you're working:
|
79
|
+
|
80
|
+
. Start by introducing its purpose: Give a brief overview and explain why
|
81
|
+
it is important or necessary. This intro gives context to your description
|
82
|
+
and helps your audience understand the significance.
|
83
|
+
|
84
|
+
. Define what you're focussing on: Explain what it will involve and will not
|
85
|
+
involve. The focus ensures that everyone understands what is provided.
|
86
|
+
|
87
|
+
. Discuss goals and objectives: Outline the specific goals and objectives
|
88
|
+
your work aims to achieve. Be clear and specific about what your intentions
|
89
|
+
are to accomplish.
|
90
|
+
|
91
|
+
. Describe the efforts and timeline: Provide an overview of the efforts,
|
92
|
+
including key milestones. Describing efforts and timeline support your
|
93
|
+
audience in understanding expected costs and what they can expect.
|
94
|
+
|
95
|
+
. Outline the expected outcomes: Finally, describe the expected outcomes
|
96
|
+
of your work, such as benefits and impact. Outlining the outcomes
|
97
|
+
demonstrates the value of your work and the benefits it will bring.
|
98
|
+
|
99
|
+
|
100
|
+
.
|
@@ -0,0 +1,109 @@
|
|
1
|
+
---
|
2
|
+
title: Web
|
3
|
+
tagline: Website Design
|
4
|
+
description: >
|
5
|
+
Web design refers to the process of creating and designing the visual layout
|
6
|
+
and functionality of websites. Web designers use technical and creative
|
7
|
+
skills to create visually appealing, user-friendly, and effective websites
|
8
|
+
to achieve their intended goals.
|
9
|
+
purpose: >
|
10
|
+
Use this area to describe what you're doing. Describing your purpose
|
11
|
+
typically involves clearly and concisely explaining your goals,
|
12
|
+
objectives, scope, timeline, and expected outcomes.
|
13
|
+
|
14
|
+
category: [ Web ]
|
15
|
+
|
16
|
+
categories: [ Web ]
|
17
|
+
tags: [ Website, Design ]
|
18
|
+
|
19
|
+
image:
|
20
|
+
path: /assets/images/collections/portfolio/6.jpg
|
21
|
+
width: 1920
|
22
|
+
height: 1280
|
23
|
+
alt: Portfolio Image
|
24
|
+
|
25
|
+
resources: [ animate ]
|
26
|
+
resource_options:
|
27
|
+
- attic:
|
28
|
+
padding_top: 600
|
29
|
+
slides:
|
30
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
31
|
+
alt: Photo by Giammarco on Unsplash
|
32
|
+
badge:
|
33
|
+
type: unsplash
|
34
|
+
author: Giammarco
|
35
|
+
href: https://unsplash.com/@giamboscaro
|
36
|
+
---
|
37
|
+
|
38
|
+
// Page Initializer
|
39
|
+
// =============================================================================
|
40
|
+
// Enable the Liquid Preprocessor
|
41
|
+
:page-liquid:
|
42
|
+
|
43
|
+
// Set (local) page attributes here
|
44
|
+
// -----------------------------------------------------------------------------
|
45
|
+
// :page--attr: <attr-value>
|
46
|
+
|
47
|
+
// Place an excerpt at the most top position
|
48
|
+
// -----------------------------------------------------------------------------
|
49
|
+
[role="dropcap mb-4"]
|
50
|
+
Web design refers to the process of creating and designing the visual layout
|
51
|
+
and functionality of websites. Web designers use technical and creative
|
52
|
+
skills to create visually appealing, user-friendly, and effective websites
|
53
|
+
to achieve their intended goals.
|
54
|
+
|
55
|
+
excerpt__end
|
56
|
+
|
57
|
+
// Load Liquid procedures
|
58
|
+
// -----------------------------------------------------------------------------
|
59
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
60
|
+
|
61
|
+
// Load page attributes
|
62
|
+
// -----------------------------------------------------------------------------
|
63
|
+
{% include {{load_attributes}} scope="none" %}
|
64
|
+
|
65
|
+
|
66
|
+
// Page content
|
67
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
68
|
+
Web designers use various tools and technologies to create websites,
|
69
|
+
including HTML, CSS, JavaScript, and various design software. They must
|
70
|
+
also have a strong understanding of user experience (UX) design, information
|
71
|
+
architecture, and web accessibility, among other areas.
|
72
|
+
|
73
|
+
The ultimate goal of web design is to create a website that is visually
|
74
|
+
appealing, easy to navigate, and effective in achieving its intended goals,
|
75
|
+
whether providing information, selling products or services, or engaging
|
76
|
+
with users.
|
77
|
+
|
78
|
+
// Include sub-documents (if any)
|
79
|
+
// -----------------------------------------------------------------------------
|
80
|
+
== Describe your work
|
81
|
+
|
82
|
+
Effective project management involves managing resources, schedules, budgets,
|
83
|
+
risks, and stakeholders to deliver the desired outcomes within the specified
|
84
|
+
timeframe and budget. The way you work should demonstrate that you've modern
|
85
|
+
project management strategies in mind.
|
86
|
+
|
87
|
+
Here are some tips to follow when describing how you're working:
|
88
|
+
|
89
|
+
. Start by introducing its purpose: Give a brief overview and explain why
|
90
|
+
it is important or necessary. This intro gives context to your description
|
91
|
+
and helps your audience understand the significance.
|
92
|
+
|
93
|
+
. Define what you're focussing on: Explain what it will involve and will not
|
94
|
+
involve. The focus ensures that everyone understands what is provided.
|
95
|
+
|
96
|
+
. Discuss goals and objectives: Outline the specific goals and objectives
|
97
|
+
your work aims to achieve. Be clear and specific about what your intentions
|
98
|
+
are to accomplish.
|
99
|
+
|
100
|
+
. Describe the efforts and timeline: Provide an overview of the efforts,
|
101
|
+
including key milestones. Describing efforts and timeline support your
|
102
|
+
audience in understanding expected costs and what they can expect.
|
103
|
+
|
104
|
+
. Outline the expected outcomes: Finally, describe the expected outcomes
|
105
|
+
of your work, such as benefits and impact. Outlining the outcomes
|
106
|
+
demonstrates the value of your work and the benefits it will bring.
|
107
|
+
|
108
|
+
|
109
|
+
.
|
@@ -0,0 +1,95 @@
|
|
1
|
+
---
|
2
|
+
title: A Breath of Snow and Ashes
|
3
|
+
tagline: Extraordinary story of 18th-century Scotsman Jamie Fraser
|
4
|
+
date: 2016-11-24 00:00:00
|
5
|
+
description: >
|
6
|
+
The year is 1772, and on the eve of the American Revolution, the long fuse of
|
7
|
+
rebellion has already been lit. Men lie dead in the streets of Boston, and
|
8
|
+
in the backwoods of North Carolina, isolated cabins burn in the forest. With
|
9
|
+
chaos brewing, the governor calls upon Jamie Fraser to unite the backcountry
|
10
|
+
and safeguard the colony for King and Crown.
|
11
|
+
|
12
|
+
categories: [ Books ]
|
13
|
+
tags: [ Romance, Historical ]
|
14
|
+
|
15
|
+
image:
|
16
|
+
path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9780/4402/9780440225805.jpg
|
17
|
+
|
18
|
+
book:
|
19
|
+
cover: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9780/4402/9780440225805.jpg
|
20
|
+
format: paperback
|
21
|
+
pages: 1438
|
22
|
+
publisher: Random House USA Inc
|
23
|
+
author: Diana Gabaldon
|
24
|
+
ISBN10: 0440225809
|
25
|
+
ISBN13: 9780440225805
|
26
|
+
rank: 844
|
27
|
+
|
28
|
+
regenerate: false
|
29
|
+
|
30
|
+
resources: [ animate ]
|
31
|
+
resource_options:
|
32
|
+
- attic:
|
33
|
+
padding_top: 600
|
34
|
+
slides:
|
35
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
36
|
+
alt: Photo by Giammarco on Unsplash
|
37
|
+
badge:
|
38
|
+
type: unsplash
|
39
|
+
author: Giammarco
|
40
|
+
href: https://unsplash.com/@giamboscaro
|
41
|
+
---
|
42
|
+
|
43
|
+
// Page Initializer
|
44
|
+
// =============================================================================
|
45
|
+
// Enable the Liquid Preprocessor
|
46
|
+
:page-liquid:
|
47
|
+
|
48
|
+
// Set (local) page attributes here
|
49
|
+
// -----------------------------------------------------------------------------
|
50
|
+
// :page--attr: <attr-value>
|
51
|
+
|
52
|
+
// Place an excerpt at the most top position
|
53
|
+
// -----------------------------------------------------------------------------
|
54
|
+
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
55
|
+
|
56
|
+
Eagerly anticipated by her legions of fans, this sixth novel in Diana Gabaldon's
|
57
|
+
bestselling Outlander saga is a masterpiece of historical fiction from one of
|
58
|
+
the most popular authors of our time.
|
59
|
+
|
60
|
+
Since the initial publication of Outlander fifteen years ago, Diana Gabaldon's
|
61
|
+
_New York Times_ bestselling saga has won the hearts of readers the world over
|
62
|
+
and sold more than twelve million books. Now, A Breath of Snow and Ashes
|
63
|
+
continues the extraordinary story of 18th-century Scotsman Jamie Fraser and
|
64
|
+
his 20th-century wife, Claire.
|
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
|
+
The year is 1772, and on the eve of the American Revolution, the long fuse of
|
85
|
+
rebellion has already been lit. Men lie dead in the streets of Boston, and
|
86
|
+
in the backwoods of North Carolina, isolated cabins burn in the forest. With
|
87
|
+
chaos brewing, the governor calls upon Jamie Fraser to unite the backcountry
|
88
|
+
and safeguard the colony for King and Crown.
|
89
|
+
|
90
|
+
But from his wife Jamie knows that three years hence the shot heard round
|
91
|
+
the world will be fired, and the result will be independence with those
|
92
|
+
loyal to the King either dead or in exile. And there is also the matter of a
|
93
|
+
tiny clipping from _The Wilmington Gazette_, dated 1776, which reports Jamie's
|
94
|
+
death, along with his kin. For once, he hopes, his time-traveling family may
|
95
|
+
be wrong about the future ...
|
@@ -0,0 +1,86 @@
|
|
1
|
+
---
|
2
|
+
title: The Dressmaker
|
3
|
+
tagline: An irresistible gothic tale of small-town revenge
|
4
|
+
date: 2016-11-25 00:00:00
|
5
|
+
description: >
|
6
|
+
Tilly Dunnage left her hometown of Dungatar in rural Australia under a black
|
7
|
+
cloud of accusation. Years later Tilly, now a couturier for the Paris fashion
|
8
|
+
houses, returns home to make amends with her mentally unstable mother.
|
9
|
+
|
10
|
+
categories: [ Books ]
|
11
|
+
tags: [ Romance, Historical, Fantasy, Fiction ]
|
12
|
+
|
13
|
+
image:
|
14
|
+
path: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/8466/9781846689949.jpg
|
15
|
+
|
16
|
+
book:
|
17
|
+
cover: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9781/8466/9781846689949.jpg
|
18
|
+
format: paperback
|
19
|
+
pages: 320
|
20
|
+
publisher: Profile Books Ltd
|
21
|
+
author: Rosalie Ham
|
22
|
+
ISBN10: 1846689945
|
23
|
+
ISBN13: 9781846689949
|
24
|
+
rank: 80
|
25
|
+
|
26
|
+
regenerate: false
|
27
|
+
|
28
|
+
resources: [ animate ]
|
29
|
+
resource_options:
|
30
|
+
- attic:
|
31
|
+
padding_top: 600
|
32
|
+
slides:
|
33
|
+
- url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
|
34
|
+
alt: Photo by Giammarco on Unsplash
|
35
|
+
badge:
|
36
|
+
type: unsplash
|
37
|
+
author: Giammarco
|
38
|
+
href: https://unsplash.com/@giamboscaro
|
39
|
+
---
|
40
|
+
|
41
|
+
// Page Initializer
|
42
|
+
// =============================================================================
|
43
|
+
// Enable the Liquid Preprocessor
|
44
|
+
:page-liquid:
|
45
|
+
|
46
|
+
// Set (local) page attributes here
|
47
|
+
// -----------------------------------------------------------------------------
|
48
|
+
// :page--attr: <attr-value>
|
49
|
+
|
50
|
+
// Place an excerpt at the most top position
|
51
|
+
// -----------------------------------------------------------------------------
|
52
|
+
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
53
|
+
|
54
|
+
Tilly Dunnage left her hometown of Dungatar in rural Australia under a black
|
55
|
+
cloud of accusation. Years later Tilly, now a couturier for the Paris fashion
|
56
|
+
houses, returns home to make amends with her mentally unstable mother.
|
57
|
+
|
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
|
+
excerpt__end
|
68
|
+
|
69
|
+
// Load Liquid procedures
|
70
|
+
// -----------------------------------------------------------------------------
|
71
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
72
|
+
|
73
|
+
// Load page attributes
|
74
|
+
// -----------------------------------------------------------------------------
|
75
|
+
{% include {{load_attributes}} scope="none" %}
|
76
|
+
|
77
|
+
|
78
|
+
// Page content
|
79
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
80
|
+
|
81
|
+
// Include sub-documents (if any)
|
82
|
+
// -----------------------------------------------------------------------------
|
83
|
+
|
84
|
+
[[readmore]]
|
85
|
+
Packed with memorable characters, acid humour and luscious clothes,
|
86
|
+
The Dressmaker is an irresistible gothic tale of small-town revenge.
|
@@ -0,0 +1,97 @@
|
|
1
|
+
---
|
2
|
+
title: The Fiery Cross
|
3
|
+
tagline: Crossing the boundaries of genre, unrivalled storytelling
|
4
|
+
date: 2016-11-26 00:00:00
|
5
|
+
description: >
|
6
|
+
The story of Outlander begins just after the Second World War, when a British
|
7
|
+
field nurse named Claire Randall walks through a cleft stone in the Scottish
|
8
|
+
highlands and is transported back some two hundred years to 1743. Here, now,
|
9
|
+
is The Fiery Cross, the eagerly awaited fifth volume in this remarkable,
|
10
|
+
award-winning series of historical novels. The year is 1771, and war is
|
11
|
+
approaching. Jamie Fraser s wife has told him so.
|
12
|
+
|
13
|
+
categories: [ Books ]
|
14
|
+
tags: [ Romance, Historical, Fantasy, Fiction ]
|
15
|
+
|
16
|
+
image:
|
17
|
+
path: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9780/4402/9780440221661.jpg
|
18
|
+
|
19
|
+
book:
|
20
|
+
cover: https://d20eq91zdmkqd.cloudfront.net/assets/images/book/large/9780/4402/9780440221661.jpg
|
21
|
+
format: paperback
|
22
|
+
pages: 1443
|
23
|
+
publisher: Random House USA Inc
|
24
|
+
author: Diana Gabaldon
|
25
|
+
ISBN10: 0440221668
|
26
|
+
ISBN13: 9780440221661
|
27
|
+
rank: 820
|
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
|
+
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
|
+
In the ten years since her extraordinary debut novel, Outlander, was published,
|
62
|
+
beloved author Diana Gabaldon has entertained scores of readers with her
|
63
|
+
heart-stirring stories and remarkable characters. The four volumes of her
|
64
|
+
bestselling saga, featuring eighteenth-century Scotsman James Fraser and
|
65
|
+
his twentieth-century, time-travelling wife, Claire Randall, boasts nearly
|
66
|
+
5 million copies in the U.S.
|
67
|
+
|
68
|
+
excerpt__end
|
69
|
+
|
70
|
+
// Load Liquid procedures
|
71
|
+
// -----------------------------------------------------------------------------
|
72
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
73
|
+
|
74
|
+
// Load page attributes
|
75
|
+
// -----------------------------------------------------------------------------
|
76
|
+
{% include {{load_attributes}} scope="none" %}
|
77
|
+
|
78
|
+
|
79
|
+
// Page content
|
80
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
81
|
+
|
82
|
+
// Include sub-documents (if any)
|
83
|
+
// -----------------------------------------------------------------------------
|
84
|
+
|
85
|
+
[[readmore]]
|
86
|
+
The story of Outlander begins just after the Second World War, when a British
|
87
|
+
field nurse named Claire Randall walks through a cleft stone in the Scottish
|
88
|
+
highlands and is transported back some two hundred years to 1743. Here, now,
|
89
|
+
is The Fiery Cross, the eagerly awaited fifth volume in this remarkable,
|
90
|
+
award-winning series of historical novels. The year is 1771, and war is
|
91
|
+
approaching. Jamie Fraser s wife has told him so.
|
92
|
+
|
93
|
+
Little as he wishes to, he must believe it, for hers is a gift of dreadful
|
94
|
+
prophecy a time-traveller s certain knowledge. To break his oath to the
|
95
|
+
Crown will brand him a traitor; to keep it is certain doom. Jamie Fraser
|
96
|
+
stands in the shadow of the fiery cross a standard that leads nowhere but
|
97
|
+
to the bloody brink of war.
|