j1-template 2022.5.2 → 2022.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +61 -40
- data/_includes/themes/j1/layouts/content_generator_page.html +22 -22
- data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +13 -79
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/about_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/contacts_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/issue.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/legal_statements.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/links_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/news_box.proc +0 -0
- data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/social_media_icons.proc +0 -0
- data/_includes/themes/j1/procedures/blocks/get_wave.proc +211 -0
- data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
- data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -1
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +2 -2
- data/_includes/themes/j1/procedures/posts/pager.proc +9 -10
- data/_layouts/default.html +5 -1
- data/apps/private/README.txt +1 -0
- data/apps/protected/README.txt +1 -0
- data/apps/public/README.txt +1 -0
- data/assets/data/banner.html +38 -8
- data/assets/data/footer.html +31 -11
- data/assets/data/panel.html +118 -27
- data/assets/themes/j1/adapter/js/attic.js +4 -4
- data/assets/themes/j1/adapter/js/comments.js +18 -7
- data/assets/themes/j1/adapter/js/waves.js +227 -0
- data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdil.min.css +1 -1
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +92 -74
- data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +92 -74
- data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +105 -138
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +5 -3
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +457 -262
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +26 -15
- data/assets/themes/j1/core/css/vendor.css +11 -8
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/fonts/fontawesome_5/LICENSE.txt +34 -0
- data/assets/themes/j1/core/fonts/material_design_icons/LICENSE.txt +97 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/LICENSE.txt +92 -0
- data/assets/themes/j1/core/fonts/roboto/LICENSE.txt +11 -0
- data/assets/themes/j1/core/js/template.js +419 -746
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.js +1 -1
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
- data/assets/themes/j1/modules/bokeh/LICENSE.txt +28 -0
- data/assets/themes/j1/modules/jquery/js/extensions/hasClass.js +17 -0
- data/assets/themes/j1/modules/jquery/js/extensions/hasClass.min.js +17 -0
- data/assets/themes/j1/modules/jquery/js/extensions/removeClass.js +18 -0
- data/assets/themes/j1/modules/jquery/js/extensions/removeClass.min.js +17 -0
- data/assets/themes/j1/modules/later/LICENSE.txt +21 -0
- data/assets/themes/j1/modules/log4javascript/license.txt +201 -0
- data/assets/themes/j1/modules/lunr/stopwords/de.txt +229 -0
- data/assets/themes/j1/modules/lunr/stopwords/en.txt +119 -0
- data/assets/themes/j1/modules/masterslider/LICENSE.txt +621 -0
- data/assets/themes/j1/modules/masterslider/README.txt +531 -0
- data/assets/themes/j1/modules/msDropdown/LICENSE.txt +20 -0
- data/assets/themes/j1/modules/nbinteract-core/LICENSE.txt +60 -0
- data/assets/themes/j1/modules/rouge/css/themes.txt +46 -0
- data/assets/themes/j1/modules/vega/LICENSE.txt +27 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +11 -7
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +199 -135
- data/lib/starter_web/_data/blocks/banner.yml +18 -2
- data/lib/starter_web/_data/blocks/defaults/footer.yml +3 -1
- data/lib/starter_web/_data/blocks/defaults/panel.yml +4 -0
- data/lib/starter_web/_data/blocks/footer.yml +12 -1
- data/lib/starter_web/_data/blocks/panel.yml +88 -19
- data/lib/starter_web/_data/j1_config.yml +2 -2
- data/lib/starter_web/_data/layouts/collection.yml +0 -9
- data/lib/starter_web/_data/layouts/home.yml +21 -30
- data/lib/starter_web/_data/layouts/news_panel_posts.yml +0 -9
- data/lib/starter_web/_data/layouts/page.yml +0 -9
- data/lib/starter_web/_data/layouts/post.yml +0 -9
- data/lib/starter_web/_data/modules/blog_navigator.yml +6 -0
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +15 -8
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +5 -4
- data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/waves.yml +32 -0
- data/lib/starter_web/_data/modules/navigator_menu.yml +48 -120
- data/lib/starter_web/_data/modules/waves.yml +32 -0
- data/lib/starter_web/_data/plugins/defaults/feed.yml +82 -0
- data/lib/starter_web/_data/plugins/defaults/seo-tags.yml +65 -0
- data/lib/starter_web/_data/plugins/defaults/sitemap.yml +66 -0
- data/lib/starter_web/_data/plugins/feed.yml +35 -0
- data/lib/starter_web/_data/plugins/seo-tags.yml +30 -0
- data/lib/starter_web/_data/plugins/sitemap.yml +30 -0
- data/lib/starter_web/_data/resources.yml +22 -0
- data/lib/starter_web/_data/templates/feed.xml +191 -0
- data/lib/starter_web/_data/templates/robots.txt +1 -0
- data/lib/starter_web/_data/templates/seo-tags.html +140 -0
- data/lib/starter_web/_data/templates/sitemap.xml +36 -0
- data/lib/starter_web/_includes/attributes.asciidoc +49 -47
- data/lib/starter_web/_includes/custom/static/bs5_accordion.html +84 -0
- data/lib/starter_web/_includes/custom/templates/bs5_accordion.html +103 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/admonition-block-answer.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/admonition-block-question.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/banner.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/callout.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/carousel-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/conum.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/fab-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/fas-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/flag-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/gallery-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/gist-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/iconify-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/lightbox-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/lorem_inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/masterslider-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/mdi-icon-inline.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/panel.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/range-slider-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/shout-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/textbook-block.rb +0 -0
- data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/twitter-emoji-inline.rb +0 -0
- data/lib/starter_web/_plugins/{debug.rb → filter/debug.rb} +0 -0
- data/lib/starter_web/_plugins/{encodeBase64.rb → filter/encodeBase64.rb} +0 -0
- data/lib/starter_web/_plugins/{encryptAES.rb → filter/encryptAES.rb} +0 -0
- data/lib/starter_web/_plugins/{filters.rb → filter/filters.rb} +11 -0
- data/lib/starter_web/_plugins/{minifyJS.rb → filter/minifyJS.rb} +0 -0
- data/lib/starter_web/_plugins/{minifyJSON.rb → filter/minifyJSON.rb} +0 -0
- data/lib/starter_web/_plugins/{prettify.rb → filter/prettify.rb} +0 -0
- data/lib/starter_web/_plugins/filter/xml_prettify.rb +36 -0
- data/lib/starter_web/_plugins/{symlink_watcher.rb → helper/symlink_watcher.rb} +0 -0
- data/lib/starter_web/_plugins/{date-i18n.rb → i18n/date.rb} +1 -1
- data/lib/starter_web/_plugins/{lunr_index.rb → index/lunr.rb} +38 -35
- data/lib/starter_web/_plugins/seo/j1-feed.rb +268 -0
- data/lib/starter_web/_plugins/seo/j1-seo-tags.rb +717 -0
- data/lib/starter_web/_plugins/seo/j1-sitemap.rb +140 -0
- data/lib/starter_web/assets/images/banner/scalable/wave.svg +13 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-1.svg +63 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-2.svg +60 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-3.svg +64 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-4.svg +62 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-1.svg +64 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-2.svg +60 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-3.svg +65 -0
- data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-4.svg +62 -0
- data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.png +0 -0
- data/lib/starter_web/assets/images/icons/jekyll/logo-2x.png +0 -0
- data/lib/starter_web/assets/images/icons/jekyll/octojekyll.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1280x800/j1-template.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1280x800/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1280x800jekyll-generator.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/_ben-kolde.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/_moritz-kindler.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/lunr-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/gallery/mega_cities/author.txt +75 -0
- data/lib/starter_web/assets/images/pages/egrid/bg.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/black_denim.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/explanation.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/html_markup.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/1.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/10.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/11.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/12.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/13.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/14.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/15.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/16.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/17.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/18.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/19.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/2.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/20.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/3.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/4.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/5.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/6.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/7.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/8.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/large/9.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/loading.gif +0 -0
- data/lib/starter_web/assets/images/pages/egrid/loading_dark.gif +0 -0
- data/lib/starter_web/assets/images/pages/egrid/nav-icon.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/nav.png +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/1.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/10.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/11.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/12.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/13.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/14.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/15.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/16.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/17.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/18.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/19.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/1a.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/2.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/20.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/3.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/4.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/5.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/6.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/7.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/8.jpg +0 -0
- data/lib/starter_web/assets/images/pages/egrid/small/9.jpg +0 -0
- data/lib/starter_web/assets/images/pages/roundtrip/500_themes/themes-menu-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.png +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-og.png +0 -0
- data/lib/starter_web/collections/asciidoc_skeletons/simple-post/_posts/yyyy-mm-dd-your-post-name.asciidoc +13 -10
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +8 -3
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +11 -6
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +13 -10
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +12 -9
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +13 -5
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +13 -6
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +13 -6
- data/lib/starter_web/index.html +85 -60
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/about/features.adoc +15 -7
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +13 -5
- data/lib/starter_web/pages/public/about/site.adoc +2 -6
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +14 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +15 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +14 -6
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +15 -10
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +9 -8
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +9 -8
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +9 -8
- data/lib/starter_web/pages/public/blog/navigator/{archive.html → archive/allview.html} +53 -26
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +45 -20
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +49 -19
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +57 -53
- data/lib/starter_web/pages/public/blog/navigator/index.html +212 -35
- data/lib/starter_web/pages/public/features/general.adoc +12 -30
- data/lib/starter_web/pages/public/features/template.adoc +9 -33
- data/lib/starter_web/pages/public/learn/quickstart.adoc +10 -8
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +0 -7
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_table_bs_modal_examples.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +51 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +110 -0
- data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +11 -9
- data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +80 -0
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +9 -7
- data/lib/starter_web/pages/public/learn/roundtrip/{quicksearch.adoc → lunr_search.adoc} +23 -18
- data/lib/starter_web/pages/public/learn/roundtrip/{bs_modals_extentions.adoc → modal_extentions.adoc} +23 -24
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +12 -11
- data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +14 -10
- data/lib/starter_web/pages/public/learn/roundtrip/{responsive_tables_extensions.adoc → responsive_tables.adoc} +16 -13
- data/lib/starter_web/pages/public/learn/roundtrip/{typography.adoc → template_typography.adoc} +8 -7
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +12 -29
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +1 -1
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +3 -1
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +7 -5
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +7 -5
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -5
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +9 -5
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +11 -10
- data/lib/starter_web/pages/public/plans/plans.adoc +8 -5
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +15 -38
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +170 -128
- data/_includes/themes/j1/blocks/footer/generator.html +0 -151
- data/_includes/themes/j1/layouts/content_generator_app.html +0 -32
- data/_includes/themes/j1/layouts/content_generator_article_navigator.html +0 -176
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +0 -251
- data/_layouts/app.html +0 -65
- data/_layouts/article_navigator.html +0 -66
- data/_layouts/blog_archive.html +0 -64
- data/assets/data/article_navigator/index.html +0 -51
- data/lib/starter_web/_data/layouts/app.yml +0 -172
- data/lib/starter_web/_data/layouts/article_navigator.yml +0 -173
- data/lib/starter_web/_data/layouts/blog_archive.yml +0 -191
- data/lib/starter_web/_includes/custom/static/custom_teaser.html +0 -64
- data/lib/starter_web/assets/images/banner/scalable/readme +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators-2.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/markus-spiske-2.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/welcome-to-j1-template.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/featured/what-is-a-baseurl.jpg +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/j1_docker_banner.1280x500.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/kinematic_alpha.1280x600.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/kinematic_j1.1280x300.png +0 -0
- data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/windows_docker_banner.1280x500.png +0 -0
- data/lib/starter_web/assets/images/modules/attics/1920x1280/moritz-kindler.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/html5/video1.mp4 +0 -0
- data/lib/starter_web/assets/videos/gallery/html5/video2.mp4 +0 -0
- data/lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/nye-party-shop-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/stay-colorful-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video1-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video1-thumb.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video2-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video2-thumb.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_adele-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_gaga-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_gwen-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/video_michelle-poster.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/vk/hai.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/vk/otter.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/battle.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/ben.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/constance.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/elisa.jpg +0 -0
- data/lib/starter_web/assets/videos/headers/present_videos/still/underground-broadway.jpg +0 -0
- data/lib/starter_web/assets/videos/headers/present_videos/underground-broadway.mp4 +0 -0
- data/lib/starter_web/assets/videos/tiktok/einhorn.jpg +0 -0
- data/lib/starter_web/assets/videos/tiktok/waluschka.jpg +0 -0
- data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-circular-times-table.adoc +0 -142
- data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-common-used-widgets.adoc +0 -232
- data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-odes-in-python.adoc +0 -115
- data/lib/starter_web/pages/public/jupyter/examples/localized/j1_climate-change-forecast.adoc +0 -109
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_circular_times_table.ipynb +0 -12382
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_climate_change_forecast.ipynb +0 -1058
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb +0 -14478
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_interactive_widgets.ipynb +0 -442
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets.ipynb +0 -523
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_bar_chart.ipynb +0 -89
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_hist_chart.ipynb +0 -87
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_line_chart.ipynb +0 -90
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_question_multiple_choice.ipynb +0 -64
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_question_short_answer.ipynb +0 -122
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_scatter_chart.ipynb +0 -89
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_scatter_drag_chart.ipynb +0 -87
- data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_odes_in_python.ipynb +0 -15227
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +0 -747
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_climate_change_forecast.html +0 -1250
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_docs_example_dynamic.html +0 -186
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +0 -512
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets.html +0 -629
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_bar_chart.html +0 -95
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_hist_chart.html +0 -93
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_line_chart.html +0 -96
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_question_multiple_choice.html +0 -70
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_question_short_answer.html +0 -156
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_chart.html +0 -95
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_drag_chart.html +0 -93
- data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_odes_in_python.html +0 -955
- data/lib/starter_web/pages/public/jupyter/where_to_go.adoc +0 -232
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js +0 -130
- data/lib/starter_web/pages/public/learn/roundtrip/themes.adoc +0 -253
- data/lib/starter_web/pages/public/se/se-fake.adoc +0 -48
@@ -0,0 +1,191 @@
|
|
1
|
+
{% capture cache %}
|
2
|
+
|
3
|
+
{% comment %}
|
4
|
+
# -----------------------------------------------------------------------------
|
5
|
+
# ~/_data/feed.xml
|
6
|
+
# Liquid template to generate feed XML files
|
7
|
+
#
|
8
|
+
# Product/Info:
|
9
|
+
# https://jekyll.one
|
10
|
+
#
|
11
|
+
# Copyright (C) 2022 Juergen Adams
|
12
|
+
#
|
13
|
+
# J1 Template is licensed under the MIT License.
|
14
|
+
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
15
|
+
#
|
16
|
+
# -----------------------------------------------------------------------------
|
17
|
+
{% endcomment %}
|
18
|
+
|
19
|
+
{% comment %} process YML config data
|
20
|
+
================================================================================ {% endcomment %}
|
21
|
+
|
22
|
+
{% comment %} Set config files
|
23
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
24
|
+
{% assign plugins = site.data.plugins %}
|
25
|
+
|
26
|
+
{% comment %} Set config data
|
27
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
28
|
+
{% assign feed_defaults = plugins.defaults.feed.defaults %}
|
29
|
+
{% assign feed_settings = plugins.feed.settings %}
|
30
|
+
|
31
|
+
{% comment %} Set config options
|
32
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
33
|
+
{% assign feed_options = feed_defaults | merge: feed_settings %}
|
34
|
+
|
35
|
+
{% comment %} initialize global variables
|
36
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
37
|
+
{% assign environment = site.environment %}
|
38
|
+
{% assign template_version = site.version %}
|
39
|
+
{% assign excerpt_separator = site.excerpt_separator %}
|
40
|
+
{% assign compress = site.compress_html.enabled %}
|
41
|
+
{% assign prettify = data.j1_config.prettify %}
|
42
|
+
|
43
|
+
{% comment %} initialize local variables
|
44
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
45
|
+
{% assign limit_posts = feed_options.posts_limit %}
|
46
|
+
|
47
|
+
|
48
|
+
{% comment %} main
|
49
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
50
|
+
<feed xmlns="http://www.w3.org/2005/Atom" {% if site.lang %}xml:lang="{{ site.lang }}"{% endif %}>
|
51
|
+
<generator uri="https://jekyllrb.com/" version="{{ jekyll.version }}">Jekyll</generator>
|
52
|
+
<link href="{{ page.url | absolute_url }}" rel="self" type="application/atom+xml" />
|
53
|
+
<link href="{{ '/' | absolute_url }}" rel="alternate" type="text/html" {% if site.lang %}hreflang="{{ site.lang }}" {% endif %}/>
|
54
|
+
<updated>{{ site.time | date_to_xmlschema }}</updated>
|
55
|
+
<id>{{ page.url | absolute_url | xml_escape }}</id>
|
56
|
+
<post_limited>{{ limit_posts }}</post_limited>
|
57
|
+
<template_name>J1 Template</template_name>
|
58
|
+
<template_version>2022.6.0</template_version>
|
59
|
+
|
60
|
+
{% assign title = site.title | default: site.name %}
|
61
|
+
{% if page.collection != "posts" %}
|
62
|
+
{% assign collection = page.collection | capitalize %}
|
63
|
+
{% assign title = title | append: " | " | append: collection %}
|
64
|
+
{% endif %}
|
65
|
+
{% if page.category %}
|
66
|
+
{% assign category = page.category | capitalize %}
|
67
|
+
{% assign title = title | append: " | " | append: category %}
|
68
|
+
{% endif %}
|
69
|
+
|
70
|
+
{% if title %}
|
71
|
+
<title type="html">{{ title | smartify | xml_escape }}</title>
|
72
|
+
{% endif %}
|
73
|
+
|
74
|
+
{% if site.description %}
|
75
|
+
<subtitle>{{ site.description | xml_escape }}</subtitle>
|
76
|
+
{% endif %}
|
77
|
+
|
78
|
+
{% if site.author %}
|
79
|
+
<author>
|
80
|
+
<name>{{ site.author.name | default: site.author | xml_escape }}</name>
|
81
|
+
{% if site.author.email %}
|
82
|
+
<email>{{ site.author.email | xml_escape }}</email>
|
83
|
+
{% endif %}
|
84
|
+
{% if site.author.uri %}
|
85
|
+
<uri>{{ site.author.uri | xml_escape }}</uri>
|
86
|
+
{% endif %}
|
87
|
+
</author>
|
88
|
+
{% endif %}
|
89
|
+
|
90
|
+
{% if page.tags %}
|
91
|
+
{% assign posts = site.tags[page.tags] %}
|
92
|
+
{% else %}
|
93
|
+
{% assign posts = site[page.collection] %}
|
94
|
+
{% endif %}
|
95
|
+
|
96
|
+
{% if page.category %}
|
97
|
+
{% assign posts = posts | where: "categories", page.category %}
|
98
|
+
{% endif %}
|
99
|
+
|
100
|
+
{% unless site.show_drafts %}
|
101
|
+
{% assign posts = posts | where_exp: "post", "post.draft != true" %}
|
102
|
+
{% endunless %}
|
103
|
+
|
104
|
+
{% assign posts = posts | sort: "date" | reverse %}
|
105
|
+
{% for post in posts limit: limit_posts %}
|
106
|
+
<entry{% if post.lang %}{{" "}}xml:lang="{{ post.lang }}"{% endif %}>
|
107
|
+
{% assign post_title = post.title | smartify | strip_html | normalize_whitespace | xml_escape %}
|
108
|
+
|
109
|
+
<title type="html">{{ post_title }}</title>
|
110
|
+
<link href="{{ post.url | absolute_url }}" rel="alternate" type="text/html" title="{{ post_title }}" />
|
111
|
+
<published>{{ post.date | date_to_xmlschema }}</published>
|
112
|
+
<updated>{{ post.last_modified_at | default: post.date | date_to_xmlschema }}</updated>
|
113
|
+
<id>{{ post.id | absolute_url | xml_escape }}</id>
|
114
|
+
{% assign excerpt_only = post.feed.excerpt_only | default: feed_options.excerpt_only %}
|
115
|
+
|
116
|
+
{% comment %} See: https://github.com/jekyll/jekyll-archives/issues/28 {% endcomment %}
|
117
|
+
{% unless excerpt_only %}
|
118
|
+
<content type="html" xml:base="{{ post.url | absolute_url | xml_escape }}"><![CDATA[{{ post.content | markdownify | strip_html | remove: "excerpt__end" | normalize_whitespace }}]]></content>
|
119
|
+
{% endunless %}
|
120
|
+
|
121
|
+
{% assign post_author = post.author | default: post.authors[0] | default: site.author %}
|
122
|
+
{% assign post_author = site.data.authors[post_author] | default: post_author %}
|
123
|
+
{% assign post_author_email = post_author.email | default: nil %}
|
124
|
+
{% assign post_author_uri = post_author.uri | default: nil %}
|
125
|
+
{% assign post_author_name = post_author.name | default: post_author %}
|
126
|
+
|
127
|
+
<author>
|
128
|
+
<name>{{ post_author_name | default: "" | xml_escape }}</name>
|
129
|
+
{% if post_author_email %}
|
130
|
+
<email>{{ post_author_email | xml_escape }}</email>
|
131
|
+
{% endif %}
|
132
|
+
{% if post_author_uri %}
|
133
|
+
<uri>{{ post_author_uri | xml_escape }}</uri>
|
134
|
+
{% endif %}
|
135
|
+
</author>
|
136
|
+
|
137
|
+
{% if post.category %}
|
138
|
+
<category term="{{ post.category | xml_escape }}" />
|
139
|
+
{% elsif post.categories %}
|
140
|
+
{% for category in post.categories %}
|
141
|
+
<category term="{{ category | xml_escape }}" />
|
142
|
+
{% endfor %}
|
143
|
+
{% endif %}
|
144
|
+
|
145
|
+
{% for tag in post.tags %}
|
146
|
+
<category term="{{ tag | xml_escape }}" />
|
147
|
+
{% endfor %}
|
148
|
+
|
149
|
+
{% assign post_summary = post.description | default: post.excerpt %}
|
150
|
+
{% if post_summary and post_summary != empty %}
|
151
|
+
<summary type="html"><![CDATA[{{ post_summary | strip_html | normalize_whitespace }}]]></summary>
|
152
|
+
{% endif %}
|
153
|
+
|
154
|
+
{% assign post_image = post.image.path | default: post.image %}
|
155
|
+
{% if post_image %}
|
156
|
+
{% unless post_image contains "://" %}
|
157
|
+
{% assign post_image = post_image | absolute_url %}
|
158
|
+
{% endunless %}
|
159
|
+
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="{{ post_image | xml_escape }}" />
|
160
|
+
<media:content medium="image" url="{{ post_image | xml_escape }}" xmlns:media="http://search.yahoo.com/mrss/" />
|
161
|
+
{% endif %}
|
162
|
+
</entry>
|
163
|
+
{% endfor %}
|
164
|
+
</feed>
|
165
|
+
{% endcapture %}
|
166
|
+
|
167
|
+
<?xml version="1.0" encoding="utf-8"?>
|
168
|
+
{% if page.xsl %}
|
169
|
+
<?xml-stylesheet type="text/xml" href="{{ '/feed.xslt.xml' | absolute_url }}"?>
|
170
|
+
{% endif %}
|
171
|
+
|
172
|
+
{% comment %} POST processing of the generated feed XML file|s
|
173
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
174
|
+
{% case environment %}
|
175
|
+
|
176
|
+
{% comment %} DEVELOPMENT mode (beautified)
|
177
|
+
------------------------------------------------------------------------------ {% endcomment %}
|
178
|
+
{% when 'development' or 'dev' or 'test' %}
|
179
|
+
{{ cache | xml_pretty_print }}
|
180
|
+
|
181
|
+
{% comment %} PRODUCTION mode (compressed)
|
182
|
+
------------------------------------------------------------------------------ {% endcomment %}
|
183
|
+
{% when 'production' or 'prod' %}
|
184
|
+
{{ cache }}
|
185
|
+
|
186
|
+
{% comment %} UNKNOWN mode (compressed)
|
187
|
+
------------------------------------------------------------------------------ {% endcomment %}
|
188
|
+
{% else %}
|
189
|
+
{{ cache }}
|
190
|
+
|
191
|
+
{% endcase %}
|
@@ -0,0 +1 @@
|
|
1
|
+
Sitemap: {{ "sitemap.xml" | absolute_url }}
|
@@ -0,0 +1,140 @@
|
|
1
|
+
<!-- Begin J1 SEO tags -->
|
2
|
+
|
3
|
+
{% if seo_tag.title? %}
|
4
|
+
<title>{{ seo_tag.title }}</title>
|
5
|
+
{% endif %}
|
6
|
+
|
7
|
+
<meta name="generator" content="Jekyll v{{ jekyll.version }}" />
|
8
|
+
|
9
|
+
{% if seo_tag.page_title %}
|
10
|
+
<meta property="og:title" content="{{ seo_tag.page_title }}" />
|
11
|
+
{% endif %}
|
12
|
+
|
13
|
+
{% if seo_tag.author.name %}
|
14
|
+
<meta name="author" content="{{ seo_tag.author.name }}" />
|
15
|
+
{% endif %}
|
16
|
+
|
17
|
+
<meta property="og:locale" content="{{ seo_tag.page_locale }}" />
|
18
|
+
|
19
|
+
{% if seo_tag.description %}
|
20
|
+
<meta name="description" content="{{ seo_tag.description }}" />
|
21
|
+
<meta property="og:description" content="{{ seo_tag.description }}" />
|
22
|
+
<meta property="twitter:description" content="{{ seo_tag.description }}" />
|
23
|
+
{% endif %}
|
24
|
+
|
25
|
+
{% if site.url %}
|
26
|
+
<link rel="canonical" href="{{ seo_tag.canonical_url }}" />
|
27
|
+
<meta property="og:url" content="{{ seo_tag.canonical_url }}" />
|
28
|
+
{% endif %}
|
29
|
+
|
30
|
+
{% if seo_tag.site_title %}
|
31
|
+
<meta property="og:site_name" content="{{ seo_tag.site_title }}" />
|
32
|
+
{% endif %}
|
33
|
+
|
34
|
+
{% if seo_tag.image %}
|
35
|
+
<meta property="og:image" content="{{ seo_tag.image.path }}" />
|
36
|
+
{% if seo_tag.image.height %}
|
37
|
+
<meta property="og:image:height" content="{{ seo_tag.image.height }}" />
|
38
|
+
{% endif %}
|
39
|
+
{% if seo_tag.image.width %}
|
40
|
+
<meta property="og:image:width" content="{{ seo_tag.image.width }}" />
|
41
|
+
{% endif %}
|
42
|
+
{% if seo_tag.image.alt %}
|
43
|
+
<meta property="og:image:alt" content="{{ seo_tag.image.alt }}" />
|
44
|
+
{% endif %}
|
45
|
+
{% endif %}
|
46
|
+
|
47
|
+
{% if page.date %}
|
48
|
+
<meta property="og:type" content="article" />
|
49
|
+
<meta property="article:published_time" content="{{ page.date | date_to_xmlschema }}" />
|
50
|
+
{% else %}
|
51
|
+
<meta property="og:type" content="website" />
|
52
|
+
{% endif %}
|
53
|
+
|
54
|
+
{% if page.previous %}
|
55
|
+
<link rel="prev" href="{{ page.previous.url | absolute_url }}" />
|
56
|
+
{% endif %}
|
57
|
+
{% if page.next %}
|
58
|
+
<link rel="next" href="{{ page.next.url | absolute_url }}" />
|
59
|
+
{% endif %}
|
60
|
+
|
61
|
+
{% if seo_tag.image %}
|
62
|
+
<meta name="twitter:card" content="{{ page.twitter.card | default: site.twitter.card | default: "summary_large_image" }}" />
|
63
|
+
<meta property="twitter:image" content="{{ seo_tag.image.path }}" />
|
64
|
+
{% else %}
|
65
|
+
<meta name="twitter:card" content="summary" />
|
66
|
+
{% endif %}
|
67
|
+
|
68
|
+
{% if seo_tag.image.alt %}
|
69
|
+
<meta name="twitter:image:alt" content="{{ seo_tag.image.alt }}" />
|
70
|
+
{% endif %}
|
71
|
+
|
72
|
+
{% if seo_tag.page_title %}
|
73
|
+
<meta property="twitter:title" content="{{ seo_tag.page_title }}" />
|
74
|
+
{% endif %}
|
75
|
+
|
76
|
+
{% if site.twitter %}
|
77
|
+
<meta name="twitter:site" content="@{{ site.twitter.username | remove:'@' }}" />
|
78
|
+
|
79
|
+
{% if seo_tag.author.twitter %}
|
80
|
+
<meta name="twitter:creator" content="@{{ seo_tag.author.twitter | remove:'@' }}" />
|
81
|
+
{% endif %}
|
82
|
+
{% endif %}
|
83
|
+
|
84
|
+
{% if site.facebook %}
|
85
|
+
{% if site.facebook.admins %}
|
86
|
+
<meta property="fb:admins" content="{{ site.facebook.admins }}" />
|
87
|
+
{% endif %}
|
88
|
+
|
89
|
+
{% if site.facebook.author %}
|
90
|
+
<meta property="article:author" content="{{ site.facebook.author }}" />
|
91
|
+
{% endif %}
|
92
|
+
|
93
|
+
{% if site.facebook.publisher %}
|
94
|
+
<meta property="article:publisher" content="{{ site.facebook.publisher }}" />
|
95
|
+
{% endif %}
|
96
|
+
|
97
|
+
{% if site.facebook.app_id %}
|
98
|
+
<meta property="fb:app_id" content="{{ site.facebook.app_id }}" />
|
99
|
+
{% endif %}
|
100
|
+
{% endif %}
|
101
|
+
|
102
|
+
{% if site.webmaster_verifications %}
|
103
|
+
{% if site.webmaster_verifications.google %}
|
104
|
+
<meta name="google-site-verification" content="{{ site.webmaster_verifications.google }}" />
|
105
|
+
{% endif %}
|
106
|
+
|
107
|
+
{% if site.webmaster_verifications.bing %}
|
108
|
+
<meta name="msvalidate.01" content="{{ site.webmaster_verifications.bing }}" />
|
109
|
+
{% endif %}
|
110
|
+
|
111
|
+
{% comment %} Alexa.com retired on May 1, 2022
|
112
|
+
# ----------------------------------------------------------------------------
|
113
|
+
{% if site.webmaster_verifications.alexa %}
|
114
|
+
<meta name="alexaVerifyID" content="{{ site.webmaster_verifications.alexa }}" />
|
115
|
+
{% endif %}
|
116
|
+
{% endcomment %}
|
117
|
+
|
118
|
+
{% if site.webmaster_verifications.yandex %}
|
119
|
+
<meta name="yandex-verification" content="{{ site.webmaster_verifications.yandex }}" />
|
120
|
+
{% endif %}
|
121
|
+
|
122
|
+
{% comment %} Baidu requires chinese mobil number (for registration, not longer possible)
|
123
|
+
# ----------------------------------------------------------------------------
|
124
|
+
{% if site.webmaster_verifications.baidu %}
|
125
|
+
<meta name="baidu-site-verification" content="{{ site.webmaster_verifications.baidu }}" />
|
126
|
+
{% endif %}
|
127
|
+
{% endcomment %}
|
128
|
+
|
129
|
+
{% if site.webmaster_verifications.facebook %}
|
130
|
+
<meta name="facebook-domain-verification" content="{{ site.webmaster_verifications.facebook }}" />
|
131
|
+
{% endif %}
|
132
|
+
{% elsif site.google_site_verification %}
|
133
|
+
<meta name="google-site-verification" content="{{ site.google_site_verification }}" />
|
134
|
+
{% endif %}
|
135
|
+
|
136
|
+
<script type="application/ld+json">
|
137
|
+
{{ seo_tag.json_ld | jsonify }}
|
138
|
+
</script>
|
139
|
+
|
140
|
+
<!-- End J1 SEO tags -->
|
@@ -0,0 +1,36 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
{% if page.xsl %}
|
3
|
+
<?xml-stylesheet type="text/xsl" href="{{ "/sitemap.xsl" | absolute_url }}"?>
|
4
|
+
{% endif %}
|
5
|
+
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
6
|
+
{% assign collections = site.collections | where_exp:'collection','collection.output != false' %}
|
7
|
+
{% for collection in collections %}
|
8
|
+
{% assign docs = collection.docs | where_exp:'doc','doc.sitemap != false' %}
|
9
|
+
{% for doc in docs %}
|
10
|
+
<url>
|
11
|
+
<loc>{{ doc.url | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
|
12
|
+
{% if doc.last_modified_at or doc.date %}
|
13
|
+
<lastmod>{{ doc.last_modified_at | default: doc.date | date_to_xmlschema }}</lastmod>
|
14
|
+
{% endif %}
|
15
|
+
</url>
|
16
|
+
{% endfor %}
|
17
|
+
{% endfor %}
|
18
|
+
|
19
|
+
{% assign pages = site.html_pages | where_exp:'doc','doc.sitemap != false' | where_exp:'doc','doc.url != "/404.html"' %}
|
20
|
+
{% for page in pages %}
|
21
|
+
<url>
|
22
|
+
<loc>{{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
|
23
|
+
{% if page.last_modified_at %}
|
24
|
+
<lastmod>{{ page.last_modified_at | date_to_xmlschema }}</lastmod>
|
25
|
+
{% endif %}
|
26
|
+
</url>
|
27
|
+
{% endfor %}
|
28
|
+
|
29
|
+
{% assign static_files = page.static_files | where_exp:'page','page.sitemap != false' | where_exp:'page','page.name != "404.html"' %}
|
30
|
+
{% for file in static_files %}
|
31
|
+
<url>
|
32
|
+
<loc>{{ file.path | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
|
33
|
+
<lastmod>{{ file.modified_time | date_to_xmlschema }}</lastmod>
|
34
|
+
</url>
|
35
|
+
{% endfor %}
|
36
|
+
</urlset>
|
@@ -17,6 +17,8 @@ tag::urls[]
|
|
17
17
|
:url-binder-app-launch--lab: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main
|
18
18
|
:url-binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
|
19
19
|
|
20
|
+
:url-bootsnav--github: https://github.com/adamnurdin01/bootsnav
|
21
|
+
|
20
22
|
:url-oreilly-atlas--home: https://atlas.oreilly.com/
|
21
23
|
|
22
24
|
:url-asciidoctor--home: https://asciidoctor.org/
|
@@ -53,53 +55,53 @@ tag::urls[]
|
|
53
55
|
:url-bs--themes: https://themes.getbootstrap.com/
|
54
56
|
:url-bs--expo: https://expo.getbootstrap.com/
|
55
57
|
|
56
|
-
:url-bs-docs:
|
57
|
-
:url-bs-docs--examples:
|
58
|
-
|
59
|
-
:url-bs-docs--content-code: https://getbootstrap.com/docs/5.
|
60
|
-
:url-bs-docs--content-figures: https://getbootstrap.com/docs/5.
|
61
|
-
:url-bs-docs--content-images: https://getbootstrap.com/docs/5.
|
62
|
-
:url-bs-docs--content-typography: https://getbootstrap.com/docs/5.
|
63
|
-
:url-bs-docs--content-tables: https://getbootstrap.com/docs/5.
|
64
|
-
|
65
|
-
:url-bs-docs--components-alerts:
|
66
|
-
:url-bs-docs--components-badges:
|
67
|
-
:url-bs-docs--components-breadcrumb:
|
68
|
-
:url-bs-docs--components-buttons:
|
69
|
-
:url-bs-docs--components-button_group:
|
70
|
-
:url-bs-docs--components-cards:
|
71
|
-
:url-bs-docs--components-carousel:
|
72
|
-
:url-bs-docs--components-collapse:
|
73
|
-
:url-bs-docs--components-dropdowns:
|
74
|
-
:url-bs-docs--components-forms:
|
75
|
-
:url-bs-docs--components-input_group:
|
76
|
-
:url-bs-docs--components-jumbotron:
|
77
|
-
:url-bs-docs--components-list_group:
|
78
|
-
:url-bs-docs--components-modal:
|
79
|
-
:url-bs-docs--components-navs:
|
80
|
-
:url-bs-docs--components-navbar:
|
81
|
-
:url-bs-docs--components-pagination:
|
82
|
-
:url-bs-docs--components-popovers:
|
83
|
-
:url-bs-docs--components-progress:
|
84
|
-
:url-bs-docs--components-tooltips:
|
85
|
-
|
86
|
-
:url-bs-docs--utils-borders:
|
87
|
-
:url-bs-docs--utils-clearfix:
|
88
|
-
:url-bs-docs--utils-close_icon:
|
89
|
-
:url-bs-docs--utils-colors:
|
90
|
-
:url-bs-docs--utils-display:
|
91
|
-
:url-bs-docs--utils-embeds:
|
92
|
-
:url-bs-docs--utils-flex:
|
93
|
-
:url-bs-docs--utils-float:
|
94
|
-
:url-bs-docs--utils-image_replacement:
|
95
|
-
:url-bs-docs--utils-screenreaders:
|
96
|
-
:url-bs-docs--utils-sizing:
|
97
|
-
:url-bs-docs--utils-spacing:
|
98
|
-
:url-bs-docs--utils-text:
|
99
|
-
:url-bs-docs--utils-vertical_alignment:
|
100
|
-
:url-bs-docs--utils-visibility:
|
101
|
-
|
102
|
-
:url-bs-docs--migration-to-
|
58
|
+
:url-bs-docs: https://getbootstrap.com/docs/5.2/getting-started/introduction/
|
59
|
+
:url-bs-docs--examples: https://getbootstrap.com/docs/5.2/examples/
|
60
|
+
|
61
|
+
:url-bs-docs--content-code: https://getbootstrap.com/docs/5.2/content/code/
|
62
|
+
:url-bs-docs--content-figures: https://getbootstrap.com/docs/5.2/content/figures/
|
63
|
+
:url-bs-docs--content-images: https://getbootstrap.com/docs/5.2/content/images/
|
64
|
+
:url-bs-docs--content-typography: https://getbootstrap.com/docs/5.2/content/typography/
|
65
|
+
:url-bs-docs--content-tables: https://getbootstrap.com/docs/5.2/content/tables/
|
66
|
+
|
67
|
+
:url-bs-docs--components-alerts: https://getbootstrap.com/docs/5.2/components/alerts/
|
68
|
+
:url-bs-docs--components-badges: https://getbootstrap.com/docs/5.2/components/badge/
|
69
|
+
:url-bs-docs--components-breadcrumb: https://getbootstrap.com/docs/5.2/components/breadcrumb/
|
70
|
+
:url-bs-docs--components-buttons: https://getbootstrap.com/docs/5.2/components/buttons/
|
71
|
+
:url-bs-docs--components-button_group: https://getbootstrap.com/docs/5.2/components/button-group/
|
72
|
+
:url-bs-docs--components-cards: https://getbootstrap.com/docs/5.2/components/card/
|
73
|
+
:url-bs-docs--components-carousel: https://getbootstrap.com/docs/5.2/components/carousel/
|
74
|
+
:url-bs-docs--components-collapse: https://getbootstrap.com/docs/5.2/components/collapse/
|
75
|
+
:url-bs-docs--components-dropdowns: https://getbootstrap.com/docs/5.2/components/dropdowns/
|
76
|
+
:url-bs-docs--components-forms: https://getbootstrap.com/docs/5.2/forms/overview/
|
77
|
+
:url-bs-docs--components-input_group: https://getbootstrap.com/docs/5.2/components/input-group/
|
78
|
+
:url-bs-docs--components-jumbotron: https://getbootstrap.com/docs/5.2/components/jumbotron/
|
79
|
+
:url-bs-docs--components-list_group: https://getbootstrap.com/docs/5.2/components/list-group/
|
80
|
+
:url-bs-docs--components-modal: https://getbootstrap.com/docs/5.2/components/modal/
|
81
|
+
:url-bs-docs--components-navs: https://getbootstrap.com/docs/5.2/components/navs/
|
82
|
+
:url-bs-docs--components-navbar: https://getbootstrap.com/docs/5.2/components/navbar/
|
83
|
+
:url-bs-docs--components-pagination: https://getbootstrap.com/docs/5.2/components/pagination/
|
84
|
+
:url-bs-docs--components-popovers: https://getbootstrap.com/docs/5.2/components/popovers/
|
85
|
+
:url-bs-docs--components-progress: https://getbootstrap.com/docs/5.2/components/progress/
|
86
|
+
:url-bs-docs--components-tooltips: https://getbootstrap.com/docs/5.2/components/tooltips/
|
87
|
+
|
88
|
+
:url-bs-docs--utils-borders: https://getbootstrap.com/docs/5.2/utilities/borders/
|
89
|
+
:url-bs-docs--utils-clearfix: https://getbootstrap.com/docs/5.2/utilities/clearfix/
|
90
|
+
:url-bs-docs--utils-close_icon: https://getbootstrap.com/docs/5.2/utilities/close-icon/
|
91
|
+
:url-bs-docs--utils-colors: https://getbootstrap.com/docs/5.2/utilities/colors/
|
92
|
+
:url-bs-docs--utils-display: https://getbootstrap.com/docs/5.2/utilities/display/
|
93
|
+
:url-bs-docs--utils-embeds: https://getbootstrap.com/docs/5.2/utilities/embed/
|
94
|
+
:url-bs-docs--utils-flex: https://getbootstrap.com/docs/5.2/utilities/flex/
|
95
|
+
:url-bs-docs--utils-float: https://getbootstrap.com/docs/5.2/utilities/float/
|
96
|
+
:url-bs-docs--utils-image_replacement: https://getbootstrap.com/docs/5.2/utilities/image-replacement/
|
97
|
+
:url-bs-docs--utils-screenreaders: https://getbootstrap.com/docs/5.2/utilities/screenreaders/
|
98
|
+
:url-bs-docs--utils-sizing: https://getbootstrap.com/docs/5.2/utilities/sizing/
|
99
|
+
:url-bs-docs--utils-spacing: https://getbootstrap.com/docs/5.2/utilities/spacing/
|
100
|
+
:url-bs-docs--utils-text: https://getbootstrap.com/docs/5.2/utilities/text/
|
101
|
+
:url-bs-docs--utils-vertical_alignment: https://getbootstrap.com/docs/5.2/utilities/vertical-align/
|
102
|
+
:url-bs-docs--utils-visibility: https://getbootstrap.com/docs/5.2/utilities/visibility/
|
103
|
+
|
104
|
+
:url-bs-docs--migration-to-v5: https://getbootstrap.com/docs/5.2/migration/
|
103
105
|
|
104
106
|
:url-bs-material-design--home: https://mdbootstrap.github.io/bootstrap-material-design/
|
105
107
|
:url-bs-material-design--gh-repo: https://github.com/mdbootstrap/bootstrap-material-design/
|
@@ -0,0 +1,84 @@
|
|
1
|
+
<!--
|
2
|
+
# -----------------------------------------------------------------------------
|
3
|
+
# ~/assets/custom/content/static/bs5_accordion.html
|
4
|
+
#
|
5
|
+
# Product/Info:
|
6
|
+
# http://jekyll.one
|
7
|
+
#
|
8
|
+
# Copyright (C) 2022 Juergen Adams
|
9
|
+
#
|
10
|
+
# J1 Template is licensed under the MIT License.
|
11
|
+
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
12
|
+
#
|
13
|
+
# -----------------------------------------------------------------------------
|
14
|
+
# NOTE:
|
15
|
+
# Find the accordion example @BS5:
|
16
|
+
# https://getbootstrap.com/docs/5.2/components/accordion/
|
17
|
+
# -----------------------------------------------------------------------------
|
18
|
+
-->
|
19
|
+
<!-- Panel container settings -->
|
20
|
+
<section id="panel_custom_panel" class="g-2 elevated-z2">
|
21
|
+
<section id="custom_panel" class="container">
|
22
|
+
<div class="row mt-5 mb-5">
|
23
|
+
<!-- Panel Header -->
|
24
|
+
<div class="noclass">
|
25
|
+
<div>
|
26
|
+
<h2 class="g-font-weight-500 mb-0">Custom Panel</h2>
|
27
|
+
<p class="tagline mb-0"><b>creating dynamic content</b></p>
|
28
|
+
<div class="d-inline-block g-width-50 g-height-2 bg-primary mb-2"></div>
|
29
|
+
</div>
|
30
|
+
<div class="mt-3 mb-3">
|
31
|
+
<p class="dropcap">
|
32
|
+
This is an example for a Custom Panel based on Bootstrap V5. The example
|
33
|
+
code for the <b>dynamic content</b> is taken from the Bootstrap V5 Doc
|
34
|
+
pages at:
|
35
|
+
</p>
|
36
|
+
<a class="ml-3 mb-5" href="https://getbootstrap.com/docs/5.2/components/accordion/" target="_blank" rel="noopener noreferrer">
|
37
|
+
Accordion · Bootstrap v5.2
|
38
|
+
</a>
|
39
|
+
</div>
|
40
|
+
</div>
|
41
|
+
<!-- End Header -->
|
42
|
+
<!-- Dynamic Content -->
|
43
|
+
<div id="bs5_accordion" class="accordion mt-3">
|
44
|
+
<div class="accordion-item">
|
45
|
+
<h2 id="heading-1" class="accordion-header">
|
46
|
+
<button class="accordion-button " type="button" data-bs-toggle="collapse" data-bs-target="#collapse_1" aria-expanded="true" aria-controls="collapse_1">
|
47
|
+
Accordion Item #1
|
48
|
+
</button>
|
49
|
+
</h2>
|
50
|
+
<div id="collapse_1" class="accordion-collapse collapse show" aria-labelledby="heading_1" data-bs-parent="#bs5_accordion">
|
51
|
+
<div class="accordion-body">
|
52
|
+
<p><strong>This is the first item’s accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It’s also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.</p>
|
53
|
+
</div>
|
54
|
+
</div>
|
55
|
+
</div>
|
56
|
+
<div class="accordion-item">
|
57
|
+
<h2 id="heading-2" class="accordion-header">
|
58
|
+
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse_2" aria-expanded="false" aria-controls="collapse_2">
|
59
|
+
Accordion Item #2
|
60
|
+
</button>
|
61
|
+
</h2>
|
62
|
+
<div id="collapse_2" class="accordion-collapse collapse" aria-labelledby="heading_2" data-bs-parent="#bs5_accordion">
|
63
|
+
<div class="accordion-body">
|
64
|
+
<p><strong>This is the second item’s accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It’s also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.</p>
|
65
|
+
</div>
|
66
|
+
</div>
|
67
|
+
</div>
|
68
|
+
<div class="accordion-item">
|
69
|
+
<h2 id="heading-3" class="accordion-header">
|
70
|
+
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse_3" aria-expanded="false" aria-controls="collapse_3">
|
71
|
+
Accordion Item #3
|
72
|
+
</button>
|
73
|
+
</h2>
|
74
|
+
<div id="collapse_3" class="accordion-collapse collapse" aria-labelledby="heading_3" data-bs-parent="#bs5_accordion">
|
75
|
+
<div class="accordion-body">
|
76
|
+
<p><strong>This is the third item’s accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It’s also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.</p>
|
77
|
+
</div>
|
78
|
+
</div>
|
79
|
+
</div>
|
80
|
+
</div>
|
81
|
+
<!-- End Dynamic Content -->
|
82
|
+
</div>
|
83
|
+
</section>
|
84
|
+
</section>
|