j1-template 2023.2.7 → 2023.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -1
- data/_includes/themes/j1/layouts/content_generator_post.html +2 -2
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +38 -38
- data/_includes/themes/j1/procedures/blocks/footer/boxes/about_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/contacts_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/issue.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc +1 -1
- data/_includes/themes/j1/procedures/blocks/footer/boxes/news_box.proc +1 -1
- data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -3
- data/_includes/themes/j1/procedures/layouts/module_writer.proc +7 -23
- data/_includes/themes/j1/procedures/layouts/resource_writer.proc +8 -8
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
- data/_layouts/compress.html +26 -21
- data/_layouts/default.html +36 -30
- data/assets/data/banner.html +5 -2
- data/assets/data/footer.html +15 -3
- data/assets/data/masonry.html +1 -1
- data/assets/data/masterslider.html +1 -0
- data/assets/data/menu.html +4 -4
- data/assets/data/panel.html +6 -3
- data/assets/data/quicklinks.html +138 -149
- data/assets/error_pages/HTTP204.html +3 -3
- data/assets/error_pages/HTTP400.html +3 -3
- data/assets/error_pages/HTTP401.html +3 -3
- data/assets/error_pages/HTTP403.html +3 -3
- data/assets/error_pages/HTTP404.html +3 -3
- data/assets/error_pages/HTTP444.html +3 -3
- data/assets/error_pages/HTTP445.html +3 -3
- data/assets/error_pages/HTTP446.html +5 -5
- data/assets/error_pages/HTTP447.html +7 -7
- data/assets/error_pages/HTTP448.html +7 -7
- data/assets/error_pages/HTTP500.html +3 -3
- data/assets/error_pages/HTTP501.html +3 -3
- data/assets/error_pages/HTTP502.html +3 -3
- data/assets/error_pages/HTTP503.html +3 -3
- data/assets/themes/j1/adapter/js/advertising.js +355 -156
- data/assets/themes/j1/adapter/js/analytics.js +1 -1
- data/assets/themes/j1/adapter/js/asciidoctor.js +1 -1
- data/assets/themes/j1/adapter/js/attic.js +22 -14
- data/assets/themes/j1/adapter/js/bmd.js +1 -1
- data/assets/themes/j1/adapter/js/carousel.js +5 -4
- data/assets/themes/j1/adapter/js/clipboard.js +1 -1
- data/assets/themes/j1/adapter/js/comments.js +5 -5
- data/assets/themes/j1/adapter/js/cookieConsent.js +1 -1
- data/assets/themes/j1/adapter/js/customFunctions.js +1 -1
- data/assets/themes/j1/adapter/js/customModule.js +1 -1
- data/assets/themes/j1/adapter/js/dropdowns.js +4 -2
- data/assets/themes/j1/adapter/js/fab.js +9 -6
- data/assets/themes/j1/adapter/js/framer.js +1 -1
- data/assets/themes/j1/adapter/js/iconPicker.js +227 -0
- data/assets/themes/j1/adapter/js/j1.js +402 -76
- data/assets/themes/j1/adapter/js/justifiedGallery.js +9 -3
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +2 -2
- data/assets/themes/j1/adapter/js/lightbox.js +4 -3
- data/assets/themes/j1/adapter/js/logger.js +1 -1
- data/assets/themes/j1/adapter/js/lunr.js +1 -1
- data/assets/themes/j1/adapter/js/masonry.js +4 -3
- data/assets/themes/j1/adapter/js/masterslider.js +30 -57
- data/assets/themes/j1/adapter/js/mmenu.js +2 -2
- data/assets/themes/j1/adapter/js/navigator.js +7 -5
- data/assets/themes/j1/adapter/js/nbinteract.js +9 -9
- data/assets/themes/j1/adapter/js/particles.js +2 -2
- data/assets/themes/j1/adapter/js/rangeSlider.js +2 -2
- data/assets/themes/j1/adapter/js/rouge.js +2 -2
- data/assets/themes/j1/adapter/js/rtable.js +1 -1
- data/assets/themes/j1/adapter/js/rtextResizer.js +1 -1
- data/assets/themes/j1/adapter/js/scroller.js +97 -109
- data/assets/themes/j1/adapter/js/slick.js +28 -18
- data/assets/themes/j1/adapter/js/themeToggler.js +259 -0
- data/assets/themes/j1/adapter/js/themer.js +63 -23
- data/assets/themes/j1/adapter/js/toccer.js +9 -6
- data/assets/themes/j1/adapter/js/translator.js +4 -2
- data/assets/themes/j1/adapter/js/waves.js +6 -4
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1322 -417
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -3
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +2064 -1273
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -3
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +10280 -9399
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +10 -10
- data/assets/themes/j1/core/css/vendor.css +0 -14
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +6 -4
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
- data/assets/themes/j1/modules/iconPicker/README.md +266 -0
- data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.css +419 -0
- data/assets/themes/j1/modules/iconPicker/css/universal-icon-picker.min.css +17 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.json +467 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-brands.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.json +169 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-regular.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.json +1136 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.json +1772 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +292 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +7312 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/images/magnifying-glass-solid.svg +1 -0
- data/assets/themes/j1/modules/iconPicker/images/star-of-life-solid.svg +3 -0
- data/assets/themes/j1/modules/iconPicker/images/xmark-solid.svg +3 -0
- data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.js +493 -0
- data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.min.js +17 -0
- data/assets/themes/j1/modules/jquery/AUTHORS.txt +372 -0
- data/assets/themes/j1/modules/jquery/LICENSE.txt +43 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_444444_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_555555_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_777620_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_777777_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_cc0000_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/images/ui-icons_ffffff_256x240.png +0 -0
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.css +92 -92
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.min.css +4 -4
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.css +88 -88
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.min.css +2 -2
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.css +4 -4
- data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.min.css +2 -2
- data/assets/themes/j1/modules/jquery/js/jquery-ui.js +13683 -13678
- data/assets/themes/j1/modules/jquery/js/jquery-ui.min.js +3 -3
- data/assets/themes/j1/modules/jquery/js/jquery.js +1029 -1203
- data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
- data/assets/themes/j1/modules/jquery/js/jquery.min.map +1 -1
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +1315 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +7 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +886 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +5 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +446 -0
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +5 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +37 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +17 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +42 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +17 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +19057 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +6 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +10872 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +2 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +1 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +2145 -0
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +5 -0
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +2 -2
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
- data/assets/themes/j1/modules/masterslider/css/theme/uno.css +9 -9
- data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +2 -2
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
- data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +136 -47
- data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +9 -9
- data/assets/themes/j1/modules/scroller/js/scroller.js +76 -69
- data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +5 -2
- data/lib/starter_web/_data/blocks/banner.yml +8 -5
- data/lib/starter_web/_data/blocks/defaults/footer.yml +4 -4
- data/lib/starter_web/_data/blocks/footer.yml +12 -5
- data/lib/starter_web/_data/blocks/panel.yml +41 -38
- data/lib/starter_web/_data/j1_config.yml +68 -58
- data/lib/starter_web/_data/layouts/collection.yml +1 -0
- data/lib/starter_web/_data/layouts/default.yml +1 -1
- data/lib/starter_web/_data/layouts/home.yml +38 -9
- data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -0
- data/lib/starter_web/_data/layouts/page.yml +2 -1
- data/lib/starter_web/_data/layouts/post.yml +1 -0
- data/lib/starter_web/_data/layouts/raw.yml +1 -0
- data/lib/starter_web/_data/modules/advertising.yml +209 -58
- data/lib/starter_web/_data/modules/analytics.yml +2 -2
- data/lib/starter_web/_data/modules/attics.yml +4 -7
- data/lib/starter_web/_data/modules/defaults/advertising.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/attics.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/iconPicker.yml +42 -0
- data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -13
- data/lib/starter_web/_data/modules/defaults/theme_toggler.yml +42 -0
- data/lib/starter_web/_data/modules/iconPicker.yml +64 -0
- data/lib/starter_web/_data/modules/masonry.yml +3 -3
- data/lib/starter_web/_data/modules/masterslider.yml +5 -5
- data/lib/starter_web/_data/modules/navigator_menu.yml +311 -160
- data/lib/starter_web/_data/modules/scroller.yml +8 -8
- data/lib/starter_web/_data/modules/slick.yml +47 -86
- data/lib/starter_web/_data/modules/theme_toggler.yml +29 -0
- data/lib/starter_web/_data/modules/themer.yml +0 -6
- data/lib/starter_web/_data/resources.yml +54 -53
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/attributes.0.asciidoc +626 -0
- data/lib/starter_web/_includes/attributes.asciidoc +81 -72
- data/lib/starter_web/_includes/google/static/google_ad_5128488466.html +19 -0
- data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +19 -0
- data/lib/starter_web/_includes/google/templates/google_ads.html +55 -0
- data/lib/starter_web/_plugins/asciidoctor/google-ad-block.rb +47 -0
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/images/badges/configBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/docsBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/notebookBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/scaleable/configBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/docsBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/myBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/notebookBinder.svg +1 -1
- data/lib/starter_web/assets/images/icons/hyvor-talk/jpg/hyvor-logo.512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.jpg +0 -0
- data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +1 -1
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-256x256.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-64x64.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-256x256.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-64x64.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +1 -1
- data/lib/starter_web/assets/images/icons/mdi/mdi.svg +1 -0
- data/lib/starter_web/assets/images/icons/mdi/mdil.svg +1 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/alexander-redl.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/clem-onojeghuo.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/core_web_vitals_best.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/crawford-jolly.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/eleni-afiontzi.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/harpal-singh.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/hayden-mills-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-1.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-3.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/josep-martins.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/josh-liu.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.webp +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/matthaeus.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/mohammad-rahmani.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/nasa.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/recha-oktaviani.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/christina-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +1 -1
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/200-create-a-link-1.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/appdevtools-html-validator.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/freeformatter-html-validator.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/w3c-nu-checker.jpg +0 -0
- data/lib/starter_web/assets/images/pages/html_validator/w3c-validator.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jamstack-generators.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/static-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-faq.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.jpg +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/jekyll-og.png +0 -0
- data/lib/starter_web/assets/images/quotes/promo/jekyll/scalable/jekyll-faq.psd +0 -0
- data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +8 -9
- data/lib/starter_web/collections/_biography/becoming.adoc +23 -10
- data/lib/starter_web/collections/_biography/born-to-run.adoc +28 -10
- data/lib/starter_web/collections/_biography/forty-autumns.adoc +20 -13
- data/lib/starter_web/collections/_biography/not-dead-yet.adoc +25 -15
- data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +24 -15
- data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +25 -12
- data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -10
- data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +11 -8
- data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +32 -8
- data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +17 -14
- data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +27 -13
- data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +38 -15
- data/lib/starter_web/collections/_people/diana-petersen.adoc +2 -0
- data/lib/starter_web/collections/_people/larry-parker.adoc +2 -0
- data/lib/starter_web/collections/_people/parveen-anand.adoc +2 -0
- data/lib/starter_web/collections/_portfolio/branding.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/graphic_design.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/identity.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/illustration.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/photography.adoc +5 -0
- data/lib/starter_web/collections/_portfolio/web_design.adoc +5 -0
- data/lib/starter_web/collections/_romance/{breath-of-snow-and-ashes-a.adoc → breath-of-snow-and-ashes.adoc} +20 -5
- data/lib/starter_web/collections/_romance/dressmaker-the.adoc +26 -14
- data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +12 -9
- data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +14 -11
- data/lib/starter_web/collections/_romance/outlander-novel.adoc +48 -25
- data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +30 -15
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +4 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +4 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +5 -3
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +4 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/index.html +1 -18
- data/lib/starter_web/package.json +3 -3
- data/lib/starter_web/pages/public/about/features.adoc +1 -1
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +4 -4
- data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +1 -1
- data/lib/starter_web/pages/public/learn/bookshelf/jekyll_collections.adoc +75 -65
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +58 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/accordion.asciidoc +34 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/alerts.asciidoc +15 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/badges.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/body.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/breadcrumbs.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/buttons.asciidoc +75 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/cards.asciidoc +22 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/carousel.asciidoc +37 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/close.asciidoc +15 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/code.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/color_system.asciidoc +353 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/components.asciidoc +69 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/dropdowns.asciidoc +53 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/figures.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/forms.asciidoc +270 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/grid.asciidoc +49 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/links.asciidoc +21 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/list_groups.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/modals.asciidoc +43 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navbar.asciidoc +45 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/navs.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/offcanvas.asciidoc +16 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/options.asciidoc +30 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/pagination.asciidoc +40 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/paragraph.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/placeholders.asciidoc +5 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/popovers.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/position.asciidoc +8 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/progress_bars.asciidoc +12 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spacing.asciidoc +14 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/spinners.asciidoc +12 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tables.asciidoc +55 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/thumbnails.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/toasts.asciidoc +18 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/tooltips.asciidoc +28 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/typography.asciidoc +115 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/z_index.asciidoc +26 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/_table.asciidoc +9 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/accordion.asciidoc +87 -0
- data/lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc +262 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +59 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/100_chapter.asciidoc +541 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/200_chapter.asciidoc +33 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/build_command_options.asciidoc +72 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/files_and_folders.asciidoc +66 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_configuration_options.asciidoc +63 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/global_variables.asciidoc +26 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/page_variables.asciidoc +54 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/serve_command_options.asciidoc +45 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/site_variables.asciidoc +59 -0
- data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +442 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc +112 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +3 -4
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -10
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +35 -4
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +3 -3
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +41 -49
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
- data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +255 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +1458 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/j1.adoc +63 -0
- data/lib/starter_web/pages/public/tools/cheatsheet/yaml.adoc +514 -0
- data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc +94 -5
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +169 -60
- data/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
- data/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
- data/assets/themes/j1/core/css/nbinteract-tutorial/styles.css +0 -1711
- data/assets/themes/j1/core/css/nbinteract-tutorial/styles.min.css +0 -1
- data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +0 -127
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +0 -460
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +0 -97
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +0 -15
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +0 -115
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +0 -15
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +0 -97
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +0 -15
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +0 -125
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +0 -15
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +0 -11
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +0 -11
- data/lib/starter_web/assets/images/icons/j1/j1-256x256.gif +0 -0
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
- data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
- data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
- data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
- data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
- data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jamstack-generators.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/static-web-access.png +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +0 -117
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +0 -117
- /data/lib/starter_web/assets/images/badges/{configBinder.png → png/configBinder.png} +0 -0
- /data/lib/starter_web/assets/images/badges/{docsBinder.png → png/docsBinder.png} +0 -0
- /data/lib/starter_web/assets/images/badges/{notebookBinder.png → png/notebookBinder.png} +0 -0
- /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.24x24.png → png/hyvor-logo.24x24.png} +0 -0
- /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.512x512.png → png/hyvor-logo.512x512.png} +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
title: It Ends with Us
|
3
|
-
tagline:
|
3
|
+
tagline: When love hurts the most
|
4
4
|
date: 2016-11-27 00:00:00
|
5
5
|
description: >
|
6
6
|
Lily hasn't always had it easy, but that's never stopped her from working
|
@@ -9,7 +9,7 @@ description: >
|
|
9
9
|
started her own business.
|
10
10
|
|
11
11
|
categories: [ Books ]
|
12
|
-
tags: [ Romance
|
12
|
+
tags: [ Romance ]
|
13
13
|
|
14
14
|
image:
|
15
15
|
path: https://d1w7fb2mkkr3kw.cloudfront.net/assets/images/book/large/9781/4711/9781471156267.jpg
|
@@ -24,6 +24,9 @@ book:
|
|
24
24
|
ISBN13: 9781471156267
|
25
25
|
rank: 355
|
26
26
|
|
27
|
+
toc: false
|
28
|
+
fab_menu_id: default
|
29
|
+
scrollbar: false
|
27
30
|
regenerate: false
|
28
31
|
|
29
32
|
resources: [ animate ]
|
@@ -50,19 +53,11 @@ resource_options:
|
|
50
53
|
|
51
54
|
// Place an excerpt at the most top position
|
52
55
|
// -----------------------------------------------------------------------------
|
53
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
54
|
-
|
55
56
|
Lily hasn't always had it easy, but that's never stopped her from working
|
56
57
|
hard for the life she wants. She's come a long way from the small town in
|
57
58
|
Maine where she grew up - she graduated from college, moved to Boston, and
|
58
59
|
started her own business.
|
59
60
|
|
60
|
-
So when she feels a spark with a gorgeous neurosurgeon named Ryle Kincaid,
|
61
|
-
everything in Lily's life suddenly seems almost too good to be true. Ryle is
|
62
|
-
assertive, stubborn, maybe even a little arrogant. He's also sensitive,
|
63
|
-
brilliant, and has a total soft spot for Lily, but Ryle's complete aversion
|
64
|
-
to relationships is disturbing.
|
65
|
-
|
66
61
|
excerpt__end
|
67
62
|
|
68
63
|
// Load Liquid procedures
|
@@ -79,8 +74,16 @@ excerpt__end
|
|
79
74
|
|
80
75
|
// Include sub-documents (if any)
|
81
76
|
// -----------------------------------------------------------------------------
|
82
|
-
|
83
77
|
[[readmore]]
|
78
|
+
[role="mt-4"]
|
79
|
+
image:{{page.book.cover}}[role="mr-4 mb-5 float-left"]
|
80
|
+
|
81
|
+
So when she feels a spark with a gorgeous neurosurgeon named Ryle Kincaid,
|
82
|
+
everything in Lily's life suddenly seems almost too good to be true. Ryle is
|
83
|
+
assertive, stubborn, maybe even a little arrogant. He's also sensitive,
|
84
|
+
brilliant, and has a total soft spot for Lily, but Ryle's complete aversion
|
85
|
+
to relationships is disturbing.
|
86
|
+
|
84
87
|
As questions about her new relationship overwhelm her, so do thoughts of
|
85
88
|
Atlas Corrigan - her first love and a link to the past she left behind. He
|
86
89
|
was her kindred spirit, her protector. When Atlas suddenly reappears,
|
@@ -10,7 +10,7 @@ description: >
|
|
10
10
|
raiding border clans in the year of our Lord ... 1743.
|
11
11
|
|
12
12
|
categories: [ Books ]
|
13
|
-
tags: [ Romance
|
13
|
+
tags: [ Romance ]
|
14
14
|
|
15
15
|
image:
|
16
16
|
path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9780/4402/9780440212560.jpg
|
@@ -25,6 +25,9 @@ book:
|
|
25
25
|
ISBN13: 9780440212560
|
26
26
|
rank: 297
|
27
27
|
|
28
|
+
toc: false
|
29
|
+
fab_menu_id: default
|
30
|
+
scrollbar: false
|
28
31
|
regenerate: false
|
29
32
|
|
30
33
|
resources: [ animate ]
|
@@ -51,8 +54,6 @@ resource_options:
|
|
51
54
|
|
52
55
|
// Place an excerpt at the most top position
|
53
56
|
// -----------------------------------------------------------------------------
|
54
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
55
|
-
|
56
57
|
Claire Randall is leading a double life. She has a husband in one century,
|
57
58
|
and a lover in another...
|
58
59
|
|
@@ -62,11 +63,6 @@ aboulder in one of the ancient stone circles that dot the British Isles.
|
|
62
63
|
Suddenly she is a Sassenach--an "outlander"--in a Scotland torn by war and
|
63
64
|
raiding border clans in the year of our Lord...1743.
|
64
65
|
|
65
|
-
Hurled back in time by forces she cannot understand, Claire's destiny in soon
|
66
|
-
inextricably intertwined with Clan MacKenzie and the forbidden Castle Leoch.
|
67
|
-
She is catapulted without warning into the intrigues of lairds and spies that
|
68
|
-
may threaten her life ...and shatter her heart.
|
69
|
-
|
70
66
|
excerpt__end
|
71
67
|
|
72
68
|
// Load Liquid procedures
|
@@ -83,23 +79,50 @@ excerpt__end
|
|
83
79
|
|
84
80
|
// Include sub-documents (if any)
|
85
81
|
// -----------------------------------------------------------------------------
|
86
|
-
|
87
82
|
[[readmore]]
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
83
|
+
[role="mt-4"]
|
84
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
85
|
+
|
86
|
+
The story revolves around Claire Randall, a former combat nurse from World
|
87
|
+
War II. While on a second honeymoon in Scotland with her husband Frank,
|
88
|
+
Claire mysteriously travels back to 1743. She is caught in the Jacobite
|
89
|
+
rising, a period of political unrest and rebellion.
|
90
|
+
|
91
|
+
In 18th-century Scotland, Claire encounters Jamie Fraser, a young Highland
|
92
|
+
warrior, and becomes entangled in a passionate and tumultuous love affair
|
93
|
+
with him. As she navigates the dangers and challenges of life in the past,
|
94
|
+
Claire must also reconcile her feelings for Jamie with her longing to return
|
95
|
+
to her own time.
|
96
|
+
|
97
|
+
Hurled back in time by forces she cannot understand, Claire's destiny is
|
98
|
+
soon inextricably intertwined with Clan MacKenzie and the forbidden Castle
|
99
|
+
Leoch. She is catapulted without warning into the intrigues of lairds and
|
100
|
+
spies that may threaten her life ... and shatter her heart.
|
101
|
+
|
102
|
+
_Outlander_ blends historical fiction, romance, adventure, and time travel
|
103
|
+
elements. The novel is known for its richly detailed historical setting,
|
104
|
+
well-developed characters, and complex relationships. It explores love,
|
105
|
+
loyalty, sacrifice, and the clash of cultures and periods. The book is a
|
106
|
+
captivating novel that combines history, romance, and time travel to create
|
107
|
+
an immersive and fascinating tale of love and adventure.
|
108
|
+
|
109
|
+
The success of _Outlander_ led to sequels, continuing the epic tale of
|
110
|
+
Claire and Jamie's adventures across different periods and locations.
|
111
|
+
The book series has garnered a devoted fan base and has been praised
|
112
|
+
for its compelling storytelling and meticulous research. In addition to
|
113
|
+
the books, _Outlander_ has been adapted into a television series by Starz,
|
114
|
+
further increasing its popularity and bringing the story to a wider audience.
|
115
|
+
The TV adaptation has received critical acclaim for its faithful adaptation
|
116
|
+
and strong performances.
|
117
|
+
|
118
|
+
"For here, James Fraser, a gallant young Scots warrior, shows her a passion
|
119
|
+
so fierce and a love so absolute that Claire becomes a woman torn between
|
120
|
+
fidelity and desire ... and between two vastly different men in two
|
121
|
+
irreconcilable lives."
|
122
|
+
-- Los Angeles Daily News
|
123
|
+
|
124
|
+
"It is a large canvas that Gabaldon paints, filled with strong passions and
|
101
125
|
derring-do. Strong willed and sensual, Claire is an engaging modern heroine
|
102
126
|
plopped down in a simpler, more primitive time .. Great fun .. marvelous
|
103
|
-
and fantastic adventures, romance, sex .. perfect escape reading!
|
104
|
-
|
105
|
-
*San Francisco Chronicle*
|
127
|
+
and fantastic adventures, romance, sex .. perfect escape reading!""
|
128
|
+
-- San Francisco Chronicle
|
@@ -13,7 +13,7 @@ description: >
|
|
13
13
|
lady.
|
14
14
|
|
15
15
|
categories: [ Books ]
|
16
|
-
tags: [ Romance
|
16
|
+
tags: [ Romance ]
|
17
17
|
|
18
18
|
image:
|
19
19
|
path: https://d4rri9bdfuube.cloudfront.net/assets/images/book/large/9781/7808/9781780896618.jpg
|
@@ -28,6 +28,9 @@ book:
|
|
28
28
|
ISBN13: 9781780896618
|
29
29
|
rank: 701
|
30
30
|
|
31
|
+
toc: false
|
32
|
+
fab_menu_id: default
|
33
|
+
scrollbar: false
|
31
34
|
regenerate: false
|
32
35
|
|
33
36
|
resources: [ animate ]
|
@@ -54,21 +57,9 @@ resource_options:
|
|
54
57
|
|
55
58
|
// Place an excerpt at the most top position
|
56
59
|
// -----------------------------------------------------------------------------
|
57
|
-
// image:{{page.book.cover}}[width=200, role="mr-4 float-left"]
|
58
|
-
|
59
60
|
1740: Young Jamie Fraser has left Scotland and, with his best friend Ian Murray,
|
60
61
|
is running with a band of mercenaries in France.
|
61
62
|
|
62
|
-
Both men have good reason not to go back to their homeland: both are nursing
|
63
|
-
wounds, and despite their best efforts to remedy the situation, both are still
|
64
|
-
virgins. So when a Jewish doctor hires them to escort his granddaughter to
|
65
|
-
Paris, they readily agree. Both men are instantly drawn to the beautiful young
|
66
|
-
lady.
|
67
|
-
|
68
|
-
Find out what happened before Jamie met Claire in this brilliant new Outlander
|
69
|
-
short story. What neither know is that their lives and their friendships are
|
70
|
-
about to become infinitely more complicated - and a lot more dangerous...
|
71
|
-
|
72
63
|
excerpt__end
|
73
64
|
|
74
65
|
// Load Liquid procedures
|
@@ -85,8 +76,32 @@ excerpt__end
|
|
85
76
|
|
86
77
|
// Include sub-documents (if any)
|
87
78
|
// -----------------------------------------------------------------------------
|
88
|
-
|
89
79
|
[[readmore]]
|
80
|
+
[role="mt-4"]
|
81
|
+
image:{{page.book.cover}}[role="mr-4 float-left"]
|
82
|
+
|
90
83
|
Find out what happened before Jamie met Claire in this brilliant new Outlander
|
91
84
|
short story. What neither know is that their lives and their friendships are
|
92
|
-
about to become infinitely more complicated - and a lot more dangerous
|
85
|
+
about to become infinitely more complicated - and a lot more dangerous.
|
86
|
+
|
87
|
+
Both men have good reason not to go back to their homeland: both are nursing
|
88
|
+
wounds, and despite their best efforts to remedy the situation, both are still
|
89
|
+
virgins. So when a Jewish doctor hires them to escort his granddaughter to
|
90
|
+
Paris, they readily agree. Both men are instantly drawn to the beautiful young
|
91
|
+
lady.
|
92
|
+
|
93
|
+
_Outlander_ blends historical fiction, romance, adventure, and time travel
|
94
|
+
elements. The novel is known for its richly detailed historical setting,
|
95
|
+
well-developed characters, and complex relationships. It explores love,
|
96
|
+
loyalty, sacrifice, and the clash of cultures and periods. The book is a
|
97
|
+
captivating novel that combines history, romance, and time travel to create
|
98
|
+
an immersive and fascinating tale of love and adventure.
|
99
|
+
|
100
|
+
The success of _Outlander_ led to sequels, continuing the epic tale of
|
101
|
+
Claire and Jamie's adventures across different periods and locations.
|
102
|
+
The book series has garnered a devoted fan base and has been praised
|
103
|
+
for its compelling storytelling and meticulous research. In addition to
|
104
|
+
the books, _Outlander_ has been adapted into a television series by Starz,
|
105
|
+
further increasing its popularity and bringing the story to a wider audience.
|
106
|
+
The TV adaptation has received critical acclaim for its faithful adaptation
|
107
|
+
and strong performances.
|
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
@@ -10,7 +10,6 @@ description: >
|
|
10
10
|
new projects and combines the best of open source software
|
11
11
|
for the Web. Jekyll One is open source and the modules packed
|
12
12
|
as well. No pain for private or professional purposes.
|
13
|
-
|
14
13
|
keywords: >
|
15
14
|
Jekyll, Jekyll, JekyllOne, Theme, Template, Ruby, Gem
|
16
15
|
|
@@ -21,19 +20,6 @@ robots:
|
|
21
20
|
index: true
|
22
21
|
follow: true
|
23
22
|
|
24
|
-
# image:
|
25
|
-
# path: /assets/images/custom/header/avatar.svg
|
26
|
-
# width: 1920
|
27
|
-
# height: 1200
|
28
|
-
# alt: Family Cartoon
|
29
|
-
|
30
|
-
|
31
|
-
# image:
|
32
|
-
# path: /assets/images/custom/header/family.svg
|
33
|
-
# width: 1920
|
34
|
-
# height: 1200
|
35
|
-
# alt: Family Cartoon
|
36
|
-
|
37
23
|
image:
|
38
24
|
path: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
|
39
25
|
width: 1920
|
@@ -99,15 +85,12 @@ accordion:
|
|
99
85
|
noting that just about any HTML can go within the <code>.accordion-body</code>, though the
|
100
86
|
transition does limit overflow.
|
101
87
|
|
102
|
-
resources:
|
103
|
-
# resource_options: []
|
88
|
+
resources: [ animate, scroller ]
|
104
89
|
resource_options:
|
105
90
|
- attic:
|
106
91
|
slides:
|
107
92
|
- url: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
|
108
93
|
alt: Photo by Kristopher Roller on Unsplash
|
109
|
-
# title: Starter
|
110
|
-
# tagline: Build-In Theme
|
111
94
|
badge:
|
112
95
|
type: unsplash
|
113
96
|
author: Kristopher Roller
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"private": true,
|
3
3
|
"name": "j1",
|
4
|
-
"version": "2023.
|
4
|
+
"version": "2023.3.1",
|
5
5
|
"description": "J1 Theme Starter Web",
|
6
6
|
"homepage": "https://your.site",
|
7
7
|
"author": {
|
@@ -124,10 +124,10 @@
|
|
124
124
|
"setup:detect-os": "echo Detect OS .. && cross-env if-env OS=Windows_NT && cross-var echo \"OS detected: $OS\" || OS=$(echo $(getos)) && echo \"OS detected: $OS\" && echo done.",
|
125
125
|
"setup:site": "run-s -s build",
|
126
126
|
"site": "run-p -s site:*",
|
127
|
-
"site:jekyll": "echo Startup the site .. && cross-env SINATRA_ACTIVESUPPORT_WARNING=false bundle exec jekyll s --incremental --livereload --skip-initial-build --livereload-port $npm_package_jekyll_opt_livereload_port --watch --open 2>jekyll.
|
127
|
+
"site:jekyll": "echo Startup the site .. && cross-env SINATRA_ACTIVESUPPORT_WARNING=false bundle exec jekyll s --incremental --livereload --skip-initial-build --livereload-port $npm_package_jekyll_opt_livereload_port --watch --open 2>jekyll.log",
|
128
128
|
"site:utilsrv": "npm --prefix ./utilsrv --silent run utilsrv",
|
129
129
|
"j1-site": "run-p -s j1-site:*",
|
130
|
-
"j1-site:jekyll": "echo Startup the site .. && cross-env bundle exec jekyll s --incremental --livereload --skip-initial-build --livereload-port $npm_package_jekyll_opt_livereload_port --watch --open 2>jekyll.
|
130
|
+
"j1-site:jekyll": "echo Startup the site .. && cross-env bundle exec jekyll s --incremental --livereload --skip-initial-build --livereload-port $npm_package_jekyll_opt_livereload_port --watch --open 2>jekyll.log",
|
131
131
|
"j1-site:utilsrv": "npm --prefix ./utilsrv --silent run utilsrv",
|
132
132
|
"bump": "run-s -s ver && run-s -s bump:* && run-s -s ver",
|
133
133
|
"ver": "cross-var cross-env echo \"Project version: $npm_package_version\"",
|
@@ -41,7 +41,7 @@ resource_options:
|
|
41
41
|
// Set (local) page attributes here
|
42
42
|
// -----------------------------------------------------------------------------
|
43
43
|
// :page--attr: <attr-value>
|
44
|
-
:badges-enabled:
|
44
|
+
:badges-enabled: false
|
45
45
|
|
46
46
|
// Load Liquid procedures
|
47
47
|
// -----------------------------------------------------------------------------
|
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
|