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,69 +1,246 @@
|
|
1
1
|
---
|
2
|
-
layout:
|
2
|
+
layout: page
|
3
3
|
title: Starter Blog
|
4
|
-
tagline:
|
4
|
+
tagline: Explore Posts
|
5
|
+
date: 2022-01-01 01:00:00
|
5
6
|
description: >
|
6
|
-
|
7
|
+
When it comes to the usability of a website, the focus of your
|
8
|
+
visitors is on one important component: The Navigation System
|
9
|
+
of the site. To make all posts easy accessible to the visitors,
|
10
|
+
the Navigation System provides a Blog Explorer module. The explorer
|
11
|
+
module supports the users for browsing articles by sorting criteria
|
12
|
+
like category and date or browsing the archive for all articles.
|
7
13
|
|
8
14
|
categories: [ Blog ]
|
9
|
-
tags: [ Navigator ]
|
15
|
+
tags: [ Navigator, Explorer ]
|
10
16
|
|
11
17
|
pagination:
|
12
18
|
enabled: true
|
13
19
|
permalink: /page:num/
|
14
20
|
per_page: 2
|
15
21
|
|
22
|
+
robots:
|
23
|
+
index: false
|
24
|
+
follow: false
|
25
|
+
|
26
|
+
image:
|
27
|
+
path: /assets/images/modules/attics/matthaeus-1920x1280.jpg
|
28
|
+
width: 1920
|
29
|
+
height: 1280
|
30
|
+
alt: Photo by Matthaeus on Unsplash
|
31
|
+
|
16
32
|
sort: date
|
17
33
|
toc: true
|
18
34
|
fab_menu_id: default
|
19
35
|
|
20
36
|
scrollDynamicPagesTopOnChange: false # do NOT scroll the page to top on content changes
|
21
37
|
|
22
|
-
analytics:
|
38
|
+
analytics: false
|
23
39
|
advertising: false
|
24
40
|
comments: false
|
41
|
+
exclude_from_search: true
|
25
42
|
|
26
43
|
regenerate: false # set to 'true', if update posts is required
|
27
44
|
|
28
45
|
resources: [ animate, scroller ]
|
29
46
|
resource_options:
|
30
|
-
|
31
47
|
- attic:
|
32
48
|
alignY: top
|
33
|
-
|
34
49
|
slides:
|
35
|
-
|
36
50
|
- url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
|
37
|
-
alt: Photo by Matthaeus
|
51
|
+
alt: Photo by Matthaeus on Unsplash
|
38
52
|
badge:
|
39
53
|
type: unsplash
|
40
54
|
author: Matthaeus
|
41
55
|
href: https://unsplash.com/@matthaeus123
|
42
56
|
---
|
43
57
|
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
58
|
+
{% comment %} Liquid procedures
|
59
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
60
|
+
{% capture get_page_path %}themes/{{site.template.name}}/procedures/global/get_page_path.proc{% endcapture %}
|
61
|
+
{% capture collate_list %}themes/{{site.template.name}}/procedures/posts/collate_list.proc{% endcapture %}
|
62
|
+
{% capture collate_timeline %}themes/{{site.template.name}}/procedures/posts/collate_timeline.proc{% endcapture %}
|
63
|
+
{% capture create_navigator %}themes/{{site.template.name}}/procedures/posts/create_navigator.proc{% endcapture %}
|
64
|
+
|
65
|
+
{% comment %} Set config files
|
66
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
67
|
+
{% assign template_config = site.data.j1_config %}
|
68
|
+
{% assign blocks = site.data.blocks %}
|
69
|
+
{% assign modules = site.data.modules %}
|
70
|
+
{% assign plugins = site.data.plugins %}
|
71
|
+
|
72
|
+
{% comment %} Set config data
|
73
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
74
|
+
{% assign blog_navigator_defaults = modules.defaults.blog_navigator.defaults %}
|
75
|
+
{% assign blog_navigator_settings = modules.blog_navigator.settings %}
|
76
|
+
{% assign paginator_defaults = plugins.defaults.paginator.defaults %}
|
77
|
+
{% assign paginator_settings = plugins.paginator.settings %}
|
78
|
+
|
79
|
+
{% comment %} Set config options
|
80
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
81
|
+
{% assign blog_navigator_options = blog_navigator_defaults | merge: blog_navigator_settings %}
|
82
|
+
{% assign paginator_options = paginator_defaults | merge: paginator_settings %}
|
83
|
+
|
84
|
+
{% comment %} Variables
|
85
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
86
|
+
{% assign article_navigator = blog_navigator_settings.article_navigator %}
|
87
|
+
{% assign article_previewer = blog_navigator_settings.article_previewer %}
|
88
|
+
{% assign article_navigator_description = blog_navigator_options.article_navigator.description %}
|
89
|
+
{% assign article_previewer_description = blog_navigator_options.article_previewer.description %}
|
90
|
+
|
91
|
+
{% assign previewer = blog_navigator_options.previewer %}
|
92
|
+
{% assign paginate = paginator_options.pagination.enabled %}
|
93
|
+
{% assign scroller = blog_navigator_options.scroller %}
|
94
|
+
{% assign rtext = template_config.typography.rtext %}
|
95
|
+
{% assign page_rtext = page.rtext %}
|
96
|
+
{% assign page_rtext_size = page.rtext_size %}
|
97
|
+
|
98
|
+
{% comment %} rtext|size detection
|
99
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
100
|
+
{% if rtext %}
|
101
|
+
{% assign rtext_size = template_config.typography.rtext_size %}
|
102
|
+
{% else %}
|
103
|
+
{% assign rtext_size = 0 %}
|
104
|
+
{% endif %}
|
105
|
+
|
106
|
+
{% comment %} language detection
|
107
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
108
|
+
{% if site.language == "en" %}
|
109
|
+
{% assign language = "en" %}
|
110
|
+
{% elsif site.language == "de"%}
|
111
|
+
{% assign language = "de" %}
|
112
|
+
{% else %}
|
113
|
+
{% assign language = "en" %}
|
114
|
+
{% endif %}
|
115
|
+
|
116
|
+
{% if language == "en" %}
|
117
|
+
{% assign category_view_button_text = blog_navigator_options.button_text.view_selector.category_view.en %}
|
118
|
+
{% assign date_view_button_text = blog_navigator_options.button_text.view_selector.date_view.en %}
|
119
|
+
{% assign archive_view_button_text = blog_navigator_options.button_text.view_selector.archive_view.en %}
|
120
|
+
{% assign tag_view_button_text = blog_navigator_options.button_text.view_selector.tag_view.en %}
|
121
|
+
|
122
|
+
{% assign previewer_headline = blog_navigator_options.article_previewer.page_text.en.headline %}
|
123
|
+
{% assign navigator_description_text = blog_navigator_options.article_navigator.page_text.en.description %}
|
124
|
+
{% assign previewer_description_text = blog_navigator_options.article_previewer.page_text.en.description %}
|
125
|
+
{% endif %}
|
126
|
+
|
127
|
+
{% if language == "de" %}
|
128
|
+
{% assign category_view_button_text = blog_navigator_options.button_text.view_selector.category_view.de %}
|
129
|
+
{% assign date_view_button_text = blog_navigator_options.button_text.view_selector.date_view.de %}
|
130
|
+
{% assign archive_view_button_text = blog_navigator_options.button_text.view_selector.archive_view.de %}
|
131
|
+
{% assign tag_view_button_text = blog_navigator_options.button_text.view_selector.tag_view.de %}
|
132
|
+
|
133
|
+
{% assign previewer_headline = blog_navigator_options.article_previewer.page_text.de.headline %}
|
134
|
+
{% assign navigator_description_text = blog_navigator_options.article_navigator.page_text.de.description %}
|
135
|
+
{% assign previewer_description_text = blog_navigator_options.article_previewer.page_text.de.description %}
|
136
|
+
{% endif %}
|
137
|
+
|
138
|
+
|
139
|
+
{% comment %} Main
|
140
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
141
|
+
<!-- [INFO ] [j1.layout.content_generator_blog.html ] [Begin content] -->
|
142
|
+
<main id="main-content" class="container r-text-{{rtext_size}} js-toc-content mb-5">
|
143
|
+
<!-- Content placed by layouts/content_generator_blog_archive.html -->
|
144
|
+
<div id="blog_navigator">
|
145
|
+
<div id="article_navigator">
|
146
|
+
|
147
|
+
{% include {{get_page_path}} mode='absolute' %}
|
148
|
+
{% capture navigator_path%}{{page_path}}{% endcapture %}
|
149
|
+
{% capture archive_path %}{{navigator_path}}/archive{% endcapture %}
|
150
|
+
{% capture date_view %}{{archive_path}}/dateview/{% endcapture %}
|
151
|
+
{% capture category_view %}{{archive_path}}/categoryview/{% endcapture %}
|
152
|
+
{% capture tag_view %}{{archive_path}}/tagview/{% endcapture %}
|
153
|
+
{% capture all_view %}{{archive_path}}/allview/{% endcapture %}
|
154
|
+
|
155
|
+
{% comment %}
|
156
|
+
------------------------------------------------------------------------
|
157
|
+
https://stackoverflow.com/questions/22763180/assign-an-array-literal-to-a-variable-in-liquid-template
|
158
|
+
{% assign my_array = "one|two|three" | split: "|" %}
|
159
|
+
------------------------------------------------------------------------
|
160
|
+
{% endcomment %}
|
161
|
+
|
162
|
+
{% comment %} Debugging
|
163
|
+
--------------------------------------------------------------------------------
|
164
|
+
blog_navigator_options.article_navigator.page_text: {{blog_navigator_options.article_navigator.page_text | debug}}
|
165
|
+
--------------------------------------------------------------------------------
|
166
|
+
{% endcomment %}
|
167
|
+
|
168
|
+
<div class="navigator-headline">
|
169
|
+
<nav class="paginator">
|
170
|
+
<ul class="pagination raised-z0">
|
171
|
+
<li class="page-item"><a class="page-link" href="{{category_view}}" alt="View by Category">{{category_view_button_text}}</a></li>
|
172
|
+
<li class="page-item"><a class="page-link" href="{{date_view}}" alt="View by Date">{{date_view_button_text}}</a></li>
|
173
|
+
<!-- li class="page-item"><a class="page-link" href="{{tag_view}}" alt="{{tag_view_button_text}}">By Tag</a></li -->
|
174
|
+
<li class="page-item"><a class="page-link" href="{{all_view}}" alt="View All">{{archive_view_button_text}}</a></li>
|
175
|
+
</ul>
|
176
|
+
</nav> <!-- end paginator -->
|
177
|
+
</div> <!-- end navigator headline -->
|
178
|
+
|
179
|
+
{% if blog_navigator_options.article_navigator.page_text.enabled %}
|
180
|
+
<div class="view-description">{{navigator_description_text}}</div>
|
181
|
+
{% endif %}
|
182
|
+
|
183
|
+
</div> <!-- end article_navigator -->
|
184
|
+
|
185
|
+
<!-- Add article previewer if paginator is enabled -->
|
186
|
+
{% if paginate %}
|
187
|
+
<div id="article_previewer">
|
188
|
+
|
189
|
+
<div class="previewer-headline">
|
190
|
+
|
191
|
+
<div class="post-headline">
|
192
|
+
<h1 id="previewer" class="notoc mt-4">{{previewer_headline}}</h1>
|
193
|
+
</div>
|
194
|
+
|
195
|
+
<!-- Add Jekyll Paginator if enabled: {{scroller}} -->
|
196
|
+
{% if scroller == 'jekyll' %} {% if paginator.total_pages > 1 %}
|
197
|
+
<nav class="paginator mb-4">
|
198
|
+
<ul class="pagination raised-z0">
|
199
|
+
{% if paginator.previous_page %}
|
200
|
+
<li class="page-item">
|
201
|
+
<a class="page-link" href="{{ paginator.previous_page_path }}#article_navigator">{{paginator_button_newer_posts_text}}</a>
|
202
|
+
</li>
|
203
|
+
{% else %}
|
204
|
+
<li class="page-item disabled"><a href="#void" class="page-link">{{paginator_button_first_post_text}}</a></li>
|
205
|
+
{% endif %}
|
206
|
+
|
207
|
+
{% if paginator.next_page %}
|
208
|
+
<li class="page-item">
|
209
|
+
<a class="page-link" href="{{ paginator.next_page_path }}#article_navigator">{{paginator_button_older_posts_text}}</a>
|
210
|
+
</li>
|
211
|
+
{% else %}
|
212
|
+
<li class="page-item disabled"><a href="#void" class="page-link">{{paginator_button_last_post_text}}</a></li>
|
213
|
+
{% endif %}
|
214
|
+
</ul>
|
215
|
+
</nav>
|
216
|
+
{% endif %} {% endif %}
|
217
|
+
|
218
|
+
{% if scroller == 'jekyll' %} {% if blog_navigator_options.article_previewer.page_text.enabled %}
|
219
|
+
<div class="view-description mb-3">{{previewer_description_text}}</div>
|
220
|
+
{% endif %} {% endif %}
|
221
|
+
|
222
|
+
</div>
|
223
|
+
|
224
|
+
<div id="article_preview">
|
225
|
+
<!-- Previewer selected of type: {{previewer}}-->
|
226
|
+
<div id="preview_content">
|
227
|
+
{% assign posts_collate = paginator.posts %}
|
228
|
+
{% case previewer %}
|
229
|
+
{% when 'list' %}
|
230
|
+
{% include {{collate_list}} header_alt=page.header_title header_tagline=page.header_tagline items=posts_collate %}
|
231
|
+
{% when 'calendar' %}
|
232
|
+
{% include {{collate_calendar}} header_alt=page.header_title header_tagline=page.header_tagline items=posts_collate %}
|
233
|
+
{% when 'timeline' %}
|
234
|
+
{% include {{collate_timeline}} items=posts_collate limit_excerpt=50 %}
|
235
|
+
{% else %}
|
236
|
+
{% include {{collate_list}} header_alt=page.header_title header_tagline=page.header_tagline items=posts_collate %}
|
237
|
+
{% endcase %}
|
238
|
+
</div>
|
239
|
+
</div>
|
240
|
+
|
241
|
+
</div>
|
242
|
+
<!-- end article previewer -->
|
243
|
+
{% endif %}
|
244
|
+
|
245
|
+
</div> <!-- end blog_navigator -->
|
246
|
+
</main> <!-- end main -->
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
title: General Features
|
3
|
-
tagline:
|
3
|
+
tagline: Platforms, Frameworks, and Devices
|
4
4
|
date: 2021-01-01 00:00:00 +100
|
5
5
|
description: >
|
6
6
|
Current software counts. Excellent tools in their latest versions
|
@@ -9,39 +9,23 @@ description: >
|
|
9
9
|
are OpenSource and free to use. No license issues for private or
|
10
10
|
professional use.
|
11
11
|
|
12
|
-
keywords: >
|
13
|
-
features, platforms, frameworks, components, devices,
|
14
|
-
opensource, free, load, download, start, starter, example,
|
15
|
-
high, easy, use, secure, encrypt, standard, popular,
|
16
|
-
generate, develop, create, learn, distribute, publish, deploy,
|
17
|
-
beginner, advanced, expert, student, learner, writer, reader, visitor
|
18
|
-
framework, toolkit, integration, extension, module, api,
|
19
|
-
dynamic, static, generator, client, server, internet, local, localhost
|
20
|
-
page, web, website, webdesign, material, design, responsive,
|
21
|
-
javascript, nodejs, ruby, windows, linux, osx, mac, os,
|
22
|
-
http, https, html, html5, css, scss, style,
|
23
|
-
browser, firefox, chrome, edge, opera, safari,
|
24
|
-
configuration, generator, navigation, menu, dropdown, fab, action, button
|
25
|
-
application, interface, provider, api, repository,
|
26
|
-
cookie, language, translation, gdpr, dsgvo, privacy,
|
27
|
-
asciidoc, aciidoctor, bootstrap, jekyll, liquid,
|
28
|
-
hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
|
29
|
-
provider, service, internet, support,
|
30
|
-
google, analytics, advertising, search, console, silverlight, score,
|
31
|
-
j1, template, jekyllone, comment
|
32
|
-
|
33
12
|
categories: [ Features ]
|
34
|
-
tags: [ General
|
13
|
+
tags: [ General ]
|
35
14
|
|
36
15
|
sitemap: true
|
37
16
|
advertising: false
|
38
17
|
comments: false
|
18
|
+
fab_menu_id: page_ctrl
|
39
19
|
|
40
20
|
robots:
|
41
21
|
index: true
|
42
22
|
follow: true
|
43
23
|
|
44
|
-
|
24
|
+
image:
|
25
|
+
path: /assets/images/modules/attics/christina-1920x1280.jpg
|
26
|
+
width: 1920
|
27
|
+
height: 1280
|
28
|
+
alt: Photo by Christina on Unsplash
|
45
29
|
|
46
30
|
permalink: /pages/public/features/general_features/
|
47
31
|
regenerate: false
|
@@ -53,13 +37,11 @@ resource_options:
|
|
53
37
|
collapseDepth: 3
|
54
38
|
|
55
39
|
- attic:
|
56
|
-
alignY: top
|
57
40
|
padding_top: 400
|
58
41
|
padding_bottom: 50
|
59
42
|
opacity: 0.5
|
60
|
-
|
43
|
+
alignY: top
|
61
44
|
slides:
|
62
|
-
|
63
45
|
- url: /assets/images/modules/attics/christina-1920x1280.jpg
|
64
46
|
alt: Photo by Christina on Unsplash
|
65
47
|
badge:
|
@@ -105,7 +87,7 @@ J1 Template is based on these popular software platforms:
|
|
105
87
|
mdi:language-ruby[24px, md-blue ml-3 mr-2]
|
106
88
|
<<Ruby>> >= 2.7 +
|
107
89
|
mdi:language-ruby[24px, md-blue ml-3 mr-2]
|
108
|
-
<<Jekyll>> 4.
|
90
|
+
<<Jekyll>> 4.3 +
|
109
91
|
mdi:nodejs[24px, md-blue ml-3 mr-2]
|
110
92
|
<<NodeJS>> 14.x
|
111
93
|
|
@@ -114,7 +96,7 @@ common operating systems like Windows, Linux, and OSX.
|
|
114
96
|
|
115
97
|
=== Ruby
|
116
98
|
|
117
|
-
For the latest versions of J1 Template (>= *2022.5.
|
99
|
+
For the latest versions of J1 Template (>= *2022.5.0*), Ruby V3 is recommended.
|
118
100
|
The latest Ruby versions offer much better run-time performance. Ruby 3 will
|
119
101
|
be up to three times faster compared to Ruby 2.0. This will definively
|
120
102
|
speed-up the development processes for your new website.
|
@@ -122,7 +104,7 @@ speed-up the development processes for your new website.
|
|
122
104
|
=== Jekyll
|
123
105
|
|
124
106
|
The latest version of
|
125
|
-
http://jekyllrb.com/news/2022/
|
107
|
+
http://jekyllrb.com/news/2022/10/20/jekyll-4-3-0-released/[Jekyll v4.3.0 (October 2022), {browser-window--new}]
|
126
108
|
including all fixes for version V4. The upcoming version *v4.3.0* will offer
|
127
109
|
some new features and modernized functionality. If this version is released,
|
128
110
|
all new features will be implemented in J1 as well.
|
@@ -9,56 +9,34 @@ description: >
|
|
9
9
|
of Jekyll and valuable experience using HTML, CSS, and Javascript
|
10
10
|
is required. J1 is different: easy to use, no programming is needed.
|
11
11
|
|
12
|
-
keywords: >
|
13
|
-
features, modules, extensions, integrations,
|
14
|
-
Infinite srcoll, Animate on srcoll, Floating Action Buttons,
|
15
|
-
full-text search engine, cookie consent, translator, clipboard,
|
16
|
-
smooth-srcoll, enhanced navigation, lightboxes, image and video galleries,
|
17
|
-
text and image carousels, bootstrap extensions, asciidoctor extensions,
|
18
|
-
advanced banners and panels, blog post navigation, featured example content,
|
19
|
-
royalty free images, bootswatch, bootstrap, themes, comment providers,
|
20
|
-
google analytics, google ads, youtube video, vimeo video,
|
21
|
-
opensource, free, load, download, start, starter, example,
|
22
|
-
high, easy, use, secure, encrypt, standard, popular,
|
23
|
-
generate, develop, create, learn, distribute, publish, deploy,
|
24
|
-
beginner, advanced, expert, student, learner, writer, reader, visitor
|
25
|
-
framework, toolkit, integration, extension, module, api,
|
26
|
-
dynamic, static, generator, client, server, internet, local, localhost
|
27
|
-
page, web, website, webdesign, material, design, responsive,
|
28
|
-
javascript, nodejs, ruby, windows, linux, osx, mac, os,
|
29
|
-
http, https, html, html5, css, scss, style,
|
30
|
-
browser, firefox, chrome, edge, opera, safari,
|
31
|
-
configuration, generator, navigation, menu, dropdown, fab, action, button
|
32
|
-
application, interface, provider, api, repository,
|
33
|
-
cookie, language, translation, gdpr, dsgvo, privacy,
|
34
|
-
asciidoc, aciidoctor, bootstrap, jekyll, liquid,
|
35
|
-
hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
|
36
|
-
provider, service, internet, support,
|
37
|
-
google, analytics, advertising, search, console, silverlight, score,
|
38
|
-
j1, template, jekyllone, comment
|
39
|
-
|
40
12
|
categories: [ Features ]
|
41
13
|
tags: [ Module, Extension, Integration ]
|
42
14
|
|
43
15
|
sitemap: true
|
44
16
|
advertising: false
|
45
17
|
comments: false
|
18
|
+
fab_menu_id: page_ctrl
|
46
19
|
|
47
20
|
robots:
|
48
21
|
index: true
|
49
22
|
follow: true
|
50
23
|
|
51
|
-
|
24
|
+
image:
|
25
|
+
path: /assets/images/modules/attics/christina-1920x1280.jpg
|
26
|
+
width: 1920
|
27
|
+
height: 1280
|
28
|
+
alt: Photo by Christina on Unsplash
|
52
29
|
|
53
30
|
permalink: /pages/public/features/template_features/
|
54
31
|
regenerate: true
|
55
32
|
|
56
33
|
resources: [
|
57
|
-
animate, clipboard,
|
34
|
+
animate, clipboard, rouge, lightbox, carousel,
|
58
35
|
masterslider, lightGallery, justifiedGallery,
|
59
36
|
video_js, vimeo_player, vimeo_froogaloop
|
60
37
|
]
|
61
38
|
resource_options:
|
39
|
+
|
62
40
|
- toccer:
|
63
41
|
collapseDepth: 3
|
64
42
|
|
@@ -66,12 +44,10 @@ resource_options:
|
|
66
44
|
padding_top: 400
|
67
45
|
padding_bottom: 50
|
68
46
|
opacity: 0.5
|
69
|
-
|
47
|
+
alignY: top
|
70
48
|
slides:
|
71
|
-
|
72
49
|
- url: /assets/images/modules/attics/christina-1920x1280.jpg
|
73
50
|
alt: Photo by Christina on Unsplash
|
74
|
-
alignY: top
|
75
51
|
badge:
|
76
52
|
type: unsplash
|
77
53
|
author: Christina
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
title: Quickstart
|
3
|
-
tagline:
|
3
|
+
tagline: Amazing Site In Minutes
|
4
4
|
date: 2021-03-07 00:00:00
|
5
5
|
description: >
|
6
6
|
The template comes with a Web included, a skeleton for
|
@@ -9,21 +9,23 @@ description: >
|
|
9
9
|
for your needs.
|
10
10
|
|
11
11
|
categories: [ Knowledge ]
|
12
|
-
tags: [
|
12
|
+
tags: [ Template, Quickstart ]
|
13
13
|
|
14
|
-
|
15
|
-
|
14
|
+
image:
|
15
|
+
path: /assets/images/modules/attics/matthew-dockery-1920x1280.jpg
|
16
|
+
width: 1920
|
17
|
+
height: 1280
|
18
|
+
alt: Photo by Matthew Dockery on Unsplash
|
19
|
+
|
20
|
+
comments: false
|
16
21
|
|
17
22
|
permalink: /pages/public/learn/quickstart/
|
18
23
|
regenerate: false
|
19
24
|
|
20
25
|
resources: [ animate, clipboard, rouge ]
|
21
26
|
resource_options:
|
22
|
-
|
23
27
|
- attic:
|
24
|
-
|
25
28
|
slides:
|
26
|
-
|
27
29
|
- url: /assets/images/modules/attics/matthew-dockery-1920x1280.jpg
|
28
30
|
alt: Photo by Matthew Dockery on Unsplash
|
29
31
|
badge:
|
@@ -119,7 +121,7 @@ available: *Yarn*.
|
|
119
121
|
The CLI `yarn` is developed at Facebook and can be used as a replacement
|
120
122
|
for `npm`. From a top-level perspective, both package management clients behave
|
121
123
|
pretty much the same. The syntax `yarn` uses is shorter in writing, making
|
122
|
-
the command
|
124
|
+
the command line look a bit more natural. Therefore, we prefer to use `yarn`.
|
123
125
|
|
124
126
|
NOTE: Yarn adds some additional features to the NodeJS package management
|
125
127
|
implemented for the needs at Facebook. Regarding the J1 development system,
|
@@ -6,12 +6,6 @@
|
|
6
6
|
// -----------------------------------------------------------------------------
|
7
7
|
tag::urls[]
|
8
8
|
|
9
|
-
:url-bootstrap--home: https://getbootstrap.com/
|
10
|
-
:url-bs-doc--components-modal: https://getbootstrap.com/docs/4.3/components/modal/
|
11
|
-
|
12
|
-
:url-bootswatch--home: https://bootswatch.com/
|
13
|
-
:url-bootswatch--api: https://bootswatch.com/help/#api
|
14
|
-
|
15
9
|
:url-mdb--home: https://mdbootstrap.com/
|
16
10
|
:url-mdb--bs-modals: https://mdbootstrap.com/docs/jquery/modals/basic/
|
17
11
|
:url-mdb--bs-modals-legacy: https://mdbootstrap.com/legacy/4.3.2/?page=javascript/modals
|
@@ -78,7 +72,6 @@ tag::footnotes[]
|
|
78
72
|
end::footnotes[]
|
79
73
|
|
80
74
|
|
81
|
-
|
82
75
|
// Tags - Asciidoc attributes used internally
|
83
76
|
// -----------------------------------------------------------------------------
|
84
77
|
tag::tags[]
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|===
|
5
5
|
|Postion |Class | Example
|
6
6
|
|
7
|
-
|`top`
|
7
|
+
|`top` (full-width)
|
8
8
|
|`info`
|
9
9
|
|
|
10
10
|
include::./410_top_info.asciidoc[]
|
@@ -19,7 +19,7 @@ include::./410_top_right_success.asciidoc[]
|
|
19
19
|
|
|
20
20
|
include::./410_top_left_info.asciidoc[]
|
21
21
|
|
22
|
-
|`bottom`
|
22
|
+
|`bottom` (full-width)
|
23
23
|
|`info`
|
24
24
|
|
|
25
25
|
include::./410_bottom_info.asciidoc[]
|
data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc
ADDED
@@ -0,0 +1,51 @@
|
|
1
|
+
== The Themes Menu
|
2
|
+
|
3
|
+
Themes adjust the website's appearance based on the core CSS rules and
|
4
|
+
definitions of Bootstrap. Themes do not change the framework's functionality
|
5
|
+
but modify rule-based, e.g., the color scheme, fonts, sizes, or the
|
6
|
+
appearance of more complex elements like forms or tables. Additionally, a
|
7
|
+
theme may add additional components to extend the Bootstrap's framework.
|
8
|
+
|
9
|
+
Modifying the CSS styles of link:{url-bs--home}[Bootstrap, {browser-window--new}]
|
10
|
+
is not rocket science. But, to be honest, some knowledge is needed for
|
11
|
+
link:{url-w3org--css-spec}[the CSS technology, {browser-window--new}] to do so.
|
12
|
+
We encourage you to spend some time first on learning CSS. To learn what is the
|
13
|
+
link:{url-w3schools--css-tutorial}[design base, {browser-window--new}] of each
|
14
|
+
and every website.
|
15
|
+
|
16
|
+
.Themes menu
|
17
|
+
lightbox::images--themes-menu[ 1280, {data-images--themes-menu} ]
|
18
|
+
|
19
|
+
Thanks to the people at link:{url-bootswatch--home}[Bootswatch, {browser-window--new}],
|
20
|
+
a great set of already prepared Bootstrap stylesheets in various designs are
|
21
|
+
available on their website. There is no need to start from scratch. It is not
|
22
|
+
needed to re-define all the Bootstrap variables, and rebuild the framework
|
23
|
+
files to create a new theme. Many different styles are available. What is
|
24
|
+
already available at Bootswatch is at least a good base for your modifications;
|
25
|
+
your unique design.
|
26
|
+
|
27
|
+
Besides the bunch of different stylesheets at Bootswatch, an
|
28
|
+
link:{url-bootswatch--api}[Integration API, {browser-window--new}] is provided
|
29
|
+
that helps a lot to integrate available designs into an existing site. This API
|
30
|
+
is the base to integrate selectable Bootswatch stylesheets into the J1 Template
|
31
|
+
navigation system for easy use.
|
32
|
+
|
33
|
+
=== Apply a theme
|
34
|
+
|
35
|
+
The base for designing pages using the J1 Template is the theme Uno, a modern
|
36
|
+
light theme used for many types of websites. And what we mentioned
|
37
|
+
already, web design is not: one size fits all. The theme Uno can be seen as
|
38
|
+
a good base, a starting point. Combining Uno and a different theme may be a fast
|
39
|
+
solution for your site!?
|
40
|
+
|
41
|
+
You can find all available themes and stylesheets on your pages
|
42
|
+
from the menu Themes. You're invited to check how a page is changing for
|
43
|
+
its design if other stylesheets, other ideas of web design are used.
|
44
|
+
|
45
|
+
TIP: Changing BS-based styles is one thing. Changing from one theme to the
|
46
|
+
next at runtime is a bit more challenging. For the first version of the J1
|
47
|
+
Template, many styles are automatically changed for J1 specific components,
|
48
|
+
but not all of them for now.
|
49
|
+
|
50
|
+
Select a theme from this menu, and a new BS-based stylesheet is automatically
|
51
|
+
applied to your pages.
|