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
@@ -16,7 +16,7 @@ image:
|
|
16
16
|
alt: Photo by Giammarco on Unsplash
|
17
17
|
|
18
18
|
regenerate: false
|
19
|
-
permalink: /pages/public/
|
19
|
+
permalink: /pages/public/learn/bookshelf/jekyll_collections/
|
20
20
|
|
21
21
|
resources: [ animate ]
|
22
22
|
resource_options:
|
@@ -39,6 +39,14 @@ resource_options:
|
|
39
39
|
// -----------------------------------------------------------------------------
|
40
40
|
// :page--attr: <attr-value>
|
41
41
|
|
42
|
+
// Load Liquid procedures
|
43
|
+
// -----------------------------------------------------------------------------
|
44
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
45
|
+
|
46
|
+
// Load page attributes
|
47
|
+
// -----------------------------------------------------------------------------
|
48
|
+
{% include {{load_attributes}} scope="global" %}
|
49
|
+
|
42
50
|
|
43
51
|
// Content
|
44
52
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
@@ -62,33 +70,36 @@ image::{{page.image.name}}[{{page.title}}, width=1280]
|
|
62
70
|
{% endif %}
|
63
71
|
////
|
64
72
|
|
65
|
-
Source: https://ben.balter.com/2015/02/20/jekyll-collections/[Ben Balter: Jekyll Collections]
|
73
|
+
Source: https://ben.balter.com/2015/02/20/jekyll-collections/[Ben Balter: Jekyll Collections, {browser-window--new}]
|
66
74
|
|
67
75
|
Most Jekyll sites are organized around two types of content, posts (ordered)
|
68
76
|
and pages (un-ordered).
|
69
77
|
|
70
|
-
*
|
71
|
-
chronologically. You might use them for blog posts on a personal blog,
|
72
|
-
or articles on a news site. You can recognize a post by its filename.
|
73
|
-
Posts live in the
|
74
|
-
`YYYY-MM-DD-post-title.md`. Because posts are dated, they're
|
75
|
-
traditionally not updated regularly once published.
|
76
|
-
|
77
|
-
*
|
78
|
-
a relationship with one another. They can live anywhere within
|
79
|
-
site's source directory and don't have a set naming pattern. If you
|
80
|
-
a personal blog, you might have an `index.html` page
|
81
|
-
(https://ben.balter.com/[the site's main page which is used to list
|
82
|
-
posts
|
83
|
-
|
84
|
-
|
78
|
+
* http://jekyllrb.com/docs/posts/[Posts, {browser-window--new}] are organized
|
79
|
+
reverse chronologically. You might use them for blog posts on a personal blog,
|
80
|
+
or articles on a news site. You can recognize a post by its filename.
|
81
|
+
Posts live in the `posts` folder, and are always named in the form of
|
82
|
+
`YYYY-MM-DD-post-title.md`. Because posts are dated, they're
|
83
|
+
traditionally not updated regularly once published.
|
84
|
+
|
85
|
+
* http://jekyllrb.com/docs/pages/[Pages, {browser-window--new}] are documents
|
86
|
+
that don't have a relationship with one another. They can live anywhere within
|
87
|
+
the site's source directory and don't have a set naming pattern. If you
|
88
|
+
have a personal blog, you might have an `index.html` page
|
89
|
+
(https://ben.balter.com/[the site's main page which is used to list
|
90
|
+
posts, {browser-window--new}]),
|
91
|
+
or
|
92
|
+
https://ben.balter.com/about/[an about me page, {browser-window--new}],
|
93
|
+
to name two examples. Because pages aren't date specific, pages are often
|
94
|
+
updated over time to maintain accuracy.
|
85
95
|
|
86
96
|
The problem is, not everything you might want to publish using a Jekyll
|
87
97
|
falls cleanly into the those two categories of content. As I noted in
|
88
98
|
https://github.com/jekyll/jekyll/issues/1941[the original pitch], "If
|
89
99
|
people are using blog posts for a non-blog post thing, Jekyll has
|
90
100
|
already failed". That's where Jekyll's
|
91
|
-
http://jekyllrb.com/docs/collections/[collections]
|
101
|
+
http://jekyllrb.com/docs/collections/[collections, {browser-window--new}]
|
102
|
+
come in.
|
92
103
|
|
93
104
|
|
94
105
|
== Not a post, a page - but a collection?
|
@@ -99,15 +110,15 @@ bring Jekyll's zen-like simplicity to all sorts of other types of content that
|
|
99
110
|
aren't ordered as with posts (ordered by date), but have a set _relationship_
|
100
111
|
with one another - hence the name: _collection_. If you're familiar with
|
101
112
|
traditional CMS's, you can think of collections like
|
102
|
-
http://codex.wordpress.org/Post_Types[WordPress custom post types]
|
103
|
-
https://www.drupal.org/node/774728[Drupal custom content types],
|
104
|
-
you do not need to program a specific class, learn any back-end
|
113
|
+
http://codex.wordpress.org/Post_Types[WordPress custom post types, {browser-window--new}]]
|
114
|
+
or https://www.drupal.org/node/774728[Drupal custom content types, {browser-window--new}]],
|
115
|
+
except you do not need to program a specific class, learn any back-end
|
105
116
|
languages, and the syntax used to specify them is very easily readable.
|
106
117
|
|
107
118
|
What then, might you use collections for? Let's say you're making a
|
108
119
|
website for a bakery and want to list the different cupcakes varieties
|
109
120
|
you sell. You might use a collection called *cupcakes*. You'd create a
|
110
|
-
|
121
|
+
`cupcakes` folder, and would add `chocolate.md` or `vanilla.md` to it.
|
111
122
|
And just like posts or pages, your list of cupcakes would be accessible
|
112
123
|
as `site.cupcakes`.
|
113
124
|
|
@@ -119,12 +130,12 @@ one-another in the sense that they're all cupcakes.
|
|
119
130
|
|
120
131
|
[NOTE]
|
121
132
|
====
|
122
|
-
Collections are a very
|
123
|
-
official documentation may be subject to change
|
124
|
-
http://jekyllrb.com/docs/collections/[
|
125
|
-
|
126
|
-
|
127
|
-
|
133
|
+
Collections are a very young feature to Jekyll, and according to the
|
134
|
+
official documentation may be subject to change Jekyll Documentation on
|
135
|
+
http://jekyllrb.com/docs/collections/[Collections, {browser-window--new}]],
|
136
|
+
you should not let that put you off of using them, because Jekyll is
|
137
|
+
open-source, which means you should trust the community to work-together
|
138
|
+
for the best common-case solution.
|
128
139
|
====
|
129
140
|
|
130
141
|
|
@@ -133,7 +144,7 @@ community to work-together for the best common-case solution.
|
|
133
144
|
But what if one day you decided to expand your offerings and sell
|
134
145
|
cookies in addition to cupcakes. Simply introduce a "cookies"
|
135
146
|
collection, adding `chocolate-chip.md` and `peanut-butter.md` to a
|
136
|
-
|
147
|
+
`cookies` directory, exposing the cookies as `site.cookies`. You'll
|
137
148
|
notice the collections concept start to show its value here. Pages
|
138
149
|
wouldn't make sense here, because you'd want to be able to list cupcakes
|
139
150
|
and cookies separately, and besides for both being baked goods, the one
|
@@ -147,14 +158,14 @@ to display all products, with specific includes for `cupcakes` and
|
|
147
158
|
`cookies`.
|
148
159
|
|
149
160
|
Abstractly, because they're not outputted by default, you can think of
|
150
|
-
collections somewhat like
|
151
|
-
|
152
|
-
|
153
|
-
more robust. Like
|
154
|
-
through frontmatter, but they also
|
155
|
-
posts and pages), and can be broken out
|
156
|
-
to break out my bakery's hours, I might
|
157
|
-
that looked something like this:
|
161
|
+
collections somewhat like Jekyll's
|
162
|
+
http://jekyllrb.com/docs/datafiles/[data folder support, {browser-window--new}],
|
163
|
+
but with the potential to generate content, and be placed into their own
|
164
|
+
specific part of your Jekyll site, so a lot more robust. Like `data` files,
|
165
|
+
they can support arbitrary key/values through frontmatter, but they also
|
166
|
+
support a full content body (like posts and pages), and can be broken out
|
167
|
+
into separate files. If I wanted to break out my bakery's hours, I might
|
168
|
+
have a `data/hours.yml` file that looked something like this:
|
158
169
|
|
159
170
|
[source,yaml]
|
160
171
|
----
|
@@ -175,14 +186,15 @@ data and a plugin to turn it into pages; using collections allows the
|
|
175
186
|
site owner to focus on the content.
|
176
187
|
|
177
188
|
For a more concrete example, take a look at
|
178
|
-
https://github.com/github/choosealicense.com[the source]
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
https://github.com/github/choosealicense.com/
|
185
|
-
|
189
|
+
https://github.com/github/choosealicense.com[the source, {browser-window--new}]
|
190
|
+
for
|
191
|
+
http://choosealicense.com[choosealicense.com, {browser-window--new}]
|
192
|
+
a site which helps explain OpenSource licenses like the MIT or GPL license.
|
193
|
+
There are pages like *about* and *terms of service*, but the actual licenses
|
194
|
+
live in
|
195
|
+
https://github.com/github/choosealicense.com/tree/gh-pages/licenses[a licenses collection, {browser-window--new}]
|
196
|
+
and are displayed via
|
197
|
+
https://github.com/github/choosealicense.com/blob/gh-pages/licenses.html[a licensed page, {browser-window--new}].
|
186
198
|
|
187
199
|
=== Other use-cases
|
188
200
|
|
@@ -197,7 +209,7 @@ your site.
|
|
197
209
|
|
198
210
|
The examples above were a slight simplification. There's one other step.
|
199
211
|
Before you can use a collection, you need to tell Jekyll about it. Going
|
200
|
-
back to our bakery example above, I might have a
|
212
|
+
back to our bakery example above, I might have a `config.yml` file that
|
201
213
|
looks something like this:
|
202
214
|
|
203
215
|
[source,yaml]
|
@@ -207,16 +219,16 @@ collections:
|
|
207
219
|
- cookies
|
208
220
|
----
|
209
221
|
|
210
|
-
This tells Jekyll to look in the
|
222
|
+
This tells Jekyll to look in the `cupcakes` and `cookies` folders
|
211
223
|
for documents, and to read them into the appropriate collection, including
|
212
|
-
http://jekyllrb.com/docs/frontmatter/[YAML front matter],
|
213
|
-
would posts (but again, without the date, because collection
|
214
|
-
aren't date specific).
|
224
|
+
http://jekyllrb.com/docs/frontmatter/[YAML front matter, {browser-window--new}],
|
225
|
+
just as it would posts (but again, without the date, because collection
|
226
|
+
documents aren't date specific).
|
215
227
|
|
216
228
|
By default, collections are read in (and exposed as `site.[collection]`,
|
217
229
|
an alias per-collection), but not included in the final site; at least
|
218
230
|
not individually like you might expect posts or pages to. If you wanted
|
219
|
-
a page for each type of cupcake, you'd have to modify the
|
231
|
+
a page for each type of cupcake, you'd have to modify the `config.yml`
|
220
232
|
a bit:
|
221
233
|
|
222
234
|
[source,yaml]
|
@@ -227,12 +239,11 @@ collections:
|
|
227
239
|
permalink: /cupcakes/:path/
|
228
240
|
----
|
229
241
|
|
230
|
-
That way,
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
same information as an API for use elsewhere.
|
242
|
+
That way, `cupcakes/chocolate.md` is outputted as `cupcakes/chocolate/index.html`
|
243
|
+
when the site is built and would be accessible as `example.com/cupcakes/chocolate/`.
|
244
|
+
The other advantage, is, because the data is now structured and machine readable
|
245
|
+
(rather than in plain text), you could also use the `jsonify` filter to output
|
246
|
+
that same information as an API for use elsewhere.
|
236
247
|
|
237
248
|
|
238
249
|
=== When to use a post, a page, or a collection
|
@@ -266,24 +277,23 @@ group of "things" that can be logically grouped by a common theme
|
|
266
277
|
(that's not their date). Here's a few examples:
|
267
278
|
|
268
279
|
* Listing employees on your company's "about" page (or a project's
|
269
|
-
maintainers)
|
280
|
+
maintainers)
|
270
281
|
* Documenting methods in an OpenSource project (or the project's that
|
271
|
-
use it, or the plugins available)
|
282
|
+
use it, or the plugins available)
|
272
283
|
* Organizing jobs on your résumé (or talks given, papers written)
|
273
|
-
* https://github.com/blog/1939-how-github-uses-github-to-document-GitHub[Articles
|
274
|
-
on a support site]
|
284
|
+
* https://github.com/blog/1939-how-github-uses-github-to-document-GitHub[Articles on a support site, {browser-window--new}]
|
275
285
|
* Recipes on your personal blog (or restaurant reviews, or dishes on a
|
276
|
-
menu)
|
286
|
+
menu)
|
277
287
|
* Students in a class (or courses being offered, or listing the faculty)
|
278
288
|
* Cheats, tips, tricks and walkthroughs for games (by platform)
|
279
289
|
* Creating re-usable content snippets for your site such as
|
280
|
-
testimonials, forms, sentences, buzz-words or call-outs
|
290
|
+
testimonials, forms, sentences, buzz-words or call-outs
|
281
291
|
* And honestly just about anything else
|
282
292
|
|
283
293
|
Collections are a powerful (and often misunderstood) Jekyll feature, but
|
284
294
|
hopefully you've now got an idea or two for your next Jekyll project. Of
|
285
295
|
course, if you're looking to dig in to collections, be sure to check out
|
286
|
-
http://jekyllrb.com/docs/collections/[the formal documentation]
|
287
|
-
much more in-depth explanation.
|
296
|
+
http://jekyllrb.com/docs/collections/[the formal documentation, {browser-window--new}]
|
297
|
+
for a much more in-depth explanation.
|
288
298
|
|
289
299
|
Happy Jekylling!
|
@@ -0,0 +1,58 @@
|
|
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-j1--home: https://jekyll.one/
|
10
|
+
|
11
|
+
end::urls[]
|
12
|
+
|
13
|
+
|
14
|
+
// FOOTNOTES, global asciidoc attributes (variables)
|
15
|
+
// -----------------------------------------------------------------------------
|
16
|
+
tag::footnotes[]
|
17
|
+
end::footnotes[]
|
18
|
+
|
19
|
+
|
20
|
+
// Tags - Asciidoc attributes used internally
|
21
|
+
// -----------------------------------------------------------------------------
|
22
|
+
tag::tags[]
|
23
|
+
end::tags[]
|
24
|
+
|
25
|
+
|
26
|
+
// Data - Data elements for Asciidoctor extensions
|
27
|
+
// -----------------------------------------------------------------------------
|
28
|
+
tag::data[]
|
29
|
+
|
30
|
+
:data-image--core_web_vitals_best: "pages/core_web_vitals/core_web_vitals_best.jpg, Best values for performance (Lighthouse)"
|
31
|
+
|
32
|
+
end::data[]
|
33
|
+
|
34
|
+
|
35
|
+
// Images - Images from local include/images folder
|
36
|
+
// -----------------------------------------------------------------------------
|
37
|
+
tag::images[]
|
38
|
+
end::images[]
|
39
|
+
|
40
|
+
|
41
|
+
// PRODUCTS, local product information (e.g. release)
|
42
|
+
// -----------------------------------------------------------------------------
|
43
|
+
tag::products
|
44
|
+
|
45
|
+
:license: e.g. Apache License, Version 2.0
|
46
|
+
:revdate: e.g. 2018
|
47
|
+
:revnumber: e.g. 1.2.3
|
48
|
+
|
49
|
+
end::products[]
|
50
|
+
|
51
|
+
|
52
|
+
// AUTHORS, local author information (e.g. article)
|
53
|
+
// -----------------------------------------------------------------------------
|
54
|
+
tag::authors[]
|
55
|
+
|
56
|
+
:uri-author-xxx: https://xxx
|
57
|
+
|
58
|
+
end::authors[]
|
data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/accordion.asciidoc
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
[source, sass]
|
2
|
+
----
|
3
|
+
$accordion-padding-y: 1rem !default;
|
4
|
+
$accordion-padding-x: 1.25rem !default;
|
5
|
+
$accordion-color: var(--#{$prefix}body-color) !default;
|
6
|
+
$accordion-bg: var(--#{$prefix}body-bg) !default;
|
7
|
+
$accordion-border-width: var(--#{$prefix}border-width) !default;
|
8
|
+
$accordion-border-color: var(--#{$prefix}border-color) !default;
|
9
|
+
$accordion-border-radius: var(--#{$prefix}border-radius) !default;
|
10
|
+
$accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;
|
11
|
+
|
12
|
+
$accordion-body-padding-y: $accordion-padding-y !default;
|
13
|
+
$accordion-body-padding-x: $accordion-padding-x !default;
|
14
|
+
|
15
|
+
$accordion-button-padding-y: $accordion-padding-y !default;
|
16
|
+
$accordion-button-padding-x: $accordion-padding-x !default;
|
17
|
+
$accordion-button-color: var(--#{$prefix}body-color) !default;
|
18
|
+
$accordion-button-bg: var(--#{$prefix}accordion-bg) !default;
|
19
|
+
$accordion-transition: $btn-transition, border-radius .15s ease !default;
|
20
|
+
$accordion-button-active-bg: var(--#{$prefix}primary-bg-subtle) !default;
|
21
|
+
$accordion-button-active-color: var(--#{$prefix}primary-text-emphasis) !default;
|
22
|
+
|
23
|
+
$accordion-button-focus-border-color: $input-focus-border-color !default;
|
24
|
+
$accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;
|
25
|
+
|
26
|
+
$accordion-icon-width: 1.25rem !default;
|
27
|
+
$accordion-icon-color: $body-color !default;
|
28
|
+
$accordion-icon-active-color: $primary-text-emphasis !default;
|
29
|
+
$accordion-icon-transition: transform .2s ease-in-out !default;
|
30
|
+
$accordion-icon-transform: rotate(-180deg) !default;
|
31
|
+
|
32
|
+
$accordion-button-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !default;
|
33
|
+
$accordion-button-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-active-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !default;
|
34
|
+
----
|
@@ -0,0 +1,15 @@
|
|
1
|
+
[source, sass]
|
2
|
+
----
|
3
|
+
$alert-padding-y: $spacer !default;
|
4
|
+
$alert-padding-x: $spacer !default;
|
5
|
+
$alert-margin-bottom: 1rem !default;
|
6
|
+
$alert-border-radius: var(--#{$prefix}border-radius) !default;
|
7
|
+
$alert-link-font-weight: $font-weight-bold !default;
|
8
|
+
$alert-border-width: var(--#{$prefix}border-width) !default;
|
9
|
+
$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side
|
10
|
+
|
11
|
+
// Deprecated in v5.2.0, to be removed in v6
|
12
|
+
$alert-bg-scale: -80% !default;
|
13
|
+
$alert-border-scale: -70% !default;
|
14
|
+
$alert-color-scale: 40% !default;
|
15
|
+
----
|
@@ -0,0 +1,9 @@
|
|
1
|
+
[source, sass]
|
2
|
+
----
|
3
|
+
$badge-font-size: .75em !default;
|
4
|
+
$badge-font-weight: $font-weight-bold !default;
|
5
|
+
$badge-color: $white !default;
|
6
|
+
$badge-padding-y: .35em !default;
|
7
|
+
$badge-padding-x: .65em !default;
|
8
|
+
$badge-border-radius: var(--#{$prefix}border-radius) !default;
|
9
|
+
----
|
@@ -0,0 +1,14 @@
|
|
1
|
+
[source, sass]
|
2
|
+
----
|
3
|
+
$body-text-align: null !default;
|
4
|
+
$body-color: $gray-900 !default;
|
5
|
+
$body-bg: $white !default;
|
6
|
+
|
7
|
+
$body-secondary-color: rgba($body-color, .75) !default;
|
8
|
+
$body-secondary-bg: $gray-200 !default;
|
9
|
+
|
10
|
+
$body-tertiary-color: rgba($body-color, .5) !default;
|
11
|
+
$body-tertiary-bg: $gray-100 !default;
|
12
|
+
|
13
|
+
$body-emphasis-color: $black !default;
|
14
|
+
----
|
data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/breadcrumbs.asciidoc
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
[source, sass]
|
2
|
+
----
|
3
|
+
$breadcrumb-font-size: null !default;
|
4
|
+
$breadcrumb-padding-y: 0 !default;
|
5
|
+
$breadcrumb-padding-x: 0 !default;
|
6
|
+
$breadcrumb-item-padding-x: .5rem !default;
|
7
|
+
$breadcrumb-margin-bottom: 1rem !default;
|
8
|
+
$breadcrumb-bg: null !default;
|
9
|
+
$breadcrumb-divider-color: var(--#{$prefix}secondary-color) !default;
|
10
|
+
$breadcrumb-active-color: var(--#{$prefix}secondary-color) !default;
|
11
|
+
$breadcrumb-divider: quote("/") !default;
|
12
|
+
$breadcrumb-divider-flipped: $breadcrumb-divider !default;
|
13
|
+
$breadcrumb-border-radius: null !default;
|
14
|
+
----
|
data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/buttons.asciidoc
ADDED
@@ -0,0 +1,75 @@
|
|
1
|
+
[source, sass]
|
2
|
+
----
|
3
|
+
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
|
4
|
+
//
|
5
|
+
|
6
|
+
$input-btn-padding-y: .375rem !default;
|
7
|
+
$input-btn-padding-x: .75rem !default;
|
8
|
+
$input-btn-font-family: null !default;
|
9
|
+
$input-btn-font-size: $font-size-base !default;
|
10
|
+
$input-btn-line-height: $line-height-base !default;
|
11
|
+
|
12
|
+
$input-btn-focus-width: $focus-ring-width !default;
|
13
|
+
$input-btn-focus-color-opacity: $focus-ring-opacity !default;
|
14
|
+
$input-btn-focus-color: $focus-ring-color !default;
|
15
|
+
$input-btn-focus-blur: $focus-ring-blur !default;
|
16
|
+
$input-btn-focus-box-shadow: $focus-ring-box-shadow !default;
|
17
|
+
|
18
|
+
$input-btn-padding-y-sm: .25rem !default;
|
19
|
+
$input-btn-padding-x-sm: .5rem !default;
|
20
|
+
$input-btn-font-size-sm: $font-size-sm !default;
|
21
|
+
|
22
|
+
$input-btn-padding-y-lg: .5rem !default;
|
23
|
+
$input-btn-padding-x-lg: 1rem !default;
|
24
|
+
$input-btn-font-size-lg: $font-size-lg !default;
|
25
|
+
|
26
|
+
$input-btn-border-width: var(--#{$prefix}border-width) !default;
|
27
|
+
|
28
|
+
// For each of Bootstrap's buttons, define text, background, and border color.
|
29
|
+
//
|
30
|
+
$btn-color: var(--#{$prefix}body-color) !default;
|
31
|
+
$btn-padding-y: $input-btn-padding-y !default;
|
32
|
+
$btn-padding-x: $input-btn-padding-x !default;
|
33
|
+
$btn-font-family: $input-btn-font-family !default;
|
34
|
+
$btn-font-size: $input-btn-font-size !default;
|
35
|
+
$btn-line-height: $input-btn-line-height !default;
|
36
|
+
$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping
|
37
|
+
|
38
|
+
$btn-padding-y-sm: $input-btn-padding-y-sm !default;
|
39
|
+
$btn-padding-x-sm: $input-btn-padding-x-sm !default;
|
40
|
+
$btn-font-size-sm: $input-btn-font-size-sm !default;
|
41
|
+
|
42
|
+
$btn-padding-y-lg: $input-btn-padding-y-lg !default;
|
43
|
+
$btn-padding-x-lg: $input-btn-padding-x-lg !default;
|
44
|
+
$btn-font-size-lg: $input-btn-font-size-lg !default;
|
45
|
+
|
46
|
+
$btn-border-width: $input-btn-border-width !default;
|
47
|
+
|
48
|
+
$btn-font-weight: $font-weight-normal !default;
|
49
|
+
$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;
|
50
|
+
$btn-focus-width: $input-btn-focus-width !default;
|
51
|
+
$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
|
52
|
+
$btn-disabled-opacity: .65 !default;
|
53
|
+
$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;
|
54
|
+
|
55
|
+
$btn-link-color: var(--#{$prefix}link-color) !default;
|
56
|
+
$btn-link-hover-color: var(--#{$prefix}link-hover-color) !default;
|
57
|
+
$btn-link-disabled-color: $gray-600 !default;
|
58
|
+
|
59
|
+
// Allows for customizing button radius independently from global border radius
|
60
|
+
//
|
61
|
+
$btn-border-radius: var(--#{$prefix}border-radius) !default;
|
62
|
+
$btn-border-radius-sm: var(--#{$prefix}border-radius-sm) !default;
|
63
|
+
$btn-border-radius-lg: var(--#{$prefix}border-radius-lg) !default;
|
64
|
+
|
65
|
+
$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
|
66
|
+
|
67
|
+
$btn-hover-bg-shade-amount: 15% !default;
|
68
|
+
$btn-hover-bg-tint-amount: 15% !default;
|
69
|
+
$btn-hover-border-shade-amount: 20% !default;
|
70
|
+
$btn-hover-border-tint-amount: 10% !default;
|
71
|
+
$btn-active-bg-shade-amount: 20% !default;
|
72
|
+
$btn-active-bg-tint-amount: 20% !default;
|
73
|
+
$btn-active-border-shade-amount: 25% !default;
|
74
|
+
$btn-active-border-tint-amount: 10% !default;
|
75
|
+
----
|
@@ -0,0 +1,22 @@
|
|
1
|
+
[source, sass]
|
2
|
+
----
|
3
|
+
$card-spacer-y: $spacer !default;
|
4
|
+
$card-spacer-x: $spacer !default;
|
5
|
+
$card-title-spacer-y: $spacer * .5 !default;
|
6
|
+
$card-title-color: null !default;
|
7
|
+
$card-subtitle-color: null !default;
|
8
|
+
$card-border-width: var(--#{$prefix}border-width) !default;
|
9
|
+
$card-border-color: var(--#{$prefix}border-color-translucent) !default;
|
10
|
+
$card-border-radius: var(--#{$prefix}border-radius) !default;
|
11
|
+
$card-box-shadow: null !default;
|
12
|
+
$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;
|
13
|
+
$card-cap-padding-y: $card-spacer-y * .5 !default;
|
14
|
+
$card-cap-padding-x: $card-spacer-x !default;
|
15
|
+
$card-cap-bg: rgba(var(--#{$prefix}body-color-rgb), .03) !default;
|
16
|
+
$card-cap-color: null !default;
|
17
|
+
$card-height: null !default;
|
18
|
+
$card-color: null !default;
|
19
|
+
$card-bg: var(--#{$prefix}body-bg) !default;
|
20
|
+
$card-img-overlay-padding: $spacer !default;
|
21
|
+
$card-group-margin: $grid-gutter-width * .5 !default;
|
22
|
+
----
|
data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/documents/carousel.asciidoc
ADDED
@@ -0,0 +1,37 @@
|
|
1
|
+
[source, sass]
|
2
|
+
----
|
3
|
+
$carousel-control-color: $white !default;
|
4
|
+
$carousel-control-width: 15% !default;
|
5
|
+
$carousel-control-opacity: .5 !default;
|
6
|
+
$carousel-control-hover-opacity: .9 !default;
|
7
|
+
$carousel-control-transition: opacity .15s ease !default;
|
8
|
+
|
9
|
+
$carousel-indicator-width: 30px !default;
|
10
|
+
$carousel-indicator-height: 3px !default;
|
11
|
+
$carousel-indicator-hit-area-height: 10px !default;
|
12
|
+
$carousel-indicator-spacer: 3px !default;
|
13
|
+
$carousel-indicator-opacity: .5 !default;
|
14
|
+
$carousel-indicator-active-bg: $white !default;
|
15
|
+
$carousel-indicator-active-opacity: 1 !default;
|
16
|
+
$carousel-indicator-transition: opacity .6s ease !default;
|
17
|
+
|
18
|
+
$carousel-caption-width: 70% !default;
|
19
|
+
$carousel-caption-color: $white !default;
|
20
|
+
$carousel-caption-padding-y: 1.25rem !default;
|
21
|
+
$carousel-caption-spacer: 1.25rem !default;
|
22
|
+
|
23
|
+
$carousel-control-icon-width: 2rem !default;
|
24
|
+
|
25
|
+
$carousel-control-prev-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>") !default;
|
26
|
+
$carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>") !default;
|
27
|
+
|
28
|
+
$carousel-transition-duration: .6s !default;
|
29
|
+
$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
|
30
|
+
|
31
|
+
|
32
|
+
// carousel-dark-variables
|
33
|
+
//
|
34
|
+
$carousel-dark-indicator-active-bg: $black !default;
|
35
|
+
$carousel-dark-caption-color: $black !default;
|
36
|
+
$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;
|
37
|
+
----
|
@@ -0,0 +1,15 @@
|
|
1
|
+
[source, sass]
|
2
|
+
----
|
3
|
+
$btn-close-width: 1em !default;
|
4
|
+
$btn-close-height: $btn-close-width !default;
|
5
|
+
$btn-close-padding-x: .25em !default;
|
6
|
+
$btn-close-padding-y: $btn-close-padding-x !default;
|
7
|
+
$btn-close-color: $black !default;
|
8
|
+
$btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$btn-close-color}'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>") !default;
|
9
|
+
$btn-close-focus-shadow: $focus-ring-box-shadow !default;
|
10
|
+
$btn-close-opacity: .5 !default;
|
11
|
+
$btn-close-hover-opacity: .75 !default;
|
12
|
+
$btn-close-focus-opacity: 1 !default;
|
13
|
+
$btn-close-disabled-opacity: .25 !default;
|
14
|
+
$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;
|
15
|
+
----
|
@@ -0,0 +1,14 @@
|
|
1
|
+
[source, sass]
|
2
|
+
----
|
3
|
+
$code-font-size: $small-font-size !default;
|
4
|
+
$code-color: $pink !default;
|
5
|
+
|
6
|
+
$kbd-padding-y: .1875rem !default;
|
7
|
+
$kbd-padding-x: .375rem !default;
|
8
|
+
$kbd-font-size: $code-font-size !default;
|
9
|
+
$kbd-color: var(--#{$prefix}body-bg) !default;
|
10
|
+
$kbd-bg: var(--#{$prefix}body-color) !default;
|
11
|
+
$nested-kbd-font-weight: null !default; // Deprecated in v5.2.0, removing in v6
|
12
|
+
|
13
|
+
$pre-color: null !default;
|
14
|
+
----
|