j1-template 2021.0.12 → 2021.1.0
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/blocks/footer/boxes/legal_statements.proc +4 -0
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +34 -12
- data/_includes/themes/j1/layouts/content_generator_post.html +7 -5
- data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
- data/_includes/themes/j1/modules/connectors/ads +1 -1
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics-legacy.html +36 -0
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
- data/_includes/themes/j1/modules/connectors/analytics +2 -3
- data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
- data/_includes/themes/j1/modules/navigator/generator.html +6 -6
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +2 -0
- data/_layouts/default.html +11 -1
- data/assets/data/authclient.html +1 -1
- data/assets/data/carousel.json +1 -1
- data/assets/data/fam.html +2 -2
- data/assets/data/galleries.json +2 -2
- data/assets/data/gallery_customizer.html +2 -2
- data/assets/data/menu.html +15 -17
- data/assets/themes/j1/adapter/js/asciidoctor.js +166 -0
- data/assets/themes/j1/adapter/js/carousel.js +30 -1
- data/assets/themes/j1/adapter/js/fam.js +8 -12
- data/assets/themes/j1/adapter/js/j1.js +71 -24
- data/assets/themes/j1/adapter/js/{jf_gallery.js → justifiedGallery.js} +9 -9
- data/assets/themes/j1/adapter/js/{gallery_customizer.js → justifiedGalleryCustomizer.js} +11 -11
- data/assets/themes/j1/adapter/js/logger.js +35 -23
- data/assets/themes/j1/adapter/js/mmenu.js +9 -4
- data/assets/themes/j1/adapter/js/navigator.js +14 -18
- data/assets/themes/j1/adapter/js/themer.js +32 -27
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +25 -7
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +14 -2
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +6 -6
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +6 -6
- data/assets/themes/j1/core/js/template.min.js.map +1 -0
- data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
- data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
- data/assets/themes/j1/modules/log4javascript/docs/backwardsincompatibilities.html +90 -0
- data/assets/themes/j1/modules/log4javascript/docs/distribution.html +87 -0
- data/assets/themes/j1/modules/log4javascript/docs/index.html +190 -0
- data/assets/themes/j1/modules/log4javascript/docs/lite.html +182 -0
- data/assets/themes/j1/modules/log4javascript/docs/manual.html +3217 -0
- data/assets/themes/j1/modules/log4javascript/docs/manual_lite.html +383 -0
- data/assets/themes/j1/modules/log4javascript/docs/quickstart.html +230 -0
- data/assets/themes/j1/modules/log4javascript/docs/whatsnew.html +86 -0
- data/assets/themes/j1/modules/log4javascript/js/log4javascript.js +5826 -0
- data/assets/themes/j1/modules/{util/js/log4javascript.js → log4javascript/js/log4javascript.min.js} +17 -0
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +9 -4
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
- data/exe/j1 +1 -1
- data/lib/j1/commands/generate.rb +32 -9
- data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/fastfilereaderext.so +0 -0
- data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/rubyeventmachine.so +0 -0
- data/lib/j1/patches/rubygems/execjs-2.7.0/lib/execjs/external_runtime.rb +246 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app.rb +1 -1
- data/lib/j1_app/j1_auth_manager/auth_manager.rb +8 -2
- data/lib/j1_app/j1_site_manager/static_site.no-cross-origin.rb +94 -0
- data/lib/j1_app/j1_site_manager/static_site.rb +13 -11
- data/lib/starter_web/Gemfile +21 -15
- data/lib/starter_web/_config.yml +7 -48
- data/lib/starter_web/_data/_defaults/j1_config.yml +460 -0
- data/lib/starter_web/_data/_defaults/private.yml +156 -0
- data/lib/starter_web/_data/_defaults/resources.yml +626 -325
- data/lib/starter_web/_data/apps/defaults/{justified_gallery.yml → justifiedGallery.yml} +2 -2
- data/lib/starter_web/_data/apps/defaults/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
- data/lib/starter_web/_data/apps/defaults/{light_gallery.yml → lightGallery.yml} +0 -0
- data/lib/starter_web/_data/apps/{justified_gallery.yml → justifiedGallery.yml} +7 -7
- data/lib/starter_web/_data/apps/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
- data/lib/starter_web/_data/apps/{light_gallery.yml → lightGallery.yml} +0 -0
- data/lib/starter_web/_data/blocks/banner.yml +18 -30
- data/lib/starter_web/_data/blocks/footer.yml +15 -3
- data/lib/starter_web/_data/blocks/panel.yml +4 -6
- data/lib/starter_web/_data/builder/blog_navigator.yml +4 -4
- data/lib/starter_web/_data/j1_config.yml +8 -7
- data/lib/starter_web/_data/modules/authentication.yml +11 -100
- data/lib/starter_web/_data/modules/defaults/log4javascript.yml +37 -40
- data/lib/starter_web/_data/modules/defaults/quicksearch.yml +5 -24
- data/lib/starter_web/_data/modules/fam.yml +13 -2
- data/lib/starter_web/_data/modules/log4javascript.yml +11 -83
- data/lib/starter_web/_data/modules/navigator_menu.yml +26 -7
- data/lib/starter_web/_data/modules/quicksearch.yml +5 -3
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +15 -12
- data/lib/starter_web/_data/plugins/paginator.yml +5 -3
- data/lib/starter_web/_data/private.yml +29 -57
- data/lib/starter_web/_data/private@default.yml +119 -0
- data/lib/starter_web/_data/private@localhost.yml +156 -0
- data/lib/starter_web/_data/resources.yml +33 -16
- data/lib/starter_web/_data/utilities/defaults/util_srv.yml +49 -3
- data/lib/starter_web/_data/utilities/util_srv.yml +8 -65
- data/lib/starter_web/_includes/attributes.asciidoc +10 -6
- data/lib/starter_web/_plugins/asciidoctor-extensions/callout.rb +47 -5
- data/lib/starter_web/_plugins/asciidoctor-extensions/conum.rb +28 -1
- data/lib/starter_web/_plugins/lunr_index.rb +24 -5
- data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.gif +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/leon-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/machine-generator-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/markus-spiske4-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.gif +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +45 -46
- data/lib/starter_web/collections/posts/public/featured/_posts/{2020-06-01-about-cookies.adoc → 2020-01-01-about-cookies.adoc} +42 -40
- data/lib/starter_web/collections/posts/public/featured/_posts/{2020-05-01-top-site-generators.adoc → 2021-03-01-site-generators.adoc} +58 -31
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +125 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +4 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +8 -5
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +2 -2
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +2 -2
- data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +2 -2
- data/lib/starter_web/dot.gitattributes +1 -1
- data/lib/starter_web/dot.gitignore +5 -1
- data/lib/starter_web/package.json +3 -2
- data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +16 -11
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +9 -7
- data/lib/starter_web/pages/public/blog/navigator/index.html +10 -11
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +44 -47
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +20 -19
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +5 -1
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +38 -34
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +37 -35
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +15 -13
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +10 -8
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +29 -26
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +50 -49
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +43 -16
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +114 -0
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +81 -0
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +70 -48
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +121 -0
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +78 -70
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +161 -591
- data/lib/starter_web/pages/public/previewer/iframer.adoc +2 -1
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +4 -4
- data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +511 -0
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +10 -12
- data/lib/starter_web/pages/public/previewer/rouge.adoc +3 -3
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +3 -3
- data/lib/starter_web/utilsrv/_defaults/package.json +13 -9
- data/lib/starter_web/utilsrv/package.json +6 -2
- data/lib/starter_web/utilsrv/server.js +228 -55
- metadata +48 -210
- data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +0 -110
- data/lib/starter_web/_data/_defaults/template_settings.yml +0 -258
- data/lib/starter_web/_data/plugins/defaults/notebooks.yml +0 -61
- data/lib/starter_web/_data/plugins/notebooks.yml +0 -70
- data/lib/starter_web/assets/images/collections/blog/featured/staticgen.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-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/banner/docker-1280x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/florian-olivo-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/joel-filipe-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/markus-spiske3-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/modules-apps-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/nicola-styles-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/responsive-text-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-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/spider-web-1920x1200-bw.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/the-place-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/d1/d1-256x256.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-32x32.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-512x512.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1-64x64.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/d1.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/favicon.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +0 -2025
- data/lib/starter_web/assets/images/modules/icons/netlify/nf-logo.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/favicon.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-256x256.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-32x32.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-512x512.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1-64x64.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/p1.ico +0 -0
- data/lib/starter_web/assets/images/modules/icons/p1/scalable/p1.svg +0 -2020
- data/lib/starter_web/assets/images/modules/icons/patreon/favicon-16x16.png +0 -0
- data/lib/starter_web/assets/images/modules/icons/patreon/favicon-32x32.png +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/000_browser_console-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/001_smee_channel-1280x400.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/002_gh_repo_settings-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/003_gh_webhook_settings-1280x1000.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/004_gh_webhook_settings-post-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/005_smee_channel_ping_receive-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/006_gh_redeliver_payload-1280x900.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/007_receive_redelivered_payload-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_browser_console.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_smee_channel.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/002_gh_repo-settings.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/003_gh_webhook_settings.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/004_gh_webhook_settings-post.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/005_smee_channel_ping_received.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/006_gh_redeliver_payload.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/007_receive_redelivered_payload.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/base/webhook_flow.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/flows/webhook_flow-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/j1_webhooks/scaleable/webhook_flow.svg +0 -432
- data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +0 -632
- data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +0 -648
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/get-started-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/130_layout_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance_thumb.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/html_layout.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-quickstart-windows.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-template-theme.jpg +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1_layout.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/jekyll-minima-theme.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/lane_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/layout_inheritance.png +0 -0
- data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/preparations/msys_installation.jpg +0 -0
- data/lib/starter_web/assets/images/pages/log4j/apache-log4j-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/log4r/code-1920x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/log4r/log4r-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_000.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_001.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_002.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_003.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_004.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_005.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_006.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_007.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_008.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_009.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_010.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_011.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_012.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_013.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_014.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_015.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_016.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_017.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_018.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_019.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_020.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_021.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_022.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_023.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_024.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_025.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_026.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_027.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_028.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_029.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_030.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_031.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_032.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_033.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_034.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_035.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_036.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_037.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_038.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_039.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_040.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_041.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_042.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_043.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_044.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_045.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_046.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_047.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_048.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_049.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_050.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_051.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_052.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_053.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_054.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_055.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_056.png +0 -0
- data/lib/starter_web/assets/images/pages/log_expert/image_057.png +0 -0
- data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jQuery-logo.png +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1280x600.jpg +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1920x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/pen/jquery/src/JQuery-Logo.svg +0 -122
- data/lib/starter_web/assets/images/pages/pen/jquery/src/banner.psd +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
- data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/1280px-PDCA_Process.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/annie-spratt-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/deming-cycle.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/humble-lamb-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/john-schnobrich-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/sigmund-1920x1280.jpg +0 -0
- data/lib/starter_web/pages/protected/site_search.adoc +0 -180
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.pdf +1 -5439
- data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +0 -93
- data/lib/starter_web/pages/public/legal/en/100_impress.adoc +0 -55
- data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +0 -53
- data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +0 -50
@@ -3,25 +3,22 @@ title: Roundtrip
|
|
3
3
|
tagline: present images
|
4
4
|
date: 2020-11-03 00:00:00
|
5
5
|
description: >
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
libraries like Justified Gallery for high-end, masonry styled preview maps.
|
10
|
-
A carousel app, using the jQuery plugin Owl Carousel as a base, let you
|
11
|
-
present your images as slide shows.
|
12
|
-
Lightboxes like LightGallery or Lightbox V2 support your web for full image
|
13
|
-
views of your picture or video content. Have a look, a quick tour what J1
|
14
|
-
can do for image data.
|
6
|
+
Welcome to the preview page focussing on the image module. This page
|
7
|
+
shows some valuable features of the J1 Template to manage your image-based
|
8
|
+
content using lightboxes, carousels (slider), and galleries.
|
15
9
|
|
16
|
-
tags: [ Roundtrip, Introduction ]
|
17
10
|
categories: [ Images, Module ]
|
11
|
+
tags: [ Roundtrip, Introduction ]
|
12
|
+
|
13
|
+
comments: false
|
14
|
+
fam_menu_id: page_ctrl_simple
|
18
15
|
|
19
16
|
permalink: /pages/public/learn/roundtrip/present_images/
|
20
17
|
regenerate: false
|
21
18
|
|
22
19
|
resources: [
|
23
20
|
clipboard, rouge, carousel, lightbox,
|
24
|
-
|
21
|
+
justifiedGallery, lightGallery
|
25
22
|
]
|
26
23
|
resource_options:
|
27
24
|
- attic:
|
@@ -61,28 +58,28 @@ resource_options:
|
|
61
58
|
// Include sub-documents
|
62
59
|
// -----------------------------------------------------------------------------
|
63
60
|
|
64
|
-
Welcome to the first preview page focussing the image module. This page
|
65
|
-
some
|
66
|
-
using lightboxes, carousels (slider) and galleries.
|
61
|
+
Welcome to the first preview page focussing on the image module. This page
|
62
|
+
shows some valuable features of the J1 Template to manage your image-based
|
63
|
+
content using lightboxes, carousels (slider), and galleries.
|
67
64
|
|
68
65
|
The image module offers complex functionality based on powerful OpenSource
|
69
|
-
libraries like
|
70
|
-
|
71
|
-
present your images as
|
66
|
+
libraries like JustifiedGallery for high-end, masonry-styled preview maps.
|
67
|
+
J1 Template uses the jQuery plugin Owl Carousel as a base for image sliders.
|
68
|
+
A carousel app (slider) lets you present your images as shows.
|
72
69
|
|
73
|
-
Lightboxes like LightGallery or Lightbox V2 support your web for
|
74
|
-
views of your picture or video content. Have a look, a quick tour
|
75
|
-
can do for image data. Have fun!
|
70
|
+
Lightboxes like LightGallery or Lightbox V2 support your web for enlarged
|
71
|
+
image views of your picture or video content. Have a look, a quick tour
|
72
|
+
of what J1 can do for image data. Have fun!
|
76
73
|
|
77
74
|
== J1 Lightboxes
|
78
75
|
|
79
76
|
A Lightbox, in general, is a helper which displays enlarged, almost
|
80
|
-
screen-filling versions of pictures (or videos)
|
77
|
+
screen-filling versions of pictures (or videos) while dimming the rest of the
|
81
78
|
page. The technique, introduced by Lightbox V2, gained widespread popularity
|
82
79
|
due to its simple and elegant style. The term lightbox is used since then for
|
83
80
|
Javascript libraries to support such functionality.
|
84
81
|
|
85
|
-
For J1 Template, two different lightboxes can be used:
|
82
|
+
For the J1 Template, two different lightboxes can be used:
|
86
83
|
|
87
84
|
* Lightbox V2 (lightbox)
|
88
85
|
* LightGallery
|
@@ -97,29 +94,29 @@ _lightbox_. And, LightGallery provides much more functionality on image-based
|
|
97
94
|
data rather than enlarged displaying of images. See the examples below to check
|
98
95
|
for the differences in comparison to the simpler Lightbox V2 lightbox.
|
99
96
|
|
100
|
-
Both lightboxes are fully integrated to be used as standalone modules or
|
101
|
-
used as helpers
|
97
|
+
Both lightboxes are fully integrated to be used as standalone modules or
|
98
|
+
used as helpers *under-the-hood* by other apps or modules focussing on
|
102
99
|
image-data like gallery or carousel, the build-in carousel module.
|
103
100
|
|
104
101
|
== Lightbox Examples
|
105
102
|
|
106
103
|
Find below an example of using the lightbox Lightbox standalone. See how
|
107
|
-
single (individual) images are linked for
|
104
|
+
single (individual) images are linked for use with Lightbox.
|
108
105
|
|
109
106
|
.Lightbox block for standalone images
|
110
107
|
lightbox::example-standalone[ 400, {data-images-standalone} ]
|
111
108
|
|
112
|
-
|
113
|
-
|
109
|
+
Lightbox supports image groups (image sets). Click on the images below to
|
110
|
+
see how Lightbox manages a group of images.
|
114
111
|
|
115
112
|
.Lightbox block for grouped images
|
116
113
|
lightbox::example-group[ 400, {data-images-group}, group ]
|
117
114
|
|
118
115
|
=== LightGallery Example
|
119
116
|
|
120
|
-
LightGallery provides more complex functions on image data. The
|
121
|
-
supports a gallery-style thumbnail preview plus image resizing, a
|
122
|
-
|
117
|
+
LightGallery provides more complex functions on image data. The module
|
118
|
+
supports a gallery-style thumbnail preview plus image resizing, a download
|
119
|
+
dialog, sharing provider support, and some more helpful. Check what
|
123
120
|
LightGallery can do by the following example.
|
124
121
|
|
125
122
|
gallery::jg_old_times[]
|
@@ -131,25 +128,25 @@ J1 Carousel is based on OWL Carousel V1 in the latest (and unfortunately
|
|
131
128
|
last) version of 1.3.3. OWL Carousel is a clean and neat jQuery slider plugin
|
132
129
|
for creating fully responsive and touch-enabled carousel sliders.
|
133
130
|
|
134
|
-
NOTE: OWL Carousel V1 is no longer available on the Internet; for an
|
135
|
-
reason. Anyway, J1 Template is using this version of OWL
|
136
|
-
build-in carousel module because the software does an excellent
|
137
|
-
on an MIT license with no issues using them for private and
|
138
|
-
And offers a lot of great features!
|
131
|
+
NOTE: OWL Carousel V1 is no longer available on the Internet; for an
|
132
|
+
unknown reason. Anyway, the J1 Template is using this version of OWL
|
133
|
+
Carousel as a build-in carousel module because the software does an excellent
|
134
|
+
job, is based on an MIT license with no issues using them for private and
|
135
|
+
business use. And offers a lot of great features!
|
139
136
|
|
140
137
|
=== Simple Text Carousel
|
141
138
|
|
142
|
-
A slider or carousel typically
|
143
|
-
implementation for J1 Template
|
144
|
-
as a slide show: simple text, for example.
|
139
|
+
A slider or carousel is typically used for displaying images. Still, the
|
140
|
+
implementation for the J1 Template supports a lot more sources to be
|
141
|
+
displayed as a slide show: simple text, for example.
|
145
142
|
|
146
143
|
.Simple text carousel
|
147
144
|
carousel::demo_text_carousel[role="mb-3"]
|
148
145
|
|
149
|
-
Important statements or topics can be placed e.g
|
150
|
-
paragraph to give them better visibility. In one line, you can present
|
151
|
-
a bunch of facts to know animated for the reader's attention within
|
152
|
-
line
|
146
|
+
Important statements or topics can be placed, e.g., on top of an article or
|
147
|
+
a paragraph to give them better visibility. In one line, you can present
|
148
|
+
a bunch of facts to know animated for the reader's attention within a single
|
149
|
+
line. No much space is needed!
|
153
150
|
|
154
151
|
=== Parallax Text Carousel
|
155
152
|
|
@@ -215,27 +212,27 @@ plugin JustifiedGallery as the main gallery module. Beside Justified
|
|
215
212
|
Gallery, a gallery based on pure _Bootstrap_ code is available with the
|
216
213
|
built-in gallery app *gallery*.
|
217
214
|
|
218
|
-
|
215
|
+
JustifiedGallery is a great jQuery plugin to create responsive, infinite,
|
219
216
|
and high quality justified image galleries. J1 Template combines the Gallery
|
220
217
|
with the lightboxes supported to enlarge the images of a gallery.
|
221
218
|
|
222
|
-
See
|
219
|
+
See JustifiedGallery in action - and for sure all that you see is even
|
223
220
|
responsive. Change the size of your current browser window, by width or height,
|
224
221
|
to see what will happen!
|
225
222
|
|
226
|
-
===
|
223
|
+
=== JustifiedGallery
|
227
224
|
|
228
225
|
Pictures you've made are typically not even in size. Images may have the
|
229
226
|
same size (resolution), but some of them are orientated landscape or other
|
230
227
|
may portrait. For that reason, a more powerful gallery is needed to create
|
231
228
|
so-called justified views.
|
232
229
|
|
233
|
-
|
230
|
+
JustifiedGallery is using a so-called masonry grid layout. It works by
|
234
231
|
placing elements in an optimal position based on available horizontal and
|
235
232
|
vertical space. Sort of like mason fitting stones in a wall. You’ll have
|
236
233
|
seen it in use all over the Internet!
|
237
234
|
|
238
|
-
.Masonry grid layout of
|
235
|
+
.Masonry grid layout of JustifiedGallery
|
239
236
|
gallery::jg_customizer[]
|
240
237
|
|
241
238
|
== Whats next
|
@@ -5,19 +5,21 @@ date: 2020-11-04 00:00:00
|
|
5
5
|
description: >
|
6
6
|
Playing video on web pages seems not that special since you can already
|
7
7
|
watch videos on web pages through plugins like Flash Player, Quicktime
|
8
|
-
or Silverlight.
|
9
|
-
A new standard goes to HTML5 Video, a pure HTML way to
|
8
|
+
or Silverlight. A new standard goes to HTML5 Video, a pure HTML way to
|
10
9
|
show video on the web; instead of the previous de facto standard of using
|
11
10
|
proprietary software.
|
12
11
|
|
13
|
-
tags: [ Roundtrip, Introduction ]
|
14
12
|
categories: [ Video, Modules ]
|
13
|
+
tags: [ Roundtrip, Introduction ]
|
15
14
|
|
16
15
|
permalink: /pages/public/learn/roundtrip/present_videos/
|
17
16
|
regenerate: false
|
18
17
|
|
18
|
+
comments: false
|
19
|
+
fam_menu_id: page_ctrl_simple
|
20
|
+
|
19
21
|
resources: [
|
20
|
-
|
22
|
+
lightGallery, justifiedGallery, video_js,
|
21
23
|
vimeo_player, vimeo_froogaloop
|
22
24
|
]
|
23
25
|
resource_options:
|
@@ -69,14 +71,14 @@ resource_options:
|
|
69
71
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
70
72
|
|
71
73
|
Playing video on web pages seems not that special since you can already
|
72
|
-
watch videos on web pages through plugins like _Flash Player_, _Quicktime_
|
74
|
+
watch videos on web pages through plugins like _Flash Player_, _Quicktime_,
|
73
75
|
or _Silverlight_. A new standard goes to HTML5 Video, a pure HTML way to
|
74
|
-
show video on the web
|
76
|
+
show video on the web, instead of the previous de facto standard of using
|
75
77
|
proprietary software.
|
76
78
|
|
77
79
|
== Video Galleries
|
78
80
|
|
79
|
-
HTML5 Video opens the doors to your way presenting video content. Modern
|
81
|
+
HTML5 Video opens the doors to your way of presenting video content. Modern
|
80
82
|
browsers support the video tag `<video>` for the HTML5 video standard.
|
81
83
|
Browsers have a built-in multimedia framework already for decoding and displaying
|
82
84
|
video content. No need to use such proprietary software components anymore!
|
@@ -86,21 +88,21 @@ LightGallery.
|
|
86
88
|
|
87
89
|
Two types of video sources are supported:
|
88
90
|
|
89
|
-
. videos from local files (your
|
91
|
+
. videos from local files (your webspace)
|
90
92
|
. videos from online sources (on the Internet) like YouTube, Vimeo, etc.
|
91
93
|
|
92
94
|
The combination of the App gallery and the lightbox LightGallery is entirely
|
93
95
|
usable for all the video content you want to present on your site. Galleries
|
94
96
|
can be placed elsewhere with your content. You can use them for video blogs
|
95
|
-
by putting them into your blog
|
97
|
+
by putting them into your blog article's content.
|
96
98
|
|
97
|
-
WARNING: LightGallery can be used for free for private use but
|
98
|
-
|
99
|
-
how to use LightGallery for commercial
|
99
|
+
WARNING: LightGallery can be used for free for private use, but a commercial
|
100
|
+
license is needed for business use. See link:{light-gallery-license}[Light Gallery license]
|
101
|
+
how to use LightGallery for commercial websites and projects.
|
100
102
|
|
101
103
|
== Local video content
|
102
104
|
|
103
|
-
Digital image content, simple pictures or
|
105
|
+
Digital image content, simple pictures or videos, are easy to make. Today, each
|
104
106
|
and every mobile has a camera - not that bad! Presenting a bunch
|
105
107
|
of (digital) pictures is very easy by using Justified Gallery, for example.
|
106
108
|
Videos created by a digicam or a mobile can be played by J1 Template using the
|
@@ -112,17 +114,16 @@ Two players are available with LightGallery:
|
|
112
114
|
. http://videojs.com/[video.js], a excellent Javascript video library
|
113
115
|
|
114
116
|
NOTE: The HTML5 specification does _not_ define which video and audio formats
|
115
|
-
browsers _should_ support. J1 LightGallery
|
116
|
-
HTML5 Video formats browsers
|
117
|
+
browsers _should_ support. J1 LightGallery can play all types of standard
|
118
|
+
HTML5 Video formats on modern browsers today (MP4, WebM, and Ogg).
|
117
119
|
|
118
|
-
.HTML5 video gallery
|
119
120
|
gallery::jg_video_html5[role="mb-5"]
|
120
121
|
|
121
122
|
== Online video content
|
122
123
|
|
123
124
|
The Internet is full of inspiring content. Video content is popular,
|
124
|
-
the number of channels
|
125
|
-
video content from the Internet, e.g
|
125
|
+
the number of channels on _YouTube_ is enormous. If you want to present
|
126
|
+
video content from the Internet, e.g., your channel, the online video
|
126
127
|
support of J1 Template may be the right choice. Find some enjoyable videos
|
127
128
|
from James Cordon's channel: Carpool Karaoke.
|
128
129
|
|
@@ -134,7 +135,7 @@ gallery::jg_video_online_vimeo[role="mb-5"]
|
|
134
135
|
|
135
136
|
== Whats next
|
136
137
|
|
137
|
-
Images and videos are
|
138
|
+
Images and videos are pretty visual. And it can be impressive, for sure.
|
138
139
|
But the most visual component is the text for all pages, for all sites on the
|
139
140
|
Internet. To see how text could be presented great for modern responsive
|
140
141
|
websites, check the section Typography next.
|
@@ -8,8 +8,12 @@ description: >
|
|
8
8
|
take on an important role of acting not only as plain text but will also serve
|
9
9
|
as something like images.
|
10
10
|
|
11
|
-
tags: [ Roundtrip, Introduction ]
|
12
11
|
categories: [ Typography, Module ]
|
12
|
+
tags: [ Roundtrip, Introduction ]
|
13
|
+
|
14
|
+
|
15
|
+
comments: false
|
16
|
+
fam_menu_id: page_ctrl_simple
|
13
17
|
|
14
18
|
permalink: /pages/public/learn/roundtrip/typography/
|
15
19
|
regenerate: false
|
@@ -3,15 +3,19 @@ title: Roundtrip
|
|
3
3
|
tagline: icon fonts
|
4
4
|
date: 2020-11-06 00:00:00
|
5
5
|
description: >
|
6
|
-
J1 Template
|
6
|
+
J1 Template supports popular icons font sets out-of-the-box.
|
7
7
|
The icon sets MDI and FA are very good in design and have a rich set of
|
8
8
|
different icons for many categories used for the Web.
|
9
9
|
Iconify icons is not a locally stored icon-set like MDI or FA. All icons are
|
10
10
|
loaded over the Internet using the so-called Unified OpenSource Icon
|
11
11
|
Framework.
|
12
12
|
|
13
|
-
tags: [ Roundtrip, Introduction ]
|
14
13
|
categories: [ Icon, Module ]
|
14
|
+
tags: [ Roundtrip, Introduction ]
|
15
|
+
|
16
|
+
|
17
|
+
comments: false
|
18
|
+
fam_menu_id: page_ctrl_simple
|
15
19
|
|
16
20
|
permalink: /pages/public/learn/roundtrip/mdi_icon_font/
|
17
21
|
regenerate: false
|
@@ -55,15 +59,15 @@ resource_options:
|
|
55
59
|
|
56
60
|
== Icon Fonts
|
57
61
|
|
58
|
-
J1 Template
|
62
|
+
J1 Template supports popular icons font sets out-of-the-box:
|
59
63
|
|
60
64
|
* link:{mdi-home}[Material Design Icons, {browser-window--new}] (MDI)
|
61
65
|
* link:{fontawesome-home}[FontAwesome Icons V5, {browser-window--new}] (FA)
|
62
66
|
* link:{iconify-home}[Iconify Icons, {browser-window--new}] (II)
|
63
67
|
|
64
68
|
The icon sets MDI and FA are very good in design and have a rich set of
|
65
|
-
different icons for many categories used for the Web. See below some
|
66
|
-
for <<Material Design Icons>> and <<FontAwesome Icons>>.
|
69
|
+
different icons for many categories used for the Web. See below for some
|
70
|
+
details for <<Material Design Icons>> and <<FontAwesome Icons>>.
|
67
71
|
|
68
72
|
Iconify icons is not a locally stored icon-set like MDI or FA. All icons are
|
69
73
|
loaded over the Internet using the so-called *Unified OpenSource Icon
|
@@ -72,15 +76,14 @@ Framework*. See section <<Iconify Icons>> for more information.
|
|
72
76
|
|
73
77
|
== Material Design Icons
|
74
78
|
|
75
|
-
The primary icon-set for J1 Template is
|
79
|
+
The primary icon-set for the J1 Template is
|
76
80
|
link:{mdi-home}[Material Design Icons, {browser-window--new}],
|
77
|
-
because it is
|
78
|
-
|
79
|
-
|
80
|
-
_Google_ build-in.
|
81
|
+
because it is a rich set providing more than 5900+ icons for the current
|
82
|
+
version (v5.9.55). MDI has excellent *Material Design* support from a design
|
83
|
+
perspective and comes with the original icon set created by _Google_ build-in.
|
81
84
|
|
82
85
|
_Material Design Icons_ (MDI) is a beneficial design resource for Web Design
|
83
|
-
|
86
|
+
based on _Google_'s Material Design. _MDI_ is a community-driven
|
84
87
|
project to create an increased number of icons based on _Google_'s official
|
85
88
|
repository and MD style specification.
|
86
89
|
|
@@ -223,13 +226,13 @@ mdi:heart[5x md-red-900 mdi-pulsed]
|
|
223
226
|
|
224
227
|
|===============================================================================
|
225
228
|
|
226
|
-
NOTE: Using Material Design Icons with Asciidoc is
|
227
|
-
macro `mdi:` is available to place icons
|
229
|
+
NOTE: Using Material Design Icons with Asciidoc is easy as an inline
|
230
|
+
macro `mdi:` is available to place icons whereever you want. See more about
|
228
231
|
this in section
|
229
|
-
link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
|
232
|
+
link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions].
|
230
233
|
|
231
234
|
_MDI_ is a growing collection to allow designers and developers targeting
|
232
|
-
various platforms to download icons in the format, color and size they need
|
235
|
+
various platforms to download icons in the format, color, and size they need
|
233
236
|
for any project. The repo contains today 2100+ icons plus converted icons from
|
234
237
|
the official set created by _Google_.
|
235
238
|
|
@@ -239,8 +242,8 @@ icon set is fully integrated and can be used out-of-the-box.
|
|
239
242
|
== FontAwesome Icons
|
240
243
|
|
241
244
|
_FontAwesome_ is a font and icon toolkit based on CSS. It was initially created
|
242
|
-
by _Dave Gandy_. The previous *version 4* was mainly for the use
|
243
|
-
Bootstrap *V3*. The new version *V5*, released in December 2017,
|
245
|
+
by _Dave Gandy_. The previous *version 4* was mainly for the use of Twitter
|
246
|
+
Bootstrap *V3*. The new version *V5*, released in December 2017, focuses on
|
244
247
|
all frameworks used for web development. Today, the *free FA* icon set comes
|
245
248
|
with 1400+ icons included.
|
246
249
|
|
@@ -252,33 +255,34 @@ The free versions (all releases up to 4 and the free version for 5) are
|
|
252
255
|
available under SIL Open Font License 1.1, Creative Commons Attribution 4.0,
|
253
256
|
and the MIT License.
|
254
257
|
|
255
|
-
FontAwesome V5 meets the Material Design idea (of _Google_) and in comparison
|
256
|
-
to Version 4, the current version is much more than
|
257
|
-
comes with more than 2300+ icons, but many
|
258
|
-
license
|
258
|
+
FontAwesome V5 meets the Material Design idea (of _Google_), and in comparison
|
259
|
+
to Version 4, the current version is much more than face-lifting. Version 5
|
260
|
+
comes with more than 2300+ icons, but many are available only with the Pro
|
261
|
+
license. For the Free version, only a subset of 900+ icons is available.
|
259
262
|
|
260
|
-
NOTE: The CSS styles for FontAwesome V5
|
261
|
-
the same classes (and their respective names)
|
263
|
+
NOTE: The CSS styles for FontAwesome V5 have been extended for the J1 Template
|
264
|
+
to the same classes (and their respective names) for other Font Icon sets.
|
262
265
|
Already existing styles like `fa-flip-vertical` are available as `fa-flip-v`
|
263
266
|
as well.
|
264
267
|
|
265
|
-
You can
|
268
|
+
You can check out what icons available at
|
266
269
|
link:{fontawesome-icons}[FontAwesome Icons, {browser-window--new}].
|
267
270
|
_FontAwesome_ V5 is fully integrated - no need for additional resources to
|
268
|
-
load. But in comparison to Version 4, a lot of differences
|
271
|
+
load. But in comparison to Version 4, a lot of differences need to be
|
269
272
|
noticed.
|
270
273
|
|
271
274
|
If you haven't used V5 yet, it is highly recommended to visit the
|
272
275
|
link:{fontawesome-get-started}[Get started, {browser-window--new}] pages to
|
273
|
-
learn the basics and features and styles.
|
276
|
+
learn the basics and features, and styles.
|
274
277
|
|
275
|
-
With version V5 of _FontAwesome_, the icon set is split
|
278
|
+
With version V5 of _FontAwesome_, the icon set is split into two general
|
279
|
+
parts:
|
276
280
|
|
277
281
|
* standard icons (symbols) indicated by *FAS*
|
278
282
|
* brand icons (icons for companies and brands) indicated by *FAB*
|
279
283
|
|
280
|
-
NOTE: Using FontAwesome with Asciidoc is quite easy as two inline macros
|
281
|
-
`fab:` and `fas
|
284
|
+
NOTE: Using FontAwesome with Asciidoc is quite easy as two inline macros,
|
285
|
+
`fab:` and `fas:`, are available to place icons where ever you want. See more
|
282
286
|
about this in section
|
283
287
|
link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
|
284
288
|
|
@@ -441,21 +445,21 @@ fas:heart[5x md-red-900 fa-pulsed]
|
|
441
445
|
== Iconify Icons
|
442
446
|
|
443
447
|
MDI and FA are rich icon sets but designed for general use. Sometimes icons
|
444
|
-
are missing in one of these fonts like specific brand or theme
|
448
|
+
are missing in one of these fonts, like a specific brand or theme icon. An
|
445
449
|
interesting solution for using font icons from a remote repository is
|
446
450
|
link:{iconify-home}[Iconify, {browser-window--new}]. Iconify is a so-called
|
447
451
|
unified OpenSource icon framework that makes it possible to use icons from
|
448
452
|
different icon sets using one (unified) syntax.
|
449
453
|
|
450
|
-
To access that framework, a Javascript client is needed. For J1 Template,
|
451
|
-
client is build-in and is loaded if Iconify is requested as a resource.
|
452
|
-
what icon sets available with that framework, check the page
|
454
|
+
To access that framework, a Javascript client is needed. For the J1 Template,
|
455
|
+
the client is build-in and is loaded if Iconify is requested as a resource.
|
456
|
+
To see what icon sets available with that framework, check the page
|
453
457
|
link:{iconify-icon-sets}[Iconify Icon Sets, {browser-window--new}].
|
454
458
|
|
455
459
|
NOTE: Using Iconify icons with J1 Template is quite easy. An Asciidoctor
|
456
460
|
inline macro `iconify:` (Asciidoctor Extension) is available to place icons
|
457
461
|
where ever you want. See more about this in section
|
458
|
-
link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
|
462
|
+
link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions].
|
459
463
|
|
460
464
|
Currently, over 40,000 vector icons are available for many different use cases.
|
461
465
|
Find some examples below.
|