j1-template 2020.0.6 → 2020.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_post.html +2 -2
- data/_includes/themes/j1/modules/navigator/generator.html +6 -6
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +8 -3
- data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
- data/_layouts/default.html +18 -8
- data/{lib/starter_web/apps → apps}/public/cc/cc.yml +0 -0
- data/{lib/starter_web/apps → apps}/public/cc/index.adoc +0 -0
- data/assets/data/search.yml +32 -10
- data/assets/data/ssm.html +16 -12
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/algolia.js +21 -13
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/attic.js +31 -30
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/carousel.js +31 -20
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/cookie_consent.js +8 -0
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/framer.js +8 -1
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/gallery_customizer.js +16 -8
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/j1.js +74 -103
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/justified_gallery.js +50 -33
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/lightbox.js +9 -1
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/logger.js +12 -4
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/mmenu.js +16 -8
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/navigator.js +64 -76
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/searcher.js +10 -2
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/ssm.js +86 -68
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/themer.js +10 -2
- data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/toccer.js +51 -146
- data/assets/themes/j1/core/css/theme_extensions.css +562 -53
- data/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
- data/assets/themes/j1/core/css/uno.css +640 -53
- data/assets/themes/j1/core/css/uno.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +10 -3
- data/assets/themes/j1/core/css/vendor.min.css +2 -2
- data/assets/themes/j1/core/js/template.js +29 -19
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +1 -1
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel_transitions.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel_transitions.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/theme/uno.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/theme/uno.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/ajax-loader.gif +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/grabbing.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/owl-logo.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/owl.video.play.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/js/carousel.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/js/carousel.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iconify/js/iconify.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.absolute.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.content.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.hover.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.nested.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.textarea.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.tolerance.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/index.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/two.html +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.map +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/LICENSE +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/README.md +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/css/justifiedGallery.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/css/justifiedGallery.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/css/theme/uno.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/js/justifiedGallery.3.7.0.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/js/justifiedGallery.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/js/justifiedGallery.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/less/.csslintrc +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/less/justifiedGallery.less +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/css/justifiedGallery.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/css/justifiedGallery.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/css/theme/uno.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/js/jquery.justifiedGallery.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/js/jquery.justifiedGallery.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/justifiedGallery.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/justifiedGallery.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/theme/uno.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/theme/uno.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/js/justifiedGallery.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/js/justifiedGallery.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-fb-comment-box.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-fb-comment-box.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-transitions.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-transitions.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lightgallery.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lightgallery.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.eot +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.svg +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.ttf +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.woff +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/loading.gif +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/video-play.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/vimeo-play.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/youtube-play.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/animation-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/customize-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/dynamic-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/facebook-icon.svg +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/googleplus-icon.svg +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/html5-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/linked-in.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/module-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/play-button.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/responsive-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/thumb-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/touch-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/twitter-icon.svg +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/twitter.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/video1-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/zoom-w.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/zoom.png +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/uno.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/uno.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/core/lightgallery.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/core/lightgallery.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/j1/j1-video.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/j1/j1-video.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-autoplay.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-autoplay.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-fullscreen.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-fullscreen.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-hash.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-hash.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-pager.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-pager.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-share.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-share.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-thumbnail.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-thumbnail.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-video.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-video.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-zoom.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-zoom.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/log4javascript/log4javascript.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/log4javascript/log4javascript.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.dark/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.light/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.monokai.dark/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.monokai.light/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.monokai/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.solarized.dark/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.solarized.light/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.solarized/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/colorful/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/github/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/gruvbox.dark/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/gruvbox.light/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/gruvbox/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/igorpro/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/molokai/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/monokai.sublime/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/monokai/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/pastie/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/thankful_eyes/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/tulip/theme.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/city.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/city.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/fantasy.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/fantasy.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/forest.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/forest.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/sea.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/sea.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/video-js.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/video-js.min.css +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/js/video.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/js/video.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/froogaloop/js/froogaloop2.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.js.map +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.min.js +0 -0
- data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.min.js.map +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -3
- data/lib/starter_web/_data/modules/defaults/ssm.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/toccer.yml +4 -8
- data/lib/starter_web/_data/modules/jekyll_search.yml +3 -2
- data/lib/starter_web/_data/modules/navigator_menu.yml +4 -0
- data/lib/starter_web/_data/modules/ssm.yml +10 -1
- data/lib/starter_web/_data/modules/toccer.yml +7 -12
- data/lib/starter_web/_data/resources.yml +3 -9
- data/lib/starter_web/_data/template_settings.yml +22 -2
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/about/about_site.adoc +3 -3
- data/lib/starter_web/pages/public/about/become_a_patron.adoc +9 -11
- data/lib/starter_web/pages/public/clear_button.adoc +121 -0
- data/lib/starter_web/pages/public/learn/{floating_sidebar.adoc → examples/floating_div.adoc} +27 -49
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/parts.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +9 -4
- data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_table_3_column.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +6 -7
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +9 -5
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +26 -28
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +28 -31
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +19 -19
- data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_table_3_column.asciidoc +1 -1
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +54 -48
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/120_relative_sizes.asciidoc +1 -41
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/200_rotate.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/300_flip.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/600_md_color_palette.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/200_rotate.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/300_flip.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +671 -860
- data/lib/starter_web/pages/public/previewer/mdb_preview/000_includes/attributes.asciidoc +69 -0
- data/lib/starter_web/pages/public/previewer/mdb_preview/000_includes/documents/100_buttons.asciidoc +170 -0
- data/lib/starter_web/pages/public/previewer/mdb_preview/mdb_previewer.adoc +52 -0
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +163 -168
- data/lib/starter_web/_plugins/uglify.rb +0 -41
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/mmenu-light.css +0 -384
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/mmenu-light.min.css +0 -384
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/themes/uno.css +0 -153
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/css/themes/uno.min.css +0 -153
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.js +0 -11
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.min.js +0 -11
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.polyfills.js +0 -118
- data/lib/starter_web/assets/themes/j1/extensions/mmenu-light/js/mmenu-light.polyfills.min.js +0 -118
data/lib/starter_web/pages/public/learn/{floating_sidebar.adoc → examples/floating_div.adoc}
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
title:
|
3
|
-
tagline:
|
4
|
-
description:
|
2
|
+
title: CSS Examples
|
3
|
+
tagline: floating div
|
4
|
+
description: floating div
|
5
5
|
|
6
6
|
tags: [ Page, Roundtrip ]
|
7
7
|
index: [ Start, Template, Whats, Up, Readme, TL;DR ]
|
@@ -12,17 +12,6 @@ regenerate: false
|
|
12
12
|
|
13
13
|
resources: [ lightbox ]
|
14
14
|
resource_options:
|
15
|
-
- attic:
|
16
|
-
padding_top: 400
|
17
|
-
padding_bottom: 50
|
18
|
-
opacity: 0.5
|
19
|
-
slides:
|
20
|
-
- url: /assets/images/modules/attics/runner-1920x1200-bw.jpg
|
21
|
-
alt: Photo by Alexander Redl on Unsplash
|
22
|
-
badge:
|
23
|
-
type: unsplash
|
24
|
-
author: Alexander Redl
|
25
|
-
href: https://unsplash.com/@alexanderredl
|
26
15
|
---
|
27
16
|
|
28
17
|
// Enable the Liquid Preprocessor
|
@@ -53,7 +42,6 @@ resource_options:
|
|
53
42
|
// -----------------------------------------------------------------------------
|
54
43
|
// :images-dir: {imagesdir}/path/to/page/images
|
55
44
|
|
56
|
-
|
57
45
|
// Page content
|
58
46
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
59
47
|
|
@@ -86,44 +74,34 @@ use the English language for our international vistors (we are German),
|
|
86
74
|
right (LTR), and from top to down a page. The same to all menus, sections
|
87
75
|
and pages.
|
88
76
|
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
For that reason, it was a good decision to start from here.
|
94
|
-
|
95
|
-
== Whats up
|
96
|
-
|
97
|
-
First of all, you've started already! The important first step in to find
|
98
|
-
your way to Jekyll is done. Congratiulations.
|
99
|
-
|
100
|
-
The *Learn* section contains all you need to learn what Jekyll and J1 can do
|
101
|
-
for your website. For your new static web - if you like.
|
102
|
-
|
103
|
-
With this section you'll find a:
|
104
|
-
|
105
|
-
. *Roundtrip* to show some of the main features of the template system
|
106
|
-
*J1*.
|
107
|
-
|
108
|
-
. *Kickstarter* are Tutorials. The most important one to start is *Web in a Day*.
|
109
|
-
This tutorial guides you through all the steps to build a website using
|
110
|
-
the template system Jekyll One - your site using Jekyll and the template J1.
|
111
|
-
|
112
|
-
== Where to go
|
77
|
+
Welcome to the pages of J1 Template. If your here first time,
|
78
|
+
hopefully you get on that page first. For sure, there is no better
|
79
|
+
place to step in.
|
113
80
|
|
114
|
-
|
115
|
-
|
116
|
-
|
81
|
+
Having a menu system is great. We hope the the navigator module of J1 will
|
82
|
+
support you to explore this site, find what your are looking for. The site
|
83
|
+
of J1 has grown over the last month a lot. Many documents were seeking for
|
84
|
+
a home. And we have really a bunch of them.
|
117
85
|
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
86
|
+
To get better orientated, the site is organized for *natural reading*. As we
|
87
|
+
use the English language for our international vistors (we are German),
|
88
|
+
*natural reading* means for a western language, reading from the left to the
|
89
|
+
right (LTR), and from top to down a page. The same to all menus, sections
|
90
|
+
and pages.
|
91
|
+
Welcome to the pages of J1 Template. If your here first time,
|
92
|
+
hopefully you get on that page first. For sure, there is no better
|
93
|
+
place to step in.
|
122
94
|
|
123
|
-
|
95
|
+
Having a menu system is great. We hope the the navigator module of J1 will
|
96
|
+
support you to explore this site, find what your are looking for. The site
|
97
|
+
of J1 has grown over the last month a lot. Many documents were seeking for
|
98
|
+
a home. And we have really a bunch of them.
|
124
99
|
|
125
|
-
|
126
|
-
|
100
|
+
To get better orientated, the site is organized for *natural reading*. As we
|
101
|
+
use the English language for our international vistors (we are German),
|
102
|
+
*natural reading* means for a western language, reading from the left to the
|
103
|
+
right (LTR), and from top to down a page. The same to all menus, sections
|
104
|
+
and pages.
|
127
105
|
|
128
106
|
++++
|
129
107
|
<style>
|
data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/parts.asciidoc
CHANGED
@@ -61,7 +61,7 @@ Find here is a list of the basic Chocolatey commands used this section.
|
|
61
61
|
And some more related ones. If you'd like to explore the Chocolatey CLI a bit
|
62
62
|
*more*, give it a try before moving on.
|
63
63
|
|
64
|
-
[cols="8a,4", options="header", role="table-responsive, full-width"]
|
64
|
+
[cols="8a,4", options="header", role="table-responsive-stacked-lg, full-width"]
|
65
65
|
|===============================================================================
|
66
66
|
|Command |Description
|
67
67
|
|
data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
---
|
2
|
-
title: Web in a Day
|
2
|
+
title: Web in a Day
|
3
3
|
tagline: meet & greet jekyll
|
4
|
-
description:
|
4
|
+
description: >
|
5
|
+
Web in a Day is the first in a series of tutorials to
|
6
|
+
learn how to create modern websites using Jekyll. This
|
7
|
+
Kickstarter focus on the basics of Jekyll and the
|
8
|
+
J1 Template which all people needs to know for a successful
|
9
|
+
way to a modern static website using Jekyll and J1 Template
|
5
10
|
|
6
11
|
tags: [ Kickstarter ]
|
7
12
|
index: [ Introduction, Web, Website, Jekyll ]
|
@@ -15,7 +20,7 @@ resource_options:
|
|
15
20
|
- attic:
|
16
21
|
padding_top: 400
|
17
22
|
padding_bottom: 50
|
18
|
-
opacity: 0.5
|
23
|
+
opacity: 0.5
|
19
24
|
slides:
|
20
25
|
- url: /assets/images/pages/kickstarter/web_in_a_day/get-started-1920x1280-bw.jpg
|
21
26
|
alt: Photo by JESHOOTS.COM on Unsplash
|
@@ -26,7 +31,7 @@ resource_options:
|
|
26
31
|
href: https://unsplash.com/@jeshoots/portfolio
|
27
32
|
---
|
28
33
|
|
29
|
-
// Enable the Liquid Preprocessor
|
34
|
+
// Enable the Liquid Preprocessor
|
30
35
|
// -----------------------------------------------------------------------------
|
31
36
|
:page-liquid:
|
32
37
|
|
@@ -116,7 +116,7 @@ var tour = Tour({
|
|
116
116
|
});
|
117
117
|
----
|
118
118
|
|
119
|
-
[cols="1,1,3a,7a", options="header", width="100%", role="table-responsive"]
|
119
|
+
[cols="1,1,3a,7a", options="header", width="100%", role="table-responsive-stacked-lg"]
|
120
120
|
|===============================================================================
|
121
121
|
|Name |Type |Default |Description
|
122
122
|
|
@@ -381,7 +381,7 @@ tour.addStep({
|
|
381
381
|
|
382
382
|
// |Name |Type |Description |Default
|
383
383
|
|
384
|
-
[cols="1,1,3a,7a", options="header", width="100%", role="table-responsive"]
|
384
|
+
[cols="1,1,3a,7a", options="header", width="100%", role="table-responsive-stacked-lg"]
|
385
385
|
|===============================================================================
|
386
386
|
|Name |Type |Default |Description
|
387
387
|
|
data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_table_3_column.asciidoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
|
2
2
|
.Selected extended BS modal examples
|
3
|
-
[cols="6a,3a,3a", options="header", width="100%", role="table-responsive"]
|
3
|
+
[cols="6a,3a,3a", options="header", width="100%", role="table-responsive-stacked-lg"]
|
4
4
|
|===============================================================================
|
5
5
|
|Postion |Class | Example
|
6
6
|
|
@@ -105,7 +105,7 @@ Both lightboxes are fully integrated to be used as standalone modules or to be
|
|
105
105
|
used as helpers _under-the-hood_ by other apps or modules focussing on image
|
106
106
|
data like *gallery* or *carousel*, the build-in carousel module.
|
107
107
|
|
108
|
-
|
108
|
+
== Lightbox Examples
|
109
109
|
|
110
110
|
Find below an example of using the lightbox Lightbox *standalone*. See how
|
111
111
|
*single* (individual) images are linked for the use with *Lightbox*.
|
@@ -13,8 +13,8 @@ toc: true
|
|
13
13
|
permalink: /pages/public/learn/roundtrip/present_videos/
|
14
14
|
regenerate: true
|
15
15
|
|
16
|
-
resources: [
|
17
|
-
light_gallery, justified_gallery, video_js,
|
16
|
+
resources: [
|
17
|
+
light_gallery, justified_gallery, video_js,
|
18
18
|
vimeo_player, vimeo_player, vimeo_froogaloop
|
19
19
|
]
|
20
20
|
resource_options:
|
@@ -44,7 +44,7 @@ resource_options:
|
|
44
44
|
|
45
45
|
---
|
46
46
|
|
47
|
-
// Enable the Liquid Preprocessor
|
47
|
+
// Enable the Liquid Preprocessor
|
48
48
|
// -----------------------------------------------------------------------------
|
49
49
|
:page-liquid:
|
50
50
|
|
@@ -107,7 +107,7 @@ WARNING: *LightGallery* can be used *for free* for *private use* but for
|
|
107
107
|
business use, a *commercial license* is needed. See link:{light-gallery-license}[Light Gallery license]
|
108
108
|
how to use LightGallery for *commercial* webs and projects.
|
109
109
|
|
110
|
-
|
110
|
+
== Local video content
|
111
111
|
|
112
112
|
Digital image content, simple pictures or vidoes, are quite easy to make.
|
113
113
|
Today, each and every mobile has a camera - not that bad! Presenting a bunch
|
@@ -127,7 +127,7 @@ HTML5 Video formats browsers support today such as *MP4*, *WebM*, and *Ogg*.
|
|
127
127
|
.HTML5 video gallery
|
128
128
|
gallery::jg_video_html5[role="mb-5"]
|
129
129
|
|
130
|
-
|
130
|
+
== Online video content
|
131
131
|
|
132
132
|
The Internet is full of interesting content. Video content is very popular,
|
133
133
|
the number of channels at e.g. _YouTube_ is enormous. If you want to present
|
@@ -141,12 +141,11 @@ gallery::jg_video_online_youtube[role="mb-5"]
|
|
141
141
|
.Vimeo Video Gallery - Fashion
|
142
142
|
gallery::jg_video_online_vimeo[role="mb-5"]
|
143
143
|
|
144
|
-
|
145
144
|
== Whats next
|
146
145
|
|
147
146
|
Images and videos are quite *visual* - and could be impressive, for sure.
|
148
147
|
But the most visual component is *text* for all pages, for all sites on the
|
149
|
-
Internet. To see how text could be presented great for modern responsive
|
148
|
+
Internet. To see how text could be presented great for modern responsive
|
150
149
|
websites, check the section *Typography* next.
|
151
150
|
|
152
151
|
What? Find out how it works. go for: link:{roundtrip-typography}[Typography].
|
@@ -10,8 +10,12 @@ categories: [ pages ]
|
|
10
10
|
permalink: /pages/public/learn/roundtrip/typography/
|
11
11
|
regenerate: false
|
12
12
|
|
13
|
+
toc: true
|
14
|
+
|
13
15
|
resources: []
|
14
16
|
resource_options:
|
17
|
+
# - ssm:
|
18
|
+
# mode: menu
|
15
19
|
- attic:
|
16
20
|
padding_top: 400
|
17
21
|
padding_bottom: 50
|
@@ -67,7 +71,7 @@ Typography matters for any media presenting text. Text will take on a important
|
|
67
71
|
role of acting not only as plain text but will also serve as something like
|
68
72
|
images.
|
69
73
|
|
70
|
-
|
74
|
+
== Responsive Text
|
71
75
|
|
72
76
|
One common flaw seen in many templates and frameworks (sadly to say: the same
|
73
77
|
to Bootstrap) is a lack of support for truly *responsive text*. While elements
|
@@ -124,7 +128,7 @@ will happen in terms of responsiveness.
|
|
124
128
|
To see Responsive Text `r-text` in action, use the button above to toggle on
|
125
129
|
and off Responsive Text to see the difference!
|
126
130
|
|
127
|
-
|
131
|
+
== Scaling Responsive Text
|
128
132
|
|
129
133
|
Responsive Text comes in five different scale factors in a range from 100 to
|
130
134
|
500. Scaling `r-text` gives you the flexibility to use `r-text` everywhere. Or
|
@@ -174,7 +178,7 @@ of the text in action.
|
|
174
178
|
</script>
|
175
179
|
++++
|
176
180
|
|
177
|
-
|
181
|
+
== Scale factors
|
178
182
|
|
179
183
|
As mentioned, `r-text` comes in five levels of size. The base of `r-text` are
|
180
184
|
the Fibonacci numbers extracted from the Fibonacci series. These numbers are
|
@@ -190,7 +194,7 @@ base.
|
|
190
194
|
That way, five series are available by the five scale factors. See the following
|
191
195
|
table how `r-text` scales.
|
192
196
|
|
193
|
-
[cols="3,2,7a", options="header", role="table-responsive mb-5"]
|
197
|
+
[cols="3,2,7a", options="header", role="table-responsive-stacked-lg mb-5"]
|
194
198
|
|===============================================================================
|
195
199
|
|Property | Factor |Example text
|
196
200
|
|
@@ -283,7 +287,7 @@ The design for the Bootstrap *nav pills* were change into MD Design. As all
|
|
283
287
|
elements available with J1 Template, the _Meterial Design_ color palette is
|
284
288
|
used. All Bootstrap base classes can be used to colorize:
|
285
289
|
|
286
|
-
[cols="5,7a", options="header", role="table-responsive mb-5"]
|
290
|
+
[cols="5,7a", options="header", role="table-responsive-stacked-lg mb-5"]
|
287
291
|
|===============================================================================
|
288
292
|
|Property | Example
|
289
293
|
|
@@ -67,20 +67,20 @@ J1 Template support popular icons font sets out-of-the-box:
|
|
67
67
|
* link:{fontawesome-home}[FontAwesome Icons V5, {window}] (FA)
|
68
68
|
* link:{iconify-home}[Iconify Icons, {window}] (II)
|
69
69
|
|
70
|
-
The icon sets MDI and FA are very good in design and have a rich set of
|
71
|
-
different icons for many categories used for the Web. See below some details
|
70
|
+
The icon sets MDI and FA are very good in design and have a rich set of
|
71
|
+
different icons for many categories used for the Web. See below some details
|
72
72
|
for <<Material Design Icons>> and <<FontAwesome Icons>>.
|
73
73
|
|
74
|
-
Iconify Icons is not a local stored icon set like MDI or FA. All icons are
|
75
|
-
loaded over the *Internet* using the so-called unified open source icon
|
74
|
+
Iconify Icons is not a local stored icon set like MDI or FA. All icons are
|
75
|
+
loaded over the *Internet* using the so-called unified open source icon
|
76
76
|
framework. See section <<Iconify Icons>> for more information.
|
77
77
|
|
78
78
|
|
79
|
-
|
79
|
+
== Material Design Icons
|
80
80
|
|
81
|
-
The primary icon set for J1 Template are link:{mdi-home}[Material Design Icons, {window}],
|
82
|
-
because it is an rich set providing more than 3300+ icons (v3.3.92). From a design
|
83
|
-
prospective, _MDI_ has an excellent Material Design support an comes with the
|
81
|
+
The primary icon set for J1 Template are link:{mdi-home}[Material Design Icons, {window}],
|
82
|
+
because it is an rich set providing more than 3300+ icons (v3.3.92). From a design
|
83
|
+
prospective, _MDI_ has an excellent Material Design support an comes with the
|
84
84
|
original icon set created by _Google_ build-in.
|
85
85
|
|
86
86
|
_Material Design Icons_ (MDI) is a very helpful design resource for Web Design
|
@@ -89,7 +89,7 @@ project to create an increased icon-set based on _Google_'s official repository
|
|
89
89
|
and MD style specification.
|
90
90
|
|
91
91
|
.Material Design Icons
|
92
|
-
[cols="2a,3a,4a,3a", options="header", width="100%", role="
|
92
|
+
[cols="2a,3a,4a,3a", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
|
93
93
|
|===============================================================================
|
94
94
|
|Size |Modifier |Markup |Render
|
95
95
|
|
@@ -187,7 +187,7 @@ mdi:heart[5x md-red-900 mdi-pulsed]
|
|
187
187
|
|
188
188
|
|===============================================================================
|
189
189
|
|
190
|
-
NOTE: Using Material Design Icons with Asciidoc is quite easy as an inline macro
|
190
|
+
NOTE: Using Material Design Icons with Asciidoc is quite easy as an inline macro
|
191
191
|
`mdi:` is avaialble to place icons where ever you want. See more about
|
192
192
|
this in section link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
|
193
193
|
|
@@ -204,14 +204,12 @@ J1 implemetation regarding sizes, colors, animations etc. Go for the
|
|
204
204
|
link:{previewer-mdi}[Preview Page, {window}] and check-out what's
|
205
205
|
possible using MDI font icons!
|
206
206
|
|
207
|
+
== FontAwesome Icons
|
207
208
|
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
by Dave Gandy. The previous version 4 was mainly for the use with Twitter
|
213
|
-
Bootstrap V3. The new version V5, released in December 2017, is focussing all
|
214
|
-
frameworks used for web development. Today, FA comes with 2300+ icons included.
|
209
|
+
FontAwesome is a font and icon toolkit based on CSS. It was originally created
|
210
|
+
by Dave Gandy. The previous version 4 was mainly for the use with Twitter
|
211
|
+
Bootstrap V3. The new version V5, released in December 2017, is focussing all
|
212
|
+
frameworks used for web development. Today, FA comes with 2300+ icons included.
|
215
213
|
|
216
214
|
|
217
215
|
[NOTE]
|
@@ -225,7 +223,7 @@ and the MIT License.
|
|
225
223
|
====
|
226
224
|
|
227
225
|
.FontAwesome Icons
|
228
|
-
[cols="2a,3a,4a,3a", options="header", width="100%", role="
|
226
|
+
[cols="2a,3a,4a,3a", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
|
229
227
|
|===============================================================================
|
230
228
|
|Size |Modifier |Markup |Render
|
231
229
|
|
@@ -323,7 +321,7 @@ fas:heart[5x md-red-900 fa-pulsed]
|
|
323
321
|
|
324
322
|
|===============================================================================
|
325
323
|
|
326
|
-
NOTE: Using FontAwesome with Asciidoc is quite easy as two inline macros
|
324
|
+
NOTE: Using FontAwesome with Asciidoc is quite easy as two inline macros
|
327
325
|
`fas:` and `fas:` are avaialble to place icons where ever you want. See more about
|
328
326
|
this in section link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
|
329
327
|
|
@@ -335,7 +333,7 @@ license only. For the *Free* version, a subset of 900+ icons is available.
|
|
335
333
|
NOTE: The CSS styles for FontAwesome V5 has been extended for J1 Template to
|
336
334
|
the *same* styles (and their respective *names*) as for other Font Icon sets.
|
337
335
|
Already existing styles like `fa-flip-vertical` is available as `fa-flip-v`
|
338
|
-
as well. See all styles that can be used with the MDI
|
336
|
+
as well. See all styles that can be used with the MDI
|
339
337
|
link:{previewer-mdi}[Preview Page, {window}].
|
340
338
|
|
341
339
|
You can checkout what icons available at link:{fontawesome-icons}[FontAwesome Icons,
|
@@ -348,18 +346,18 @@ link:{fontawesome-get-started}[Get started, {window}] pages to learn
|
|
348
346
|
the basics and features and styles.
|
349
347
|
|
350
348
|
|
351
|
-
|
349
|
+
== Iconify Icons
|
352
350
|
|
353
351
|
MDI and FA are quite rich icon sets but designed for *general* use. Sometimes
|
354
352
|
icons are missing in one of these fonts like specific *brand* or *theme*
|
355
353
|
icons.
|
356
354
|
|
357
|
-
An interesting solution for using font icons from a *remote* repository is
|
358
|
-
link:{iconify-home}[Iconify, {window}]. Iconify is a so-called unified
|
359
|
-
*open source icon framework* that makes it possible to use icons from different
|
355
|
+
An interesting solution for using font icons from a *remote* repository is
|
356
|
+
link:{iconify-home}[Iconify, {window}]. Iconify is a so-called unified
|
357
|
+
*open source icon framework* that makes it possible to use icons from different
|
360
358
|
icon sets using one syntax.
|
361
359
|
|
362
|
-
To access that framework, a Javascript client is needed. For J1 Template, the
|
360
|
+
To access that framework, a Javascript client is needed. For J1 Template, the
|
363
361
|
client is available with the JS assets (/assets/themes/j1/extensions/iconify)
|
364
362
|
and is loaded per default. To see what icon sets available with that framework,
|
365
363
|
check the page link:{iconify-icon-sets}[Iconify Icon Sets, {window}].
|
@@ -368,7 +366,7 @@ Currently, over 40,000 vector icons are available for many different use cases.
|
|
368
366
|
Find some examples below.
|
369
367
|
|
370
368
|
.Brand Icons
|
371
|
-
[cols="2a,3a,4a,3a", options="header", width="100%", role="
|
369
|
+
[cols="2a,3a,4a,3a", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
|
372
370
|
|===============================================================================
|
373
371
|
|Size |Modifier |Markup |Render
|
374
372
|
|
@@ -393,7 +391,7 @@ iconify:logos:atom[5x]
|
|
393
391
|
|===============================================================================
|
394
392
|
|
395
393
|
.Medical Icons
|
396
|
-
[cols="2a,3a,4a,3a", options="header", width="100%", role="
|
394
|
+
[cols="2a,3a,4a,3a", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
|
397
395
|
|===============================================================================
|
398
396
|
|Size |Modifier |Markup |Render
|
399
397
|
|
@@ -417,7 +415,7 @@ iconify:medical-icon:i-ear-nose-throat[5x]
|
|
417
415
|
|
418
416
|
|===============================================================================
|
419
417
|
|
420
|
-
NOTE: Using Iconify icons with Asciidoc is quite easy as an inline macro
|
418
|
+
NOTE: Using Iconify icons with Asciidoc is quite easy as an inline macro
|
421
419
|
`iconify:` is avaialble to place icons where ever you want. See more about
|
422
420
|
this in section link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
|
423
421
|
|
@@ -78,12 +78,12 @@ additional useful extensions to the Markup language *Asciidoc* are made
|
|
78
78
|
especially for documents of the Jekyll content type *pages* (but can be used
|
79
79
|
for post or collections as well).
|
80
80
|
|
81
|
-
|
81
|
+
== Asciidoc Code
|
82
82
|
|
83
83
|
J1 Template adds a simple *Javascript* based on the `View Result Extension` to
|
84
84
|
any `listingblock`. The extension adds an interactive *toggle button* `VIEW`
|
85
|
-
to the output of an Asciidoc *listingblock box* placed to the top right of
|
86
|
-
the example box. If a result block `[.result]` is placed under a `listingblock`,
|
85
|
+
to the output of an Asciidoc *listingblock box* placed to the top right of
|
86
|
+
the example box. If a result block `[.result]` is placed under a `listingblock`,
|
87
87
|
clicking the toggle button `VIEW` displays (or hide) the content given by the
|
88
88
|
`result block`.
|
89
89
|
|
@@ -120,7 +120,7 @@ for *5 seconds*. If the button `VIEW` is clicked, the result box toggles
|
|
120
120
|
between open and close (the result gets hidden). That way, you can *open and
|
121
121
|
close* the result box *at any time*.
|
122
122
|
|
123
|
-
|
123
|
+
== Asciidoc Admonitions
|
124
124
|
|
125
125
|
All colors for all *default* admonition blocks set to the standard MD color
|
126
126
|
set. Find available block types an their colors below.
|
@@ -141,14 +141,14 @@ WARNING: Icon background-color: yellow
|
|
141
141
|
CAUTION: Icon background-color: red
|
142
142
|
|
143
143
|
|
144
|
-
|
144
|
+
== Q&A Blocks
|
145
145
|
|
146
146
|
*Q&A sections* are used quite often to answer popular questions. To make
|
147
|
-
such a Q&A section more eye-minded, the additional Admonition Blocks
|
147
|
+
such a Q&A section more eye-minded, the additional Admonition Blocks
|
148
148
|
`[QUESTION]` and `[ANSWER]` are available for J1 Template as Asciidoctor
|
149
149
|
extentions.
|
150
150
|
|
151
|
-
|
151
|
+
=== Question block
|
152
152
|
|
153
153
|
The admonition *Question block* is an extention to the Asciidoc admonition
|
154
154
|
block types that introduce an admonition of type *question*.
|
@@ -167,7 +167,7 @@ What's the main tool for selecting colors?
|
|
167
167
|
What's the main tool for selecting colors used for J1 Template?
|
168
168
|
====
|
169
169
|
|
170
|
-
|
170
|
+
=== Answer block
|
171
171
|
|
172
172
|
The Admonition *Answer block* is an extention to the Asciidoc admonition
|
173
173
|
block types that introduce an admonition type of *answer* in conjunction
|
@@ -206,8 +206,8 @@ lightbox::block_id[ images_width, images_data [, group_name] ]
|
|
206
206
|
|
207
207
|
NOTE: For a `lightbox::` block, images are placed in the output document
|
208
208
|
*without* any other scaling than in *width* - they are placed using simple
|
209
|
-
HTML `img` tags. This is fine for images *even in size*. For images in
|
210
|
-
different sizes, a *gallery* should be used as gallery (apps) rearrange
|
209
|
+
HTML `img` tags. This is fine for images *even in size*. For images in
|
210
|
+
different sizes, a *gallery* should be used as gallery (apps) rearrange
|
211
211
|
images to make them fit at its best for the available space.
|
212
212
|
|
213
213
|
=== Standalone Images
|
@@ -250,7 +250,6 @@ lightbox::images-standalone[ 400, {data-images-standalone} ]
|
|
250
250
|
.Lightbox block for standalone images
|
251
251
|
lightbox::images-standalone[ 400, {data-images-standalone} ]
|
252
252
|
|
253
|
-
|
254
253
|
=== Grouped Images
|
255
254
|
|
256
255
|
If more than a single image is given for a `lightbox::` block, the images can be
|
@@ -279,9 +278,9 @@ All icon fonts are supported:
|
|
279
278
|
* Twitter Emoji
|
280
279
|
|
281
280
|
|
282
|
-
|
283
|
-
|
284
|
-
*Material Designs Icons* can be used as *inline* icons by using
|
281
|
+
== Material Designs Icons
|
282
|
+
|
283
|
+
*Material Designs Icons* can be used as *inline* icons by using
|
285
284
|
the `mdi:` inline macro:
|
286
285
|
|
287
286
|
[source, adoc, role="noclip"]
|
@@ -290,7 +289,7 @@ mdi:icon_name[icon_size, modifier] <1> <2> <3>
|
|
290
289
|
----
|
291
290
|
<1> All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
|
292
291
|
<2> The `icon_size` attribute can be one of: `xs`, `sm`, `lg` and `1x` to `10x`
|
293
|
-
<3> The `modifier` can be used to set the e.g the color (md-blue), an
|
292
|
+
<3> The `modifier` can be used to set the e.g the color (md-blue), an
|
294
293
|
animation (fa-pulsed) or the orientation (fa-rotate-45)
|
295
294
|
|
296
295
|
.Click on _view result_ to see how it's looks alike
|
@@ -307,16 +306,16 @@ mdi:font-awesome[2x, ml-3 mr-2 mb-2] Brand icon +
|
|
307
306
|
mdi:apple[2x, md-indigo ml-3 mr-2] Brand icon (colored)
|
308
307
|
====
|
309
308
|
|
310
|
-
Find all MDI Icons on page
|
309
|
+
Find all MDI Icons on page
|
311
310
|
link:{previewer-mdi}[MDI Icon Previewer, {window}].
|
312
311
|
|
313
312
|
NOTE: Parameters `icon_size` and `modifier` are optional. If *not* given,
|
314
313
|
the icons `size` is set to default (`1x`), the color to `black` and *no*
|
315
314
|
settings for the `modifier` are applied.
|
316
315
|
|
317
|
-
|
316
|
+
== Font Awesome Icons
|
318
317
|
|
319
|
-
*Font Awesome Icons* can be used as *inline* icons by using
|
318
|
+
*Font Awesome Icons* can be used as *inline* icons by using
|
320
319
|
the `fas:` (solid icons) or `fab` (brand icons) inline macro:
|
321
320
|
|
322
321
|
[source, adoc, role="noclip"]
|
@@ -325,7 +324,7 @@ fas:icon_name[icon_size, modifier] <1> <2> <3>
|
|
325
324
|
----
|
326
325
|
<1> All `icon_name` can be found on the Preview page for *FA Icon Previewer*
|
327
326
|
<2> The `icon_size` attribute can be one of: `xs`, `sm`, `lg` and `1x` to `10x`
|
328
|
-
<3> The `modifier` can be used to set e.g the color (md-blue), an
|
327
|
+
<3> The `modifier` can be used to set e.g the color (md-blue), an
|
329
328
|
animation (fa-pulsed) or the orientation (fa-rotate-45) of an icon
|
330
329
|
|
331
330
|
.Click on _view result_ to see how it's looks alike
|
@@ -347,9 +346,9 @@ the icons `size` is set to default (`1x`), the color to `black` and *no*
|
|
347
346
|
settings for the `modifier` are applied.
|
348
347
|
|
349
348
|
|
350
|
-
|
349
|
+
== Iconify Icons
|
351
350
|
|
352
|
-
*Iconify Icons* can be used as *inline* icons by using the `iconify:`
|
351
|
+
*Iconify Icons* can be used as *inline* icons by using the `iconify:`
|
353
352
|
inline macro:
|
354
353
|
|
355
354
|
[source, adoc, role="noclip"]
|
@@ -358,14 +357,14 @@ iconify:icon_name[icon_size, modifier] <1> <2> <3>
|
|
358
357
|
----
|
359
358
|
<1> All `icon_name` can be found on the Preview page for *FA Icon Previewer*
|
360
359
|
<2> The `icon_size` attribute can be one of: `xs`, `sm`, `lg` and `1x` to `10x`
|
361
|
-
<3> The `modifier` can be used to set e.g the color (md-blue) or additional
|
360
|
+
<3> The `modifier` can be used to set e.g the color (md-blue) or additional
|
362
361
|
positioning classes for margings and padding
|
363
362
|
|
364
363
|
.Click on _view result_ to see how it's looks alike
|
365
364
|
----
|
366
365
|
iconify:logos:opensource[2x, ml-4 mr-2 mb-2] Brand icon *OpenSource* +
|
367
366
|
iconify:logos:netlify[2x, ml-4 mr-2 mb-2] Brand icon *Netlify* +
|
368
|
-
iconify:simple-icons:netlify[2x, md-red ml-4 mr-2] Brand icon *Netlify*
|
367
|
+
iconify:simple-icons:netlify[2x, md-red ml-4 mr-2] Brand icon *Netlify*
|
369
368
|
----
|
370
369
|
|
371
370
|
[.result]
|
@@ -375,7 +374,7 @@ iconify:logos:netlify[2x, ml-4 mb-2] Brand icon *Netlify* +
|
|
375
374
|
iconify:simple-icons:netlify[2x, md-red ml-4] Brand icon *Netlify*, colored
|
376
375
|
====
|
377
376
|
|
378
|
-
Find all Iconify Icons available on page
|
377
|
+
Find all Iconify Icons available on page
|
379
378
|
link:{iconify-icon-sets}[Iconify Icon Sets, {window}].
|
380
379
|
|
381
380
|
[NOTE]
|
@@ -389,7 +388,7 @@ applied, the color settings will have *no* effect.
|
|
389
388
|
====
|
390
389
|
|
391
390
|
|
392
|
-
|
391
|
+
== Twitter Emoji Icons
|
393
392
|
|
394
393
|
Twitter Emoji's can be used as *inline* icons by using the `emoji:`
|
395
394
|
inline macro:
|
@@ -403,13 +402,13 @@ emoji:icon_name[icon_size] <1> <2>
|
|
403
402
|
|
404
403
|
.Click on _view result_ to see how it's look alike
|
405
404
|
----
|
406
|
-
This is an example of how you can emoji:heart[2x, pulsed mt-1] Asciidoctor
|
405
|
+
This is an example of how you can emoji:heart[2x, pulsed mt-1] Asciidoctor
|
407
406
|
and Twitter Emoji emoji:smile[].
|
408
407
|
----
|
409
408
|
|
410
409
|
[.result]
|
411
410
|
====
|
412
|
-
This is an example of how you can emoji:heart[2x, pulsed mt-1] Asciidoctor
|
411
|
+
This is an example of how you can emoji:heart[2x, pulsed mt-1] Asciidoctor
|
413
412
|
and Twitter Emoji emoji:smile[].
|
414
413
|
====
|
415
414
|
|
@@ -454,7 +453,7 @@ All *macro* types available for `lorem:` to be used for blind *text* can be
|
|
454
453
|
found with the following table below.
|
455
454
|
|
456
455
|
//.Tabelle
|
457
|
-
[cols="5,2,5a", options="header", role="table-responsive mb-2"]
|
456
|
+
[cols="5,2,5a", options="header", role="table-responsive-stacked-lg mb-2"]
|
458
457
|
|===============================================================================
|
459
458
|
|Macro | Type |Example
|
460
459
|
|
@@ -510,8 +509,6 @@ lorem:email[]
|
|
510
509
|
|
511
510
|
|===============================================================================
|
512
511
|
|
513
|
-
|
514
|
-
|
515
512
|
// Include documents
|
516
513
|
// -----------------------------------------------------------------------------
|
517
514
|
|
@@ -529,7 +526,7 @@ that is needed for modern Web pages based on the Asciidoc Markup language
|
|
529
526
|
generated by Jekyll. For sure!
|
530
527
|
|
531
528
|
The next preview is focussing advanced Bootstrap *Modals*. The modals feature
|
532
|
-
is currently in *beta* status, but it is a great option to customize your
|
529
|
+
is currently in *beta* status, but it is a great option to customize your
|
533
530
|
user dialogs using them!
|
534
531
|
|
535
532
|
Have a look for the link:{roundtrip-extended-modals}[BS modal extensions]
|