j1-template 2021.3.1 → 2022.0.2
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/blocks/ads/ad.html +14 -14
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +4 -4
- data/_includes/themes/j1/layouts/content_generator_post.html +4 -4
- data/_includes/themes/j1/modules/navigator/generator.html +9 -11
- data/_includes/themes/j1/modules/search/docsearch.html +1 -1
- data/_includes/themes/j1/procedures/global/create_bs_button.proc +5 -5
- data/_includes/themes/j1/procedures/global/create_word_cloud.proc +5 -3
- data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +3 -3
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
- data/_layouts/default.html +66 -22
- data/_layouts/home.html +1 -1
- data/_layouts/raw.html +2 -1
- data/assets/data/article_navigator/index.html +1 -1
- data/assets/data/authclient.html +11 -11
- data/assets/data/banner.html +7 -25
- data/assets/data/cookieconsent.html +20 -20
- data/assets/data/{fam.html → fab.html} +42 -24
- data/assets/data/gallery_customizer.html +6 -6
- data/assets/data/menu.html +55 -55
- data/assets/data/mmenu.html +53 -53
- data/assets/data/panel.html +17 -23
- data/assets/data/private.json +5 -1
- data/assets/data/quicklinks.html +7 -8
- data/assets/data/rtext_resizer.html +1 -1
- data/assets/data/themes.bootswatch.json +75 -0
- data/assets/data/themes.json +6 -6
- data/assets/data/translator.html +23 -23
- data/assets/error_pages/HTTP445.html +110 -0
- data/assets/themes/j1/adapter/js/bmd.js +1 -1
- data/assets/themes/j1/adapter/js/clipboard.js +1 -1
- data/assets/themes/j1/adapter/js/cookieConsent.js +7 -1
- data/assets/themes/j1/adapter/js/{fam.js → fab.js} +121 -116
- data/assets/themes/j1/adapter/js/j1.js +242 -174
- data/assets/themes/j1/adapter/js/mmenu.js +18 -24
- data/assets/themes/j1/adapter/js/navigator.js +6 -4
- data/assets/themes/j1/adapter/js/themer.js +13 -4
- data/assets/themes/j1/adapter/js/toccer.js +37 -76
- data/assets/themes/j1/adapter/js/translator.js +6 -0
- data/assets/themes/j1/core/country-flags/css/theme/uno.min.css +15 -0
- data/assets/themes/j1/core/css/animate.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdi.css +22307 -0
- data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -0
- data/assets/themes/j1/core/css/icon-fonts/mdil.css +1222 -0
- data/assets/themes/j1/core/css/icon-fonts/mdil.min.css +1 -0
- data/assets/themes/j1/core/css/icon-fonts/twemoji.css +4 -0
- data/assets/themes/j1/core/css/icon-fonts/twemoji.min.css +1 -1
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +5341 -4730
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -1
- data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +8301 -0
- data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +3 -0
- data/assets/themes/j1/core/css/themes/{uno-dark → unodark}/bootstrap.css +5284 -4646
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -0
- data/assets/themes/j1/core/css/themes/{uno-light → unolight}/bootstrap.css +12188 -12734
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +23 -0
- data/assets/themes/j1/core/css/vendor.css +2 -28
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +8201 -10407
- data/assets/themes/j1/core/js/template.min.js +20 -30
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
- data/assets/themes/j1/modules/bmd/js/bmd.js +2280 -0
- data/assets/themes/j1/modules/bmd/js/bmd.min.js +20 -0
- data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +5072 -0
- data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +7 -0
- data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +1 -0
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +19 -17
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
- data/assets/themes/j1/modules/datatables/js/datatables.js +1 -1
- data/assets/themes/j1/modules/datatables/js/datatables.min.js +5 -5
- data/assets/themes/j1/modules/{fam/css/theme/uno/fam.css → fab/css/theme/uno/fab.css} +32 -28
- data/assets/themes/j1/modules/{fam/css/theme/uno/fam.min.css → fab/css/theme/uno/fab.min.css} +3 -3
- data/assets/themes/j1/modules/{materialize → fab}/js/cash.js +20 -2
- data/assets/themes/j1/modules/{fam/js/fam.js → fab/js/fab.js} +4 -2
- data/assets/themes/j1/modules/{util → gtag-opt-in}/js/gtag-opt-in.js +15 -1
- data/assets/themes/j1/modules/gtag-opt-in/js/gtag-opt-in.min.js +15 -0
- data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +3 -3
- data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +6 -6
- data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +2 -2
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +1 -1
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +1 -1
- data/assets/themes/j1/modules/iframeResizer/js/resizer.min.js +1 -1
- data/assets/themes/j1/modules/jquery/js/jquery.js +2 -2
- data/assets/themes/j1/modules/jquery/js/jquery.min.js +1 -1
- data/assets/themes/j1/modules/jquery/js/jqueryUI.js +7 -7
- data/assets/themes/j1/modules/jquery/js/jqueryUI.min.js +3 -3
- data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +4 -1
- 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/lunrSearch/js/mustache.js +1 -1
- data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +1 -1
- data/assets/themes/j1/modules/lunrSearch/js/uri.js +1 -1
- data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +7 -7
- data/assets/themes/j1/modules/materialize/js/autocomplete.js +1 -1
- data/assets/themes/j1/modules/materialize/js/bin/materialize.js +12374 -0
- data/assets/themes/j1/modules/materialize/js/bin/materialize.min.js +6 -0
- data/assets/themes/j1/modules/materialize/js/global.js +1 -1
- data/assets/themes/j1/modules/materialize/js/select.js +1 -1
- data/assets/themes/j1/modules/materialize/js/{tapTarget.js → tapTarget.cash.js} +1 -1
- data/assets/themes/j1/modules/materialize/js/tapTarget.jQuery.js +187 -0
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +1 -1
- data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +278 -0
- data/assets/themes/j1/modules/popper/js/popper.js +1670 -2346
- data/assets/themes/j1/modules/popper/js/popper.min.js +6 -4
- data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -1
- data/assets/themes/j1/modules/scroller/js/scroller.js +2 -2
- data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +8 -8
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -431
- data/assets/themes/j1/modules/translator/js/translator.js +6 -2
- data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +3 -3
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
- data/assets/themes/j1/modules/videojs/js/video.min.js +2 -2
- data/lib/j1/version.rb +3 -3
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/_config.yml +21 -24
- data/lib/starter_web/_data/_defaults/j1_config.yml +1 -1
- data/lib/starter_web/_data/{private.default.yml → _defaults/private.yml} +2 -0
- data/lib/starter_web/_data/_defaults/resources.yml +1 -1
- data/lib/starter_web/_data/blocks/banner.yml +71 -68
- data/lib/starter_web/_data/blocks/defaults/banner.yml +5 -5
- data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -3
- data/lib/starter_web/_data/blocks/panel.yml +171 -73
- data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +42 -35
- data/lib/starter_web/_data/j1_config.yml +3 -3
- data/lib/starter_web/_data/layouts/article_navigator.yml +1 -1
- data/lib/starter_web/_data/layouts/blog_archive.yml +1 -1
- data/lib/starter_web/_data/layouts/collection.yml +1 -1
- data/lib/starter_web/_data/layouts/default.yml +1 -1
- data/lib/starter_web/_data/layouts/home.yml +6 -26
- data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -1
- data/lib/starter_web/_data/layouts/page.yml +1 -1
- data/lib/starter_web/_data/layouts/post.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/{fam.yml → fab.yml} +8 -7
- data/lib/starter_web/_data/modules/defaults/navigator.yml +3 -0
- data/lib/starter_web/_data/modules/defaults/rtable.yml +2 -1
- data/lib/starter_web/_data/modules/defaults/scoller.yml +33 -0
- data/lib/starter_web/_data/modules/defaults/themer.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/toccer.yml +5 -4
- data/lib/starter_web/_data/modules/{fam.yml → fab.yml} +31 -31
- data/lib/starter_web/_data/modules/scroller.yml +2 -2
- data/lib/starter_web/_data/modules/toccer.yml +3 -5
- data/lib/starter_web/_data/private.yml +3 -1
- data/lib/starter_web/_data/resources.yml +48 -34
- data/lib/starter_web/_includes/attributes.asciidoc +121 -122
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/pages/roundtrip/500_themes/themes-menu-1280x800.jpg +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +1 -4
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +2 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +2 -2
- data/lib/starter_web/index.html +1 -1
- data/lib/starter_web/package.json +4 -10
- data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +244 -0
- data/lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc +110 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc +28 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +14 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +11 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +11 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +11 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +11 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +11 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc +47 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +11 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +11 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +11 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +337 -0
- data/lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc +47 -0
- data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +220 -0
- data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +177 -0
- data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +148 -0
- data/lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc +226 -0
- data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +109 -0
- data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +127 -0
- data/lib/starter_web/pages/_test_pages/card-tester.adoc +128 -0
- data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +96 -0
- data/lib/starter_web/pages/_test_pages/deepl.0.adoc +258 -0
- data/lib/starter_web/pages/_test_pages/deepl.adoc +204 -0
- data/lib/starter_web/pages/_test_pages/desandro-button.adoc +171 -0
- data/lib/starter_web/pages/_test_pages/desandro.adoc +147 -0
- data/lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc +308 -0
- data/lib/starter_web/pages/_test_pages/formular-01-tester.adoc +167 -0
- data/lib/starter_web/pages/_test_pages/formular-02-tester.adoc +727 -0
- data/lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc +113 -0
- data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +233 -0
- data/lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc +149 -0
- data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +239 -0
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc +183 -0
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc +235 -0
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc +222 -0
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc +119 -0
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc +236 -0
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +225 -0
- data/lib/starter_web/pages/_test_pages/list-group-tester.adoc +265 -0
- data/lib/starter_web/pages/_test_pages/tictok.adoc +127 -0
- data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +26 -5
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +3 -3
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +3 -3
- data/lib/starter_web/pages/public/blog/navigator/archive.html +3 -3
- data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
- data/lib/starter_web/pages/public/learn/quickstart.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +6 -7
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +3 -3
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +4 -4
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +13 -11
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc +3 -3
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_central_success.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_left_info.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_right_success.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_info.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_left_info.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/419_advanced_modals_demo.asciidoc +51 -51
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +2 -2
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +2 -2
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +2 -2
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +6 -6
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +2 -2
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +5 -6
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +2 -2
- data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +1 -1
- data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +55 -0
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +53 -5
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +1688 -686
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +2 -1
- metadata +80 -29
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +0 -1
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +0 -1
- data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.css +0 -12177
- data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.min.css +0 -8
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +0 -6930
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +0 -6936
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js.map +0 -1
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +0 -1
- data/assets/themes/j1/modules/popper/js/popper.js.map +0 -1
- data/assets/themes/j1/modules/util/js/domready.js +0 -146
- data/lib/starter_web/_data/_defaults/j1_config.1.yml +0 -478
- data/lib/starter_web/_data/_defaults/private.default.yml +0 -119
- data/lib/starter_web/_data/blocks/defaults/panel.1.yml +0 -256
- data/lib/starter_web/_data/blocks/defaults/panel.2.yml +0 -250
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": true,
|
|
3
3
|
"name": "j1_starter",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2022.0.2",
|
|
5
5
|
"description": "J1 Template Starter Web",
|
|
6
6
|
"homepage": "https://your.site",
|
|
7
7
|
"author": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"app": "run-p -s app:*",
|
|
58
58
|
"app:rackup": "cross-env SINATRA_ACTIVESUPPORT_WARNING=false WEBSERVER=$npm_package_jekyll_opt_webserver INTERFACE=$npm_package_jekyll_opt_interface PORT=$npm_package_jekyll_opt_app_port j1 rackup",
|
|
59
59
|
"app:jekyll": "cross-var cross-env JEKYLL_ENV=$npm_package_config_mode BUNDLE_GEMFILE=$npm_package_ruby_gemfile bundle exec jekyll b -c $npm_package_jekyll_configfile $npm_package_jekyll_opt_incremental --watch",
|
|
60
|
-
"app:open": "npm run delay-3s && cross-var
|
|
60
|
+
"app:open": "npm run delay-3s && cross-var open-cli $npm_package_jekyll_opt_app_url",
|
|
61
61
|
|
|
62
62
|
"delay-1s": "node ./node_modules/npm-delay 1000",
|
|
63
63
|
"delay-2s": "node ./node_modules/npm-delay 2000",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
|
|
112
112
|
"setup": "npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*",
|
|
113
113
|
"setup-start": "echo Setup project for first use ..",
|
|
114
|
-
"setup-base": "echo Bootstrap base modules .. && echo J1 Project Base modules: > install.log && npm --silent
|
|
114
|
+
"setup-base": "echo Bootstrap base modules .. && echo J1 Project Base modules: > install.log && npm --silent install shx npm-run-all cross-var cross-env >> install.log && echo done.",
|
|
115
115
|
"setup:env": "echo Configure environment .. && run-s -s set-env:*",
|
|
116
116
|
"set-env:loglevel": "cross-var cross-env npm config set jekyll_one_com:loglevel $npm_package_config_loglevel",
|
|
117
117
|
"set-env:mode": "cross-var cross-env npm config set jekyll_one_com:mode $npm_package_config_mode && echo done.",
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
"setup:create-etc-folder": "echo Create etc folder .. && shx mkdir ./etc && echo done.",
|
|
122
122
|
"setup:node-modules-base": "echo Bootstrap project modules .. && echo J1 Project modules: >> install.log && npm --silent install >> install.log",
|
|
123
123
|
"setup:node-modules-utilsrv": "echo Bootstrap utility server modules .. && echo J1 Utility Server modules: >> install.log && cd utilsrv && npm --silent install >> ../install.log && cd .. && echo done.",
|
|
124
|
+
"setup:private-config": "shx cp -f _data/_defaults/private.yml _data/private.yml",
|
|
124
125
|
"setup:detect-os": "echo Detect OS .. && cross-env if-env OS=Windows_NT && cross-var echo \"OS detected: $OS\" || OS=$(echo $(getos)) && echo \"OS detected: $OS\" && echo done.",
|
|
125
126
|
"setup:site": "run-s -s build",
|
|
126
127
|
|
|
@@ -142,12 +143,5 @@
|
|
|
142
143
|
"j1-cli": "^2019.0.3",
|
|
143
144
|
"npm-delay": "^1.0.4",
|
|
144
145
|
"opn-cli": "^5.0.0"
|
|
145
|
-
},
|
|
146
|
-
"devDependencies": {
|
|
147
|
-
"cross-env": "^7.0.3",
|
|
148
|
-
"cross-var": "^1.1.0",
|
|
149
|
-
"lnk-cli": "^1.0.1",
|
|
150
|
-
"npm-run-all": "^4.1.5",
|
|
151
|
-
"shx": "^0.3.3"
|
|
152
146
|
}
|
|
153
147
|
}
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Tester
|
|
3
|
+
tagline: sidebar
|
|
4
|
+
date: 2020-11-03 00:00:00 +100
|
|
5
|
+
description: >
|
|
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.
|
|
9
|
+
|
|
10
|
+
categories: [ Testpages ]
|
|
11
|
+
tags: [ Example ]
|
|
12
|
+
|
|
13
|
+
comments: false
|
|
14
|
+
fab_menu_id: page_ctrl_simple
|
|
15
|
+
|
|
16
|
+
permalink: /pages/public/learn/side_bar_tester/
|
|
17
|
+
regenerate: false
|
|
18
|
+
|
|
19
|
+
resources: [
|
|
20
|
+
clipboard, rouge, carousel, lightbox,
|
|
21
|
+
justifiedGallery, lightGallery
|
|
22
|
+
]
|
|
23
|
+
resource_options:
|
|
24
|
+
- attic:
|
|
25
|
+
padding_top: 400
|
|
26
|
+
padding_bottom: 50
|
|
27
|
+
opacity: 0.5
|
|
28
|
+
slides:
|
|
29
|
+
- url: /assets/images/pages/roundtrip/images-1920x1280-bw.jpg
|
|
30
|
+
alt: Photo by Ricardo Gomez Angel on Unsplash
|
|
31
|
+
badge:
|
|
32
|
+
type: unsplash
|
|
33
|
+
author: Ricardo Gomez Angel
|
|
34
|
+
href: https://unsplash.com/@ripato/portfolio
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
// Page Initializer
|
|
38
|
+
// =============================================================================
|
|
39
|
+
// Enable the Liquid Preprocessor
|
|
40
|
+
:page-liquid:
|
|
41
|
+
|
|
42
|
+
// Set (local) page attributes here
|
|
43
|
+
// -----------------------------------------------------------------------------
|
|
44
|
+
// :page--attr: <attr-value>
|
|
45
|
+
:images-dir: {imagesdir}/pages/roundtrip/100_present_images
|
|
46
|
+
|
|
47
|
+
// Load Liquid procedures
|
|
48
|
+
// -----------------------------------------------------------------------------
|
|
49
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
|
50
|
+
|
|
51
|
+
// Load page attributes
|
|
52
|
+
// -----------------------------------------------------------------------------
|
|
53
|
+
{% include {{load_attributes}} scope="all" %}
|
|
54
|
+
|
|
55
|
+
// Page content
|
|
56
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
57
|
+
|
|
58
|
+
// Include sub-documents (if any)
|
|
59
|
+
// -----------------------------------------------------------------------------
|
|
60
|
+
|
|
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.
|
|
64
|
+
|
|
65
|
+
The image module offers complex functionality based on powerful OpenSource
|
|
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.
|
|
69
|
+
|
|
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!
|
|
73
|
+
|
|
74
|
+
== J1 Lightboxes
|
|
75
|
+
|
|
76
|
+
A Lightbox, in general, is a helper which displays enlarged, almost
|
|
77
|
+
screen-filling versions of pictures (or videos) while dimming the rest of the
|
|
78
|
+
page. The technique, introduced by Lightbox V2, gained widespread popularity
|
|
79
|
+
due to its simple and elegant style. The term lightbox is used since then for
|
|
80
|
+
Javascript libraries to support such functionality.
|
|
81
|
+
|
|
82
|
+
For the J1 Template, two different lightboxes can be used:
|
|
83
|
+
|
|
84
|
+
* Lightbox V2 (lightbox)
|
|
85
|
+
* LightGallery
|
|
86
|
+
|
|
87
|
+
The default lightbox used by J1 Template is Lightbox V2, a Javascript library
|
|
88
|
+
written by _Lokesh Dhakar_. The name of that (build-in) is simply: lightbox.
|
|
89
|
+
For more complex use cases, like a thumbnail gallery preview or video support,
|
|
90
|
+
LightGallery can be used alternatively.
|
|
91
|
+
|
|
92
|
+
NOTE: The name LightGallery implies a sort of a Gallery, but the library is a
|
|
93
|
+
_lightbox_. And, LightGallery provides much more functionality on image-based
|
|
94
|
+
data rather than enlarged displaying of images. See the examples below to check
|
|
95
|
+
for the differences in comparison to the simpler Lightbox V2 lightbox.
|
|
96
|
+
|
|
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
|
|
99
|
+
image-data like gallery or carousel, the build-in carousel module.
|
|
100
|
+
|
|
101
|
+
== Lightbox Examples
|
|
102
|
+
|
|
103
|
+
Find below an example of using the lightbox Lightbox standalone. See how
|
|
104
|
+
single (individual) images are linked for use with Lightbox.
|
|
105
|
+
|
|
106
|
+
.Lightbox block for standalone images
|
|
107
|
+
lightbox::example-standalone[ 400, {data-images-standalone} ]
|
|
108
|
+
|
|
109
|
+
Lightbox supports image groups (image sets). Click on the images below to
|
|
110
|
+
see how Lightbox manages a group of images.
|
|
111
|
+
|
|
112
|
+
.Lightbox block for grouped images
|
|
113
|
+
lightbox::example-group[ 400, {data-images-group}, group ]
|
|
114
|
+
|
|
115
|
+
=== LightGallery Example
|
|
116
|
+
|
|
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
|
|
120
|
+
LightGallery can do by the following example.
|
|
121
|
+
|
|
122
|
+
gallery::jg_old_times[]
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
++++
|
|
126
|
+
|
|
127
|
+
<button class="btn u-sidebar-navigation__toggler" id="sideNav-toggler" aria-haspopup="true" aria-expanded="false" aria-controls="sideNav" aria-label="Toggle Header" data-bs-target="#sideNav" style="display: block;">
|
|
128
|
+
<i id="fam-icon" class="mdi mdi-wrap mdi-"></i>
|
|
129
|
+
</button>
|
|
130
|
+
|
|
131
|
+
<style>
|
|
132
|
+
|
|
133
|
+
/* Sidebar shortcode navigation styles */
|
|
134
|
+
/*------------------------------------
|
|
135
|
+
Sidebar Navigation
|
|
136
|
+
------------------------------------*/
|
|
137
|
+
@media all and (min-width: 992px) {
|
|
138
|
+
.u-sidebar-navigation {
|
|
139
|
+
position: fixed;
|
|
140
|
+
top: 0;
|
|
141
|
+
left: -21.42857rem;
|
|
142
|
+
width: 300px;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/*
|
|
147
|
+
.u-sidebar-navigation-inner {
|
|
148
|
+
background-color: #1c2434;
|
|
149
|
+
color: #fff;
|
|
150
|
+
padding: 20px 0;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.u-sidebar-navigation__search-input {
|
|
154
|
+
border-radius: 3px;
|
|
155
|
+
border: none;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.u-sidebar-navigation .nav-link {
|
|
159
|
+
color: #fff;
|
|
160
|
+
padding: 0.5rem 1.42857rem;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.u-sidebar-navigation .nav-link:hover {
|
|
164
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.u-sidebar-navigation .nav-link.active {
|
|
168
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
*/
|
|
172
|
+
.u-sidebar-navigation__toggler {
|
|
173
|
+
position: fixed;
|
|
174
|
+
top: 120px;
|
|
175
|
+
left: 0;
|
|
176
|
+
width: 53px;
|
|
177
|
+
height: 53px;
|
|
178
|
+
background-color: #1c2434;
|
|
179
|
+
color: #fff;
|
|
180
|
+
border-radius: 0 3px 3px 0;
|
|
181
|
+
font-size: 22px;
|
|
182
|
+
z-index: 2;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.u-sidebar-navigation__toggler:hover, .u-sidebar-navigation__toggler:focus {
|
|
186
|
+
color: #fff;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/*
|
|
190
|
+
.u-sidebar-navigation__closer {
|
|
191
|
+
position: absolute;
|
|
192
|
+
top: 22px;
|
|
193
|
+
right: 15px;
|
|
194
|
+
width: 25px;
|
|
195
|
+
height: 25px;
|
|
196
|
+
padding: 0;
|
|
197
|
+
color: #fff;
|
|
198
|
+
background-color: transparent;
|
|
199
|
+
z-index: 3;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.u-sidebar-navigation__closer:hover, .u-sidebar-navigation__closer:focus {
|
|
203
|
+
color: #fff;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
@media all and (max-width: 992px - 1) {
|
|
207
|
+
.u-sidebar-navigation-list {
|
|
208
|
+
display: block;
|
|
209
|
+
-webkit-columns: 4;
|
|
210
|
+
columns: 4;
|
|
211
|
+
}
|
|
212
|
+
.u-sidebar-navigation-list .dropdown-toggle {
|
|
213
|
+
display: none;
|
|
214
|
+
}
|
|
215
|
+
.u-sidebar-navigation-list .dropdown-menu {
|
|
216
|
+
display: block;
|
|
217
|
+
max-height: 100%;
|
|
218
|
+
margin: 0;
|
|
219
|
+
float: none;
|
|
220
|
+
opacity: 1;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
@media all and (max-width: 768px - 1) {
|
|
225
|
+
.u-sidebar-navigation-list {
|
|
226
|
+
-webkit-columns: 3;
|
|
227
|
+
columns: 3;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
@media all and (max-width: 576px - 1) {
|
|
232
|
+
.u-sidebar-navigation-list {
|
|
233
|
+
-webkit-columns: 1;
|
|
234
|
+
columns: 1;
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.u-has-sidebar-navigation .u-header__overlay {
|
|
239
|
+
display: none;
|
|
240
|
+
}
|
|
241
|
+
*/
|
|
242
|
+
|
|
243
|
+
</style>
|
|
244
|
+
++++
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
// ~/document_base_folder/000_includes
|
|
2
|
+
// Asciidoc attribute includes: attributes.asciidoc
|
|
3
|
+
// -----------------------------------------------------------------------------
|
|
4
|
+
|
|
5
|
+
// URLs - Internal references and/or sources on the Internet
|
|
6
|
+
// -----------------------------------------------------------------------------
|
|
7
|
+
tag::urls[]
|
|
8
|
+
|
|
9
|
+
:bootstrap-home: https://getbootstrap.com/
|
|
10
|
+
:bs_doc_components_modal: https://getbootstrap.com/docs/4.3/components/modal/
|
|
11
|
+
|
|
12
|
+
:bootswatch-home: https://bootswatch.com/
|
|
13
|
+
:bootswatch-api: https://bootswatch.com/help/#api
|
|
14
|
+
|
|
15
|
+
:mdb-home: https://mdbootstrap.com/
|
|
16
|
+
:mdb-bs-modals: https://mdbootstrap.com/docs/jquery/modals/basic/
|
|
17
|
+
:mdb-bs-modals-legacy: https://mdbootstrap.com/legacy/4.3.2/?page=javascript/modals
|
|
18
|
+
|
|
19
|
+
:w3org-css-spec: https://www.w3.org/Style/CSS/specs.en.html
|
|
20
|
+
:w3schools-css-tutorial: https://www.w3schools.com/css/default.asp
|
|
21
|
+
|
|
22
|
+
:fontawesome-home: https://fontawesome.com/
|
|
23
|
+
:fontawesome-icons: https://fontawesome.com/icons?d=gallery
|
|
24
|
+
:fontawesome-get-started: https://fontawesome.com/get-started
|
|
25
|
+
|
|
26
|
+
:mdi-home: https://materialdesignicons.com/
|
|
27
|
+
:mdi-icons-cheatsheet: https://cdn.materialdesignicons.com/3.3.92/
|
|
28
|
+
|
|
29
|
+
:iconify-home: https://iconify.design/
|
|
30
|
+
:iconify-icon-sets: https://iconify.design/icon-sets/
|
|
31
|
+
:iconify-medical-icons: https://iconify.design/icon-sets/medical-icon/
|
|
32
|
+
:iconify-brand-icons: https://iconify.design/icon-sets/logos/
|
|
33
|
+
|
|
34
|
+
:jekyll-one-core-doc-color-scheme: https://support.jekyll-one.com/user_guide/core/color_scheme
|
|
35
|
+
|
|
36
|
+
:light-gallery-license: http://sachinchoolur.github.io/lightGallery/docs/license.html
|
|
37
|
+
|
|
38
|
+
:asciidoctor-extensions-lab: https://github.com/asciidoctor/asciidoctor-extensions-lab
|
|
39
|
+
:asciidoctor-extensions-use-extension: https://github.com/asciidoctor/asciidoctor-extensions-lab#using-an-extension
|
|
40
|
+
:asciidoctor-user-manual-extensions: http://asciidoctor.org/docs/user-manual/#extensions
|
|
41
|
+
|
|
42
|
+
:roundtrip_data_slider_picker: /pages/public/learn/roundtrip/data_slider_picker
|
|
43
|
+
:roundtrip_image_headers: /pages/public/learn/roundtrip/image_header
|
|
44
|
+
:roundtrip_image_headers: /pages/public/learn/roundtrip/image_header
|
|
45
|
+
|
|
46
|
+
:roundtrip-readme-first: /pages/public/learn/read_me_first/
|
|
47
|
+
:roundtrip-present-images: /pages/public/learn/roundtrip/present_images/
|
|
48
|
+
:roundtrip-present-videos: /pages/public/learn/roundtrip/present_videos/
|
|
49
|
+
:roundtrip-cards: /pages/public/learn/roundtrip/cards/
|
|
50
|
+
:roundtrip-typography: /pages/public/learn/roundtrip/typography/
|
|
51
|
+
:roundtrip-asciidoc-extensions: /pages/public/learn/roundtrip/asciidoc_extensions/
|
|
52
|
+
:roundtrip-extended-modals: /pages/public/learn/roundtrip/modals/
|
|
53
|
+
:roundtrip-icon-fonts: /pages/public/learn/roundtrip/mdi_icon_font/
|
|
54
|
+
:roundtrip-responsive-tables: /pages/public/learn/roundtrip/responsive_tables/
|
|
55
|
+
:roundtrip-themes: /pages/public/learn/roundtrip/themes/
|
|
56
|
+
:roundtrip-quicksearch: /pages/public/learn/roundtrip/quicksearch/
|
|
57
|
+
|
|
58
|
+
:github-gist-home: https://gist.github.com/
|
|
59
|
+
:asciidoc-extensions-gist-example: https://gist.github.com/mojavelinux/5546622
|
|
60
|
+
|
|
61
|
+
:previewer-emoji: /pages/public/previewer/twitter_emoji/
|
|
62
|
+
:previewer-mdi: /pages/public/previewer/mdi_font/
|
|
63
|
+
|
|
64
|
+
:previewer-theme: /pages/public/previewer/theme/
|
|
65
|
+
|
|
66
|
+
:kickstarter-web-in-a-day: https://jekyll.one/pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
|
|
67
|
+
end::urls[]
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
// FOOTNOTES, global asciidoc attributes (variables)
|
|
71
|
+
// -----------------------------------------------------------------------------
|
|
72
|
+
tag::footnotes[]
|
|
73
|
+
end::footnotes[]
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
// Tags - Asciidoc attributes used internally
|
|
77
|
+
// -----------------------------------------------------------------------------
|
|
78
|
+
tag::tags[]
|
|
79
|
+
end::tags[]
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
// Data - Data elements for Asciidoctor extensions
|
|
83
|
+
// -----------------------------------------------------------------------------
|
|
84
|
+
tag::data[]
|
|
85
|
+
|
|
86
|
+
:data-images-standalone: "pages/roundtrip/100_present_images/lightbox-image-1.jpg, Golden Gate Bridge with San Francisco in distance, pages/roundtrip/100_present_images/lightbox-image-2.jpg, Forest with mountains behind"
|
|
87
|
+
:data-images-group: "pages/roundtrip/100_present_images/lightbox-image-1.jpg, Golden Gate Bridge with San Francisco in distance, pages/roundtrip/100_present_images/lightbox-image-2.jpg, Forest with mountains behind"
|
|
88
|
+
|
|
89
|
+
:data-quicksearch-icon: "pages/roundtrip/600_quicksearch/quicksearch_icon-800x200.jpg, Search button (magnifier) in the quick access area"
|
|
90
|
+
:data-quicksearch-input: "pages/roundtrip/600_quicksearch/quicksearch_input-800x200.jpg, Input bar for a QuickSearch"
|
|
91
|
+
|
|
92
|
+
end::data[]
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
// Images - Images from local include/images folder
|
|
96
|
+
// -----------------------------------------------------------------------------
|
|
97
|
+
tag::images[]
|
|
98
|
+
end::images[]
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
// PRODUCTS, local product information (e.g. release)
|
|
102
|
+
// -----------------------------------------------------------------------------
|
|
103
|
+
tag::products[]
|
|
104
|
+
end::products[]
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
// AUTHORS, local author information (e.g. article)
|
|
108
|
+
// -----------------------------------------------------------------------------
|
|
109
|
+
tag::authors[]
|
|
110
|
+
end::authors[]
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
== Github Gist
|
|
2
|
+
|
|
3
|
+
Code snippets may helpful to support your readers for existing code examples.
|
|
4
|
+
An excellent place for code snippets is Gist at Github. To embed an existing
|
|
5
|
+
gist into your documents, the Asciidoc Extention *Gist block* provides the
|
|
6
|
+
block macro `gist::` to do so.
|
|
7
|
+
|
|
8
|
+
The following gist snippet is taken from {asciidoc-extensions-gist-example}[this example, window="_blank"]:
|
|
9
|
+
|
|
10
|
+
[source, prometheus, role="noclip"]
|
|
11
|
+
----
|
|
12
|
+
.Gist title
|
|
13
|
+
gist::git_address[] <1>
|
|
14
|
+
----
|
|
15
|
+
<1> For `git_address`, {github-gist-home}[, window="_blank"] is prepended automatically
|
|
16
|
+
|
|
17
|
+
.Example of a gist block
|
|
18
|
+
[source, prometheus, role="noclip"]
|
|
19
|
+
----
|
|
20
|
+
.Guard setup to live preview AsciiDoc output
|
|
21
|
+
gist::mojavelinux/5546622[]
|
|
22
|
+
----
|
|
23
|
+
|
|
24
|
+
[.result]
|
|
25
|
+
====
|
|
26
|
+
.Guard setup to live preview AsciiDoc output
|
|
27
|
+
gist::mojavelinux/5546622[]
|
|
28
|
+
====
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// === Bottom Info
|
|
2
|
+
// Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
|
|
3
|
+
|
|
4
|
+
++++
|
|
5
|
+
<div class="ml-2">
|
|
6
|
+
<!-- Button trigger modal -->
|
|
7
|
+
<button type="button"
|
|
8
|
+
class="btn btn-primary"
|
|
9
|
+
data-bs-toggle="modal"
|
|
10
|
+
data-bs-target="#frameModalBottomSuccessDemo">
|
|
11
|
+
Launch Example
|
|
12
|
+
</button>
|
|
13
|
+
</div>
|
|
14
|
+
++++
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// === Bottom Left Warning
|
|
2
|
+
// Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
|
|
3
|
+
|
|
4
|
+
++++
|
|
5
|
+
<div class="ml-2">
|
|
6
|
+
<!-- Button trigger modal -->
|
|
7
|
+
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#sideModalBLWarningDemo">
|
|
8
|
+
Launch Example
|
|
9
|
+
</button>
|
|
10
|
+
</div>
|
|
11
|
+
++++
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// === Bottom Right Danger
|
|
2
|
+
// Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
|
|
3
|
+
|
|
4
|
+
++++
|
|
5
|
+
<div class="ml-2">
|
|
6
|
+
<!-- Button trigger modal -->
|
|
7
|
+
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#sideModalBRDangerDemo">
|
|
8
|
+
Launch Example
|
|
9
|
+
</button>
|
|
10
|
+
</div>
|
|
11
|
+
++++
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// === Central Success
|
|
2
|
+
// Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
|
|
3
|
+
|
|
4
|
+
++++
|
|
5
|
+
<div class="ml-2">
|
|
6
|
+
<!-- Button trigger modal -->
|
|
7
|
+
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#centralModalSuccessDemo">
|
|
8
|
+
Launch Example
|
|
9
|
+
</button>
|
|
10
|
+
</div>
|
|
11
|
+
++++
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// === Full Height Left Info
|
|
2
|
+
// Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
|
|
3
|
+
|
|
4
|
+
++++
|
|
5
|
+
<div class="ml-2">
|
|
6
|
+
<!-- Button trigger modal -->
|
|
7
|
+
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#fluidModalLeftInfoDemo">
|
|
8
|
+
Launch Example
|
|
9
|
+
</button>
|
|
10
|
+
</div>
|
|
11
|
+
++++
|
data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// === Full Height Right Success
|
|
2
|
+
// Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
|
|
3
|
+
|
|
4
|
+
++++
|
|
5
|
+
<div class="ml-2">
|
|
6
|
+
<!-- Button trigger modal -->
|
|
7
|
+
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#fluidModalRightSuccessDemo">
|
|
8
|
+
Launch Example
|
|
9
|
+
</button>
|
|
10
|
+
</div>
|
|
11
|
+
++++
|
data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
|
|
2
|
+
.Selected extended BS modal examples
|
|
3
|
+
[cols="6a,3a,3a", options="header", width="100%", role="rtable"]
|
|
4
|
+
|===============================================================================
|
|
5
|
+
|Postion |Class | Example
|
|
6
|
+
|
|
7
|
+
|`top`
|
|
8
|
+
|`info`
|
|
9
|
+
|
|
|
10
|
+
include::./410_top_info.asciidoc[]
|
|
11
|
+
|
|
12
|
+
|`top-right`
|
|
13
|
+
|`success`
|
|
14
|
+
|
|
|
15
|
+
include::./410_top_right_success.asciidoc[]
|
|
16
|
+
|
|
17
|
+
|`top-left`
|
|
18
|
+
|`info`
|
|
19
|
+
|
|
|
20
|
+
include::./410_top_left_info.asciidoc[]
|
|
21
|
+
|
|
22
|
+
|`bottom`
|
|
23
|
+
|`info`
|
|
24
|
+
|
|
|
25
|
+
include::./410_bottom_info.asciidoc[]
|
|
26
|
+
|
|
27
|
+
|`bottom-right`
|
|
28
|
+
|`danger`
|
|
29
|
+
|
|
|
30
|
+
include::./410_bottom_right_danger.asciidoc[]
|
|
31
|
+
|
|
32
|
+
|`bottom-left`
|
|
33
|
+
|`warning`
|
|
34
|
+
|
|
|
35
|
+
include::./410_bottom_left_warning.asciidoc[]
|
|
36
|
+
|
|
37
|
+
|`full-height right`
|
|
38
|
+
|`success`
|
|
39
|
+
|
|
|
40
|
+
include::./410_full_height_right_success.asciidoc[]
|
|
41
|
+
|
|
42
|
+
|`full-height left`
|
|
43
|
+
|`info`
|
|
44
|
+
|
|
|
45
|
+
include::./410_full_height_left_info.asciidoc[]
|
|
46
|
+
|
|
47
|
+
|===============================================================================
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// === Top Info
|
|
2
|
+
// Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
|
|
3
|
+
|
|
4
|
+
++++
|
|
5
|
+
<div class="ml-2">
|
|
6
|
+
<!-- Button trigger modal -->
|
|
7
|
+
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#frameModalTopInfoDemo">
|
|
8
|
+
Launch Example
|
|
9
|
+
</button>
|
|
10
|
+
</div>
|
|
11
|
+
++++
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// === Top Left Info
|
|
2
|
+
// Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
|
|
3
|
+
|
|
4
|
+
++++
|
|
5
|
+
<div class="ml-2">
|
|
6
|
+
<!-- Button trigger modal -->
|
|
7
|
+
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#sideModalTLInfoDemo">
|
|
8
|
+
Launch Example
|
|
9
|
+
</button>
|
|
10
|
+
</div>
|
|
11
|
+
++++
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// === Top Right Success
|
|
2
|
+
// Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
|
|
3
|
+
|
|
4
|
+
++++
|
|
5
|
+
<div class="ml-2">
|
|
6
|
+
<!-- Button trigger modal -->
|
|
7
|
+
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#sideModalTRSuccessDemo">
|
|
8
|
+
Launch Example
|
|
9
|
+
</button>
|
|
10
|
+
</div>
|
|
11
|
+
++++
|