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
@@ -26,7 +26,15 @@
|
|
26
26
|
|
27
27
|
- title: Where to go
|
28
28
|
href: /pages/public/learn/where_to_go/
|
29
|
-
icon:
|
29
|
+
icon: foot-print
|
30
|
+
|
31
|
+
- title: Core Web Vitals
|
32
|
+
href: /pages/public/learn/core_web_vitals/
|
33
|
+
icon: quadcopter
|
34
|
+
|
35
|
+
- title: BS Sass Variables
|
36
|
+
href: /pages/public/learn/bs_sass_variables/
|
37
|
+
icon: code-tags
|
30
38
|
|
31
39
|
# --------------------------------------------------------------------------
|
32
40
|
# Roundtrip
|
@@ -63,6 +71,34 @@
|
|
63
71
|
href: /pages/public/learn/roundtrip/quicksearch/
|
64
72
|
icon: magnify
|
65
73
|
|
74
|
+
# --------------------------------------------------------------------------
|
75
|
+
# Cheatsheets
|
76
|
+
#
|
77
|
+
- title: Cheatsheet
|
78
|
+
icon: book
|
79
|
+
dropdown:
|
80
|
+
|
81
|
+
- title: J1
|
82
|
+
# href: /pages/public/tools/cheatsheet/j1/
|
83
|
+
href: https://jekyll.one/pages/public/tools/cheatsheet/j1/
|
84
|
+
icon: alpha-j-box-outline
|
85
|
+
target: _blank
|
86
|
+
- title: YAML
|
87
|
+
# href: /pages/public/tools/cheatsheet/yaml/
|
88
|
+
href: https://jekyll.one/pages/public/tools/cheatsheet/yaml/
|
89
|
+
icon: alpha-y-box-outline
|
90
|
+
target: _blank
|
91
|
+
- title: Git
|
92
|
+
# href: /pages/public/tools/cheatsheet/git/
|
93
|
+
href: https://jekyll.one/pages/public/tools/cheatsheet/git/
|
94
|
+
icon: git
|
95
|
+
target: _blank
|
96
|
+
- title: Gem
|
97
|
+
# href: /pages/public/tools/cheatsheet/gem/
|
98
|
+
href: https://jekyll.one/pages/public/tools/cheatsheet/gem/
|
99
|
+
icon: language-ruby
|
100
|
+
target: _blank
|
101
|
+
|
66
102
|
# --------------------------------------------------------------------------
|
67
103
|
# Collections
|
68
104
|
#
|
@@ -71,30 +107,103 @@
|
|
71
107
|
dropdown:
|
72
108
|
|
73
109
|
- title: Jekyll Collections
|
74
|
-
href: /pages/public/
|
110
|
+
href: /pages/public/learn/bookshelf/jekyll_collections/
|
111
|
+
# href: https://jekyll.one/pages/public/learn/bookshelf/jekyll_collections/
|
75
112
|
icon: head-question
|
113
|
+
target: _blank
|
76
114
|
|
77
115
|
- title: Bookshelf Collection
|
78
116
|
icon: eye
|
79
117
|
dropdown:
|
80
118
|
- title: Bookshelf
|
81
|
-
href: /pages/public/
|
119
|
+
href: /pages/public/learn/bookshelf/article_previewer/all_books/
|
120
|
+
# href: https://jekyll.one/pages/public/learn/bookshelf/article_previewer/all_books/
|
82
121
|
icon: book-marker
|
122
|
+
target: _blank
|
83
123
|
- title: Biography
|
84
|
-
href: /pages/public/bookshelf/biography/
|
124
|
+
href: /pages/public/learn/bookshelf/article_previewer/biography/
|
125
|
+
# href: https://jekyll.one/pages/public/learn/bookshelf/article_previewer/biography/
|
85
126
|
icon: book-marker
|
127
|
+
target: _blank
|
86
128
|
- title: Fantasy
|
87
|
-
href: /pages/public/bookshelf/fantasy/
|
129
|
+
href: /pages/public/learn/bookshelf/article_previewer/fantasy/
|
130
|
+
# href: https://jekyll.one/pages/public/learn/bookshelf/article_previewer/fantasy/
|
88
131
|
icon: book-marker
|
132
|
+
target: _blank
|
89
133
|
- title: Romance
|
90
|
-
href: /pages/public/bookshelf/romance/
|
134
|
+
href: /pages/public/learn/bookshelf/article_previewer/romance/
|
135
|
+
# href: https://jekyll.one/pages/public/learn/bookshelf/article_previewer/romance/
|
91
136
|
icon: book-marker
|
137
|
+
target: _blank
|
138
|
+
|
139
|
+
# --------------------------------------------------------------------------
|
140
|
+
# Tutorials
|
141
|
+
#
|
142
|
+
- title: Tutorials
|
143
|
+
icon: wizard-hat
|
144
|
+
dropdown:
|
145
|
+
|
146
|
+
- title: Rocketstart
|
147
|
+
href: https://jekyll.one/pages/public/learn/rocketstart/
|
148
|
+
icon: rocket-launch
|
149
|
+
target: _blank
|
150
|
+
|
151
|
+
|
152
|
+
- title: Site Development
|
153
|
+
href: https://jekyll.one/pages/public/learn/devstart/
|
154
|
+
icon: launch
|
155
|
+
|
156
|
+
- title: Jekyll In A Day
|
157
|
+
icon: alpha-j-box
|
158
|
+
dropdown:
|
159
|
+
|
160
|
+
- title: Meet & Greet
|
161
|
+
href: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/meet_and_greet/
|
162
|
+
icon: human-queue
|
163
|
+
target: _blank
|
164
|
+
- title: A awesome Site
|
165
|
+
href: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/a_awesome_site/
|
166
|
+
icon: sitemap
|
167
|
+
target: _blank
|
168
|
+
- title: Development System
|
169
|
+
href: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/dev_system/
|
170
|
+
icon: hammer-wrench
|
171
|
+
target: _blank
|
172
|
+
- title: Project Management
|
173
|
+
href: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/manage_projects/
|
174
|
+
icon: abacus
|
175
|
+
target: _blank
|
176
|
+
- title: Creating content
|
177
|
+
href: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/create_content/
|
178
|
+
icon: file-document-edit
|
179
|
+
target: _blank
|
180
|
+
|
181
|
+
- title: Learning SEO
|
182
|
+
icon: wizard-hat
|
183
|
+
dropdown:
|
184
|
+
|
185
|
+
- title: What SEO Is
|
186
|
+
href: https://jekyll.one/pages/public/learn/kickstart/learning_seo/what_seo_is/
|
187
|
+
icon: search-web
|
188
|
+
target: _blank
|
189
|
+
- title: Factors of Success
|
190
|
+
href: https://jekyll.one/pages/public/learn/kickstart/learning_seo/success_factors/
|
191
|
+
icon:
|
192
|
+
target: _blank
|
193
|
+
- title: Structured Data
|
194
|
+
href: https://jekyll.one/pages/public/learn/kickstart/learning_seo/structured_data/
|
195
|
+
icon: sitemap
|
196
|
+
target: _blank
|
197
|
+
- title: Content Optimization
|
198
|
+
href: https://jekyll.one/pages/public/learn/kickstart/learning_seo/content_optimization/
|
199
|
+
icon: calculator-variant-outline
|
200
|
+
target: _blank
|
92
201
|
|
93
202
|
# ------------------------------------------------------------------------------
|
94
203
|
# TopLevel item FEATURES
|
95
204
|
#
|
96
205
|
- item: Features
|
97
|
-
href: /#
|
206
|
+
href: /#panel_home_intro
|
98
207
|
|
99
208
|
# ------------------------------------------------------------------------------
|
100
209
|
# TopLevel item BLOG
|
@@ -130,6 +239,13 @@
|
|
130
239
|
# --------------------------------------------------------------------------
|
131
240
|
# Modules
|
132
241
|
#
|
242
|
+
|
243
|
+
- title: Where to go
|
244
|
+
href: https://jekyll.one/pages/public/manuals/where_to_go/
|
245
|
+
icon: foot-print
|
246
|
+
target: _blank
|
247
|
+
|
248
|
+
|
133
249
|
- title: Modules
|
134
250
|
icon: alpha-j-box
|
135
251
|
dropdown:
|
@@ -144,7 +260,6 @@
|
|
144
260
|
target: _blank
|
145
261
|
- title: Cookie Consent
|
146
262
|
href: https://jekyll.one/pages/public/manuals/modules/cookie_consent/
|
147
|
-
# href: '#'
|
148
263
|
icon: cookie
|
149
264
|
target: _blank
|
150
265
|
- title: Galleries
|
@@ -158,7 +273,6 @@
|
|
158
273
|
- title: Logger
|
159
274
|
href: https://jekyll.one/pages/public/manuals/modules/logger/
|
160
275
|
icon: math-log
|
161
|
-
target: _blank
|
162
276
|
- title: Master Slider
|
163
277
|
href: https://jekyll.one/pages/public/manuals/modules/masterslider/
|
164
278
|
icon: gesture-swipe
|
@@ -170,11 +284,11 @@
|
|
170
284
|
- title: MSDropdown
|
171
285
|
href: https://jekyll.one/pages/public/manuals/msdropdown/
|
172
286
|
icon: form-dropdown
|
287
|
+
target: _blank
|
173
288
|
- title: Navigator
|
174
289
|
href: https://jekyll.one/pages/public/manuals/modules/navigator/
|
175
|
-
# href: '#'
|
176
|
-
icon: near-me
|
177
290
|
target: _blank
|
291
|
+
icon: near-me
|
178
292
|
- title: Range Slider
|
179
293
|
href: https://jekyll.one/pages/public/manuals/modules/rangeslider/
|
180
294
|
icon: distribute-vertical-center
|
@@ -185,12 +299,10 @@
|
|
185
299
|
target: _blank
|
186
300
|
- title: Themer
|
187
301
|
href: https://jekyll.one/pages/public/manuals/modules/themer/
|
188
|
-
# href: '#'
|
189
302
|
icon: theme-light-dark
|
190
303
|
target: _blank
|
191
304
|
- title: Toccer
|
192
305
|
href: https://jekyll.one/pages/public/manuals/modules/toccer/
|
193
|
-
# href: '#'
|
194
306
|
icon: wrap
|
195
307
|
target: _blank
|
196
308
|
|
@@ -201,79 +313,94 @@
|
|
201
313
|
icon: alpha-j-box
|
202
314
|
dropdown:
|
203
315
|
|
204
|
-
- title: Resources
|
316
|
+
# - title: Resources
|
205
317
|
# href: https://jekyll.one/pages/public/manuals/j1/resources/
|
206
|
-
href: '#'
|
207
|
-
icon: garage
|
208
|
-
|
209
|
-
|
210
|
-
#
|
211
|
-
#
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
- title: Blocks
|
217
|
-
icon: page-layout-header-footer
|
318
|
+
# href: '#'
|
319
|
+
# icon: garage
|
320
|
+
# - title: Layouts
|
321
|
+
# href: https://jekyllrb.com/docs/layouts/
|
322
|
+
# icon: page-layout-body
|
323
|
+
# target: _blank
|
324
|
+
|
325
|
+
- title: Font Icons
|
326
|
+
icon: emoticon-cool-outline
|
218
327
|
dropdown:
|
219
328
|
|
220
|
-
- title:
|
221
|
-
href: https://jekyll.one/pages/public/manuals/
|
222
|
-
icon:
|
223
|
-
target: _blank
|
224
|
-
- title: Footer
|
225
|
-
href: https://jekyll.one/pages/public/manuals/j1/blocks/footer/
|
226
|
-
icon: order-bool-ascending
|
227
|
-
target: _blank
|
329
|
+
- title: MDI Icons (Regular)
|
330
|
+
href: https://jekyll.one/pages/public/manuals/components/fonticons/mdi/
|
331
|
+
icon: emoticon-cool-outline
|
228
332
|
|
229
|
-
|
230
|
-
|
231
|
-
|
333
|
+
- title: MDI Icons (Light)
|
334
|
+
href: https://jekyll.one/pages/public/manuals/components/fonticons/mdil/
|
335
|
+
icon: emoticon-cool-outline
|
232
336
|
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
href:
|
239
|
-
|
240
|
-
|
337
|
+
# - title: Blocks
|
338
|
+
# icon: page-layout-header-footer
|
339
|
+
# dropdown:
|
340
|
+
|
341
|
+
# - title: Banner And Panel
|
342
|
+
# href: '#'
|
343
|
+
# href: https://jekyll.one/pages/public/manuals/components/j1/blocks/banner_panel/
|
344
|
+
# icon: order-bool-descending
|
345
|
+
|
346
|
+
# - title: Footer
|
347
|
+
# href: https://jekyll.one/pages/public/manuals/components/j1/blocks/footer/
|
348
|
+
# icon: order-bool-ascending
|
349
|
+
|
350
|
+
# - title: Content
|
351
|
+
# icon: file
|
352
|
+
# dropdown:
|
353
|
+
|
354
|
+
# - title: Pages
|
355
|
+
# href: '#'
|
356
|
+
# href: https://jekyll.one/pages/public/manuals/components/j1/content/pages/
|
357
|
+
# icon: file-document
|
358
|
+
|
359
|
+
# - title: Posts
|
360
|
+
# href: '#'
|
361
|
+
# href: https://jekyll.one/pages/public/manuals/components/j1/content/posts/
|
362
|
+
# icon: file-delimited
|
241
363
|
|
364
|
+
# - title: Collections
|
365
|
+
# href: https://jekyll.one/pages/public/manuals/components/j1/content/collections/
|
366
|
+
# icon: file-percent
|
367
|
+
# - title: Posts
|
242
368
|
# - title: Collections
|
243
369
|
# href: https://jekyll.one/pages/public/manuals/j1/content/collections/
|
244
370
|
# icon: file-percent
|
371
|
+
# target: _blank
|
245
372
|
|
246
373
|
# --------------------------------------------------------------------------
|
247
374
|
# J1 Integrations
|
248
375
|
#
|
249
|
-
- title: Integrations
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
376
|
+
# - title: Integrations
|
377
|
+
# icon: alpha-j-box
|
378
|
+
# dropdown:
|
379
|
+
#
|
380
|
+
# - title: Google
|
381
|
+
# icon: google
|
382
|
+
# dropdown:
|
383
|
+
#
|
384
|
+
# - title: Google Translate
|
385
|
+
# href: '#'
|
386
|
+
# icon: google-translate
|
387
|
+
# - title: Google Analytics
|
388
|
+
# href: '#'
|
389
|
+
# icon: google-analytics
|
390
|
+
# - title: Google Ads
|
391
|
+
# href: '#'
|
392
|
+
# icon: google-ads
|
393
|
+
#
|
394
|
+
# - title: Comment Providers
|
395
|
+
# icon: comment
|
396
|
+
# dropdown:
|
397
|
+
#
|
398
|
+
# - title: Disqus
|
399
|
+
# href: '#'
|
400
|
+
# icon: disqus
|
401
|
+
# - title: Hyvor Talk
|
402
|
+
# href: '#'
|
403
|
+
# icon: comment-outline
|
277
404
|
|
278
405
|
# --------------------------------------------------------------------------
|
279
406
|
# J1 Plugins
|
@@ -282,35 +409,35 @@
|
|
282
409
|
icon: alpha-j-box
|
283
410
|
dropdown:
|
284
411
|
|
285
|
-
- title: Internal Plugins
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
412
|
+
# - title: Internal Plugins
|
413
|
+
# icon: power-plug-outline
|
414
|
+
# dropdown:
|
415
|
+
#
|
416
|
+
# - title: J1 SiteMap
|
417
|
+
# href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_sitemap/
|
418
|
+
# icon: map-marker-radius
|
419
|
+
# - title: J1 SEO Tags
|
420
|
+
# href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_seo_tags/
|
421
|
+
# icon: tag-text
|
422
|
+
# - title: J1 Feeds
|
423
|
+
# href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_feeds/
|
424
|
+
# icon: slide
|
425
|
+
# - title: J1 Quicksearch
|
426
|
+
# href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/quicksearch/
|
427
|
+
# icon: magnify
|
301
428
|
|
302
429
|
- title: External Plugins
|
303
430
|
icon: power-plug
|
304
431
|
dropdown:
|
305
432
|
|
306
433
|
- title: Asciidoctor
|
307
|
-
href: https://jekyll.one/pages/public/manuals/j1/plugins/asciidoctor/
|
434
|
+
href: https://jekyll.one/pages/public/manuals/components/j1/plugins/asciidoctor/
|
308
435
|
icon: hospital
|
309
|
-
|
310
|
-
|
311
|
-
# href: https://jekyll.one/pages/public/manuals/j1/plugins/j1_paginator/
|
312
|
-
|
313
|
-
|
436
|
+
|
437
|
+
# - title: J1 Paginator
|
438
|
+
# href: https://jekyll.one/pages/public/manuals/components/j1/plugins/j1_paginator/
|
439
|
+
# href: '#'
|
440
|
+
# icon: page-last
|
314
441
|
|
315
442
|
# ------------------------------------------------------------------------------
|
316
443
|
# Menu TOOLS
|
@@ -318,6 +445,74 @@
|
|
318
445
|
- item: Tools
|
319
446
|
sublevel:
|
320
447
|
|
448
|
+
# --------------------------------------------------------------------------
|
449
|
+
# Previewers
|
450
|
+
#
|
451
|
+
- title: Previewers
|
452
|
+
icon: eye
|
453
|
+
dropdown:
|
454
|
+
|
455
|
+
- title: Current Theme
|
456
|
+
href: /pages/public/tools/previewer/current_theme/
|
457
|
+
icon: theme-light-dark
|
458
|
+
- title: Icon Picker
|
459
|
+
href: /pages/public/tools/previewer/icon-picker/
|
460
|
+
icon: emoticon-cool-outline
|
461
|
+
|
462
|
+
- title: Google Adsense
|
463
|
+
href: https://jekyll.one/pages/public/tools/previewer/gad/
|
464
|
+
icon: image
|
465
|
+
target: _blank
|
466
|
+
- title: Slick
|
467
|
+
href: https://jekyll.one/pages/public/tools/previewer/slick/
|
468
|
+
icon: view-carousel
|
469
|
+
target: _blank
|
470
|
+
- title: Masonry
|
471
|
+
href: https://jekyll.one/pages/public/tools/previewer/masonry/
|
472
|
+
icon: view-dashboard-variant
|
473
|
+
target: _blank
|
474
|
+
- title: MD Color Palette
|
475
|
+
href: https://jekyll.one/pages/public/tools/previewer/color_palette/
|
476
|
+
icon: format-color-fill
|
477
|
+
target: _blank
|
478
|
+
- title: Master Slider
|
479
|
+
href: https://jekyll.one/pages/public/tools/previewer/masterslider/
|
480
|
+
icon: gesture-swipe
|
481
|
+
target: _blank
|
482
|
+
- title: Country Flags
|
483
|
+
href: https://jekyll.one/pages/public/tools/previewer/country_flags/
|
484
|
+
icon: flag
|
485
|
+
target: _blank
|
486
|
+
- title: Font Icons
|
487
|
+
href: https://jekyll.one/pages/public/tools/previewer/icon-picker/
|
488
|
+
icon: sprout
|
489
|
+
target: _blank
|
490
|
+
icon: emoticon-cool-outline
|
491
|
+
- title: Rouge Styles
|
492
|
+
href: https://jekyll.one/pages/public/tools/previewer/rouge/
|
493
|
+
icon: code-parentheses
|
494
|
+
target: _blank
|
495
|
+
|
496
|
+
# --------------------------------------------------------------------------
|
497
|
+
# Cheatsheets
|
498
|
+
#
|
499
|
+
- title: Cheatsheets
|
500
|
+
icon: book
|
501
|
+
dropdown:
|
502
|
+
|
503
|
+
- title: J1
|
504
|
+
href: /pages/public/tools/cheatsheet/j1/
|
505
|
+
icon: alpha-j-box-outline
|
506
|
+
- title: YAML
|
507
|
+
href: /pages/public/tools/cheatsheet/yaml/
|
508
|
+
icon: alpha-y-box-outline
|
509
|
+
- title: Git
|
510
|
+
href: /pages/public/tools/cheatsheet/git/
|
511
|
+
icon: git
|
512
|
+
- title: Gem
|
513
|
+
href: /pages/public/tools/cheatsheet/gem/
|
514
|
+
icon: language-ruby
|
515
|
+
|
321
516
|
# --------------------------------------------------------------------------
|
322
517
|
# Tools
|
323
518
|
#
|
@@ -325,12 +520,16 @@
|
|
325
520
|
icon: toolbox
|
326
521
|
dropdown:
|
327
522
|
|
523
|
+
- title: HTML Validation
|
524
|
+
href: https://jekyll.one/pages/public/tools/toolbox/html_validation/
|
525
|
+
icon: language-html5
|
526
|
+
target: _blank
|
328
527
|
- title: Pandoc
|
329
|
-
href: https://jekyll.one/pages/public/
|
528
|
+
href: https://jekyll.one/pages/public/tools/toolbox/pandoc/
|
330
529
|
icon: cog-transfer
|
331
530
|
target: _blank
|
332
|
-
- title: Platform
|
333
|
-
href: https://jekyll.one/pages/public/
|
531
|
+
- title: Platform
|
532
|
+
href: https://jekyll.one/pages/public/tools/toolbox/platform/
|
334
533
|
icon: folder-information
|
335
534
|
target: _blank
|
336
535
|
|
@@ -364,72 +563,22 @@
|
|
364
563
|
dropdown:
|
365
564
|
|
366
565
|
- title: Liquid
|
367
|
-
href: https://jekyll.one/pages/public/
|
566
|
+
href: https://jekyll.one/pages/public/tools/toolbox/liquid/
|
368
567
|
icon: mustache
|
369
568
|
target: _blank
|
370
569
|
- title: Commandline
|
371
|
-
href: https://jekyll.one/pages/public/
|
570
|
+
href: https://jekyll.one/pages/public/tools/toolbox/jekyll/commandline/
|
372
571
|
icon: console-line
|
373
572
|
target: _blank
|
374
573
|
- title: Configuration
|
375
|
-
href: https://jekyll.one/pages/public/
|
574
|
+
href: https://jekyll.one/pages/public/tools/toolbox/jekyll/configuration/
|
376
575
|
icon: code-braces
|
377
576
|
target: _blank
|
378
577
|
- title: Time and Date formats
|
379
|
-
href: https://jekyll.one/pages/public/
|
578
|
+
href: https://jekyll.one/pages/public/tools/toolbox/jekyll/date_time_formats/
|
380
579
|
icon: calendar-blank
|
381
580
|
target: _blank
|
382
581
|
|
383
|
-
# --------------------------------------------------------------------------
|
384
|
-
# Previewers
|
385
|
-
#
|
386
|
-
- title: Previewers
|
387
|
-
icon: eye
|
388
|
-
dropdown:
|
389
|
-
|
390
|
-
- title: Current Theme
|
391
|
-
href: /pages/public/previewer/current_theme/
|
392
|
-
icon: theme-light-dark
|
393
|
-
|
394
|
-
- title: Placeholder Images
|
395
|
-
href: https://jekyll.one/pages/public/previewer/placeholder_images/
|
396
|
-
icon: image
|
397
|
-
target: _blank
|
398
|
-
- title: Slick Slider
|
399
|
-
href: https://jekyll.one/pages/public/previewer/slick/
|
400
|
-
icon: view-carousel
|
401
|
-
target: _blank
|
402
|
-
- title: Masonry
|
403
|
-
href: https://jekyll.one/pages/public/previewer/masonry/
|
404
|
-
icon: view-dashboard-variant
|
405
|
-
target: _blank
|
406
|
-
|
407
|
-
- title: MD Color Palette
|
408
|
-
href: https://jekyll.one/pages/public/previewer/color_palette/
|
409
|
-
icon: format-color-
|
410
|
-
target: _blank
|
411
|
-
- title: Master Slider
|
412
|
-
href: https://jekyll.one/pages/public/previewer/masterslider/
|
413
|
-
icon: gesture-swipe
|
414
|
-
target: _blank
|
415
|
-
- title: Country Flags
|
416
|
-
href: https://jekyll.one/pages/public/previewer/country_flags/
|
417
|
-
icon: flag
|
418
|
-
target: _blank
|
419
|
-
- title: MDI Icons (regular)
|
420
|
-
href: https://jekyll.one/pages/public/previewer/mdi_font/
|
421
|
-
icon: sprout
|
422
|
-
target: _blank
|
423
|
-
- title: MDI Icons (light)
|
424
|
-
href: https://jekyll.one/pages/public/previewer/mdil_font/
|
425
|
-
icon: sprout-outline
|
426
|
-
target: _blank
|
427
|
-
icon: emoticon-cool-outline
|
428
|
-
- title: Rouge Styles
|
429
|
-
href: https://jekyll.one/pages/public/previewer/rouge/
|
430
|
-
icon: code-parentheses
|
431
|
-
target: _blank
|
432
|
-
|
433
582
|
# ------------------------------------------------------------------------------
|
434
583
|
# Menu ONLINE
|
435
584
|
#
|
@@ -543,28 +692,31 @@
|
|
543
692
|
- title: Tools
|
544
693
|
icon: wrench
|
545
694
|
column:
|
695
|
+
|
546
696
|
- title: FreeFormatter
|
547
697
|
href: http://www.freeformatter.com/
|
548
698
|
target: _blank
|
549
699
|
icon: cached
|
550
|
-
- title: BeautifyTools
|
551
|
-
href: https://beautifytools.com/
|
552
|
-
target: _blank
|
553
|
-
icon: cached
|
554
700
|
- title: AppDevTools
|
555
701
|
href: https://www.appdevtools.com/
|
556
702
|
target: _blank
|
557
703
|
icon: cached
|
704
|
+
|
705
|
+
- title: W3C Validator
|
706
|
+
href: https://validator.w3.org/
|
707
|
+
target: _blank
|
708
|
+
icon: language-html5
|
558
709
|
- title: Nu Html Checker
|
559
710
|
href: https://validator.w3.org/nu/
|
560
711
|
target: _blank
|
561
712
|
icon: language-html5
|
713
|
+
|
562
714
|
- title: Closing Tag Checker
|
563
715
|
href: https://www.aliciaramirez.com/closing-tags-checker/
|
564
716
|
target: _blank
|
565
717
|
icon: language-html5
|
566
718
|
- title: Convert CSS to Sass
|
567
|
-
href:
|
719
|
+
href: https://www.cssportal.com/css-to-scss/
|
568
720
|
target: _blank
|
569
721
|
icon: language-css3
|
570
722
|
- title: CSS Matic Tools
|
@@ -580,7 +732,7 @@
|
|
580
732
|
target: _blank
|
581
733
|
icon: code-braces
|
582
734
|
- title: Character Codes
|
583
|
-
href:
|
735
|
+
href: https://html.spec.whatwg.org/multipage/named-characters.html
|
584
736
|
target: _blank
|
585
737
|
icon: alpha-a-box-outline
|
586
738
|
- title: RegEx 101
|
@@ -592,7 +744,6 @@
|
|
592
744
|
target: _blank
|
593
745
|
icon: regex
|
594
746
|
|
595
|
-
|
596
747
|
# ------------------------------------------------------------------------------
|
597
748
|
# Menu Themes
|
598
749
|
#
|
@@ -600,7 +751,7 @@
|
|
600
751
|
theme_select:
|
601
752
|
- preview: enabled
|
602
753
|
title: Preview
|
603
|
-
href: /pages/public/previewer/current_theme/
|
754
|
+
href: /pages/public/tools/previewer/current_theme/
|
604
755
|
icon: eye
|
605
756
|
- local_themes: enabled
|
606
757
|
title: Jekyll One
|