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
@@ -82,7 +82,19 @@ excerpt__end
|
|
82
82
|
// -----------------------------------------------------------------------------
|
83
83
|
[[readmore]]
|
84
84
|
[role="mt-4"]
|
85
|
-
image:{{page.book.cover}}[
|
85
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
86
|
+
|
87
|
+
As the Frasers settle in North Carolina, they face various challenges, both
|
88
|
+
personal and political. Claire continues her work as a healer, while Jamie
|
89
|
+
becomes involved in the growing revolutionary movement. The couple must
|
90
|
+
navigate dangerous circumstances, including encounters with hostile
|
91
|
+
Native American tribes, conflicts with the British army, and the looming
|
92
|
+
threat of war.
|
93
|
+
|
94
|
+
Meanwhile, their daughter Brianna and her husband Roger, who have also
|
95
|
+
traveled back in time from the 20th century, face their struggles. They
|
96
|
+
must adapt to life in the past, confront personal tragedies, and navigate
|
97
|
+
the complexities of their relationship and family dynamics.
|
86
98
|
|
87
99
|
The year is 1772, and on the eve of the American Revolution, the long fuse of
|
88
100
|
rebellion has already been lit. Men lie dead in the streets of Boston, and
|
@@ -74,7 +74,7 @@ excerpt__end
|
|
74
74
|
// -----------------------------------------------------------------------------
|
75
75
|
[[readmore]]
|
76
76
|
[role="mt-4"]
|
77
|
-
image:{{page.book.cover}}[
|
77
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
78
78
|
|
79
79
|
Mid-century Dungatar is a small town, and small towns have long memories.
|
80
80
|
At first she wins over the suspicious locals with her extraordinary
|
@@ -82,5 +82,17 @@ dressmaking skills. But when the eccentric townsfolk turn on Tilly for a
|
|
82
82
|
second time, she decides to teach them a lesson and exact long-overdue
|
83
83
|
revenge.
|
84
84
|
|
85
|
+
Tilly's arrival sparks curiosity and gossip among the townspeople, who are
|
86
|
+
eager to discover the secrets she carries. She sets up a dressmaking business
|
87
|
+
and begins to create stunning and transformative garments for the women of
|
88
|
+
Dungatar, gradually gaining influence and challenging the conservative
|
89
|
+
conventions of the town.
|
90
|
+
|
91
|
+
As Tilly immerses herself in the community, she becomes entangled in a web
|
92
|
+
of relationships, including a romantic connection with Teddy McSwiney, a
|
93
|
+
local farmer. She also seeks to uncover the truth about her past, particularly
|
94
|
+
the circumstances surrounding a tragic incident during her childhood, which
|
95
|
+
led to her exile from Dungatar.
|
96
|
+
|
85
97
|
Packed with memorable characters, acid humour and luscious clothes,
|
86
98
|
The Dressmaker is an irresistible gothic tale of small-town revenge.
|
@@ -80,7 +80,7 @@ excerpt__end
|
|
80
80
|
// -----------------------------------------------------------------------------
|
81
81
|
[[readmore]]
|
82
82
|
[role="mt-4"]
|
83
|
-
image:{{page.book.cover}}[
|
83
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
84
84
|
|
85
85
|
Crossing the boundaries of genre with its unrivalled storytelling, Diana
|
86
86
|
Gabaldon's new novel is a gift both to her millions of loyal fans and to
|
@@ -76,7 +76,7 @@ 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
|
So when she feels a spark with a gorgeous neurosurgeon named Ryle Kincaid,
|
82
82
|
everything in Lily's life suddenly seems almost too good to be true. Ryle is
|
@@ -81,7 +81,7 @@ excerpt__end
|
|
81
81
|
// -----------------------------------------------------------------------------
|
82
82
|
[[readmore]]
|
83
83
|
[role="mt-4"]
|
84
|
-
image:{{page.book.cover}}[
|
84
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
85
85
|
|
86
86
|
The story revolves around Claire Randall, a former combat nurse from World
|
87
87
|
War II. While on a second honeymoon in Scotland with her husband Frank,
|
@@ -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 float-left"]
|
82
82
|
|
83
83
|
Find out what happened before Jamie met Claire in this brilliant new Outlander
|
84
84
|
short story. What neither know is that their lives and their friendships are
|
data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb
CHANGED
@@ -8,8 +8,8 @@ description: >
|
|
8
8
|
files that make up your website, which can be hosted on any web server.
|
9
9
|
Jekyll is built with Ruby and requires basic command line knowledge.
|
10
10
|
|
11
|
-
categories: [ Jekyll ]
|
12
|
-
tags: [
|
11
|
+
categories: [ Jekyll, Featured ]
|
12
|
+
tags: [ Template, Jekyll ]
|
13
13
|
|
14
14
|
image:
|
15
15
|
path: /assets/images/modules/attics/katie-moum-1920x1280.jpg
|
@@ -17,6 +17,8 @@ image:
|
|
17
17
|
height: 1200
|
18
18
|
alt: Jekyll for Everyone
|
19
19
|
|
20
|
+
group: Featured
|
21
|
+
series: Featured
|
20
22
|
regenerate: false
|
21
23
|
|
22
24
|
resources: [ animate ]
|
@@ -2,7 +2,7 @@
|
|
2
2
|
title: Cookies
|
3
3
|
tagline: Good To Know
|
4
4
|
|
5
|
-
categories: [ Technology ]
|
5
|
+
categories: [ Technology, Featured ]
|
6
6
|
tags: [ Cookies ]
|
7
7
|
|
8
8
|
image:
|
@@ -11,6 +11,9 @@ image:
|
|
11
11
|
height: 1280
|
12
12
|
alt: Cookies - Good to know
|
13
13
|
|
14
|
+
group: Featured
|
15
|
+
series: Featured
|
16
|
+
|
14
17
|
fab_menu_id: open_toc
|
15
18
|
comments: false
|
16
19
|
regenerate: false
|
data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
title: Static Site Generators
|
3
3
|
tagline: Top Open Source SSGs
|
4
4
|
|
5
|
-
categories: [ Jekyll ]
|
6
|
-
tags: [
|
5
|
+
categories: [ Jekyll, Featured ]
|
6
|
+
tags: [ Generators ]
|
7
7
|
|
8
8
|
image:
|
9
9
|
path: /assets/images/modules/attics/machine-generator-1920x1280.jpg
|
@@ -11,6 +11,8 @@ image:
|
|
11
11
|
height: 1280
|
12
12
|
alt: Site Generators
|
13
13
|
|
14
|
+
group: Featured
|
15
|
+
series: Featured
|
14
16
|
|
15
17
|
comments: false
|
16
18
|
regenerate: false
|
@@ -120,4 +122,4 @@ Check popular static site generators at {url-jamstack--generators}[Jamstack, {br
|
|
120
122
|
|
121
123
|
.Top Ratings at Jamstack of October 2022
|
122
124
|
[role="mb-4"]
|
123
|
-
image::/assets/images/posts/featured/jamstack-generators.
|
125
|
+
image::/assets/images/posts/featured/jamstack-generators.jpg["jamstack-generators"]
|
@@ -2,7 +2,7 @@
|
|
2
2
|
title: J1 Theme
|
3
3
|
tagline: First Version Out
|
4
4
|
|
5
|
-
categories: [ Jekyll ]
|
5
|
+
categories: [ Jekyll, Featured ]
|
6
6
|
tags: [ Theme ]
|
7
7
|
|
8
8
|
image:
|
@@ -11,6 +11,9 @@ image:
|
|
11
11
|
height: 1280
|
12
12
|
alt: J1 Starter Mockup
|
13
13
|
|
14
|
+
group: Featured
|
15
|
+
series: Featured
|
16
|
+
|
14
17
|
fab_menu_id: default
|
15
18
|
comments: false
|
16
19
|
regenerate: false
|
@@ -24,8 +24,8 @@ end::tags[]
|
|
24
24
|
// -----------------------------------------------------------------------------
|
25
25
|
tag::data[]
|
26
26
|
|
27
|
-
:data-kickstart-wiad--static-web-access: "assets/images/posts/featured/static-web-access.
|
28
|
-
:data-kickstart-wiad--dynamic-web-access: "assets/images/posts/featured/dynamic-web-access.
|
27
|
+
:data-kickstart-wiad--static-web-access: "assets/images/posts/featured/static-web-access.jpg, Accessing scheme for a static web"
|
28
|
+
:data-kickstart-wiad--dynamic-web-access: "assets/images/posts/featured/dynamic-web-access.jpg, Accessing scheme for a CMS (dynamic web)"
|
29
29
|
|
30
30
|
end::data[]
|
31
31
|
|
data/lib/starter_web/index.html
CHANGED
@@ -20,12 +20,6 @@ robots:
|
|
20
20
|
index: true
|
21
21
|
follow: true
|
22
22
|
|
23
|
-
# image:
|
24
|
-
# path: /assets/images/custom/header/avatar.svg # family.svg
|
25
|
-
# width: 1920
|
26
|
-
# height: 1200
|
27
|
-
# alt: Avatar # Family Cartoon
|
28
|
-
|
29
23
|
image:
|
30
24
|
path: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
|
31
25
|
width: 1920
|
@@ -91,12 +85,9 @@ accordion:
|
|
91
85
|
noting that just about any HTML can go within the <code>.accordion-body</code>, though the
|
92
86
|
transition does limit overflow.
|
93
87
|
|
94
|
-
# resources: []
|
95
88
|
resources: [ animate, scroller ]
|
96
89
|
resource_options:
|
97
90
|
- attic:
|
98
|
-
# duration: 100
|
99
|
-
# transitionDuration: fast
|
100
91
|
slides:
|
101
92
|
- url: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
|
102
93
|
alt: Photo by Kristopher Roller on Unsplash
|
data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc
CHANGED
@@ -74,7 +74,7 @@ end::tags[]
|
|
74
74
|
// Data - Data elements for Asciidoctor extensions
|
75
75
|
// -----------------------------------------------------------------------------
|
76
76
|
tag::data[]
|
77
|
-
:data-images-example--pdf-screenshot: "assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.
|
77
|
+
:data-images-example--pdf-screenshot: "assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg, PDF document rendered in a PDF viewer"
|
78
78
|
end::data[]
|
79
79
|
|
80
80
|
|
@@ -139,7 +139,7 @@ endif::[]
|
|
139
139
|
|
140
140
|
ifdef::backend-pdf[]
|
141
141
|
.Example PDF document rendered in a PDF viewer
|
142
|
-
image::/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.
|
142
|
+
image::/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg[PDF document rendered in a PDF viewer, width=800, scaledwidth=100%]
|
143
143
|
endif::[]
|
144
144
|
|
145
145
|
You're also encouraged to try converting the documents in the examples
|
@@ -415,7 +415,7 @@ value of the `pdf-stylesdir` attribute.
|
|
415
415
|
|
416
416
|
The following image types (and corresponding file extensions) are supported:
|
417
417
|
|
418
|
-
* PNG (.
|
418
|
+
* PNG (.jpg)
|
419
419
|
* JPEG (.jpg)
|
420
420
|
* SVG (.svg)
|
421
421
|
|
@@ -426,7 +426,7 @@ Here's how an image is specified in the theme file as a bare image path:
|
|
426
426
|
[source, yaml]
|
427
427
|
----
|
428
428
|
title_page:
|
429
|
-
background_image: title-cover.
|
429
|
+
background_image: title-cover.jpg
|
430
430
|
----
|
431
431
|
|
432
432
|
Here's how the image is specified using the inline image macro:
|
@@ -434,7 +434,7 @@ Here's how the image is specified using the inline image macro:
|
|
434
434
|
[source, yaml]
|
435
435
|
----
|
436
436
|
title_page:
|
437
|
-
background_image: 'image:title-cover.
|
437
|
+
background_image: 'image:title-cover.jpg[]'
|
438
438
|
----
|
439
439
|
|
440
440
|
Like in the AsciiDoc syntax, the inline image macro allows you to supply
|
@@ -443,7 +443,7 @@ set the width of the image and the alignment:
|
|
443
443
|
[source, yaml]
|
444
444
|
----
|
445
445
|
title_page:
|
446
|
-
logo_image: 'image:logo.
|
446
|
+
logo_image: 'image:logo.jpg[width=250,align=center]'
|
447
447
|
----
|
448
448
|
|
449
449
|
=== Quoted String
|
@@ -27,7 +27,7 @@ end::tags[]
|
|
27
27
|
// -----------------------------------------------------------------------------
|
28
28
|
tag::data[]
|
29
29
|
|
30
|
-
:data-image--core_web_vitals_best: "pages/core_web_vitals/core_web_vitals_best.
|
30
|
+
:data-image--core_web_vitals_best: "pages/core_web_vitals/core_web_vitals_best.jpg, Best values for performance (Lighthouse)"
|
31
31
|
|
32
32
|
end::data[]
|
33
33
|
|
@@ -27,8 +27,8 @@ end::tags[]
|
|
27
27
|
// -----------------------------------------------------------------------------
|
28
28
|
tag::data[]
|
29
29
|
|
30
|
-
:data-image--core_web_vitals_best: "assets/images/pages/core_web_vitals/core_web_vitals_best.
|
31
|
-
:data-image--core_web_vitals_best_full: "assets/images/pages/core_web_vitals/core_web_vitals_best_full.
|
30
|
+
:data-image--core_web_vitals_best: "assets/images/pages/core_web_vitals/core_web_vitals_best.jpg, Excellent performance values (Lighthouse)"
|
31
|
+
:data-image--core_web_vitals_best_full: "assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg, Excellent performance values (Lighthouse)"
|
32
32
|
|
33
33
|
end::data[]
|
34
34
|
|
@@ -0,0 +1,112 @@
|
|
1
|
+
// ~/document_base_folder/000_includes
|
2
|
+
// Asciidoc attribute includes: attributes.asciidoc
|
3
|
+
// -----------------------------------------------------------------------------
|
4
|
+
|
5
|
+
// URLs - Internal references and/or sources on the Internet
|
6
|
+
// -----------------------------------------------------------------------------
|
7
|
+
tag::urls[]
|
8
|
+
|
9
|
+
:url-mdb--home: https://mdbootstrap.com/
|
10
|
+
:url-mdb--bs-modals: https://mdbootstrap.com/docs/jquery/modals/basic/
|
11
|
+
:url-mdb--bs-modals-legacy: https://mdbootstrap.com/legacy/4.3.2/?page=javascript/modals
|
12
|
+
|
13
|
+
:url-w3org--css-spec: https://www.w3.org/Style/CSS/specs.en.html
|
14
|
+
:url-w3schools--css-tutorial: https://www.w3schools.com/css/default.asp
|
15
|
+
|
16
|
+
:url-fontawesome--home: https://fontawesome.com/
|
17
|
+
:url-fontawesome--icons: https://fontawesome.com/v5/search
|
18
|
+
:url-fontawesome--get-started: https://fontawesome.com/get-started
|
19
|
+
|
20
|
+
:url-mdi--home: https://materialdesignicons.com/
|
21
|
+
:url-mdi-icons--cheatsheet: https://cdn.materialdesignicons.com/3.3.92/
|
22
|
+
|
23
|
+
:url-iconify--home: https://iconify.design/
|
24
|
+
:url-iconify--icon-sets: https://iconify.design/icon-sets/
|
25
|
+
:url-iconify--medical-icons: https://iconify.design/icon-sets/medical-icon/
|
26
|
+
:url-iconify--brand-icons: https://iconify.design/icon-sets/logos/
|
27
|
+
|
28
|
+
:url-jekyll-one--core-doc-color-scheme: https://support.jekyll-one.com/user_guide/core/color_scheme
|
29
|
+
|
30
|
+
:url-light-gallery--license: http://sachinchoolur.github.io/lightGallery/docs/license.html
|
31
|
+
|
32
|
+
:url-font-icons--icon-picker: https://jekyll.one/pages/public/tools/previewer/icon-picker/
|
33
|
+
|
34
|
+
:url-asciidoctor-extensions--lab: https://github.com/asciidoctor/asciidoctor-extensions-lab
|
35
|
+
:url-asciidoctor-extensions--use-extension: https://github.com/asciidoctor/asciidoctor-extensions-lab#using-an-extension
|
36
|
+
:url-asciidoctor-user-manual--extensions: http://asciidoctor.org/docs/user-manual/#extensions
|
37
|
+
|
38
|
+
:url-roundtrip--data-slider-picker: /pages/public/learn/roundtrip/data_slider_picker
|
39
|
+
:url-roundtrip--image_headers: /pages/public/learn/roundtrip/image_header
|
40
|
+
:url-roundtrip--readme-first: /pages/public/learn/read_me_first/
|
41
|
+
:url-roundtrip--present-images: /pages/public/learn/roundtrip/present_images/
|
42
|
+
:url-roundtrip--present-videos: /pages/public/learn/roundtrip/present_videos/
|
43
|
+
:url-roundtrip--cards: /pages/public/learn/roundtrip/cards/
|
44
|
+
:url-roundtrip--typography: /pages/public/learn/roundtrip/typography/
|
45
|
+
:url-roundtrip--asciidoc-extensions: /pages/public/learn/roundtrip/asciidoc_extensions/
|
46
|
+
:url-roundtrip--extended-modals: /pages/public/learn/roundtrip/modals/
|
47
|
+
:url-roundtrip--icon-fonts: /pages/public/learn/roundtrip/mdi_icon_font/
|
48
|
+
:url-roundtrip--responsive-tables: /pages/public/learn/roundtrip/responsive_tables/
|
49
|
+
:url-roundtrip--themes: /pages/public/learn/roundtrip/themes/
|
50
|
+
:url-roundtrip--quicksearch: /pages/public/learn/roundtrip/quicksearch/
|
51
|
+
|
52
|
+
:url-github-gist--home: https://gist.github.com/
|
53
|
+
:url-asciidoc-extensions--gist-example: https://gist.github.com/mojavelinux/5546622
|
54
|
+
|
55
|
+
:url-previewer--theme: /pages/public/tools/previewer/theme/
|
56
|
+
|
57
|
+
:url-fa-icons--previewer: https://fontawesome.com/v5/search
|
58
|
+
:url-iconify-icons--previewer: https://icon-sets.iconify.design/
|
59
|
+
|
60
|
+
:url-kickstarter--web-in-a-day: https://jekyll.one/pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
|
61
|
+
|
62
|
+
end::urls[]
|
63
|
+
|
64
|
+
|
65
|
+
// FOOTNOTES, global asciidoc attributes (variables)
|
66
|
+
// -----------------------------------------------------------------------------
|
67
|
+
tag::footnotes[]
|
68
|
+
|
69
|
+
:fn-bootstrap-v5--responsive-text: footnote:[https://getbootstrap.com/docs/5.0/content/typography/#responsive-font-sizes[Supported with Bootstrap V5 · Responsive font sizes, window="_blank"]]
|
70
|
+
:fn-mdi-icons--home: footnote:[https://materialdesignicons.com/[MDI icons · Home, window="_blank"]]
|
71
|
+
|
72
|
+
end::footnotes[]
|
73
|
+
|
74
|
+
|
75
|
+
// Tags - Asciidoc attributes used internally
|
76
|
+
// -----------------------------------------------------------------------------
|
77
|
+
tag::tags[]
|
78
|
+
end::tags[]
|
79
|
+
|
80
|
+
|
81
|
+
// Data - Data elements for Asciidoctor extensions
|
82
|
+
// -----------------------------------------------------------------------------
|
83
|
+
tag::data[]
|
84
|
+
|
85
|
+
:data-images-standalone: "assets/images/modules/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday"
|
86
|
+
:data-images-group: "assets/images/modules/gallery/old_times/image_03.jpg, GrandPa's annual journey, assets/images/modules/gallery/old_times/image_04.jpg, GrandPa's annual journey"
|
87
|
+
|
88
|
+
:data-images--themes-menu: "assets/images/pages/roundtrip/themes-menu-1280x800.jpg, Themes menu (Bootswatch)"
|
89
|
+
:data-images--styles-menu: "assets/images/pages/roundtrip/styles-menu-1280x800.jpg, Styles menu (Bootswatch)"
|
90
|
+
|
91
|
+
:data-quicksearch-icon: "assets/images/pages/roundtrip/600_quicksearch/quicksearch_icon-800x200.jpg, Search button (magnifier) in the quick access area"
|
92
|
+
:data-quicksearch-input: "assets/images/pages/roundtrip/600_quicksearch/quicksearch_input-800x200.jpg, Input bar for a QuickSearch"
|
93
|
+
|
94
|
+
end::data[]
|
95
|
+
|
96
|
+
|
97
|
+
// Images - Images from local include/images folder
|
98
|
+
// -----------------------------------------------------------------------------
|
99
|
+
tag::images[]
|
100
|
+
end::images[]
|
101
|
+
|
102
|
+
|
103
|
+
// PRODUCTS, local product information (e.g. release)
|
104
|
+
// -----------------------------------------------------------------------------
|
105
|
+
tag::products[]
|
106
|
+
end::products[]
|
107
|
+
|
108
|
+
|
109
|
+
// AUTHORS, local author information (e.g. article)
|
110
|
+
// -----------------------------------------------------------------------------
|
111
|
+
tag::authors[]
|
112
|
+
end::authors[]
|
@@ -29,7 +29,7 @@ tag::urls[]
|
|
29
29
|
|
30
30
|
:url-light-gallery--license: http://sachinchoolur.github.io/lightGallery/docs/license.html
|
31
31
|
|
32
|
-
:url-font-icons--icon-picker: https://jekyll.one/pages/public/previewer/icon-picker/
|
32
|
+
:url-font-icons--icon-picker: https://jekyll.one/pages/public/tools/previewer/icon-picker/
|
33
33
|
|
34
34
|
:url-asciidoctor-extensions--lab: https://github.com/asciidoctor/asciidoctor-extensions-lab
|
35
35
|
:url-asciidoctor-extensions--use-extension: https://github.com/asciidoctor/asciidoctor-extensions-lab#using-an-extension
|
@@ -52,7 +52,7 @@ tag::urls[]
|
|
52
52
|
:url-github-gist--home: https://gist.github.com/
|
53
53
|
:url-asciidoc-extensions--gist-example: https://gist.github.com/mojavelinux/5546622
|
54
54
|
|
55
|
-
:url-previewer--theme: /pages/public/previewer/theme/
|
55
|
+
:url-previewer--theme: /pages/public/tools/previewer/theme/
|
56
56
|
|
57
57
|
:url-fa-icons--previewer: https://fontawesome.com/v5/search
|
58
58
|
:url-iconify-icons--previewer: https://icon-sets.iconify.design/
|
@@ -24,7 +24,7 @@ Make a selection of a theme below to preview.
|
|
24
24
|
<!-- See: https://stackoverflow.com/questions/47242702/force-bootstrap-dropdown-menu-to-always-display-at-the-bottom-and-allow-it-go-of -->
|
25
25
|
<!-- NOTE: control the behaviour of popper.js for positioning -->
|
26
26
|
<!-- NOTE: set attribute data-flip="false" to open the SELECT list at the BOTTOM of the BUTTON -->
|
27
|
-
<button class="btn btn-
|
27
|
+
<button class="btn btn-flex btn-lg btn-warning dropdown-toggle" data-flip="false" type="button" data-bs-toggle="dropdown" data-bs-target="#navbarDropdown" aria-haspopup="true" aria-expanded="false">
|
28
28
|
Select Theme<span class="caret"></span>
|
29
29
|
</button>
|
30
30
|
<ul class="dropdown-menu scrollable-menu" role="menu">
|