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
@@ -0,0 +1,63 @@
|
|
1
|
+
---
|
2
|
+
title: J1 Template
|
3
|
+
tagline: Cheatsheet for daily use
|
4
|
+
date: 2023-05-19 00:00:00 +100
|
5
|
+
description: >
|
6
|
+
The Cheatsheet discuss j1 commands for daily use.
|
7
|
+
The Template system J1 is a creation tool used to build
|
8
|
+
simple but fully configurable modern static websites
|
9
|
+
using the generator Jekyll.
|
10
|
+
keywords: >
|
11
|
+
Jekyll, Theme, JekyllOne, Info, Manual, Cheatsheet, J1, Template
|
12
|
+
|
13
|
+
categories: [ Manual ]
|
14
|
+
tags: [ Cheatsheet, JekyllOne, Template ]
|
15
|
+
|
16
|
+
image:
|
17
|
+
path: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
|
18
|
+
width: 1920
|
19
|
+
height: 1280
|
20
|
+
alt: Photo by Recha Oktaviani on Unsplash
|
21
|
+
|
22
|
+
regenerate: false
|
23
|
+
permalink: /pages/public/tools/cheatsheet/j1/
|
24
|
+
|
25
|
+
resources: [ animate, clipboard, rouge ]
|
26
|
+
resource_options:
|
27
|
+
- attic:
|
28
|
+
slides:
|
29
|
+
- url: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
|
30
|
+
alt: Photo by Recha Oktaviani on Unsplash
|
31
|
+
badge:
|
32
|
+
type: unsplash
|
33
|
+
author: Recha Oktaviani
|
34
|
+
href: https://unsplash.com/de/@rechaoktaviani
|
35
|
+
---
|
36
|
+
|
37
|
+
// Page Initializer
|
38
|
+
// =============================================================================
|
39
|
+
// Enable the Liquid Preprocessor
|
40
|
+
:page-liquid:
|
41
|
+
|
42
|
+
// Set (local) page attributes here
|
43
|
+
// -----------------------------------------------------------------------------
|
44
|
+
// :page--attr: <attr-value>
|
45
|
+
|
46
|
+
// Load Liquid procedures
|
47
|
+
// -----------------------------------------------------------------------------
|
48
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
49
|
+
|
50
|
+
// Load page attributes
|
51
|
+
// -----------------------------------------------------------------------------
|
52
|
+
{% include {{load_attributes}} scope="global" %}
|
53
|
+
|
54
|
+
|
55
|
+
// Page content
|
56
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
57
|
+
|
58
|
+
// Include sub-documents (if any)
|
59
|
+
// -----------------------------------------------------------------------------
|
60
|
+
[role="dropcap"]
|
61
|
+
The Cheatsheet discuss j1 commands for daily use. The Template system J1 is
|
62
|
+
a creation tool used to build simple but fully configurable modern static
|
63
|
+
websites using the generator Jekyll.
|
@@ -0,0 +1,514 @@
|
|
1
|
+
---
|
2
|
+
title: YAML
|
3
|
+
tagline: Cheatsheet for daily use
|
4
|
+
date: 2023-05-19 00:00:00 +100
|
5
|
+
description: >
|
6
|
+
The Cheatsheet discuss YAML Markups for daily use.
|
7
|
+
YAML (short for "YAML Ain't Markup Language") is a human-readable data
|
8
|
+
serialization format. Its simplicity and readability stand out, making it
|
9
|
+
popular for configuration files and data exchange between systems.
|
10
|
+
keywords: >
|
11
|
+
Jekyll, Theme, JekyllOne, Info, Manual, Cheatsheet, Ruby, Gem
|
12
|
+
|
13
|
+
categories: [ Manual ]
|
14
|
+
tags: [ Cheatsheet, Gem ]
|
15
|
+
|
16
|
+
image:
|
17
|
+
path: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
|
18
|
+
width: 1920
|
19
|
+
height: 1280
|
20
|
+
alt: Photo by Recha Oktaviani on Unsplash
|
21
|
+
|
22
|
+
regenerate: false
|
23
|
+
permalink: /pages/public/tools/cheatsheet/yaml/
|
24
|
+
|
25
|
+
resources: [ animate, clipboard, rouge ]
|
26
|
+
resource_options:
|
27
|
+
- attic:
|
28
|
+
slides:
|
29
|
+
- url: /assets/images/modules/attics/1920x1280/recha-oktaviani.jpg
|
30
|
+
alt: Photo by Recha Oktaviani on Unsplash
|
31
|
+
badge:
|
32
|
+
type: unsplash
|
33
|
+
author: Recha Oktaviani
|
34
|
+
href: https://unsplash.com/de/@rechaoktaviani
|
35
|
+
---
|
36
|
+
|
37
|
+
// Page Initializer
|
38
|
+
// =============================================================================
|
39
|
+
// Enable the Liquid Preprocessor
|
40
|
+
:page-liquid:
|
41
|
+
|
42
|
+
// Set (local) page attributes here
|
43
|
+
// -----------------------------------------------------------------------------
|
44
|
+
// :page--attr: <attr-value>
|
45
|
+
:yaml-multiline: https://yaml-multiline.info/
|
46
|
+
|
47
|
+
|
48
|
+
// Load Liquid procedures
|
49
|
+
// -----------------------------------------------------------------------------
|
50
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
51
|
+
|
52
|
+
// Load page attributes
|
53
|
+
// -----------------------------------------------------------------------------
|
54
|
+
{% include {{load_attributes}} scope="global" %}
|
55
|
+
|
56
|
+
|
57
|
+
// Page content
|
58
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
59
|
+
|
60
|
+
// Include sub-documents (if any)
|
61
|
+
// -----------------------------------------------------------------------------
|
62
|
+
[role="dropcap"]
|
63
|
+
The Cheatsheet discuss Yaml Markups for daily use.
|
64
|
+
_YAML_ (short for YAML Ain't Markup Language) is a human-readable data
|
65
|
+
serialization format. Its simplicity and readability stand out, making it
|
66
|
+
popular for configuration files and data exchange between systems.
|
67
|
+
_YAML_ was designed to be easily readable by humans, focusing on simplicity
|
68
|
+
and conciseness. It uses indentation and whitespace to define the data
|
69
|
+
structure, similar to how Python uses indentation.
|
70
|
+
|
71
|
+
The Markup Language is widely used for *configuration files* in applications,
|
72
|
+
such as specifying settings for software or defining deployment configurations
|
73
|
+
in infrastructure-as-code tools. _YAML_ is used for data exchange
|
74
|
+
between different systems or programming languages. Jekyll is primarily
|
75
|
+
using the language for defining general *datafiles* like the site config
|
76
|
+
`_config.yml` and the *frontmatter* of pages, posts, and other content files.
|
77
|
+
|
78
|
+
NOTE: The *frontmatter* provides the data to Jekyll on processing and
|
79
|
+
rendering the content of posts and pages.
|
80
|
+
|
81
|
+
[role="mb-5"]
|
82
|
+
The following examples give a good overview of YAML documents' most common
|
83
|
+
data structures. Many modern applications, like Jekyll, use YAML documents
|
84
|
+
to provide control data.
|
85
|
+
|
86
|
+
// Include sub-documents (if any)
|
87
|
+
// -----------------------------------------------------------------------------
|
88
|
+
[role="mt-5"]
|
89
|
+
== Helpful Links
|
90
|
+
|
91
|
+
The documentation of _YAML_ is a good source of information but is challenging
|
92
|
+
to read. The tools given below can help to write the correct YAML document,
|
93
|
+
or test your own YAML data codes:
|
94
|
+
|
95
|
+
mdi:link-variant[24px, md-gray mr-2 ml-3]
|
96
|
+
http://www.yaml.org/spec/1.2/spec.html[YAML 1.2 Spec, {browser-window--new}] +
|
97
|
+
mdi:link-variant[24px, md-gray mr-2 ml-3]
|
98
|
+
http://www.yamllint.com/[Online YAML Linter, {browser-window--new}] +
|
99
|
+
mdi:link-variant[24px, md-gray mr-2 ml-3]
|
100
|
+
https://yaml-online-parser.appspot.com/[Online YAML Parser, {browser-window--new}]
|
101
|
+
|
102
|
+
NOTE: YAML and JSON are related as data serialization formats, with YAML
|
103
|
+
providing a more human-friendly and expressive syntax, while JSON focuses
|
104
|
+
on simplicity and machine readability. They have overlapping use cases but
|
105
|
+
exhibit some differences in syntax, data types, and readability. JavaScript
|
106
|
+
has built-in support for working with JSON data, making it a popular choice
|
107
|
+
for handling data exchange in web applications.
|
108
|
+
|
109
|
+
[role="mt-5"]
|
110
|
+
== Scalars
|
111
|
+
|
112
|
+
In _YAML_, a *scalar* is a basic data element representing a *single value*.
|
113
|
+
Scalars can define strings, numbers, booleans, and null values. Here are
|
114
|
+
the different types of YAML scalars:
|
115
|
+
|
116
|
+
* *Strings* -- *strings* enclosed in *quotes* or double quotes
|
117
|
+
* *Numbers* -- *numeric* values, including integers and floats
|
118
|
+
* *Booleans* -- *boolean* values, either true or false
|
119
|
+
* *Null* -- *empty* values
|
120
|
+
|
121
|
+
[source, yaml]
|
122
|
+
----
|
123
|
+
integer: 1
|
124
|
+
float: 1.234
|
125
|
+
string1: 'abc'
|
126
|
+
string2: "abc"
|
127
|
+
string3: abc
|
128
|
+
boolean: false
|
129
|
+
empty: null
|
130
|
+
----
|
131
|
+
|
132
|
+
.JSON data structure
|
133
|
+
[source, json, role="noclip"]
|
134
|
+
----
|
135
|
+
{
|
136
|
+
"integer": 1,
|
137
|
+
"float": 1.234,
|
138
|
+
"string1": "abc",
|
139
|
+
"string2": "abc",
|
140
|
+
"string3": "abc",
|
141
|
+
"boolean": false,
|
142
|
+
"empty": null
|
143
|
+
}
|
144
|
+
----
|
145
|
+
|
146
|
+
=== Date Strings
|
147
|
+
|
148
|
+
Date strings are *scalars* of type *string* follow the *ISO 8601 standard*
|
149
|
+
format. The most common representations of *date* in _YAML_ are:
|
150
|
+
|
151
|
+
* *Date Only* -- `YYYY-MM-DD`, example: 2023-05-23
|
152
|
+
* *Date and Time* -- `YYYY-MM-DDTHH:MM:SSZ`, example: 2023-05-23T10:30:00Z
|
153
|
+
|
154
|
+
In the above format, `T` separates the date and time components,
|
155
|
+
`HH` represents hours in 24-hour format, `MM` represents minutes,
|
156
|
+
`SS` represents seconds, and `Z` indicates that the time is in
|
157
|
+
*UTC* (Coordinated Universal Time).
|
158
|
+
|
159
|
+
TIP: The time component can also include *milliseconds*, such as
|
160
|
+
`HH:MM:SS.sssZ` (triple `s`).
|
161
|
+
|
162
|
+
_YAML_ also supports alternative formats for date strings, such as:
|
163
|
+
|
164
|
+
* *Date and Time with Timezone Offset* -- `YYYY-MM-DDTHH:MM:SS±HH:MM`,
|
165
|
+
example: 2023-05-23T10:30:00-04:00. In this format, the timezone
|
166
|
+
offset is represented as `±HH:MM`, indicating the time difference
|
167
|
+
from *UTC*.
|
168
|
+
* *Date and Time without Timezone* -- `YYYY-MM-DDTHH:MM:SS`,
|
169
|
+
example: 2023-05-23T10:30:00
|
170
|
+
|
171
|
+
TIP: When *no timezone* is specified, the time is assumed to be in the
|
172
|
+
*local timezone*.
|
173
|
+
|
174
|
+
[source, yaml]
|
175
|
+
----
|
176
|
+
date1: 2015-04-05
|
177
|
+
date2: 2022-11-03 00:00:00 +100
|
178
|
+
----
|
179
|
+
|
180
|
+
.JSON data structure
|
181
|
+
[source, json, role="noclip"]
|
182
|
+
----
|
183
|
+
{
|
184
|
+
"date1": "2015-04-05T00:00:00.000Z",
|
185
|
+
"date2": "2022-11-03 00:00:00 +100"
|
186
|
+
}
|
187
|
+
----
|
188
|
+
|
189
|
+
=== Multiline strings (HereDoc)
|
190
|
+
|
191
|
+
A *HereDoc* (short for *here document*) is a way to represent *multi-line*
|
192
|
+
strings or blocks of text within YAML documents. It allows you to define
|
193
|
+
a string value that spans *multiple lines* while preserving the line breaks
|
194
|
+
and formatting.
|
195
|
+
|
196
|
+
_YAML_ indicates a HereDoc using the *pipe* character (`|`) followed by an
|
197
|
+
optional *indentation level*. The HereDoc block starts on the next line
|
198
|
+
and continues until the indentation is reduced to the level of the initial
|
199
|
+
pipe character or until the end of the document.
|
200
|
+
|
201
|
+
[source, yaml]
|
202
|
+
----
|
203
|
+
message: |
|
204
|
+
This is a multi-line
|
205
|
+
string using a HereDoc.
|
206
|
+
It preserves line breaks and formatting.
|
207
|
+
----
|
208
|
+
|
209
|
+
In this example, the message field contains a multi-line string defined
|
210
|
+
using a HereDoc. The pipe `|` character indicates the start of the HereDoc,
|
211
|
+
and the following lines are indented with two spaces. The resulting value
|
212
|
+
of the message field will include the line breaks and indentation specified
|
213
|
+
within the HereDoc block.
|
214
|
+
|
215
|
+
[source, json, role="noclip"]
|
216
|
+
----
|
217
|
+
{
|
218
|
+
"message": "This is a multi-line\nstring using a HereDoc.\nIt preserves line breaks and formatting.\n"
|
219
|
+
}
|
220
|
+
----
|
221
|
+
|
222
|
+
You can also control the handling of leading and trailing white space within
|
223
|
+
a HereDoc by using *additional symbols*:
|
224
|
+
|
225
|
+
* `|+` symbol preserves the line breaks and removes trailing
|
226
|
+
white space. It *trims* any spaces or tabs at the *end* of each line.
|
227
|
+
* `|-` symbol preserves the line breaks and removes any leading
|
228
|
+
white space. It *trims* any spaces or tabs at the *beginning* of each line.
|
229
|
+
|
230
|
+
Here's an example using the different HereDoc *symbols*:
|
231
|
+
|
232
|
+
[source, yaml]
|
233
|
+
----
|
234
|
+
message1: |-
|
235
|
+
This is a HereDoc with leading and trailing spaces.
|
236
|
+
This line has leading spaces.
|
237
|
+
This line has trailing spaces.
|
238
|
+
message2: |+
|
239
|
+
This is a HereDoc with trailing spaces trimmed.
|
240
|
+
This line has trailing spaces.
|
241
|
+
This line has leading spaces.
|
242
|
+
----
|
243
|
+
|
244
|
+
.JSON data structure
|
245
|
+
[source, json, role="noclip"]
|
246
|
+
----
|
247
|
+
{
|
248
|
+
"message1": "This is a HereDoc with leading and trailing spaces.\n This line has leading spaces.\nThis line has trailing spaces. ",
|
249
|
+
"message2": "This is a HereDoc with trailing spaces trimmed.\nThis line has trailing spaces. \nThis line has leading spaces. \n",
|
250
|
+
}
|
251
|
+
----
|
252
|
+
|
253
|
+
In this example:
|
254
|
+
|
255
|
+
* *message1* uses `|-` to trim *leading* spaces
|
256
|
+
* *message2* uses `|+` to trim *trailing* spaces
|
257
|
+
|
258
|
+
TIP: Using HereDocs, you can include long, formatted text blocks in your YAML
|
259
|
+
documents without requiring *manual* line concatenation or escaping characters.
|
260
|
+
There is a good online previewer for the different heredoc modes at
|
261
|
+
link:{yaml-multiline}[YAML Multiline, {browser-window--new}].
|
262
|
+
|
263
|
+
[role="mt-5"]
|
264
|
+
== Sequences (Arrays)
|
265
|
+
|
266
|
+
A sequence is a way to represent a *collection* of items. It allows you
|
267
|
+
to define an *ordered list* of values, similar to an *array* or a list
|
268
|
+
in other programming languages. Sequences in _YAML_ are denoted by a *dash*
|
269
|
+
followed by a *space* (` `), and each item in the sequence is placed on a
|
270
|
+
*new line* and *indented*.
|
271
|
+
|
272
|
+
=== Simple sequence
|
273
|
+
|
274
|
+
In this example, the sequence is represented by the key *fruits* followed
|
275
|
+
by a colon (`:`). The items in the sequence *apple*, *banana*, and *orange*
|
276
|
+
are indented under the key *fruits* using the dash (`- `) notation.
|
277
|
+
|
278
|
+
[source, yaml]
|
279
|
+
----
|
280
|
+
fruits:
|
281
|
+
- apple
|
282
|
+
- banana
|
283
|
+
- orange
|
284
|
+
----
|
285
|
+
|
286
|
+
or written like so:
|
287
|
+
|
288
|
+
[source, yaml]
|
289
|
+
----
|
290
|
+
fruits: [ apple, banana, orange ]
|
291
|
+
----
|
292
|
+
|
293
|
+
.JSON data structure
|
294
|
+
[source, json, role="noclip"]
|
295
|
+
----
|
296
|
+
{
|
297
|
+
"fruits": [
|
298
|
+
"apple",
|
299
|
+
"banana",
|
300
|
+
"orange"
|
301
|
+
]
|
302
|
+
}
|
303
|
+
----
|
304
|
+
|
305
|
+
=== Sequence of sequences
|
306
|
+
|
307
|
+
In _YAML_, a sequence of sequences (Array of arrays) refers to a structure
|
308
|
+
where a sequence contains other sequences as its elements. Each item in the
|
309
|
+
outer sequence is itself a sequence. It allows you to create a nested
|
310
|
+
collection within an collection.
|
311
|
+
|
312
|
+
Here's an example of a YAML sequence of sequences:
|
313
|
+
|
314
|
+
[source, yaml]
|
315
|
+
----
|
316
|
+
list_of_lists:
|
317
|
+
- fruits: [ apple, banana, orange ]
|
318
|
+
- colors: [ red, blue, green ]
|
319
|
+
----
|
320
|
+
|
321
|
+
.JSON data structure
|
322
|
+
[source, json, role="noclip"]
|
323
|
+
----
|
324
|
+
{
|
325
|
+
"list_of_lists": [
|
326
|
+
{
|
327
|
+
"fruits": [
|
328
|
+
"apple",
|
329
|
+
"banana",
|
330
|
+
"orange"
|
331
|
+
]
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"colors": [
|
335
|
+
"red",
|
336
|
+
"blue",
|
337
|
+
"green"
|
338
|
+
]
|
339
|
+
}
|
340
|
+
]
|
341
|
+
}
|
342
|
+
----
|
343
|
+
|
344
|
+
You can nest sequences of sequences to represent more complex structures
|
345
|
+
or hierarchical data. Nesting sequences allow you to organize and represent
|
346
|
+
data in a structured manner within YAML documents.
|
347
|
+
|
348
|
+
[role="mt-5"]
|
349
|
+
== Hash (Dictionary)
|
350
|
+
|
351
|
+
A hash is a data structure used to represent *key-value pairs*. It is also
|
352
|
+
known as a mapping or *dictionary* in other programming languages.
|
353
|
+
Hashes in YAML are denoted using indentation and a colon to separate
|
354
|
+
the *key* and *value*.
|
355
|
+
|
356
|
+
=== Simple hash
|
357
|
+
|
358
|
+
[source, yaml]
|
359
|
+
----
|
360
|
+
name: John Doe
|
361
|
+
age: 30
|
362
|
+
email: johndoe@example.com
|
363
|
+
----
|
364
|
+
|
365
|
+
The hash represents a collection of related *key-value pairs*. In the example,
|
366
|
+
*name*, *age*, and *email* are `keys`, and *John Doe+, *30*,
|
367
|
+
and *johndoe@example.com* are their corresponding `values`.
|
368
|
+
|
369
|
+
.JSON data structure
|
370
|
+
[source, json, role="noclip"]
|
371
|
+
----
|
372
|
+
{
|
373
|
+
"name": "John Doe",
|
374
|
+
"age": 30,
|
375
|
+
"email": "johndoe@example.com"
|
376
|
+
}
|
377
|
+
----
|
378
|
+
|
379
|
+
=== Named hash
|
380
|
+
|
381
|
+
[source, yaml]
|
382
|
+
----
|
383
|
+
person:
|
384
|
+
name: John Doe
|
385
|
+
age: 30
|
386
|
+
email: johndoe@example.com
|
387
|
+
----
|
388
|
+
|
389
|
+
.JSON data structure
|
390
|
+
[source, json, role="noclip"]
|
391
|
+
----
|
392
|
+
{
|
393
|
+
"person": {
|
394
|
+
"name": "John Doe",
|
395
|
+
"age": 30,
|
396
|
+
"email": "johndoe@example.com"
|
397
|
+
}
|
398
|
+
}
|
399
|
+
----
|
400
|
+
|
401
|
+
=== Nested hash
|
402
|
+
|
403
|
+
Hashes can also be *nested* within other hashes (Hash of Hashes), allowing
|
404
|
+
for more *complex* data structures. Here's an example of a nested hash
|
405
|
+
in _YAML_.
|
406
|
+
|
407
|
+
[source, yaml]
|
408
|
+
----
|
409
|
+
nested_hash:
|
410
|
+
hash1:
|
411
|
+
subsubkey1: 5
|
412
|
+
subsubkey2: 6
|
413
|
+
hash2:
|
414
|
+
somethingelse: Important!
|
415
|
+
----
|
416
|
+
|
417
|
+
.JSON data structure
|
418
|
+
[source, json, role="noclip"]
|
419
|
+
----
|
420
|
+
{
|
421
|
+
"nested_hash": {
|
422
|
+
"hash1": {
|
423
|
+
"subsubkey1": 5,
|
424
|
+
"subsubkey2": 6
|
425
|
+
},
|
426
|
+
"hash2": {
|
427
|
+
"somethingelse": "Important!"
|
428
|
+
}
|
429
|
+
}
|
430
|
+
}
|
431
|
+
----
|
432
|
+
|
433
|
+
[NOTE]
|
434
|
+
====
|
435
|
+
Hashes with *JSON* syntax (mixing is possible)
|
436
|
+
|
437
|
+
[source, yaml]
|
438
|
+
----
|
439
|
+
my_hash: { nr1: 5, nr2: 6 }
|
440
|
+
----
|
441
|
+
|
442
|
+
.JSON data structure
|
443
|
+
[source, json, role="noclip"]
|
444
|
+
----
|
445
|
+
{
|
446
|
+
"my_hash": {
|
447
|
+
"nr1": 5,
|
448
|
+
"nr2": 6
|
449
|
+
}
|
450
|
+
}
|
451
|
+
----
|
452
|
+
====
|
453
|
+
|
454
|
+
[role="mt-5"]
|
455
|
+
== Content References (Aliases)
|
456
|
+
|
457
|
+
In _YAML_, content references are a feature that allows you to reference
|
458
|
+
and *reuse* data from one part of a YAML document in another part. They
|
459
|
+
are indicated by an ampersand (`&`) followed by an identifier, and then
|
460
|
+
the *same* identifier preceded by an asterisk (`*`) where the referenced
|
461
|
+
content is to be used.
|
462
|
+
|
463
|
+
TIP: Content references in _YAML_ provide a way to avoid *duplicating data*
|
464
|
+
and promote reusability. They are particularly useful when you have complex
|
465
|
+
data structures and want to refer to them multiple times within the *same*
|
466
|
+
document.
|
467
|
+
|
468
|
+
[source, yaml]
|
469
|
+
----
|
470
|
+
default_settings: &default_settings
|
471
|
+
install:
|
472
|
+
dir: /usr/local
|
473
|
+
owner: root
|
474
|
+
config:
|
475
|
+
enabled: false
|
476
|
+
run:
|
477
|
+
enabled: true
|
478
|
+
my_app_settings:
|
479
|
+
<<: *default_settings
|
480
|
+
install:
|
481
|
+
owner: my_user
|
482
|
+
group: my_group
|
483
|
+
----
|
484
|
+
|
485
|
+
.JSON data structure
|
486
|
+
[source, json, role="noclip"]
|
487
|
+
----
|
488
|
+
{
|
489
|
+
"default_settings": {
|
490
|
+
"install": {
|
491
|
+
"dir": "/usr/local",
|
492
|
+
"owner": "root"
|
493
|
+
},
|
494
|
+
"config": {
|
495
|
+
"enabled": false
|
496
|
+
},
|
497
|
+
"run": {
|
498
|
+
"enabled": true
|
499
|
+
}
|
500
|
+
},
|
501
|
+
"my_app_settings": {
|
502
|
+
"install": {
|
503
|
+
"owner": "my_user",
|
504
|
+
"group": "my_group"
|
505
|
+
},
|
506
|
+
"config": {
|
507
|
+
"enabled": false
|
508
|
+
},
|
509
|
+
"run": {
|
510
|
+
"enabled": true
|
511
|
+
}
|
512
|
+
}
|
513
|
+
}
|
514
|
+
----
|
data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc
RENAMED
@@ -18,7 +18,7 @@ image:
|
|
18
18
|
alt: Photo by Clem Onojeghuo on Unsplash
|
19
19
|
|
20
20
|
regenerate: false
|
21
|
-
permalink: /pages/public/previewer/current_theme/
|
21
|
+
permalink: /pages/public/tools/previewer/current_theme/
|
22
22
|
|
23
23
|
resources: [ animate, clipboard, rouge ]
|
24
24
|
resource_options:
|
@@ -236,7 +236,6 @@ colors. Then, customize with `.bg-*` utilities.
|
|
236
236
|
</div>
|
237
237
|
</nav>
|
238
238
|
|
239
|
-
|
240
239
|
<nav class="navbar navbar-expand-lg navbar-light md-light">
|
241
240
|
<div class="container-fluid">
|
242
241
|
<a class="link-no-decoration navbar-brand" href="javascript:void(0)">Navbar</a>
|
@@ -287,8 +286,8 @@ colors. Then, customize with `.bg-*` utilities.
|
|
287
286
|
|
288
287
|
[source, html]
|
289
288
|
----
|
290
|
-
|
291
|
-
|
289
|
+
<nav class="navbar navbar-expand-lg navbar-dark bg-primary mb-3">
|
290
|
+
<div class="container-fluid">
|
292
291
|
<a class="link-no-decoration navbar-brand" href="javascript:void(0)">Navbar</a>
|
293
292
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
|
294
293
|
data-bs-target="#navbarColor01" aria-controls="navbarColor01"
|
@@ -330,7 +329,97 @@ colors. Then, customize with `.bg-*` utilities.
|
|
330
329
|
</form>
|
331
330
|
</div>
|
332
331
|
</div>
|
333
|
-
|
332
|
+
</nav>
|
333
|
+
|
334
|
+
<nav class="navbar navbar-expand-lg navbar-dark bg-dark mb-3">
|
335
|
+
<div class="container-fluid">
|
336
|
+
<a class="link-no-decoration navbar-brand" href="javascript:void(0)">Navbar</a>
|
337
|
+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
|
338
|
+
data-bs-target="#navbarColor02" aria-controls="navbarColor02"
|
339
|
+
aria-expanded="false" aria-label="Toggle navigation">
|
340
|
+
<span class="navbar-toggler-icon"></span>
|
341
|
+
</button>
|
342
|
+
|
343
|
+
<div class="collapse navbar-collapse ml-2" id="navbarColor02">
|
344
|
+
<ul class="navbar-nav me-auto">
|
345
|
+
<li class="nav-item">
|
346
|
+
<a class="link-no-decoration nav-link active" href="javascript:void(0)">Home
|
347
|
+
<span class="visually-hidden">(current)</span>
|
348
|
+
</a>
|
349
|
+
</li>
|
350
|
+
<li class="nav-item">
|
351
|
+
<a class="link-no-decoration nav-link" href="javascript:void(0)">Features</a>
|
352
|
+
</li>
|
353
|
+
<li class="nav-item">
|
354
|
+
<a class="link-no-decoration nav-link" href="javascript:void(0)">Pricing</a>
|
355
|
+
</li>
|
356
|
+
<li class="nav-item">
|
357
|
+
<a class="link-no-decoration nav-link" href="javascript:void(0)">About</a>
|
358
|
+
</li>
|
359
|
+
<li class="nav-item dropdown">
|
360
|
+
<a class="link-no-decoration nav-link dropdown-toggle" data-bs-toggle="dropdown"
|
361
|
+
href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
|
362
|
+
<div class="dropdown-menu">
|
363
|
+
<a class="link-no-decoration dropdown-item" href="javascript:void(0)">Action</a>
|
364
|
+
<a class="link-no-decoration dropdown-item" href="javascript:void(0)">Another action</a>
|
365
|
+
<a class="link-no-decoration dropdown-item" href="javascript:void(0)">Something else here</a>
|
366
|
+
<div class="dropdown-divider"></div>
|
367
|
+
<a class="link-no-decoration dropdown-item" href="javascript:void(0)">Separated link</a>
|
368
|
+
</div>
|
369
|
+
</li>
|
370
|
+
</ul>
|
371
|
+
<form class="d-flex">
|
372
|
+
<input class="form-control mt-1" type="text" placeholder="Search">
|
373
|
+
<button class="btn btn-secondary btn-sm ml-3" type="submit">Search</button>
|
374
|
+
</form>
|
375
|
+
</div>
|
376
|
+
</div>
|
377
|
+
</nav>
|
378
|
+
|
379
|
+
<nav class="navbar navbar-expand-lg navbar-light md-light">
|
380
|
+
<div class="container-fluid">
|
381
|
+
<a class="link-no-decoration navbar-brand" href="javascript:void(0)">Navbar</a>
|
382
|
+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
|
383
|
+
data-bs-target="#navbarColor03" aria-controls="navbarColor03"
|
384
|
+
aria-expanded="false" aria-label="Toggle navigation">
|
385
|
+
<span class="navbar-toggler-icon"></span>
|
386
|
+
</button>
|
387
|
+
|
388
|
+
<div class="collapse navbar-collapse ml-2" id="navbarColor03">
|
389
|
+
<ul class="navbar-nav me-auto">
|
390
|
+
<li class="nav-item">
|
391
|
+
<a class="link-no-decoration nav-link active" href="javascript:void(0)">Home
|
392
|
+
<span class="visually-hidden">(current)</span>
|
393
|
+
</a>
|
394
|
+
</li>
|
395
|
+
<li class="nav-item">
|
396
|
+
<a class="link-no-decoration nav-link" href="javascript:void(0)">Features</a>
|
397
|
+
</li>
|
398
|
+
<li class="nav-item">
|
399
|
+
<a class="link-no-decoration nav-link" href="javascript:void(0)">Pricing</a>
|
400
|
+
</li>
|
401
|
+
<li class="nav-item">
|
402
|
+
<a class="link-no-decoration nav-link" href="javascript:void(0)">About</a>
|
403
|
+
</li>
|
404
|
+
<li class="nav-item dropdown">
|
405
|
+
<a class="link-no-decoration nav-link dropdown-toggle" data-bs-toggle="dropdown"
|
406
|
+
href="javascript:void(0)" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
|
407
|
+
<div class="dropdown-menu">
|
408
|
+
<a class="link-no-decoration dropdown-item" href="javascript:void(0)">Action</a>
|
409
|
+
<a class="link-no-decoration dropdown-item" href="javascript:void(0)">Another action</a>
|
410
|
+
<a class="link-no-decoration dropdown-item" href="javascript:void(0)">Something else here</a>
|
411
|
+
<div class="dropdown-divider"></div>
|
412
|
+
<a class="link-no-decoration dropdown-item" href="javascript:void(0)">Separated link</a>
|
413
|
+
</div>
|
414
|
+
</li>
|
415
|
+
</ul>
|
416
|
+
<form class="d-flex">
|
417
|
+
<input class="form-control mt-1" type="text" placeholder="Search">
|
418
|
+
<button class="btn btn-secondary btn-sm ml-3" type="submit">Search</button>
|
419
|
+
</form>
|
420
|
+
</div>
|
421
|
+
</div>
|
422
|
+
</nav>
|
334
423
|
----
|
335
424
|
endif::[]
|
336
425
|
|