j1-template 2022.6.2 → 2023.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +15 -15
- data/_includes/themes/j1/layouts/content_generator_collection.html +3 -3
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +7 -7
- data/_includes/themes/j1/layouts/content_generator_page.html +3 -3
- data/_includes/themes/j1/layouts/content_generator_post.html +3 -3
- data/_includes/themes/j1/layouts/content_generator_raw.html +5 -4
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +39 -22
- data/_includes/themes/j1/layouts/layout_module_generator.html +3 -3
- data/_includes/themes/j1/layouts/layout_resource_generator.html +3 -3
- data/_includes/themes/j1/modules/attics/generator.html +3 -3
- data/_includes/themes/j1/modules/navigator/generator.html +4 -4
- data/_includes/themes/j1/modules/searcher/generator.html +3 -3
- data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +3 -3
- data/_includes/themes/j1/procedures/blocks/footer/boxes/about_box.proc +2 -2
- data/_includes/themes/j1/procedures/blocks/footer/boxes/contacts_box.proc +2 -2
- data/_includes/themes/j1/procedures/blocks/footer/boxes/issue.proc +2 -2
- data/_includes/themes/j1/procedures/blocks/footer/boxes/legal_statements.proc +2 -2
- data/_includes/themes/j1/procedures/blocks/footer/boxes/links_box.proc +2 -2
- data/_includes/themes/j1/procedures/blocks/footer/boxes/news_box.proc +2 -2
- data/_includes/themes/j1/procedures/blocks/footer/boxes/social_media_icons.proc +29 -6
- data/_includes/themes/j1/procedures/blocks/get_wave.proc +18 -3
- data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +3 -3
- data/_includes/themes/j1/procedures/global/attributes_loader.proc +3 -3
- data/_includes/themes/j1/procedures/global/collect_frontmatter_options.proc +3 -3
- data/_includes/themes/j1/procedures/global/collect_page_options.proc +3 -3
- data/_includes/themes/j1/procedures/global/create_bs_button.proc +3 -3
- data/_includes/themes/j1/procedures/global/create_word_cloud.proc +3 -3
- data/_includes/themes/j1/procedures/global/date-german.proc +3 -3
- data/_includes/themes/j1/procedures/global/get_category.proc +3 -3
- data/_includes/themes/j1/procedures/global/get_category_item.proc +3 -3
- data/_includes/themes/j1/procedures/global/get_documents_dir.proc +3 -3
- data/_includes/themes/j1/procedures/global/get_page_path.proc +3 -3
- data/_includes/themes/j1/procedures/global/get_page_url.proc +3 -3
- data/_includes/themes/j1/procedures/global/select_color.proc +3 -3
- data/_includes/themes/j1/procedures/global/select_font_size.proc +3 -3
- data/_includes/themes/j1/procedures/global/select_icon_size.proc +3 -3
- data/_includes/themes/j1/procedures/global/select_location.proc +3 -3
- data/_includes/themes/j1/procedures/global/set_base_vars_folders.proc +3 -3
- data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +3 -3
- data/_includes/themes/j1/procedures/global/set_image_block.proc +3 -3
- data/_includes/themes/j1/procedures/global/setup.proc +3 -3
- data/_includes/themes/j1/procedures/layouts/content_writer.proc +3 -3
- data/_includes/themes/j1/procedures/layouts/default_writer.proc +3 -3
- data/_includes/themes/j1/procedures/layouts/module_writer.proc +3 -3
- data/_includes/themes/j1/procedures/layouts/resource_writer.proc +3 -3
- data/_includes/themes/j1/procedures/posts/collate_calendar.proc +3 -3
- data/_includes/themes/j1/procedures/posts/collate_list.proc +3 -3
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +3 -3
- data/_includes/themes/j1/procedures/posts/create_ad_block.proc +3 -3
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +3 -3
- data/_includes/themes/j1/procedures/posts/pager.proc +3 -3
- data/_layouts/collection.html +4 -4
- data/_layouts/compress.html +3 -3
- data/_layouts/default.html +4 -9
- data/_layouts/home.html +4 -4
- data/_layouts/news_panel_posts.html +4 -4
- data/_layouts/page.html +4 -4
- data/_layouts/paginator/autopage_category.html +3 -3
- data/_layouts/paginator/autopage_collection.html +3 -3
- data/_layouts/paginator/autopage_collections_tags.html +3 -3
- data/_layouts/paginator/autopage_tags.html +3 -3
- data/_layouts/post.html +4 -4
- data/_layouts/raw.html +5 -5
- data/apps/public/cc/cc.yml +12 -12
- data/apps/public/cc/index.adoc +1 -1
- data/assets/data/authclient.html +3 -3
- data/assets/data/banner.html +5 -5
- data/assets/data/carousel.json +4 -4
- data/assets/data/cookieconsent.html +3 -3
- data/assets/data/fab.html +3 -3
- data/assets/data/footer.html +4 -4
- data/assets/data/galleries.json +4 -4
- data/assets/data/gallery_customizer.html +4 -4
- data/assets/data/iso-639-language-codes-flags.json +1 -1
- data/assets/data/iso-639-language-codes.json +2 -2
- data/assets/data/j1_config.json +2 -2
- data/assets/data/masterslider.html +3 -3
- data/assets/data/mdi_icons.json +29542 -13505
- data/assets/data/mdil_icons.json +3 -3
- data/assets/data/menu.html +3 -3
- data/assets/data/mmenu.html +3 -3
- data/assets/data/mmenu_sidebar.html +3 -3
- data/assets/data/mmenu_toc.html +3 -3
- data/assets/data/nbinteract.html +3 -3
- data/assets/data/panel.html +8 -8
- data/assets/data/particles.yml +194 -0
- data/assets/data/private.json +2 -2
- data/assets/data/quicklinks.html +3 -3
- data/assets/data/rtext_resizer.html +3 -3
- data/assets/data/themes.bootswatch.json +2 -2
- data/assets/data/themes.json +2 -2
- data/assets/data/top_search_modal.html +3 -3
- data/assets/data/translator.html +3 -3
- 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 +5 -5
- data/assets/error_pages/HTTP448.html +3 -3
- 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 +4 -4
- data/assets/themes/j1/adapter/js/algolia.js +4 -4
- data/assets/themes/j1/adapter/js/analytics.js +4 -4
- data/assets/themes/j1/adapter/js/asciidoctor.js +4 -4
- data/assets/themes/j1/adapter/js/attic.js +10 -7
- data/assets/themes/j1/adapter/js/bmd.js +4 -4
- data/assets/themes/j1/adapter/js/carousel.js +6 -6
- data/assets/themes/j1/adapter/js/clipboard.js +5 -5
- data/assets/themes/j1/adapter/js/comments.js +7 -5
- data/assets/themes/j1/adapter/js/cookieConsent.js +5 -5
- data/assets/themes/j1/adapter/js/customFunctions.js +4 -4
- data/assets/themes/j1/adapter/js/customModule.js +4 -4
- data/assets/themes/j1/adapter/js/dropdowns.js +4 -4
- data/assets/themes/j1/adapter/js/fab.js +4 -4
- data/assets/themes/j1/adapter/js/framer.js +4 -4
- data/assets/themes/j1/adapter/js/j1.js +8 -8
- data/assets/themes/j1/adapter/js/justifiedGallery.js +6 -6
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +4 -4
- data/assets/themes/j1/adapter/js/lightbox.js +4 -4
- data/assets/themes/j1/adapter/js/logger.js +4 -4
- data/assets/themes/j1/adapter/js/lunr.js +5 -5
- data/assets/themes/j1/adapter/js/masonry.js +273 -0
- data/assets/themes/j1/adapter/js/masterslider.js +4 -4
- data/assets/themes/j1/adapter/js/mmenu.js +4 -4
- data/assets/themes/j1/adapter/js/navigator.js +4 -4
- data/assets/themes/j1/adapter/js/nbinteract.js +4 -4
- data/assets/themes/j1/adapter/js/particles.js +254 -0
- data/assets/themes/j1/adapter/js/rangeSlider.js +4 -4
- data/assets/themes/j1/adapter/js/rouge.js +4 -4
- data/assets/themes/j1/adapter/js/rtable.js +4 -4
- data/assets/themes/j1/adapter/js/rtextResizer.js +4 -4
- data/assets/themes/j1/adapter/js/scroller.js +4 -4
- data/assets/themes/j1/adapter/js/themer.js +4 -4
- data/assets/themes/j1/adapter/js/toccer.js +4 -4
- data/assets/themes/j1/adapter/js/translator.js +5 -5
- data/assets/themes/j1/adapter/js/waves.js +4 -4
- data/assets/themes/j1/core/country-flags/css/theme/uno.css +3 -3
- data/assets/themes/j1/core/country-flags/css/theme/uno.min.css +3 -3
- data/assets/themes/j1/core/css/animate.css +7 -7
- data/assets/themes/j1/core/css/icon-fonts/fontawesome.css +7 -7
- data/assets/themes/j1/core/css/icon-fonts/iconify.css +16 -16
- data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.css +30 -30
- data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +27 -27
- data/assets/themes/j1/core/css/icon-fonts/mdi.css +3773 -347
- data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdil.css +31 -31
- data/assets/themes/j1/core/css/icon-fonts/twemoji.css +18 -18
- data/assets/themes/j1/core/css/nbinteract-tutorial/styles.css +4 -4
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +5 -7
- data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +9 -11
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +143 -139
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +393 -208
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +32 -32
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v7.0.96/eot/materialdesignicons-webfont.eot +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v7.0.96/materialdesignicons-webfont.woff +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v7.0.96/materialdesignicons-webfont.woff2 +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v7.0.96/preview.html +717 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v7.0.96/ttf/materialdesignicons-webfont.ttf +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/eot/materialdesignicons-webfont.eot +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/materialdesignicons-webfont.woff +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/materialdesignicons-webfont.woff2 +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/ttf/materialdesignicons-webfont.ttf +0 -0
- data/assets/themes/j1/core/js/template.js +36 -36
- data/assets/themes/j1/core/js/template.min.js +2 -2
- data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +5 -5
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +4 -4
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +4 -4
- data/assets/themes/j1/modules/backstretch/js/v2.1.16/backstretch.js +4 -4
- data/assets/themes/j1/modules/backstretch/js/v2.1.16/backstretch.min.js +4 -4
- data/assets/themes/j1/modules/backstretch/js/v2.1.18/backstretch.js +4 -4
- data/assets/themes/j1/modules/backstretch/js/v2.1.18/backstretch.min.js +4 -4
- data/assets/themes/j1/modules/bmd/js/bmd.js +4 -4
- data/assets/themes/j1/modules/bmd/js/bmd.min.js +4 -4
- data/assets/themes/j1/modules/bokeh/js/v2.4.3/bokeh.min.js +2 -2
- data/assets/themes/j1/modules/carousel/css/carousel.css +3 -3
- data/assets/themes/j1/modules/carousel/css/carousel.min.css +3 -3
- data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +3 -3
- data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +3 -3
- data/assets/themes/j1/modules/carousel/css/theme/uno.css +3 -3
- data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +3 -3
- data/assets/themes/j1/modules/clipboard/css/theme/uno.css +3 -3
- data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +3 -3
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +5 -5
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +5 -5
- data/assets/themes/j1/modules/datatables/css/theme/uno.css +4 -4
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +2 -2
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +2 -2
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +2 -2
- data/assets/themes/j1/modules/dropdowns/css/theme/uno/dropdowns.css +3 -3
- data/assets/themes/j1/modules/dropdowns/css/theme/uno/dropdowns.min.css +3 -3
- data/assets/themes/j1/modules/dropdowns/js/cash.js +3 -3
- data/assets/themes/j1/modules/dropdowns/js/dropdowns.js +3 -3
- data/assets/themes/j1/modules/fab/js/cash.js +3 -3
- data/assets/themes/j1/modules/fab/js/fab.js +3 -3
- data/assets/themes/j1/modules/fast-levenshtein/README.md +69 -0
- data/assets/themes/j1/modules/fast-levenshtein/js/levenshtein.js +135 -0
- data/assets/themes/j1/modules/fast-levenshtein/links.md +10 -0
- data/assets/themes/j1/modules/jquery/js/extensions/hasClass.js +4 -4
- data/assets/themes/j1/modules/jquery/js/extensions/hasClass.min.js +4 -4
- data/assets/themes/j1/modules/jquery/js/extensions/removeClass.js +4 -4
- data/assets/themes/j1/modules/jquery/js/extensions/removeClass.min.js +4 -4
- data/assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/css/theme/uno.css +3 -3
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +3 -3
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +3 -3
- data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +3 -3
- data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +3 -3
- data/assets/themes/j1/modules/lightGallery/js/core/j1/{lightgallery-x.js → lightgallery.js} +0 -0
- data/assets/themes/j1/modules/lightGallery/js/core/j1/{lightgallery-x.min.js → lightgallery.min.js} +0 -0
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +2 -3
- data/assets/themes/j1/modules/lightbox/css/lightbox.css +4 -4
- data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +4 -4
- data/assets/themes/j1/modules/lightbox/css/theme/uno.css +3 -3
- data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +3 -3
- data/assets/themes/j1/modules/lightbox/js/lightbox.js +4 -4
- data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +4 -4
- data/assets/themes/j1/modules/lunr/css/j1.css +3 -3
- data/assets/themes/j1/modules/lunr/css/j1.min.css +3 -3
- data/assets/themes/j1/modules/lunr/js/j1.js +4 -4
- data/assets/themes/j1/modules/lunr/js/j1.min.js +3 -3
- data/assets/themes/j1/modules/masonry/LICENSE +22 -0
- data/assets/themes/j1/modules/masonry/README.md +84 -0
- data/assets/themes/j1/modules/masonry/js/masonry.pkgd.js +2503 -0
- data/assets/themes/j1/modules/masonry/js/masonry.pkgd.min.js +9 -0
- data/assets/themes/j1/modules/masterslider/css/theme/uno.css +5 -4
- data/assets/themes/j1/modules/masterslider/css/theme/uno.min.css +4 -84
- data/assets/themes/j1/modules/masterslider/js/masterslider.js +2 -2
- data/assets/themes/j1/modules/masterslider/js/masterslider.min.js +1 -1
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +3 -3
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +3 -3
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +3 -3
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +3 -3
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +3 -3
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +3 -3
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +3 -3
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +3 -3
- data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.css +3 -3
- data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +3 -3
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +11 -37
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +4 -8
- data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +4 -4
- data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +4 -4
- data/assets/themes/j1/modules/msDropdown/css/flags.css +3 -3
- data/assets/themes/j1/modules/msDropdown/css/flags.min.css +3 -3
- data/assets/themes/j1/modules/msDropdown/css/msDropdown.css +3 -3
- data/assets/themes/j1/modules/msDropdown/css/msDropdown.min.css +3 -3
- data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +3 -3
- data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.min.css +3 -3
- data/assets/themes/j1/modules/msDropdown/js/msDropdown.js +3 -3
- data/assets/themes/j1/modules/msDropdown/js/msDropdown.min.js +3 -3
- data/assets/themes/j1/modules/nbinteract-core/LICENSE.txt +1 -1
- data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.css +3 -3
- data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.min.css +3 -3
- data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.css +3 -3
- data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.min.css +3 -3
- data/assets/themes/j1/modules/particles/LICENSE.md +21 -0
- data/assets/themes/j1/modules/particles/README.md +243 -0
- data/assets/themes/j1/modules/particles/css/images/snowflake-1.png +0 -0
- data/assets/themes/j1/modules/particles/css/images/snowflake-2.png +0 -0
- data/assets/themes/j1/modules/particles/examples/snow/CodePen-Home-Pure-CSS-Snow.md +1 -0
- data/assets/themes/j1/modules/particles/examples/snow/gist.github.comTanvir8.md +1 -0
- data/assets/themes/j1/modules/particles/examples/snow/let- it-snow.md +173 -0
- data/assets/themes/j1/modules/particles/js/particles.js +1541 -0
- data/assets/themes/j1/modules/particles/js/particles.min.js +9 -0
- data/assets/themes/j1/modules/rangeSlider/css/theme/uno/nouislider.css +3 -3
- data/assets/themes/j1/modules/rangeSlider/css/theme/uno/nouislider.min.css +3 -3
- data/assets/themes/j1/modules/rouge/css/base16/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/base16.dark/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/base16.light/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/base16.monokai/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/base16.monokai.dark/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/base16.monokai.light/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/base16.solarized/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/base16.solarized.dark/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/base16.solarized.light/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/colorful/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/github/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/gruvbox/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/gruvbox.dark/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/gruvbox.light/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/igorpro/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/molokai/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/monokai/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/monokai.sublime/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/pastie/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/thankful_eyes/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/themes.txt +3 -3
- data/assets/themes/j1/modules/rouge/css/tulip/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +3 -3
- data/assets/themes/j1/modules/rouge/js/select.js +3 -3
- data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.css +4 -4
- data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.min.css +4 -4
- data/assets/themes/j1/modules/rtable/js/rtable.js +4 -4
- data/assets/themes/j1/modules/rtable/js/rtable.min.js +4 -4
- data/assets/themes/j1/modules/scroller/css/theme/uno.css +3 -3
- data/assets/themes/j1/modules/scroller/css/theme/uno.min.css +3 -3
- data/assets/themes/j1/modules/scroller/js/scroller.js +2 -2
- data/assets/themes/j1/modules/scroller/js/scroller.min.js +2 -2
- data/assets/themes/j1/modules/spinner/css/spin.css +3 -3
- data/assets/themes/j1/modules/spinner/css/spin.min.css +3 -3
- data/assets/themes/j1/modules/spinner/js/spin.js +3 -3
- data/assets/themes/j1/modules/spinner/js/spin.min.js +3 -3
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +4 -4
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +3 -3
- data/assets/themes/j1/modules/translator/css/translator.css +3 -3
- data/assets/themes/j1/modules/translator/css/translator.min.css +3 -3
- data/assets/themes/j1/modules/translator/js/translator.js +3 -3
- data/assets/themes/j1/modules/translator/js/translator.min.js +3 -3
- data/exe/j1 +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/auth_manager.rb +3 -3
- data/lib/j1_app/j1_auth_manager/error_pages.rb +3 -3
- data/lib/j1_app/j1_auth_manager/helpers_disqus.rb +3 -3
- data/lib/j1_app/j1_auth_manager/helpers_facebook.rb +3 -3
- data/lib/j1_app/j1_auth_manager/helpers_github.rb +3 -3
- data/lib/j1_app/j1_auth_manager/helpers_patreon.rb +3 -3
- data/lib/j1_app/j1_auth_manager/helpers_twitter.rb +3 -3
- data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +1 -1
- data/lib/j1_app/j1_auth_manager/warden_omniauth.rb +3 -3
- data/lib/j1_app/j1_site_manager/static_site.no-cross-origin.rb +1 -1
- data/lib/j1_app/j1_site_manager/static_site.rb +1 -1
- data/lib/j1_app/omniauth/strategies/disqus.rb +3 -3
- data/lib/j1_app/omniauth/strategies/facebook.rb +3 -3
- data/lib/j1_app/omniauth/strategies/github.rb +3 -3
- data/lib/j1_app/omniauth/strategies/patreon.rb +3 -3
- data/lib/j1_app/omniauth/strategies/twitter.rb +3 -3
- data/lib/starter_web/Gemfile +14 -13
- data/lib/starter_web/README.md +24 -24
- data/lib/starter_web/_config.yml +29 -28
- data/lib/starter_web/_data/_defaults/categories.yml +5 -5
- data/lib/starter_web/_data/_defaults/colors.yml +3 -3
- data/lib/starter_web/_data/_defaults/font_sizes.yml +4 -4
- data/lib/starter_web/_data/_defaults/j1_config.yml +6 -6
- data/lib/starter_web/_data/_defaults/private.yml +2 -2
- data/lib/starter_web/_data/_defaults/resources.yml +11 -11
- data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +3 -3
- data/lib/starter_web/_data/apps/justifiedGalleryCustomizer.yml +3 -3
- data/lib/starter_web/_data/asciidoc2pdf/themes/j1-theme.yml +4 -4
- data/lib/starter_web/_data/blocks/banner.yml +26 -40
- data/lib/starter_web/_data/blocks/defaults/banner.yml +3 -3
- data/lib/starter_web/_data/blocks/defaults/footer.yml +6 -7
- data/lib/starter_web/_data/blocks/defaults/panel.yml +6 -6
- data/lib/starter_web/_data/blocks/footer.yml +21 -13
- data/lib/starter_web/_data/blocks/panel.yml +22 -22
- data/lib/starter_web/_data/categories.yml +5 -5
- data/lib/starter_web/_data/colors.yml +3 -3
- data/lib/starter_web/_data/font_sizes.yml +4 -4
- data/lib/starter_web/_data/j1_config.yml +7 -7
- data/lib/starter_web/_data/layouts/collection.yml +10 -10
- data/lib/starter_web/_data/{custom → layouts/custom}/readme +0 -0
- data/lib/starter_web/_data/layouts/default.yml +8 -8
- data/lib/starter_web/_data/layouts/home.yml +8 -8
- data/lib/starter_web/_data/layouts/news_panel_posts.yml +10 -10
- data/lib/starter_web/_data/layouts/page.yml +10 -10
- data/lib/starter_web/_data/layouts/post.yml +10 -10
- data/lib/starter_web/_data/layouts/raw.yml +10 -10
- data/lib/starter_web/_data/modules/advertising.yml +3 -3
- data/lib/starter_web/_data/modules/analytics.yml +3 -3
- data/lib/starter_web/_data/modules/attics.yml +4 -4
- data/lib/starter_web/_data/modules/authentication.yml +3 -3
- data/lib/starter_web/_data/modules/blog_navigator.yml +3 -3
- data/lib/starter_web/_data/modules/carousel.yml +5 -5
- data/lib/starter_web/_data/modules/comments.yml +3 -4
- data/lib/starter_web/_data/modules/cookieconsent.yml +3 -3
- data/lib/starter_web/_data/modules/cookies.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/advertising.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/analytics.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/attics.yml +4 -4
- data/lib/starter_web/_data/modules/defaults/authentication.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/carousel.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/comments.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/cookies.yml +4 -4
- data/lib/starter_web/_data/modules/defaults/dropdowns.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/fab.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/framer.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/justifiedGallery.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/lightGallery.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/lightbox.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/log4javascript.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/log4r.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/lunr.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/masonry.yml +136 -0
- data/lib/starter_web/_data/modules/defaults/masterslider.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/navigator.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/nbinteract.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/particles.yml +134 -0
- data/lib/starter_web/_data/modules/defaults/rangeSlider.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/rtable.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/scoller.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/themer.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/toccer.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/translator.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/waves.yml +3 -3
- data/lib/starter_web/_data/modules/dropdowns.yml +3 -3
- data/lib/starter_web/_data/modules/fab.yml +3 -3
- data/lib/starter_web/_data/modules/framer.yml +3 -3
- data/lib/starter_web/_data/modules/justifiedGallery.yml +3 -3
- data/lib/starter_web/_data/modules/lightGallery.yml +3 -3
- data/lib/starter_web/_data/modules/lightbox.yml +3 -3
- data/lib/starter_web/_data/modules/log4javascript.yml +3 -3
- data/lib/starter_web/_data/modules/log4r.yml +3 -3
- data/lib/starter_web/_data/modules/lunr.yml +3 -3
- data/lib/starter_web/_data/modules/masonry.yml +65 -0
- data/lib/starter_web/_data/modules/masterslider.yml +3 -3
- data/lib/starter_web/_data/modules/navigator.yml +3 -3
- data/lib/starter_web/_data/modules/navigator_menu.yml +8 -8
- data/lib/starter_web/_data/modules/nbinteract.yml +3 -3
- data/lib/starter_web/_data/modules/particles.yml +149 -0
- data/lib/starter_web/_data/modules/rangeSlider.yml +3 -3
- data/lib/starter_web/_data/modules/rtable.yml +3 -3
- data/lib/starter_web/_data/modules/scroller.yml +3 -3
- data/lib/starter_web/_data/modules/themer.yml +3 -3
- data/lib/starter_web/_data/modules/toccer.yml +3 -3
- data/lib/starter_web/_data/modules/translator.yml +3 -3
- data/lib/starter_web/_data/modules/waves.yml +3 -3
- data/lib/starter_web/_data/plugins/defaults/feed.yml +3 -3
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +3 -3
- data/lib/starter_web/_data/plugins/defaults/seo-tags.yml +7 -7
- data/lib/starter_web/_data/plugins/defaults/sitemap.yml +7 -7
- data/lib/starter_web/_data/plugins/feed.yml +3 -3
- data/lib/starter_web/_data/plugins/paginator.yml +3 -3
- data/lib/starter_web/_data/plugins/seo-tags.yml +4 -4
- data/lib/starter_web/_data/plugins/sitemap.yml +3 -3
- data/lib/starter_web/_data/private.yml +2 -2
- data/lib/starter_web/_data/resources.yml +67 -22
- data/lib/starter_web/_data/templates/feed.xml +9 -7
- data/lib/starter_web/_data/templates/robots.txt +26 -0
- data/lib/starter_web/_data/templates/seo-tags.html +18 -0
- data/lib/starter_web/_data/templates/sitemap.xml +29 -0
- data/lib/starter_web/_data/utilities/defaults/util_srv.yml +3 -3
- data/lib/starter_web/_data/utilities/util_srv.yml +2 -2
- data/lib/starter_web/_includes/attributes.asciidoc +29 -18
- data/lib/starter_web/_includes/custom/static/bs5_accordion.html +3 -3
- data/lib/starter_web/_includes/custom/templates/bs5_accordion.html +3 -3
- data/lib/starter_web/_plugins/asciidoctor/admonition-block-answer.rb +4 -4
- data/lib/starter_web/_plugins/asciidoctor/admonition-block-question.rb +4 -4
- data/lib/starter_web/_plugins/asciidoctor/banner.rb +3 -3
- data/lib/starter_web/_plugins/asciidoctor/callout.rb +3 -3
- data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +3 -3
- data/lib/starter_web/_plugins/asciidoctor/conum.rb +3 -3
- data/lib/starter_web/_plugins/asciidoctor/fab-icon-inline.rb +4 -4
- data/lib/starter_web/_plugins/asciidoctor/fas-icon-inline.rb +4 -4
- data/lib/starter_web/_plugins/asciidoctor/flag-icon-inline.rb +4 -4
- data/lib/starter_web/_plugins/asciidoctor/gallery-block.rb +3 -3
- data/lib/starter_web/_plugins/asciidoctor/gist-block.rb +4 -4
- data/lib/starter_web/_plugins/asciidoctor/iconify-icon-inline.rb +4 -4
- data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +3 -3
- data/lib/starter_web/_plugins/asciidoctor/lorem_inline.rb +4 -4
- data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +3 -3
- data/lib/starter_web/_plugins/asciidoctor/mdi-icon-inline.rb +4 -4
- data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +33 -0
- data/lib/starter_web/_plugins/asciidoctor/panel.rb +3 -3
- data/lib/starter_web/_plugins/asciidoctor/range-slider-block.rb +3 -3
- data/lib/starter_web/_plugins/asciidoctor/shout-block.rb +4 -4
- data/lib/starter_web/_plugins/asciidoctor/textbook-block.rb +3 -3
- data/lib/starter_web/_plugins/asciidoctor/twitter-emoji-inline.rb +4 -4
- data/lib/starter_web/_plugins/filter/debug.rb +3 -3
- data/lib/starter_web/_plugins/filter/encodeBase64.rb +4 -4
- data/lib/starter_web/_plugins/filter/encryptAES.rb +4 -4
- data/lib/starter_web/_plugins/filter/filters.rb +4 -4
- data/lib/starter_web/_plugins/filter/minifyJS.rb +5 -5
- data/lib/starter_web/_plugins/filter/minifyJSON.rb +4 -4
- data/lib/starter_web/_plugins/filter/prettify.rb +4 -4
- data/lib/starter_web/_plugins/filter/xml_prettify.rb +4 -4
- data/lib/starter_web/_plugins/helper/symlink_watcher.rb +3 -3
- data/lib/starter_web/_plugins/i18n/date.rb +3 -3
- data/lib/starter_web/_plugins/index/lunr.rb +36 -17
- data/lib/starter_web/_plugins/seo/j1-feed.rb +14 -12
- data/lib/starter_web/_plugins/seo/j1-seo-tags.rb +57 -60
- data/lib/starter_web/_plugins/seo/j1-sitemap.rb +13 -12
- 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/blocks/waves/scalable/{1280x100/wave-4.svg → 1920x100/wave-5.svg} +12 -16
- data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +1 -1
- data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +1 -1
- 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-theme-mockup-1.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/algolia/search-by-algolia.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/asciidoc/logo-512x512.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/bootstrap/bootstrap-solid-32x32.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/bootstrap/bs-docs-masthead-pattern.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/bootstrap/scalable/bootstrap-outline.svg +20 -0
- data/lib/starter_web/assets/images/modules/icons/bootstrap/scalable/bootstrap-punchout.svg +18 -0
- data/lib/starter_web/assets/images/modules/icons/bootstrap/scalable/bootstrap-solid.svg +17 -0
- data/lib/starter_web/assets/images/modules/icons/components/angular.ui.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/angularjs.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/aws.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/bootstrap.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/c9.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/chai.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/emmet.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/express.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/git.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/github.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/gulp.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/heroku.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/htmlcss-1.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/htmlcss-2.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/jasmine.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/javascript.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/jquery.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/kanban.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/leanux.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/linkedin.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/mean.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/mongodb.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/node.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/postgresql.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/protractor.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/rails.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/ruby.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/sass.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/scrum.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/components/twitter.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/favicon.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/j1-32x32.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/j1-512x512.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/j1-64x64.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/j1.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +2023 -0
- data/lib/starter_web/assets/images/modules/icons/netlify/nf-logo.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/amazon.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/behance.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/blogger.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/dribbble.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/dropbox.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/facebook.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/forrst.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/github.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/googleplus.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/instagram.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/linkedin.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/pintrest.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/rss.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/skype.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/spotify.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/twitter.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/vimeo.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/vk.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/wordpress.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/xing.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/yahoo.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/social/youtube.png +0 -0
- data/lib/starter_web/assets/images/pages/roundtrip/themes-menu-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-faq.jpg +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.jpg +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/scalable/jekyll-faq.psd +0 -0
- data/lib/starter_web/assets/images/triangles-bg.png +0 -0
- data/lib/starter_web/collections/asciidoc_skeletons/simple-post/_posts/yyyy-mm-dd-your-post-name.asciidoc +2 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/{2021-02-01-site-generators.adoc → 2021-02-01-static-site-generators.adoc} +12 -9
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +9 -9
- data/lib/starter_web/config.ru +3 -3
- data/lib/starter_web/dot.gitattributes +4 -4
- data/lib/starter_web/dot.nojekyll +4 -4
- data/lib/starter_web/index.html +14 -11
- data/lib/starter_web/package.json +2 -2
- data/lib/starter_web/pages/public/about/features.adoc +18 -21
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +20 -22
- data/lib/starter_web/pages/public/about/site.adoc +19 -12
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +1 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/000_intro.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/a2p.bat +2 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/a2p.sh +2 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p +4 -4
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +5 -4
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +8 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +5 -4
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +5 -4
- data/lib/starter_web/pages/public/blog/navigator/index.html +5 -4
- data/lib/starter_web/pages/public/features/general.adoc +12 -10
- data/lib/starter_web/pages/public/features/template.adoc +17 -14
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +18 -17
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +30 -28
- data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +23 -15
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +27 -24
- data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +26 -20
- data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +21 -19
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +66 -42
- data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +24 -75
- data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +20 -13
- data/lib/starter_web/pages/public/learn/roundtrip/{template_typography.adoc → typography.adoc} +18 -14
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +37 -36
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +16 -13
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +14 -15
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +17 -14
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +16 -16
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +18 -19
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +25 -23
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +14 -14
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +11 -16
- data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +20 -20
- data/lib/starter_web/pages/public/plans/plans.adoc +2 -2
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +30 -28
- data/lib/starter_web/utilsrv/_defaults/package.json +2 -2
- data/lib/starter_web/utilsrv/package.json +2 -2
- data/lib/starter_web/utilsrv/server.js +7 -7
- metadata +117 -46
- data/assets/data/top_search_modal.0.html +0 -142
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v3.3.92/eot/materialdesignicons-webfont.eot +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v3.3.92/materialdesignicons-webfont.woff +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v3.3.92/materialdesignicons-webfont.woff2 +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v3.3.92/svg/materialdesignicons-webfont.svg +0 -10188
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v3.3.92/ttf/materialdesignicons-webfont.ttf +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons/fonts/svg/materialdesignicons-webfont.svg +0 -10188
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +0 -372
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +0 -7
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-1.svg +0 -63
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-2.svg +0 -60
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-3.svg +0 -64
- data/lib/starter_web/assets/images/modules/attics/1280x800/j1-template.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1280x800/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1280x800jekyll-generator.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/_ben-kolde.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/_ev.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/_moritz-kindler.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_alexander-redl.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_alexander-shatov-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_annie-spratt-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_antonino-visalli-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_christa-dodoo-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_guillaume-bolduc-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_harpal-singh.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_humble-lamb-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_john-schnobrich-2-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_kirklai-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_romain-vignes-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_runner-1920x1200.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_spacex-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_vladislav-klapin-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/_wrongtog-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/roundtrip/500_themes/themes-menu-1280x800.jpg +0 -0
- data/lib/starter_web/pages/public/learn/quickstart.adoc +0 -465
|
@@ -3,14 +3,17 @@ title: Icon Fonts
|
|
|
3
3
|
tagline: Popular Icons Sets
|
|
4
4
|
date: 2020-11-06 00:00:00
|
|
5
5
|
description: >
|
|
6
|
-
J1
|
|
7
|
-
The icon sets MDI and FA are very good in design and have
|
|
8
|
-
different icons for many categories used for
|
|
9
|
-
Iconify icons are not a locally stored icon-set
|
|
10
|
-
|
|
11
|
-
Framework.
|
|
12
|
-
|
|
13
|
-
|
|
6
|
+
J1 Theme supports popular icons font sets out-of-the-box.
|
|
7
|
+
The icon sets MDI and FA are very good in design and have
|
|
8
|
+
a rich set of different icons for many categories used for
|
|
9
|
+
the Web. Iconify icons are not a locally stored icon-set
|
|
10
|
+
like MDI or FA. All Iconify icons are loaded over the Internet
|
|
11
|
+
using the so-called Unified OpenSource Icon Framework.
|
|
12
|
+
keywords: >
|
|
13
|
+
Jekyll, Theme, JekyllOne, Icon, Fonts, MDI, Fontawesome,
|
|
14
|
+
Iconify, Roundtrip
|
|
15
|
+
|
|
16
|
+
categories: [ Roundtrip ]
|
|
14
17
|
tags: [ Module, Icon ]
|
|
15
18
|
|
|
16
19
|
image:
|
|
@@ -55,17 +58,14 @@ resource_options:
|
|
|
55
58
|
|
|
56
59
|
// Page content
|
|
57
60
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
58
|
-
|
|
59
|
-
// Include sub-documents (if any)
|
|
60
|
-
// -----------------------------------------------------------------------------
|
|
61
61
|
[role="dropcap"]
|
|
62
|
-
J1
|
|
63
|
-
and FA are very good in design and have a rich set of different icons for
|
|
64
|
-
categories used for the Web. Iconify icons are not a locally stored
|
|
65
|
-
like MDI or FA. All icons are loaded over the Internet
|
|
66
|
-
Unified OpenSource Icon Framework.
|
|
62
|
+
J1 Theme supports popular icons font sets out-of-the-box. The icon sets MDI
|
|
63
|
+
and FA are very good in design and have a rich set of different icons for
|
|
64
|
+
many categories used for the Web. Iconify icons are not a locally stored
|
|
65
|
+
icon-set like MDI or FA. All Iconify icons are loaded over the Internet
|
|
66
|
+
using the so-called Unified OpenSource Icon Framework.
|
|
67
67
|
|
|
68
|
-
J1
|
|
68
|
+
J1 Theme supports popular icons font sets out-of-the-box:
|
|
69
69
|
|
|
70
70
|
* link:{url-mdi--home}[Material Design Icons, {browser-window--new}] (MDI)
|
|
71
71
|
* link:{url-fontawesome--home}[FontAwesome Icons V5, {browser-window--new}] (FA)
|
|
@@ -79,9 +79,12 @@ Iconify icons are not a locally stored icon-set like MDI or FA. All icons are
|
|
|
79
79
|
loaded over the Internet using the so-called *Unified OpenSource Icon
|
|
80
80
|
Framework*. See section <<Iconify Icons>> for more information.
|
|
81
81
|
|
|
82
|
+
// Include sub-documents (if any)
|
|
83
|
+
// -----------------------------------------------------------------------------
|
|
84
|
+
[role="mt-4"]
|
|
82
85
|
== Material Design Icons
|
|
83
86
|
|
|
84
|
-
The primary icon-set for the J1
|
|
87
|
+
The primary icon-set for the J1 Theme is
|
|
85
88
|
link:{url-mdi--home}[Material Design Icons, {browser-window--new}],
|
|
86
89
|
because it is a rich set providing more than 5900+ icons for the current
|
|
87
90
|
version (v5.9.55). MDI has excellent *Material Design* support from a design
|
|
@@ -241,7 +244,7 @@ various platforms to download icons in the format, color, and size they need
|
|
|
241
244
|
for any project. The repo today contains 6000+ icons (v5.4.55) including
|
|
242
245
|
converted icons from the official set created by _Google_.
|
|
243
246
|
|
|
244
|
-
_J1
|
|
247
|
+
_J1 Theme_ supports the full set of _MDI_ for the Web (Webfont, WOFF). The
|
|
245
248
|
icon set is fully integrated and can be used out-of-the-box.
|
|
246
249
|
|
|
247
250
|
== FontAwesome Icons
|
|
@@ -265,7 +268,7 @@ to Version 4, the current version is much more than face-lifting. Version 5
|
|
|
265
268
|
comes with more than 2300+ icons, but many are available only with the Pro
|
|
266
269
|
license. For the Free version, only a subset of 900+ icons is available.
|
|
267
270
|
|
|
268
|
-
NOTE: The CSS styles for FontAwesome V5 have been extended for the J1
|
|
271
|
+
NOTE: The CSS styles for FontAwesome V5 have been extended for the J1 Theme
|
|
269
272
|
to the same classes (and their respective names) for other Font Icon sets.
|
|
270
273
|
Already existing styles like `fa-flip-vertical` are available as `fa-flip-v`
|
|
271
274
|
as well.
|
|
@@ -291,7 +294,7 @@ macros `fab:` and `fas:` are available to place icons where ever you want.
|
|
|
291
294
|
See more about this in section
|
|
292
295
|
link:{url-roundtrip--asciidoc-extensions}#icon-fonts[Asciidoc Extensions].
|
|
293
296
|
|
|
294
|
-
Find below examples of both and the use with J1
|
|
297
|
+
Find below examples of both and the use with J1 Theme.
|
|
295
298
|
|
|
296
299
|
=== Brand icons
|
|
297
300
|
|
|
@@ -485,12 +488,12 @@ link:{url-iconify--home}[Iconify, {browser-window--new}]. Iconify is a so-called
|
|
|
485
488
|
unified OpenSource icon framework that makes it possible to use icons from
|
|
486
489
|
different icon sets using one (unified) syntax.
|
|
487
490
|
|
|
488
|
-
To access that framework, a Javascript client is needed. For the J1
|
|
491
|
+
To access that framework, a Javascript client is needed. For the J1 Theme,
|
|
489
492
|
the client is build-in and is loaded if Iconify is requested as a resource.
|
|
490
493
|
To see what icon sets are available with that framework, check the page
|
|
491
494
|
link:{url-iconify--icon-sets}[Iconify Icon Sets, {browser-window--new}].
|
|
492
495
|
|
|
493
|
-
NOTE: Using Iconify icons with J1
|
|
496
|
+
NOTE: Using Iconify icons with J1 Theme is quite easy. An Asciidoctor
|
|
494
497
|
inline macro `iconify:` (Asciidoctor Extension) is available to place icons
|
|
495
498
|
where ever you want. See more about this in section
|
|
496
499
|
link:{url-roundtrip--asciidoc-extensions}#icon-fonts[Asciidoc Extensions].
|
|
@@ -578,5 +581,5 @@ Have you've enjoyed the possibilities J1 offers for managing and
|
|
|
578
581
|
manipulating font icons. Do you think these icon sets can fit your needs?
|
|
579
582
|
Using Iconify, for all topics, you will find a suitable icon. And it's simple.
|
|
580
583
|
|
|
581
|
-
To check more features of the
|
|
584
|
+
To check more features of the J1 Theme, go for the
|
|
582
585
|
link:{url-roundtrip--asciidoc-extensions}[Asciidoc Extensions] made for J1!
|
|
@@ -3,12 +3,16 @@ title: Lunr Search
|
|
|
3
3
|
tagline: QuickSearch for J1
|
|
4
4
|
date: 2020-11-08 00:00:00
|
|
5
5
|
description: >
|
|
6
|
-
QuickSearch is based on the
|
|
7
|
-
fully integrated with the
|
|
8
|
-
to be lightweight yet full-featured to provide
|
|
9
|
-
great search experience.
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
The QuickSearch option for the J1 Theme is based on the
|
|
7
|
+
search engine Lunr and is fully integrated with the template.
|
|
8
|
+
Lunr is designed to be lightweight yet full-featured to provide
|
|
9
|
+
users with a great search experience. Using Lunr for a Jekyll
|
|
10
|
+
website, there is no need to integrate complex external,
|
|
11
|
+
server-sided search engines like Google or Bing.
|
|
12
|
+
|
|
13
|
+
keywords: >
|
|
14
|
+
Jekyll, Theme, JekyllOne, Lunr, QuickSearch, Find,
|
|
15
|
+
Search, Google, Bing, Roundtrip
|
|
12
16
|
|
|
13
17
|
categories: [ Roundtrip ]
|
|
14
18
|
tags: [ Module, Quicksearch ]
|
|
@@ -56,25 +60,27 @@ resource_options:
|
|
|
56
60
|
|
|
57
61
|
// Page content
|
|
58
62
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
59
|
-
|
|
60
|
-
// Include sub-documents (if any)
|
|
61
|
-
// -----------------------------------------------------------------------------
|
|
62
63
|
[role="dropcap"]
|
|
63
|
-
The QuickSearch
|
|
64
|
-
fully integrated with the
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
like Google
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
64
|
+
The QuickSearch option for the J1 Theme is based on the search engine Lunr and
|
|
65
|
+
is fully integrated with the Template. Lunr is designed to be lightweight yet
|
|
66
|
+
full-featured to provide users with a great search experience. Using Lunr for
|
|
67
|
+
a Jekyll website, there is no need to integrate complex external, server-sided
|
|
68
|
+
search engines like Google or Bing.
|
|
69
|
+
|
|
70
|
+
Searching a website using QuickSearch is different from search engines like
|
|
71
|
+
Google or Microsoft Bing. Those search platforms using complex algorithms to
|
|
72
|
+
provide a simple interface to the public but using a lot of artificial
|
|
73
|
+
intelligence (AI) methods to make sense of results out of a handful of words
|
|
74
|
+
given for a search.
|
|
72
75
|
|
|
73
76
|
Nevertheless, QuickSearch, the J1 implementation of Lunr, is simple like
|
|
74
77
|
searching at Google but offers additional features to do searches more
|
|
75
78
|
specifically - if wanted. QuickSearch provides an easy-to-use query language
|
|
76
|
-
for better results -
|
|
79
|
+
for better results - with no advertising if wanted!
|
|
77
80
|
|
|
81
|
+
// Include sub-documents (if any)
|
|
82
|
+
// -----------------------------------------------------------------------------
|
|
83
|
+
[role="mt-4"]
|
|
78
84
|
== Core concepts
|
|
79
85
|
|
|
80
86
|
Understanding some of the concepts and terminology that QuickSearch (Lunr)
|
|
@@ -335,7 +341,7 @@ Example\|s: Search
|
|
|
335
341
|
summary what the document is all about.
|
|
336
342
|
|
|
337
343
|
Example\|s: QuickSearch is based on the search engine Lunr, fully integrated
|
|
338
|
-
with J1
|
|
344
|
+
with J1 Theme ...
|
|
339
345
|
|
|
340
346
|
|===
|
|
341
347
|
|
|
@@ -3,14 +3,18 @@ title: Modal Extensions
|
|
|
3
3
|
tagline: Improve Visitor Experience
|
|
4
4
|
date: 2020-11-08 00:00:00
|
|
5
5
|
description: >
|
|
6
|
-
|
|
7
|
-
web pages for user notifications.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
user's attention.
|
|
6
|
+
J1 Theme supports a large set of advanced Bootstrap Modals
|
|
7
|
+
that add dialogs to your web pages for user notifications.
|
|
8
|
+
The advanced Modals highlight important information to your
|
|
9
|
+
visitors. Modals are positioned over everything else in the
|
|
10
|
+
document so that messages get the full user's attention.
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
keywords: >
|
|
13
|
+
Jekyll, Theme, JekyllOne, Bootstrap, Modals, Advanced, Extension,
|
|
14
|
+
Roundtrip
|
|
15
|
+
|
|
16
|
+
categories: [ Roundtrip ]
|
|
17
|
+
tags: [ Bootstrap, Modal, Extension ]
|
|
14
18
|
|
|
15
19
|
image:
|
|
16
20
|
path: /assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg
|
|
@@ -52,23 +56,21 @@ resource_options:
|
|
|
52
56
|
|
|
53
57
|
// Page content
|
|
54
58
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
55
|
-
|
|
56
59
|
[role="dropcap"]
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
user's attention.
|
|
61
|
-
|
|
60
|
+
J1 Theme supports a large set of advanced Bootstrap Modals that add dialogs
|
|
61
|
+
to your web pages for user notifications. The advanced Modals highlight
|
|
62
|
+
important information to your visitors. Modals are positioned over everything
|
|
63
|
+
else in the document so that messages get the full user's attention.
|
|
62
64
|
|
|
63
65
|
// Include sub-documents (if any)
|
|
64
66
|
// -----------------------------------------------------------------------------
|
|
67
|
+
[role="mt-4"]
|
|
65
68
|
== Modal Examples
|
|
66
69
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
warning to critical messages.
|
|
70
|
+
Improve your reader's experience with important information that be noticed.
|
|
71
|
+
Modals are a great choice to bring the user's attention. Using the J1 Theme
|
|
72
|
+
enhanced modal styles, emotional weight is added to the information displayed.
|
|
73
|
+
Ranging from an info level, a simple warning to critical messages.
|
|
72
74
|
|
|
73
75
|
TIP: For more information on how to use Bootstrap’s JavaScript modal
|
|
74
76
|
plugin, refer to: link:{url-bs-docs--components-modal}[Bootstrap Docs, {browser-window--new}].
|
|
@@ -85,7 +87,7 @@ needs some enhancement to display tables on low-resolution devices or smaller
|
|
|
85
87
|
(browser-) window sizes.
|
|
86
88
|
|
|
87
89
|
The first version for improved responsive tables that scale better is available
|
|
88
|
-
for the J1
|
|
90
|
+
for the J1 Theme. Check out from here what the
|
|
89
91
|
link:{url-roundtrip--responsive-tables}[Responsive Tables] can do!
|
|
90
92
|
|
|
91
93
|
// Include the modals HTML portion
|
|
@@ -3,9 +3,16 @@ title: Present Images
|
|
|
3
3
|
tagline: Manage Image Contents
|
|
4
4
|
date: 2020-11-03 00:00:00
|
|
5
5
|
description: >
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
J1 Theme support valuable features to manage your image-based
|
|
7
|
+
content using lightboxes, carousels, sliders, and galleries.
|
|
8
|
+
The image modules of J1 Theme offer a wide range of complex
|
|
9
|
+
functionality based on powerful OpenSource libraries like
|
|
10
|
+
Lightbox2, Master Slider, LightGallery, or JustifiedGallery
|
|
11
|
+
for high-end, masonry-styled preview maps.
|
|
12
|
+
keywords: >
|
|
13
|
+
Jekyll, Theme, JekyllOne, Images, Lightboxes, Carousels, Sliders,
|
|
14
|
+
Galleries, Lightbox2, Master Slider, LightGallery, JustifiedGallery,
|
|
15
|
+
Roundtrip
|
|
9
16
|
|
|
10
17
|
categories: [ Roundtrip ]
|
|
11
18
|
tags: [ Module, Carousel, Lightbox, Image, Slider ]
|
|
@@ -44,8 +51,18 @@ resource_options:
|
|
|
44
51
|
// Set (local) page attributes here
|
|
45
52
|
// -----------------------------------------------------------------------------
|
|
46
53
|
// :page--attr: <attr-value>
|
|
47
|
-
:
|
|
48
|
-
:
|
|
54
|
+
:url-lightbox2--home: https://lokeshdhakar.com/projects/lightbox2/
|
|
55
|
+
:url-lightbox2--github: https://github.com/lokesh/lightbox2/
|
|
56
|
+
|
|
57
|
+
:url-justified-gallery--home: https://miromannino.github.io/Justified-Gallery/
|
|
58
|
+
:url-justified-gallery--github: https://github.com/miromannino/Justified-Gallery/
|
|
59
|
+
|
|
60
|
+
:url-j1-docs--carousel-module: https://jekyll.one/pages/public/manuals/modules/carousel/
|
|
61
|
+
:url-j1-docs--lightbox-module: https://jekyll.one/pages/public/manuals/modules/lightbox/
|
|
62
|
+
:url-j1-docs--masterslider-module: https://jekyll.one/pages/public/manuals/modules/masterslider/
|
|
63
|
+
|
|
64
|
+
:url-j1-masterslider-slider-previewer: https://jekyll.one/pages/public/previewer/masterslider/
|
|
65
|
+
|
|
49
66
|
|
|
50
67
|
// Load Liquid procedures
|
|
51
68
|
// -----------------------------------------------------------------------------
|
|
@@ -57,37 +74,32 @@ resource_options:
|
|
|
57
74
|
|
|
58
75
|
// Page content
|
|
59
76
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
77
|
+
[role="dropcap"]
|
|
78
|
+
Welcome to the preview page focussing on the image module. This page shows
|
|
79
|
+
all the valuable features of the J1 Theme to manage your image-based content
|
|
80
|
+
using using lightboxes, carousels, sliders, and galleries. The image modules
|
|
81
|
+
of J1 Theme offer a wide range of complex functionality based on powerful
|
|
82
|
+
OpenSource libraries like Lightbox2, Master Slider, LightGallery, or
|
|
83
|
+
JustifiedGallery for high-end, masonry-styled preview maps.
|
|
60
84
|
|
|
61
85
|
// Include sub-documents (if any)
|
|
62
86
|
// -----------------------------------------------------------------------------
|
|
63
|
-
[role="dropcap"]
|
|
64
|
-
Welcome to the first preview page focussing on the image module. This page
|
|
65
|
-
shows some valuable features of the J1 Template to manage your image-based
|
|
66
|
-
content using lightboxes, carousels (slider), and galleries. The image module
|
|
67
|
-
offers complex functionality based on powerful OpenSource libraries like
|
|
68
|
-
JustifiedGallery for high-end, masonry-styled preview maps. J1 Template uses
|
|
69
|
-
the _jQuery_ Plugin Owl Carousel as a base for image sliders. A carousel
|
|
70
|
-
app (slider) lets you present your images as shows.
|
|
71
|
-
|
|
72
|
-
Lightboxes like LightGallery or Lightbox V2 support your web for enlarged
|
|
73
|
-
image views of your picture or video content. Have a look, a quick tour
|
|
74
|
-
of what J1 can do for image data. Have fun!
|
|
75
|
-
|
|
76
87
|
// [role="notranslate"]
|
|
88
|
+
[role="mt-4"]
|
|
77
89
|
== J1 Lightbox blocks
|
|
78
90
|
|
|
79
91
|
A Lightbox is, in general, a helper which displays enlarged, almost
|
|
80
92
|
screen-filling versions of images (or videos) while dimming the remainder
|
|
81
|
-
of the page. The technique, introduced by
|
|
93
|
+
of the page. The technique, introduced by Lightbox2, gained widespread
|
|
82
94
|
popularity thanks to its simple style. The term lightbox has been employed
|
|
83
95
|
since then for Javascript libraries to support such functionality.
|
|
84
96
|
|
|
85
|
-
For the J1
|
|
97
|
+
For the J1 Theme, two different lightboxes are available:
|
|
86
98
|
|
|
87
|
-
*
|
|
99
|
+
* Lightbox2 (lightbox)
|
|
88
100
|
* LightGallery
|
|
89
101
|
|
|
90
|
-
The default tool employed by J1
|
|
102
|
+
The default tool employed by J1 Theme is Lightbox2, a Javascript library
|
|
91
103
|
written by _Lokesh Dhakar_. The name of that (build-in) is *lightbox*.
|
|
92
104
|
For more complex use cases, like a thumbnail gallery preview or video support,
|
|
93
105
|
LightGallery can be used alternatively.
|
|
@@ -95,12 +107,16 @@ LightGallery can be used alternatively.
|
|
|
95
107
|
NOTE: The name LightGallery implies a sort of a Gallery, but the library is a
|
|
96
108
|
_lightbox_. And, LightGallery provides much more functionality on image-based
|
|
97
109
|
data rather than enlarged displaying of images. See the examples below to check
|
|
98
|
-
for the differences in comparison to the simpler
|
|
110
|
+
for the differences in comparison to the simpler Lightbox2 lightbox.
|
|
99
111
|
|
|
100
112
|
Both lightboxes are fully integrated to be used as standalone modules or
|
|
101
113
|
used as helpers *under-the-hood* by other apps or modules focussing on
|
|
102
114
|
image-data like gallery or carousel, the build-in carousel module.
|
|
103
115
|
|
|
116
|
+
TIP: For details of the default lightbox of J1 Theme, see the documentation
|
|
117
|
+
under the link:{url-j1-docs--lightbox-module}[Lightbox module, {browser-window--new}].
|
|
118
|
+
|
|
119
|
+
|
|
104
120
|
== Lightbox block examples
|
|
105
121
|
|
|
106
122
|
Find below an example of using the lightbox Lightbox standalone. See how
|
|
@@ -130,16 +146,18 @@ J1 Carousel is based on OWL Carousel V1 in the latest (and unfortunately
|
|
|
130
146
|
last) version of 1.3.3. OWL Carousel is a clean and neat _jQuery_ slider
|
|
131
147
|
plugin for creating fully responsive and touch-enabled carousel sliders.
|
|
132
148
|
|
|
149
|
+
////
|
|
133
150
|
NOTE: OWL Carousel V1 is no longer available on the Internet; for an
|
|
134
|
-
unknown reason. Anyway, the J1
|
|
151
|
+
unknown reason. Anyway, the J1 Theme is using this version of OWL
|
|
135
152
|
Carousel is a build-in carousel module because the software does an excellent
|
|
136
153
|
job, is based on an MIT license with no issues using them for private and
|
|
137
154
|
business use. And offers a lot of great features!
|
|
155
|
+
////
|
|
138
156
|
|
|
139
157
|
=== Simple Text Carousel
|
|
140
158
|
|
|
141
159
|
A slider or carousel is typically used for displaying images. Still, the
|
|
142
|
-
implementation for the J1
|
|
160
|
+
implementation for the J1 Theme supports a lot more sources to be
|
|
143
161
|
displayed as a slide show: simple text, for example.
|
|
144
162
|
|
|
145
163
|
.Carousel example
|
|
@@ -162,13 +180,15 @@ maybe the better choice.
|
|
|
162
180
|
carousel::demo_text_carousel_parallax[role="mb-3"]
|
|
163
181
|
|
|
164
182
|
Parallax text shows can be placed as banners on a page. For text shows,
|
|
165
|
-
different animations are available. Internally, J1
|
|
183
|
+
different animations are available. Internally, J1 Theme uses some of
|
|
166
184
|
the great CSS styles offered by _animate.css_.
|
|
167
185
|
|
|
168
|
-
TIP: Have a look a https://daneden.github.io/animate.css/[Dan Eden's home page]
|
|
169
|
-
to see all the possible dynamic styles you can create based on pure CSS.
|
|
170
|
-
of them are implemented for
|
|
171
|
-
for the
|
|
186
|
+
TIP: Have a look a https://daneden.github.io/animate.css/[Dan Eden's home page, {browser-window--new}]
|
|
187
|
+
to see all the possible dynamic styles you can create based on pure CSS.
|
|
188
|
+
Some of them are implemented for the J1 Carousel for animation. See the
|
|
189
|
+
documentation for the
|
|
190
|
+
link:{url-j1-docs--carousel-module}[Carousel module, {browser-window--new}]
|
|
191
|
+
for more details.
|
|
172
192
|
|
|
173
193
|
=== Simple Image Carousel
|
|
174
194
|
|
|
@@ -187,7 +207,7 @@ carousel::demo_simple[role="mb-3"]
|
|
|
187
207
|
Carousels are used for an exceptionally compact form of image galleries.
|
|
188
208
|
This example shows some pictures having individual caption text and supports
|
|
189
209
|
a lightbox to enlarge images full size. For the example below, an almost simple
|
|
190
|
-
lightbox is used:
|
|
210
|
+
lightbox is used: Lightbox2; or short: lightbox.
|
|
191
211
|
|
|
192
212
|
.Carousel example
|
|
193
213
|
carousel::demo_cats[role="mb-3"]
|
|
@@ -210,7 +230,7 @@ carousel::demo_oneslide[role="mb-3"]
|
|
|
210
230
|
== J1 Master Slider
|
|
211
231
|
|
|
212
232
|
The Javascript tool _Master Slider_ is a 3rd party plugin fully integrated
|
|
213
|
-
into the J1
|
|
233
|
+
into the J1 Theme by the module `masterslider`. J1 Theme uses the
|
|
214
234
|
*free* version of Master Slider (MS Lite). The Lite version does *not* support
|
|
215
235
|
all features: the functionality of *filters*, *layouts* are limited and no
|
|
216
236
|
*overlay* techniques are supported by the MS Lite version.
|
|
@@ -235,6 +255,10 @@ other digital data sources.
|
|
|
235
255
|
In short: Carousels are used to present images, and sliders are used to create
|
|
236
256
|
complex image-based slideshows (presentations).
|
|
237
257
|
|
|
258
|
+
TIP: For more details of the dimplementation of Master Slider of J1 Theme, see
|
|
259
|
+
find documentation at
|
|
260
|
+
link:{url-j1-docs--masterslider-module}[Master Slider module, {browser-window--new}].
|
|
261
|
+
|
|
238
262
|
=== MS Slider using Controls + Filters + Lightbox
|
|
239
263
|
|
|
240
264
|
The following slider uses the (CSS) filter feature of Master Slider.
|
|
@@ -243,7 +267,7 @@ presented by a slider. In this example, the slider images are transformed
|
|
|
243
267
|
from style *color* to *sepia*.
|
|
244
268
|
|
|
245
269
|
WARNING: Lightbox support is only available for the MS Lite version of J1
|
|
246
|
-
|
|
270
|
+
Theme. The product versions *MS Lite* and *MS Pro* does not support
|
|
247
271
|
Lightboxes on sliders out-of-the-box.
|
|
248
272
|
|
|
249
273
|
TIP: Click on the Lightbox symbol mdi:image-outline[18px, md-gray] in the
|
|
@@ -280,23 +304,23 @@ slide by their neighbors on the left and the right.
|
|
|
280
304
|
|
|
281
305
|
masterslider::ms_00009[role="mt-4"]
|
|
282
306
|
|
|
283
|
-
=== More about
|
|
307
|
+
=== More about Master Sliders
|
|
284
308
|
|
|
285
309
|
If you're interested to learn more about MS Sliders, go for the following
|
|
286
310
|
documents:
|
|
287
311
|
|
|
288
|
-
* link:{
|
|
289
|
-
* link:{
|
|
312
|
+
* link:{url-j1-masterslider-slider-previewer}[MS Slider Previewer, {browser-window--new}]
|
|
313
|
+
* link:{url-j1-docs--masterslider-module}[MS Slider module documentation, {browser-window--new}]
|
|
290
314
|
|
|
291
315
|
|
|
292
316
|
== JustifiedGallery
|
|
293
317
|
|
|
294
|
-
JustifiedGallery
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
happen!
|
|
318
|
+
link:{url-justified-gallery--home}[JustifiedGallery, {browser-window--new}]
|
|
319
|
+
is a great _jQuery_ Plugin to create responsive, infinite, and high-quality
|
|
320
|
+
justified image galleries. J1 Theme combines the Gallery with the lightboxes
|
|
321
|
+
supported to enlarge the images of a gallery. See the gallery in action; and
|
|
322
|
+
for sure, all that you see is even responsive. Change the size of your current
|
|
323
|
+
browser window, by width or height to see what will happen!
|
|
300
324
|
|
|
301
325
|
Pictures you've made are typically not even in size. Images may have the
|
|
302
326
|
same size (resolution), but some are orientated landscapes, or others
|
|
@@ -3,11 +3,18 @@ title: Present Videos
|
|
|
3
3
|
tagline: Playing Video On Webpages
|
|
4
4
|
date: 2020-11-04 00:00:00 +100
|
|
5
5
|
description: >
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
The J1 Theme support playing video on web pages by HTML5 Video,
|
|
7
|
+
the new standard of HTML. HTML5 Video implements a pure HTML way
|
|
8
|
+
to show video on the web. Modern browsers support the video tag
|
|
9
|
+
`<video>` for the HTML5 video standard. The previous proprietary
|
|
10
|
+
de facto standard software like Flash Player, Quicktime, or
|
|
11
|
+
Silverlight is no longer needed as the Jekyll theme JekyllOne
|
|
12
|
+
provides HTML5 Video support for local video content and from
|
|
13
|
+
online sources on the Internet.
|
|
14
|
+
|
|
15
|
+
keywords: >
|
|
16
|
+
Jekyll, Theme, JekyllOne, HTML5, Video, Support, Flash Player,
|
|
17
|
+
Quicktime, Silverlight, Roundtrip
|
|
11
18
|
|
|
12
19
|
categories: [ Roundtrip ]
|
|
13
20
|
tags: [ Module, Video ]
|
|
@@ -79,78 +86,20 @@ resource_options:
|
|
|
79
86
|
|
|
80
87
|
// Page content
|
|
81
88
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
89
|
+
[role="dropcap"]
|
|
90
|
+
The J1 Theme support playing video on web pages by HTML5 Video, the new
|
|
91
|
+
standard of HTML. HTML5 Video implements a pure HTML way to show video
|
|
92
|
+
on the web.
|
|
82
93
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
data-ad-client="ca-pub-3885670015316130"
|
|
89
|
-
data-ad-slot="5128488466"
|
|
90
|
-
data-ad-format="auto"
|
|
91
|
-
data-adtest="on"
|
|
92
|
-
data-full-width-responsive="true">
|
|
93
|
-
</ins>
|
|
94
|
-
</div>
|
|
95
|
-
++++
|
|
96
|
-
|
|
97
|
-
++++
|
|
98
|
-
<script>
|
|
99
|
-
|
|
100
|
-
$(document).ready(function() {
|
|
101
|
-
var logger = log4javascript.getLogger('j1.google.ads');
|
|
102
|
-
var autoHideOnUnfilled = true;
|
|
103
|
-
|
|
104
|
-
var dependencies_met_page_ready = setInterval (function (options) {
|
|
105
|
-
if ( j1.getState() === 'finished' ) {
|
|
106
|
-
|
|
107
|
-
// monitor for state changes on the ad
|
|
108
|
-
// ---------------------------------------------------------------------
|
|
109
|
-
$('.adsbygoogle').attrchange({
|
|
110
|
-
trackValues: true,
|
|
111
|
-
callback: function (event) {
|
|
112
|
-
if (event.newValue === 'unfilled') {
|
|
113
|
-
var elm = event.target.dataset;
|
|
114
|
-
if (elm.adClient) {
|
|
115
|
-
logger.warn('\n' + 'initialized ad detected as: ' + event.newValue);
|
|
116
|
-
if (autoHideOnUnfilled) {
|
|
117
|
-
logger.info('\n' + ' hide ad for slot: ' + elm.adSlot);
|
|
118
|
-
$('.' + elm.adSlot ).hide();
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
});
|
|
124
|
-
|
|
125
|
-
// manage uncaught execeptions
|
|
126
|
-
// ---------------------------------------------------------------------
|
|
127
|
-
// window.onerror = function (msg, url, line) {
|
|
128
|
-
// alert("Message : " + msg );
|
|
129
|
-
// alert("url : " + url );
|
|
130
|
-
// alert("Line number : " + line );
|
|
131
|
-
// }
|
|
132
|
-
|
|
133
|
-
logger.info('\n' + 'initialize Google Ad on slot: ' + '5128488466');
|
|
134
|
-
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
135
|
-
|
|
136
|
-
clearInterval(dependencies_met_page_ready);
|
|
137
|
-
}
|
|
138
|
-
});
|
|
139
|
-
|
|
140
|
-
});
|
|
141
|
-
|
|
142
|
-
</script>
|
|
143
|
-
++++
|
|
94
|
+
Modern browsers support the video tag `<video>` for the HTML5
|
|
95
|
+
video standard. The previous proprietary de facto standard software like
|
|
96
|
+
_Flash Player_, _Quicktime, or _Silverlight_ is no longer needed as the
|
|
97
|
+
Jekyll theme JekyllOne provides HTML5 Video support for local video content
|
|
98
|
+
and from online sources on the Internet.
|
|
144
99
|
|
|
145
100
|
// Include sub-documents (if any)
|
|
146
101
|
// -----------------------------------------------------------------------------
|
|
147
|
-
[role="
|
|
148
|
-
Playing video on web pages seems not that special since you can already
|
|
149
|
-
watch videos on web pages through plugins like _Flash Player_, _Quicktime_,
|
|
150
|
-
or _Silverlight_. A new standard goes to HTML5 Video, a pure HTML way to
|
|
151
|
-
show video on the web, instead of the previous de facto standard of using
|
|
152
|
-
proprietary software.
|
|
153
|
-
|
|
102
|
+
[role="mt-4"]
|
|
154
103
|
== Video Galleries
|
|
155
104
|
|
|
156
105
|
HTML5 Video opens the doors to your way of presenting video content. Modern
|
|
@@ -181,7 +130,7 @@ how to use LightGallery for commercial websites and projects.
|
|
|
181
130
|
Digital image content, simple pictures or videos, are easy to make. Today,
|
|
182
131
|
every mobile has a camera. Presenting a bunch of (digital) pictures is done
|
|
183
132
|
very easily by using Justified Gallery. Videos created by a digicam or a mobile
|
|
184
|
-
can be played by J1
|
|
133
|
+
can be played by J1 Theme using the HTML5 Video support. Present videos you
|
|
185
134
|
have made at it's best.
|
|
186
135
|
|
|
187
136
|
Two players are available with LightGallery:
|
|
@@ -200,7 +149,7 @@ gallery::jg_video_html5[role="mb-5"]
|
|
|
200
149
|
== Online Video content
|
|
201
150
|
|
|
202
151
|
The Internet is full of inspiring content. If you want to present video
|
|
203
|
-
content from the Internet, the online video support of J1
|
|
152
|
+
content from the Internet, the online video support of J1 Theme is the
|
|
204
153
|
right choice.
|
|
205
154
|
|
|
206
155
|
=== YouTube
|