j1-template 2023.2.7 → 2023.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
@@ -103,7 +103,7 @@ repository and MD style specification.
|
|
|
103
103
|
|1x
|
|
104
104
|
|no modifier set
|
|
105
105
|
|All icons can be found for preview at the
|
|
106
|
-
link:{url-
|
|
106
|
+
link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
|
|
107
107
|
page online. +
|
|
108
108
|
|
|
109
109
|
No modifiers +
|
|
@@ -116,7 +116,7 @@ mdi:account[1x]
|
|
|
116
116
|
|3x
|
|
117
117
|
|no modifier set
|
|
118
118
|
|All icons can be found for preview at the
|
|
119
|
-
link:{url-
|
|
119
|
+
link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
|
|
120
120
|
page online. +
|
|
121
121
|
|
|
122
122
|
No modifiers +
|
|
@@ -129,7 +129,7 @@ mdi:account[3x]
|
|
|
129
129
|
|5x
|
|
130
130
|
|no modifier set
|
|
131
131
|
|All icons can be found for preview at the
|
|
132
|
-
link:{url-
|
|
132
|
+
link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
|
|
133
133
|
page online. +
|
|
134
134
|
|
|
135
135
|
No modifiers +
|
|
@@ -142,7 +142,7 @@ mdi:account[5x]
|
|
|
142
142
|
|5x
|
|
143
143
|
|`mdi-rotate-45`
|
|
144
144
|
|All icons can be found for preview at the
|
|
145
|
-
link:{url-
|
|
145
|
+
link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
|
|
146
146
|
page online. +
|
|
147
147
|
|
|
148
148
|
Rotate 45 degrees +
|
|
@@ -155,7 +155,7 @@ mdi:account[5x mdi-rotate-45]
|
|
|
155
155
|
|5x
|
|
156
156
|
|`mdi-rotate-315`
|
|
157
157
|
|All icons can be found for preview at the
|
|
158
|
-
link:{url-
|
|
158
|
+
link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
|
|
159
159
|
page online. +
|
|
160
160
|
|
|
161
161
|
Rotate 315 degrees +
|
|
@@ -169,7 +169,7 @@ mdi:account[5x mdi-rotate-315]
|
|
|
169
169
|
|`mdi-light` +
|
|
170
170
|
`mdi-flip-v`
|
|
171
171
|
|All icons can be found for preview at the
|
|
172
|
-
link:{url-
|
|
172
|
+
link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
|
|
173
173
|
page online. +
|
|
174
174
|
|
|
175
175
|
Color set to (md) light-grey and flipped vertical +
|
|
@@ -182,7 +182,7 @@ mdi:alert[5x mdi-light mdi-flip-v]
|
|
|
182
182
|
|5x
|
|
183
183
|
|`md-indigo`
|
|
184
184
|
|All icons can be found for preview at the
|
|
185
|
-
link:{url-
|
|
185
|
+
link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
|
|
186
186
|
page online. +
|
|
187
187
|
|
|
188
188
|
Color set to (md) indigo +
|
|
@@ -195,7 +195,7 @@ mdi:alert[5x md-indigo]
|
|
|
195
195
|
|5x
|
|
196
196
|
|`md-pink`
|
|
197
197
|
|All icons can be found for preview at the
|
|
198
|
-
link:{url-
|
|
198
|
+
link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
|
|
199
199
|
page online. +
|
|
200
200
|
|
|
201
201
|
Color set to (md) pink +
|
|
@@ -208,7 +208,7 @@ mdi:alert[5x md-pink]
|
|
|
208
208
|
|5x
|
|
209
209
|
|`mdi-spin`
|
|
210
210
|
|All icons can be found for preview at the
|
|
211
|
-
link:{url-
|
|
211
|
+
link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
|
|
212
212
|
page online. +
|
|
213
213
|
|
|
214
214
|
Added animation of type rotate (spin) +
|
|
@@ -222,7 +222,7 @@ mdi:loading[5x mdi-spin]
|
|
|
222
222
|
|`md-red-900` +
|
|
223
223
|
`mdi-pulsed`
|
|
224
224
|
|All icons can be found for preview at the
|
|
225
|
-
link:{url-
|
|
225
|
+
link:{url-font-icons--icon-picker}[Font Icon Picker, {browser-window--new}]
|
|
226
226
|
page online. +
|
|
227
227
|
|
|
228
228
|
Color set to (md) color dark-red and added animation of type pulsed +
|
|
@@ -60,8 +60,8 @@ resource_options:
|
|
|
60
60
|
:url-j1-docs--lightbox-module: https://jekyll.one/pages/public/manuals/modules/lightbox/
|
|
61
61
|
:url-j1-docs--masterslider-module: https://jekyll.one/pages/public/manuals/modules/masterslider/
|
|
62
62
|
|
|
63
|
-
:url-j1-masterslider-previewer: https://jekyll.one/pages/public/previewer/masterslider/
|
|
64
|
-
:url-j1-slick-previewer: https://jekyll.one/pages/public/previewer/slick/
|
|
63
|
+
:url-j1-masterslider-previewer: https://jekyll.one/pages/public/tools/previewer/masterslider/
|
|
64
|
+
:url-j1-slick-previewer: https://jekyll.one/pages/public/tools/previewer/slick/
|
|
65
65
|
|
|
66
66
|
// Load Liquid procedures
|
|
67
67
|
// -----------------------------------------------------------------------------
|
|
@@ -246,7 +246,7 @@ lazy loading, or autoplay. Slick carousels are compatible with all modern
|
|
|
246
246
|
browsers and devices, making it a great choice to create a responsive and
|
|
247
247
|
mobile-friendly website.
|
|
248
248
|
|
|
249
|
-
===
|
|
249
|
+
=== Image Carousel
|
|
250
250
|
|
|
251
251
|
[role="mb-4"]
|
|
252
252
|
An _Slick_ image carousel typically consists of a container with images and
|
|
@@ -258,7 +258,7 @@ between images, to make the presentation more engaging and visually appealing.
|
|
|
258
258
|
.Carousel + Arrows + Dots + Captions + Lightbox
|
|
259
259
|
slick::image_carousel_full[role="mb-5"]
|
|
260
260
|
|
|
261
|
-
===
|
|
261
|
+
=== Carousel from Collections
|
|
262
262
|
|
|
263
263
|
[role="mb-4"]
|
|
264
264
|
A carousel from a collection for J1 Template is a *pre-defined* carousel
|
|
@@ -272,6 +272,29 @@ like *Arrows* and *Dots*.
|
|
|
272
272
|
.Collection Biography + Arrows + Dots + Gutters
|
|
273
273
|
slick::collection_carousel_biography[role="mb-5"]
|
|
274
274
|
|
|
275
|
+
=== Carousel from Posts
|
|
276
|
+
|
|
277
|
+
A Carousel from posts for J1 Template is a *pre-defined* carousel type to
|
|
278
|
+
display post articles on a webpage. It is a popular way to showcase a
|
|
279
|
+
selection of post articles visually appealingly and can be useful for
|
|
280
|
+
highlighting important or *featured* content for your posts content.
|
|
281
|
+
|
|
282
|
+
[role="mb-4"]
|
|
283
|
+
Post carousels pull news articles from a specific *group*. All Carousels for
|
|
284
|
+
posts display the post category, the title, the author information and
|
|
285
|
+
date. All Slick carousels for the J1 Theme can be easily customized in
|
|
286
|
+
various ways, such as changing the number of posts displayed, the slider
|
|
287
|
+
speed, or the navigation options like *Arrows* and *Dots*.
|
|
288
|
+
|
|
289
|
+
.Asciidoc configuration
|
|
290
|
+
[source, config, role="noclip mb-3"]
|
|
291
|
+
----
|
|
292
|
+
slick::post_carousel_featured[]
|
|
293
|
+
----
|
|
294
|
+
|
|
295
|
+
.Post Carousel (Featured Posts)
|
|
296
|
+
slick::post_carousel_featured[role="mb-4"]
|
|
297
|
+
|
|
275
298
|
=== More about Slick Carousels
|
|
276
299
|
|
|
277
300
|
[role="mb-4"]
|
|
@@ -279,6 +302,7 @@ If you're interested to learn more about _Slick_, go previewer page
|
|
|
279
302
|
link:{url-j1-slick-previewer}[Slick Previewer, {browser-window--new}],
|
|
280
303
|
|
|
281
304
|
|
|
305
|
+
[#masterSlider]
|
|
282
306
|
== J1 Master Slider
|
|
283
307
|
|
|
284
308
|
The Javascript tool _Master Slider_ is a 3rd party plugin fully integrated
|
|
@@ -293,6 +317,7 @@ all features: the functionality of *filters*, *layouts* are limited and no
|
|
|
293
317
|
// platforms, like mobiles or tablets, initializing an MS Slider will take
|
|
294
318
|
// a while to be finished.
|
|
295
319
|
|
|
320
|
+
[#carouselSlider]
|
|
296
321
|
=== Carousels versus Sliders
|
|
297
322
|
|
|
298
323
|
Sliders and Carousels are focussing quite the same thing: presenting image data
|
|
@@ -311,6 +336,7 @@ TIP: For more details of the dimplementation of Master Slider of J1 Theme, see
|
|
|
311
336
|
find documentation at
|
|
312
337
|
link:{url-j1-docs--masterslider-module}[Master Slider module, {browser-window--new}].
|
|
313
338
|
|
|
339
|
+
[#controlsFiltersLightbox]
|
|
314
340
|
=== MS Slider using Controls + Filters + Lightbox
|
|
315
341
|
|
|
316
342
|
The following slider uses the (CSS) filter feature of Master Slider.
|
|
@@ -328,6 +354,7 @@ slides to see the *colored* images configured for the slider.
|
|
|
328
354
|
.Slider using Controls
|
|
329
355
|
masterslider::ms_00001[role="mb-5"]
|
|
330
356
|
|
|
357
|
+
[#textElements]
|
|
331
358
|
=== MS Slider using Text Elements (MSInfo)
|
|
332
359
|
|
|
333
360
|
One of the major features of sliders is to present additional (animated)
|
|
@@ -338,6 +365,7 @@ elements: the MSInfo element.
|
|
|
338
365
|
.Slider using Text Elements
|
|
339
366
|
masterslider::ms_00003[role="mb-5"]
|
|
340
367
|
|
|
368
|
+
[#thumbImages]
|
|
341
369
|
=== MS Slider using ThumbImages
|
|
342
370
|
|
|
343
371
|
To give the users better control over a slideshow, sliders provide complex UI
|
|
@@ -348,6 +376,7 @@ the bottom of a slideshow. Find two examples to control a slideshow by
|
|
|
348
376
|
.Slider using ThumbImages
|
|
349
377
|
masterslider::ms_00004[role="mb-5"]
|
|
350
378
|
|
|
379
|
+
[#thumbInfo]
|
|
351
380
|
=== MS Slider using ThumbInfo
|
|
352
381
|
|
|
353
382
|
To give the users better control over a slideshow, MS Slider provides
|
|
@@ -357,6 +386,7 @@ top, or at the bottom of a slideshow.
|
|
|
357
386
|
.Slider using ThumbInfo
|
|
358
387
|
masterslider::ms_00007[role="mb-5"]
|
|
359
388
|
|
|
389
|
+
[#partialview]
|
|
360
390
|
=== MS Slider using Layout partialview
|
|
361
391
|
|
|
362
392
|
The following slider presents a slideshow that combines an MSInfo element
|
|
@@ -367,6 +397,7 @@ slide by their neighbors on the left and the right.
|
|
|
367
397
|
.Slider using Layout partialview
|
|
368
398
|
masterslider::ms_00009[role="mb-5"]
|
|
369
399
|
|
|
400
|
+
[#aboutMasterSlider]
|
|
370
401
|
=== More about Master Slider
|
|
371
402
|
|
|
372
403
|
If you're interested to learn more about MS Slider, go for the following
|
|
@@ -76,18 +76,18 @@ needs for tables viewed on desktop and mobile devices, two types of
|
|
|
76
76
|
.Types of responsive tables
|
|
77
77
|
[cols="3a,3a,6a", options="header", width="100%", role="rtable mt-4"]
|
|
78
78
|
|===
|
|
79
|
-
|
|
|
79
|
+
|Style |Type |Description
|
|
80
80
|
|
|
81
|
-
|R Table (J1)
|
|
82
81
|
|`rtable`
|
|
82
|
+
|*R Table (J1)*
|
|
83
83
|
|J Table are used by J1 Theme for default. Those tables are using the
|
|
84
84
|
*responsive text* feature (see link:{url-roundtrip--typography}[Typography])
|
|
85
85
|
with no additional CSS classes to be applied. For smaller viewports, the text
|
|
86
86
|
scales down and should fit the cells automatically. The default text size for
|
|
87
87
|
J1 is `r-text-300`.
|
|
88
88
|
|
|
89
|
-
|B Table (Bootstrap)
|
|
90
89
|
|`table-responsive`
|
|
90
|
+
|*B Table (Bootstrap)*
|
|
91
91
|
|If adding the class `table-responsive`, it creates a responsive table based
|
|
92
92
|
on Bootstrap CSS styles. The table will then scroll horizontally on small
|
|
93
93
|
devices. Making any table responsive across all viewports, the additional
|
|
@@ -15,7 +15,7 @@ categories: [ Info ]
|
|
|
15
15
|
tags: [ Introduction ]
|
|
16
16
|
|
|
17
17
|
image:
|
|
18
|
-
path: /assets/images/modules/attics/1920x1280/
|
|
18
|
+
path: /assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg
|
|
19
19
|
width: 1920
|
|
20
20
|
height: 1280
|
|
21
21
|
alt: Photo by Alexander Redl on Unsplash
|
|
@@ -28,12 +28,12 @@ resources: [ animate, comments ]
|
|
|
28
28
|
resource_options:
|
|
29
29
|
- attic:
|
|
30
30
|
slides:
|
|
31
|
-
- url: /assets/images/modules/attics/1920x1280/
|
|
32
|
-
alt: Photo by
|
|
31
|
+
- url: /assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg
|
|
32
|
+
alt: Photo by Brigitta Schneiter on Unsplash
|
|
33
33
|
badge:
|
|
34
34
|
type: unsplash
|
|
35
|
-
author:
|
|
36
|
-
href: https://unsplash.com/@
|
|
35
|
+
author: Brigitta Schneiter
|
|
36
|
+
href: https://unsplash.com/de/@brisch27
|
|
37
37
|
---
|
|
38
38
|
|
|
39
39
|
// Page Initializer
|
|
@@ -44,7 +44,10 @@ resource_options:
|
|
|
44
44
|
// Set (local) page attributes here
|
|
45
45
|
// -----------------------------------------------------------------------------
|
|
46
46
|
// :page--attr: <attr-value>
|
|
47
|
-
:url-j1
|
|
47
|
+
:url-j1--jekyll-collections: /pages/public/learn/bookshelf/jekyll_collections/
|
|
48
|
+
:url-j1--cheatsheet-template: https://jekyll.one/pages/public/tools/cheatsheet/j1/
|
|
49
|
+
:url-j1--tutorial-j1-in-a-day: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/meet_and_greet/
|
|
50
|
+
:url-j1--tutorial-learning-seo: https://jekyll.one/pages/public/learn/kickstart/learning_seo/what_seo_is/
|
|
48
51
|
|
|
49
52
|
// Load Liquid procedures
|
|
50
53
|
// -----------------------------------------------------------------------------
|
|
@@ -57,15 +60,16 @@ resource_options:
|
|
|
57
60
|
// Page content
|
|
58
61
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
59
62
|
[role="dropcap"]
|
|
60
|
-
Welcome to the
|
|
61
|
-
first. Certainly, there is no better place to
|
|
62
|
-
and what pages are available to experience more.
|
|
63
|
+
Welcome to the learning pages of JekyllOne, the J1 Theme. A good decision to
|
|
64
|
+
get on that page first. Certainly, there is no better place to start learning
|
|
65
|
+
what the J1 Theme can do and what pages are available to experience more.
|
|
63
66
|
|
|
64
67
|
// Include sub-documents (if any) (if any)
|
|
65
68
|
// -----------------------------------------------------------------------------
|
|
66
69
|
The crucial first step in finding your way to Jekyll is done. Congratulations.
|
|
67
|
-
The *Learn* section contains all you need to
|
|
68
|
-
for your website, for your new static web
|
|
70
|
+
The *Learn* section contains all you need to expirience what Jekyll and J1
|
|
71
|
+
can do for your new website, for your new static web. You are welcome to spend
|
|
72
|
+
some time diving into the techniques of creating modern static webs.
|
|
69
73
|
|
|
70
74
|
Roundtrip::
|
|
71
75
|
In this section, you’ll find a tour to show some of the main features of
|
|
@@ -79,41 +83,29 @@ If you're interested what J1 Theme can do, continue by walking through the
|
|
|
79
83
|
roundtrip examples by starting an inspiring tour
|
|
80
84
|
link:{url-j1-roundtrip--present-images}[from here].
|
|
81
85
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
* The basics of modern static webs
|
|
109
|
-
* Creating an awesome Site
|
|
110
|
-
* Development System
|
|
111
|
-
* Project Management
|
|
112
|
-
* Create Content
|
|
113
|
-
|
|
114
|
-
It sounds much, spending a whole day to get Jekyll and J1 to know. Yes, it is
|
|
115
|
-
much. But it makes sense to get a full overview of what can be achieved by
|
|
116
|
-
modern static websites.
|
|
117
|
-
|
|
118
|
-
To experience what's possible today using modern websites static webs, go for
|
|
119
|
-
link:{url-j1-web-in-a-day--meet-and-greet}[J1 in a Day, {browser-window--new}].
|
|
86
|
+
Cheatsheet::
|
|
87
|
+
Cheat sheets are concise reference guides or summaries that provide quick
|
|
88
|
+
and handy information about a topic or subject. They help you to remember
|
|
89
|
+
key concepts, formulas, commands, or other essential details without
|
|
90
|
+
consulting extensive documentation or resources. Find convenient quick
|
|
91
|
+
references for _YAML_, _Git_ and more. For example using the `j1` command
|
|
92
|
+
to manage a project for J1 Template, go for the cheatsheet
|
|
93
|
+
link:{url-j1--cheatsheet-template}[J1 Template, {browser-window--new}].
|
|
94
|
+
|
|
95
|
+
Collections::
|
|
96
|
+
Collections are Jekyll’s most powerful and simultaneously least understood
|
|
97
|
+
feature of the generator. Collections add another possibility, or use-case,
|
|
98
|
+
outside of Jekyll’s post- and page-publishing functionality. Learn more
|
|
99
|
+
about collections for more powerful static websites. To learn more what
|
|
100
|
+
collections are, check
|
|
101
|
+
link:{url-j1--jekyll-collections}[Jekyll Collections, {browser-window--new}].
|
|
102
|
+
|
|
103
|
+
Tutorials::
|
|
104
|
+
To become more familiar with using J1, go to the tutorial section. Have
|
|
105
|
+
fun experiencing what Jekyll and J1 can do. A good starting point for using
|
|
106
|
+
J1 Template is
|
|
107
|
+
link:{url-j1--tutorial-j1-in-a-day}[Jekll in a Day, {browser-window--new}].
|
|
108
|
+
|
|
109
|
+
Optimizing a website for search engines (SEO) is important for success.
|
|
110
|
+
Read more about SEO and how to implement working strategies for a Jekyll-based
|
|
111
|
+
websites at link:{url-j1--tutorial-learning-seo}[Learning SEO, {browser-window--new}].
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Gem
|
|
3
|
+
tagline: Cheatsheet for daily use
|
|
4
|
+
date: 2023-05-19 00:00:00 +100
|
|
5
|
+
description: >
|
|
6
|
+
The Cheatsheet discuss RubyGems commands for daily use.
|
|
7
|
+
RubyGems is a package manager for the Ruby programming language. It provides
|
|
8
|
+
a convenient way to distribute and manage software packages, called gems,
|
|
9
|
+
written in Ruby. With RubyGems, developers can easily install, uninstall, and
|
|
10
|
+
manage Ruby libraries and applications.
|
|
11
|
+
keywords: >
|
|
12
|
+
Jekyll, Theme, JekyllOne, Info, Manual, Cheatsheet, Ruby, Gem
|
|
13
|
+
|
|
14
|
+
categories: [ Manual ]
|
|
15
|
+
tags: [ Cheatsheet, Gem ]
|
|
16
|
+
|
|
17
|
+
image:
|
|
18
|
+
path: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
|
|
19
|
+
width: 1920
|
|
20
|
+
height: 1280
|
|
21
|
+
alt: Photo by Recha Oktaviani on Unsplash
|
|
22
|
+
|
|
23
|
+
regenerate: false
|
|
24
|
+
permalink: /pages/public/tools/cheatsheet/gem/
|
|
25
|
+
|
|
26
|
+
resources: [ animate, clipboard, rouge ]
|
|
27
|
+
resource_options:
|
|
28
|
+
- attic:
|
|
29
|
+
slides:
|
|
30
|
+
- url: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
|
|
31
|
+
alt: Photo by Recha Oktaviani on Unsplash
|
|
32
|
+
badge:
|
|
33
|
+
type: unsplash
|
|
34
|
+
author: Recha Oktaviani
|
|
35
|
+
href: https://unsplash.com/de/@rechaoktaviani
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
// Page Initializer
|
|
39
|
+
// =============================================================================
|
|
40
|
+
// Enable the Liquid Preprocessor
|
|
41
|
+
:page-liquid:
|
|
42
|
+
|
|
43
|
+
// Set (local) page attributes here
|
|
44
|
+
// -----------------------------------------------------------------------------
|
|
45
|
+
// :page--attr: <attr-value>
|
|
46
|
+
|
|
47
|
+
// Load Liquid procedures
|
|
48
|
+
// -----------------------------------------------------------------------------
|
|
49
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
|
50
|
+
|
|
51
|
+
// Load page attributes
|
|
52
|
+
// -----------------------------------------------------------------------------
|
|
53
|
+
{% include {{load_attributes}} scope="global" %}
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
// Page content
|
|
57
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
58
|
+
|
|
59
|
+
// Include sub-documents (if any)
|
|
60
|
+
// -----------------------------------------------------------------------------
|
|
61
|
+
[role="dropcap"]
|
|
62
|
+
The Cheatsheet discuss RubyGems commands for daily use.
|
|
63
|
+
RubyGems is a package manager for the Ruby programming language. It provides
|
|
64
|
+
a convenient way to distribute and manage software packages, called GEMs.
|
|
65
|
+
With RubyGems, developers can easily install, uninstall, and manage Ruby
|
|
66
|
+
libraries and applications. It simplifies obtaining and managing the
|
|
67
|
+
dependencies needed for a Ruby project by automatically resolving and
|
|
68
|
+
installing the GEMs required.
|
|
69
|
+
|
|
70
|
+
NOTE: The term `gem` is related to the *tool* provided by RubyGems. `GEM`
|
|
71
|
+
(capital letters) means the *library* to be managed by the command `gem`
|
|
72
|
+
at the command line.
|
|
73
|
+
|
|
74
|
+
RubyGems also provides a centralized *repository*, the RubyGems website
|
|
75
|
+
at https://rubygems.org/[rubygems.org, {browser-window--new}], where developers
|
|
76
|
+
can publish their *GEMs* for others to use. The website serves as a searchable
|
|
77
|
+
catalog of available GEMs, allowing developers to discover and download GEMs
|
|
78
|
+
for their projects.
|
|
79
|
+
|
|
80
|
+
TIP: In addition to the default RubyGems repository, developers can
|
|
81
|
+
configure their own GEM sources or specify alternative sources when
|
|
82
|
+
installing GEMs. This flexibility allows private GEM repositories or
|
|
83
|
+
custom sources to be used as needed.
|
|
84
|
+
|
|
85
|
+
RubyGems comes pre-installed with a Ruby installation. It provides
|
|
86
|
+
a command-line interface, the `gem` command, for performing various
|
|
87
|
+
operations, such as installing GEMS, listing installed libraries,
|
|
88
|
+
updating GEMs, and managing library sources.
|
|
89
|
+
|
|
90
|
+
Here are *common* commands you can use with the RubyGems `gem` command:
|
|
91
|
+
|
|
92
|
+
* *install* -- Installs a GEM from the default RubyGems repository
|
|
93
|
+
* *uninstall* -- Uninstalls a GEM
|
|
94
|
+
* *update* -- Updates installed GEMs to their latest versions
|
|
95
|
+
* *search* -- Searches for GEMs matching a specific term
|
|
96
|
+
* *list* -- Lists all installed GEMs
|
|
97
|
+
* *info* -- Provides information about a specific GEM
|
|
98
|
+
* *cleanup* -- Removes old versions of installed GEMs, keeping only the latest version
|
|
99
|
+
|
|
100
|
+
The following examples give your an overview of the most *common* used
|
|
101
|
+
commands managing Ruby GEMs for daily use. All examples are focussing the *J1*
|
|
102
|
+
template to make it easier for users using the template system. Anyway, all
|
|
103
|
+
commands can be used for *any* Ruby Appication by simply replacing the *name*
|
|
104
|
+
of the GEM as required.
|
|
105
|
+
|
|
106
|
+
// Include sub-documents (if any)
|
|
107
|
+
// -----------------------------------------------------------------------------
|
|
108
|
+
[role="mt-5"]
|
|
109
|
+
== Install commands
|
|
110
|
+
|
|
111
|
+
The `install` command installs software packages (libraries) in the
|
|
112
|
+
Ruby programming language. The command will then search for the
|
|
113
|
+
GEM specified on the _RubyGems_ website (or a diifrerebt GEM
|
|
114
|
+
repository configured), download it, and finally install it on your
|
|
115
|
+
system.
|
|
116
|
+
|
|
117
|
+
=== Install from a Gemfile
|
|
118
|
+
|
|
119
|
+
Add this line to your application's Gemfile:
|
|
120
|
+
|
|
121
|
+
[source, sh]
|
|
122
|
+
----
|
|
123
|
+
gem 'j1_template', '~> 2023.3.1'
|
|
124
|
+
----
|
|
125
|
+
|
|
126
|
+
and install the locally created RubGem as:
|
|
127
|
+
|
|
128
|
+
[source, sh]
|
|
129
|
+
----
|
|
130
|
+
gem install --local j1-template --no-document
|
|
131
|
+
----
|
|
132
|
+
|
|
133
|
+
=== Install globally
|
|
134
|
+
|
|
135
|
+
bla ... latest version ...
|
|
136
|
+
|
|
137
|
+
[source, sh]
|
|
138
|
+
----
|
|
139
|
+
gem install j1-template
|
|
140
|
+
----
|
|
141
|
+
|
|
142
|
+
=== Install with no docs
|
|
143
|
+
|
|
144
|
+
bla ... latest version ...
|
|
145
|
+
|
|
146
|
+
[source, sh]
|
|
147
|
+
----
|
|
148
|
+
gem install j1-template --no-document
|
|
149
|
+
----
|
|
150
|
+
|
|
151
|
+
=== Install userized
|
|
152
|
+
|
|
153
|
+
bla ... latest version ...
|
|
154
|
+
|
|
155
|
+
When you use the `--user-install` option, RubyGems will install the GEMs
|
|
156
|
+
to a directory inside your *home* directory under `~/.gem/ruby/3.1.0`
|
|
157
|
+
for Ruby version `3.1.x`. The *commands* provided by the GEMs you have
|
|
158
|
+
installed will end up in folder `~/.gem/ruby/3.1.0/bin`.
|
|
159
|
+
|
|
160
|
+
[source, sh]
|
|
161
|
+
----
|
|
162
|
+
gem install j1-template --user-install --no-document
|
|
163
|
+
----
|
|
164
|
+
|
|
165
|
+
For GEMs installed *userized* that contain *programs*, you need to add
|
|
166
|
+
the folder `~/.gem/ruby/3.1.0/bin` to your `PATH` environment variable
|
|
167
|
+
to get access.
|
|
168
|
+
|
|
169
|
+
=== Install a specific version
|
|
170
|
+
|
|
171
|
+
bla ... specific version ...
|
|
172
|
+
|
|
173
|
+
[source, sh]
|
|
174
|
+
----
|
|
175
|
+
gem install j1-template -v 2023.3.1 --user-install --no-document
|
|
176
|
+
----
|
|
177
|
+
|
|
178
|
+
You can also use *version* comparators like `>=` or `~>`.
|
|
179
|
+
|
|
180
|
+
[source, sh]
|
|
181
|
+
----
|
|
182
|
+
gem install j1-template -v "~> 2023.3.1" --user-install --no-document
|
|
183
|
+
----
|
|
184
|
+
|
|
185
|
+
=== Install from a different source
|
|
186
|
+
|
|
187
|
+
bla ... specific version ...
|
|
188
|
+
|
|
189
|
+
[source, sh]
|
|
190
|
+
----
|
|
191
|
+
gem install j1-template -v 2023.3.1 --source 'https://gem.fury.io/jekyll-one-org/' --user-install --no-document
|
|
192
|
+
----
|
|
193
|
+
|
|
194
|
+
[role="mt-5"]
|
|
195
|
+
== Uninstall commands
|
|
196
|
+
|
|
197
|
+
bla
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
[role="mt-5"]
|
|
201
|
+
== Update commands
|
|
202
|
+
|
|
203
|
+
bla
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
[role="mt-5"]
|
|
207
|
+
== Search commands
|
|
208
|
+
|
|
209
|
+
bla
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
[role="mt-5"]
|
|
213
|
+
== List commands
|
|
214
|
+
|
|
215
|
+
bla
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
[role="mt-5"]
|
|
219
|
+
== Info commands
|
|
220
|
+
|
|
221
|
+
bla
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
[role="mt-5"]
|
|
225
|
+
== Cleanup commands
|
|
226
|
+
|
|
227
|
+
bla
|
|
228
|
+
|
|
229
|
+
[role="mt-5"]
|
|
230
|
+
=== Clean up old GEM versions
|
|
231
|
+
|
|
232
|
+
To clean up old versions on your `GEM_PATH` of installed gems use
|
|
233
|
+
below command:
|
|
234
|
+
|
|
235
|
+
[source, sh]
|
|
236
|
+
----
|
|
237
|
+
gem cleanup <GEMNAME …>
|
|
238
|
+
----
|
|
239
|
+
|
|
240
|
+
The cleanup command removes old versions of gems from GEM_HOME that are not
|
|
241
|
+
required to meet a dependency. If a gem is installed elsewhere in GEM_PATH
|
|
242
|
+
the cleanup command won’t delete it.
|
|
243
|
+
|
|
244
|
+
If no gems are named all gems in GEM_HOME are cleaned.
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
[role="mt-5"]
|
|
248
|
+
== Update Rubygems
|
|
249
|
+
|
|
250
|
+
[source, sh]
|
|
251
|
+
----
|
|
252
|
+
gem install rubygems-update
|
|
253
|
+
update_rubygems
|
|
254
|
+
gem update --system
|
|
255
|
+
----
|