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
@@ -1,191 +0,0 @@
|
|
1
|
-
# ------------------------------------------------------------------------------
|
2
|
-
# ~/_data/layouts/blog_archive.yml
|
3
|
-
# Configuration data to create the (HTML) Layout (data) of
|
4
|
-
# all content pages of type BLOG ARCHIVE
|
5
|
-
#
|
6
|
-
# Product/Info:
|
7
|
-
# https://jekyll.one
|
8
|
-
#
|
9
|
-
# Copyright (C) 2022 Juergen Adams
|
10
|
-
#
|
11
|
-
# J1 Template is licensed under the MIT License.
|
12
|
-
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
13
|
-
#
|
14
|
-
# ------------------------------------------------------------------------------
|
15
|
-
# NOTE:
|
16
|
-
# By J1 template, "Liquid Procedures" are being used intensively. To load
|
17
|
-
# HTML data for a layout, the loader procedure places the data based this
|
18
|
-
# YAML data file into the REGION specified with a LANE.
|
19
|
-
# ------------------------------------------------------------------------------
|
20
|
-
|
21
|
-
# ------------------------------------------------------------------------------
|
22
|
-
# Layout configuration settings
|
23
|
-
#
|
24
|
-
# lanes|lane
|
25
|
-
# ----------------------------------------------------------------------------
|
26
|
-
# Set LANE specific configuration parameters for a page LAYOUT. The
|
27
|
-
# LANES array contains multiple (lane) hashes that describes the type
|
28
|
-
# of the component that is loaded into a lane and their specific
|
29
|
-
# (placement) parameters.
|
30
|
-
#
|
31
|
-
# region
|
32
|
-
# ----------------------------------------------------------------------------
|
33
|
-
# J1 templates defines, based on the general structure of a HTML page
|
34
|
-
# (head|body), more specific REGIONS based on HTML5 semantic elements
|
35
|
-
# to place HTML data:
|
36
|
-
#
|
37
|
-
# head <head> section. Contains (site-wide) meta data and
|
38
|
-
# all CSS and JS files are to be loaded for a page.
|
39
|
-
# body-navigation <body> NAV section. Contains the main navigation bar.
|
40
|
-
# Placed a the BEGINNING of the <body> section.
|
41
|
-
# body-header <body> HEADER section. Contains the page banner (header).
|
42
|
-
# Placed AFTER the page navigation but BEFORE the main
|
43
|
-
# content (body-main) of a page.
|
44
|
-
# body-main <body> MAIN section. J1 template puts a <main> container
|
45
|
-
# element in the <body> section to place the (main) content.
|
46
|
-
# All content related elements are loaded into the region
|
47
|
-
# 'body-main'. Content may components like boxes, panels,
|
48
|
-
# quotes etc. and the document content like sections and
|
49
|
-
# articles.
|
50
|
-
# body-footer <body> FOOTER section. J1 template puts a <footer> element
|
51
|
-
# at the end of the <BODY> section. The body-footer region
|
52
|
-
# contains all elements that should be loaded at the end
|
53
|
-
# of a page; typically the page footer.
|
54
|
-
#
|
55
|
-
# values: head|body-navigation|body-header|body-main|body-footer
|
56
|
-
# default: no defaults
|
57
|
-
#
|
58
|
-
# type
|
59
|
-
# ----------------------------------------------------------------------------
|
60
|
-
# The (HTML) content of a lane can be included (from an include file) or
|
61
|
-
# loaded asychronously from a HTML data file by AJAX (get|load) calls.
|
62
|
-
# J1 template is using jQuery as an interface to AJAX calls.
|
63
|
-
#
|
64
|
-
# values: include|load
|
65
|
-
# default: no defaults
|
66
|
-
#
|
67
|
-
# source
|
68
|
-
# ----------------------------------------------------------------------------
|
69
|
-
# The parameter source defines a (site root relativ) path to the data
|
70
|
-
# source to be included or loaded.
|
71
|
-
#
|
72
|
-
# values: string (path)
|
73
|
-
# default: no defaults
|
74
|
-
#
|
75
|
-
# file
|
76
|
-
# ----------------------------------------------------------------------------
|
77
|
-
# Defines the data file to be included or loaded.
|
78
|
-
#
|
79
|
-
# values: string
|
80
|
-
# default: no defaults
|
81
|
-
#
|
82
|
-
# id
|
83
|
-
# ----------------------------------------------------------------------------
|
84
|
-
# Used for AJAX load calls (see parameter type). The id is used twice. First,
|
85
|
-
# id references a HTML fragment as part of the (HTML) data file (see parameter
|
86
|
-
# data below). Second, the id is used to identify the placeholder (div)
|
87
|
-
# element where the AJAX call puts the data on.
|
88
|
-
#
|
89
|
-
# values: string
|
90
|
-
# default: no defaults
|
91
|
-
#
|
92
|
-
# class
|
93
|
-
# ----------------------------------------------------------------------------
|
94
|
-
# Additional CSS classes that are put on the placeholder (div) element.
|
95
|
-
# Can be used for type 'load', only.
|
96
|
-
#
|
97
|
-
# values: string (CSS class name)
|
98
|
-
# default: no defaults
|
99
|
-
#
|
100
|
-
# ------------------------------------------------------------------------------
|
101
|
-
|
102
|
-
# ------------------------------------------------------------------------------
|
103
|
-
# Layout configuration settings
|
104
|
-
#
|
105
|
-
lanes:
|
106
|
-
# ----------------------------------------------------------------------------
|
107
|
-
# HEADER region (body-header)
|
108
|
-
# The header region contains the 'master' header displayed on all pages.
|
109
|
-
#
|
110
|
-
# NOTE:
|
111
|
-
# Do NOT add any HTML CONTENT here (directly).
|
112
|
-
# For the J1 Template GEM (J1 run-time version), ONLY the building
|
113
|
-
# blocks already prepared can be used to generate the contents of
|
114
|
-
# a home page. To change the content for a 'attic', find the
|
115
|
-
# configuration with:
|
116
|
-
#
|
117
|
-
# attic: ~/_data/modules/attics.yml
|
118
|
-
#
|
119
|
-
# NOTE:
|
120
|
-
# individual settings like 'title' or 'tagline' can be configured with
|
121
|
-
# the FRONTMATTER of a page.
|
122
|
-
#
|
123
|
-
# ----------------------------------------------------------------------------
|
124
|
-
|
125
|
-
# ----------------------------------------------------------------------------
|
126
|
-
# MASTER header (attic)
|
127
|
-
# All pages are using a specific header to display a title and a
|
128
|
-
# tagline. Title and tagline are to be configured with the FRONTMATTER
|
129
|
-
# of a page for individual data (text).
|
130
|
-
#
|
131
|
-
# ----------------------------------------------------------------------------
|
132
|
-
#
|
133
|
-
- lane:
|
134
|
-
enabled: true
|
135
|
-
region: body-header
|
136
|
-
type: sync
|
137
|
-
base: _includes/themes/j1
|
138
|
-
path: modules/attics
|
139
|
-
file: generator.html
|
140
|
-
|
141
|
-
# ----------------------------------------------------------------------------
|
142
|
-
# CONTENT region (region body-main)
|
143
|
-
#
|
144
|
-
# NOTE:
|
145
|
-
# The CONTENT of a post or page may already rendered (page contains HTML
|
146
|
-
# data) or unrendered (page contains MARKUP data). In both cases, rendered
|
147
|
-
# or unrendered content, a valid FRONTMATTER is needed to pass the data.
|
148
|
-
#
|
149
|
-
# The CONTENT generation for posts and pages depends on the data type,
|
150
|
-
# the MARKUP language (Markdown, Asciidoc) the page is using. The data
|
151
|
-
# type is specified by the file EXTENSION (e.g. ".md" for Markdown or
|
152
|
-
# ".adoc" for Asciidoc formatted content).
|
153
|
-
#
|
154
|
-
# To enable Jekyll running the render phase, the respective processor
|
155
|
-
# (e.g.kramdown for MARKDOWN or asciidoctor for ASCIIDOC) needs to be
|
156
|
-
# loaded and configured (Gemfile and the side-wide configuration file
|
157
|
-
# _config.yml).
|
158
|
-
#
|
159
|
-
# NOTE:
|
160
|
-
# Do NOT add any HTML CONTENT here (directly).
|
161
|
-
# For the J1 Template GEM (J1 run-time version), ONLY the building
|
162
|
-
# blocks already prepared can be used to generate the contents of
|
163
|
-
# a home page. To change the content for a 'lane', find the configuration
|
164
|
-
# for page|post content and FABs (floting action button) with:
|
165
|
-
#
|
166
|
-
# page|post content: ~/pages
|
167
|
-
# fab: ~/_data/modules/fab.yml
|
168
|
-
#
|
169
|
-
# ----------------------------------------------------------------------------
|
170
|
-
|
171
|
-
# ----------------------------------------------------------------------------
|
172
|
-
# PAGE content
|
173
|
-
- lane:
|
174
|
-
enabled: true
|
175
|
-
region: body-main
|
176
|
-
type: sync
|
177
|
-
base: _includes/themes/j1
|
178
|
-
path: layouts
|
179
|
-
file: content_generator_blog_archive.html
|
180
|
-
|
181
|
-
# ----------------------------------------------------------------------------
|
182
|
-
# PAGE fab
|
183
|
-
#
|
184
|
-
- lane:
|
185
|
-
enabled: true
|
186
|
-
id: fab-container
|
187
|
-
region: body-main
|
188
|
-
type: async
|
189
|
-
|
190
|
-
# ------------------------------------------------------------------------------
|
191
|
-
# END config
|
@@ -1,64 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
# -----------------------------------------------------------------------------
|
3
|
-
# ~/assets/custom/content/custom_teaser.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
|
-
-->
|
15
|
-
|
16
|
-
<section id="custom_content" class="g-2 elevated-z0">
|
17
|
-
<section id="custom_content" class="container">
|
18
|
-
<div class="row mt-5 mb-5">
|
19
|
-
<!-- Heading -->
|
20
|
-
<div class="noclass">
|
21
|
-
<div>
|
22
|
-
<h2 class="g-font-weight-500 mb-0 notranslate">Jekyll One Template</h2>
|
23
|
-
<p class="tagline mb-0"><b>powerful modern static websites</b></p>
|
24
|
-
<div class="d-inline-block g-width-50 g-height-2 bg-primary mb-2"></div>
|
25
|
-
</div>
|
26
|
-
</div>
|
27
|
-
<!-- End Heading -->
|
28
|
-
<!-- Body -->
|
29
|
-
<div class="noclass">
|
30
|
-
<div class="mt-3 mb-3">
|
31
|
-
<p class="dropcap"><span class="j1-dropcap">J</span>ekyll One is a full-featured template for Jekyll to create modern dynamic websites. J1 provides creative people with a rich toolset to build great sites and easy-to-use project management to simplify the build and deployment processes.</p>
|
32
|
-
<p> J1 meets Jekyll and Bootstrap and makes a lot of friends. The template system combines the best free software for the Web. Jekyll One Template is OpenSource and the modules included are free to use as well. No license issues for private or professional use.</p>
|
33
|
-
<p> Explore what's possible if you go for static websites.</p>
|
34
|
-
</div>
|
35
|
-
<!-- Footer|Button row -->
|
36
|
-
<div>
|
37
|
-
<a id="roundtrip" href="/pages/public/learn/roundtrip/present_images/" class="btn btn-xl btn-primary text-uppercase text-left mr-2 mb-2" style="min-width: 270px">
|
38
|
-
<i class="mdi mdi-briefcase-search-outline mdi-3x mdi- mr-3"></i>
|
39
|
-
<span class="float-right text-left mt-2 notranslate">
|
40
|
-
Roundtrip
|
41
|
-
<span class="d-block r-text-200 text-lowercase">learn top features</span>
|
42
|
-
</span>
|
43
|
-
</a>
|
44
|
-
<a id="download" href="https://rubygems.org/gems/j1-template" target="blank" rel="noopener" class="btn btn-xl btn-primary text-uppercase text-left mr-2 mb-2" style="min-width: 270px">
|
45
|
-
<i class="mdi mdi-briefcase-download-outline mdi-3x mdi- mr-3"></i>
|
46
|
-
<span class="float-right text-left mt-2 notranslate">
|
47
|
-
Download
|
48
|
-
<span class="d-block r-text-200 text-lowercase">get on rubygems</span>
|
49
|
-
</span>
|
50
|
-
</a>
|
51
|
-
<a id="rocketstart" href="https://jekyll.one/pages/public/learn/rocketstart/" target="blank" rel="noopener" class="btn btn-raised btn-xl btn-primary text-uppercase text-left mr-2 mb-2" style="min-width: 270px">
|
52
|
-
<i class="mdi mdi-rocket-launch mdi-3x mdi- mr-3"></i>
|
53
|
-
<span class="float-right text-left mt-2 notranslate">
|
54
|
-
Rocketstart
|
55
|
-
<span class="d-block r-text-200 text-lowercase">finished in minutes</span>
|
56
|
-
</span>
|
57
|
-
</a>
|
58
|
-
</div>
|
59
|
-
</div>
|
60
|
-
<!-- END Body -->
|
61
|
-
<!-- End Card -->
|
62
|
-
</div>
|
63
|
-
</section>
|
64
|
-
</section>
|
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/kinematic_j1.1280x300.png
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,142 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: Times Tables
|
3
|
-
tagline: visualize patterns
|
4
|
-
date: 2022-03-28 00:00:00
|
5
|
-
description: >
|
6
|
-
The package nbinteract aims to enable authors and educators to create and
|
7
|
-
share interactive web pages easily. Interactive explanations of concepts are
|
8
|
-
useful for communicating and explaining tricky concepts.
|
9
|
-
keywords: >
|
10
|
-
opensource, free, load, download, start, starter, example,
|
11
|
-
high, easy, use, secure, encrypt, standard, popular,
|
12
|
-
generate, create, learn, distribute, publish, deploy,
|
13
|
-
beginner, advanced, expert, student, learner, educator,
|
14
|
-
writer, reader, visitor,
|
15
|
-
framework, toolkit, integration, extension, module, api,
|
16
|
-
dynamic, static, generator, client, server, internet, local, localhost,
|
17
|
-
page, web, website, webdesign, material, design, responsive,
|
18
|
-
javascript, nodejs, ruby, windows, linux, osx, mac, os,
|
19
|
-
http, https, html, html5, css, scss, style,
|
20
|
-
browser, firefox, chrome, edge, opera, safari,
|
21
|
-
configuration, generator, navigation, menu, dropdown, fab, action, button,
|
22
|
-
application, interface, provider, api, repository,
|
23
|
-
cookie, language, translation, gdpr, dsgvo, privacy,
|
24
|
-
asciidoc, aciidoctor, bootstrap, jekyll, liquid,
|
25
|
-
hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
|
26
|
-
provider, service, internet, support,
|
27
|
-
google, analytics, advertising, search, console, silverlight, score,
|
28
|
-
j1, nbi, j1-nbinteract, nbinteract, template, integration,
|
29
|
-
python, jupyter, notebook, textbook, api, app,
|
30
|
-
binder, binderhub, jupyterhub
|
31
|
-
|
32
|
-
categories: [ Software, Python ]
|
33
|
-
tags: [ Binder, Jupyter, Notebooks, Distributed ]
|
34
|
-
|
35
|
-
scrollbar: false
|
36
|
-
fab_menu_id: open_toc_reload
|
37
|
-
personalization: true
|
38
|
-
|
39
|
-
permalink: /pages/public/jupyter/examples/distributed/j1-circular-times-table/
|
40
|
-
regenerate: false
|
41
|
-
|
42
|
-
resources: [ animate, nbinteract, rouge ]
|
43
|
-
resource_options:
|
44
|
-
- attic:
|
45
|
-
slides:
|
46
|
-
|
47
|
-
- url: /assets/images/modules/attics/yellow-cactus-1920x1280.jpg
|
48
|
-
alt: Photo by Yellow Cactus on Unsplash
|
49
|
-
title: Times Tables
|
50
|
-
tagline: visualize patterns
|
51
|
-
badge:
|
52
|
-
type: unsplash
|
53
|
-
author: Yellow Cactus
|
54
|
-
href: https://unsplash.com/@yellowcactus
|
55
|
-
---
|
56
|
-
|
57
|
-
// Page Initializer
|
58
|
-
// =============================================================================
|
59
|
-
// Enable the Liquid Preprocessor
|
60
|
-
:page-liquid:
|
61
|
-
|
62
|
-
// Set (local) page attributes here
|
63
|
-
// -----------------------------------------------------------------------------
|
64
|
-
// :page--attr: <attr-value>
|
65
|
-
:binder-badges-enabled: true
|
66
|
-
:binder-app-launch--lab: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main
|
67
|
-
:binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
|
68
|
-
:binder-app-launch--notebook: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?filepath=notebooks/j1/j1_circular_times_table.ipynb
|
69
|
-
:times-tables-visualization: https://elc.github.io/posts/times-tables/
|
70
|
-
|
71
|
-
// Load Liquid procedures
|
72
|
-
// -----------------------------------------------------------------------------
|
73
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
74
|
-
|
75
|
-
// Load page attributes
|
76
|
-
// -----------------------------------------------------------------------------
|
77
|
-
{% include {{load_attributes}} scope="global" %}
|
78
|
-
|
79
|
-
|
80
|
-
// Page content
|
81
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
82
|
-
// image:/assets/images/badges/myBinder.png[Binder, link="https://mybinder.org/", {browser-window--new}]
|
83
|
-
// image:/assets/images/badges/docsBinder.png[Binder, link="https://mybinder.readthedocs.io/en/latest/", {browser-window--new}]
|
84
|
-
// See: https://towardsdatascience.com/ordinal-differential-equation-ode-in-python-8dc1de21323b
|
85
|
-
|
86
|
-
ifeval::[{binder-badges-enabled} == true]
|
87
|
-
image:/assets/images/badges/notebookBinder.png[Binder, link="{binder-app-launch--notebook}", {browser-window--new}]
|
88
|
-
image:https://mybinder.org/badge_logo.svg[Binder, link="{binder-app-launch--lab}", {browser-window--new}]
|
89
|
-
endif::[]
|
90
|
-
|
91
|
-
CAUTION: Each interactive element presented on this page uses *time-consuming*
|
92
|
-
operations that take a while to finish. The elements are built through a
|
93
|
-
backend in the cloud. Please be patient to see the results.
|
94
|
-
|
95
|
-
First, let's introduce the video from _Mathologer_. This video creates very
|
96
|
-
nice patterns from _Times Tables_. Everybody knows them from primary school.
|
97
|
-
It's something like this:
|
98
|
-
|
99
|
-
.Table of *Two* (excerpt)
|
100
|
-
[cols="6a,6a", options="header", width="100%", role="rtable mt-3"]
|
101
|
-
|===
|
102
|
-
|Factor |Value
|
103
|
-
|
104
|
-
|`1 x 2`
|
105
|
-
|2
|
106
|
-
|
107
|
-
|`2 x 2`
|
108
|
-
|4
|
109
|
-
|
110
|
-
|`3 x 2`
|
111
|
-
|6
|
112
|
-
|
113
|
-
|`4 x 2`
|
114
|
-
|8
|
115
|
-
|
116
|
-
|===
|
117
|
-
|
118
|
-
The idea, in general, is surprisingly simple, but the results are surprising.
|
119
|
-
Please go for the video from _Mathologer_ first to catch the idea behind it.
|
120
|
-
|
121
|
-
In this document, several scenarios using _Times Tables_ as a base to
|
122
|
-
calculate plotted images are presented similar to the approach of
|
123
|
-
what _Mathologer_ is doing:
|
124
|
-
|
125
|
-
* a static but parametric version: you can change with sliders the values
|
126
|
-
and experiment by yourself.
|
127
|
-
* an animated version to construct the image Line by Line: the factor
|
128
|
-
and the number of points is fixed, but each line is plotted per iteration
|
129
|
-
* an animated version to construct the image Point by Point: the factor
|
130
|
-
and the lines are fixed, but each iteration increases the number of points
|
131
|
-
* an animated version to construct the image Factor by Factor: the lines
|
132
|
-
and the number of points is fixed, but the factor increases per iteration.
|
133
|
-
|
134
|
-
Start your journey on the power of Mathematics!
|
135
|
-
|
136
|
-
NOTE: All examples are taken from
|
137
|
-
link:{times-tables-visualization}[Times Tables Visualization - Finding Patterns, {browser-window--new}],
|
138
|
-
and re-written for the use of module J1 NBI. Some text is used from the
|
139
|
-
original post but re-written for clarity and simplicity.
|
140
|
-
|
141
|
-
// textbook::circular_times_table[]
|
142
|
-
textbook::j1_circular_times_table[]
|