j1-template 2023.3.0 → 2023.3.2
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 +11 -9
- data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +0 -3
- data/_includes/themes/j1/modules/navigator/generator.html +3 -3
- data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +5 -5
- data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +3 -3
- data/_includes/themes/j1/procedures/global/select_icon_size.proc +9 -2
- data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +8 -8
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +2 -2
- data/_layouts/category.html +2 -2
- data/assets/data/authclient.html +10 -12
- data/assets/data/banner.html +3 -3
- data/assets/data/fab.html +11 -8
- data/assets/data/footer.html +2 -3
- data/assets/data/gallery_customizer.html +2 -2
- data/assets/data/masonry.html +5 -5
- data/assets/data/masterslider.html +1 -1
- data/assets/data/menu.html +9 -6
- data/assets/data/panel.html +8 -8
- data/assets/data/quicklinks.html +3 -1
- data/assets/data/rtext_resizer.html +1 -1
- data/assets/data/slick.html +2 -2
- data/assets/data/translator.html +1 -1
- data/assets/themes/j1/adapter/js/advertising.js +302 -96
- data/assets/themes/j1/adapter/js/carousel.js +2 -2
- data/assets/themes/j1/adapter/js/j1.js +92 -25
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -1
- data/assets/themes/j1/adapter/js/lazyLoader.js +221 -0
- data/assets/themes/j1/adapter/js/lunr.js +3 -3
- data/assets/themes/j1/adapter/js/navigator.js +3 -5
- data/assets/themes/j1/adapter/js/themeToggler.js +3 -3
- data/assets/themes/j1/adapter/js/themer.js +55 -21
- data/assets/themes/j1/core/css/icon-fonts/mdi.css +3 -7
- data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
- data/assets/themes/j1/core/css/icon-fonts/mdib.css +8337 -0
- data/assets/themes/j1/core/css/icon-fonts/mdib.min.css +1 -0
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +104 -30
- data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -5
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +98 -31
- data/assets/themes/j1/core/js/template.min.js +2 -2
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.json +2690 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.min.json +1 -0
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +2 -2
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -1
- data/assets/themes/j1/modules/materialize/scss/components/_global.scss +1 -1
- data/assets/themes/j1/modules/materialize/scss/components/_navbar.scss +2 -2
- data/assets/themes/j1/modules/materialize/scss/components/_sidenav.scss +1 -1
- data/assets/themes/j1/modules/materialize/scss/components/forms/_input-fields.scss +2 -2
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +2 -2
- data/lib/starter_web/_data/blocks/banner.yml +1 -1
- data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
- data/lib/starter_web/_data/blocks/footer.yml +4 -1
- data/lib/starter_web/_data/blocks/panel.yml +47 -47
- data/lib/starter_web/_data/layouts/default.yml +1 -1
- data/lib/starter_web/_data/layouts/home.yml +29 -0
- data/lib/starter_web/_data/modules/advertising.yml +120 -42
- data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +20 -20
- data/lib/starter_web/_data/modules/defaults/fab.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/iconPicker.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/lazyLoader.yml +33 -0
- data/lib/starter_web/_data/modules/defaults/lunr.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/masterslider.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/navigator.yml +18 -18
- data/lib/starter_web/_data/modules/defaults/themer.yml +2 -2
- data/lib/starter_web/_data/modules/fab.yml +7 -7
- data/lib/starter_web/_data/modules/iconPicker.yml +3 -3
- data/lib/starter_web/_data/modules/lazyLoader.yml +93 -0
- data/lib/starter_web/_data/modules/masonry.yml +2 -2
- data/lib/starter_web/_data/modules/navigator_menu.yml +190 -148
- data/lib/starter_web/_data/modules/slick.yml +47 -86
- data/lib/starter_web/_data/resources.yml +68 -70
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/attributes.0.asciidoc +626 -0
- data/lib/starter_web/_includes/attributes.asciidoc +26 -24
- data/lib/starter_web/_includes/custom/templates/collection_panel.html +2 -2
- data/lib/starter_web/_includes/google/static/google_ad_5128488466.html +19 -0
- data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +19 -0
- data/lib/starter_web/_includes/google/templates/google_ads.html +55 -0
- data/lib/starter_web/_plugins/asciidoctor/fab-icon-inline.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/fas-icon-inline.rb +1 -1
- data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +1 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/images/badges/configBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/docsBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/notebookBinder.jpg +0 -0
- data/lib/starter_web/assets/images/badges/scaleable/configBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/docsBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/myBinder.svg +1 -1
- data/lib/starter_web/assets/images/badges/scaleable/notebookBinder.svg +1 -1
- data/lib/starter_web/assets/images/icons/hyvor-talk/jpg/hyvor-logo.512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.jpg +0 -0
- data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +1 -1
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-256x256.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/jpg/j1-64x64.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-256x256.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/png/j1-64x64.png +0 -0
- data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +1 -1
- data/lib/starter_web/assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +1 -1
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/200-create-a-link-1.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jamstack-generators.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/static-web-access.jpg +0 -0
- data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-faq.jpg +0 -0
- data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.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/assets/images/promo/jekyll/scalable/jekyll-faq.psd +0 -0
- data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +1 -1
- data/lib/starter_web/collections/_biography/becoming.adoc +1 -1
- data/lib/starter_web/collections/_biography/born-to-run.adoc +1 -1
- data/lib/starter_web/collections/_biography/forty-autumns.adoc +1 -1
- data/lib/starter_web/collections/_biography/not-dead-yet.adoc +1 -1
- data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +1 -1
- data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +1 -1
- data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +1 -1
- data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +1 -1
- data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +26 -1
- data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +1 -1
- data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +17 -2
- data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +24 -1
- data/lib/starter_web/collections/_romance/{breath-of-snow-and-ashes-a.adoc → breath-of-snow-and-ashes.adoc} +13 -1
- data/lib/starter_web/collections/_romance/dressmaker-the.adoc +13 -1
- data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +1 -1
- data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +1 -1
- data/lib/starter_web/collections/_romance/outlander-novel.adoc +1 -1
- data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +4 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +4 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +5 -3
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +4 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/index.html +0 -9
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +4 -4
- data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc +112 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +152 -12
- data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +28 -4
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +11 -13
- data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/gem.adoc +5 -5
- data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/git.adoc +14 -14
- data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/j1.adoc +1 -1
- data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/yaml.adoc +1 -1
- data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +58 -88
- data/assets/data/nbinteract.html +0 -129
- data/assets/themes/j1/adapter/js/nbinteract.js +0 -1485
- data/assets/themes/j1/modules/advertising/js/adInitializer.js +0 -160
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +0 -7312
- data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +0 -1
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +0 -1315
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +0 -7
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +0 -886
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +0 -5
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +0 -446
- data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +0 -5
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +0 -37
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +0 -17
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +0 -42
- data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +0 -17
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +0 -19057
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +0 -6
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +0 -10872
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +0 -2
- data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +0 -1
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +0 -2145
- data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +0 -5
- data/assets/themes/j1/modules/nbinteract-core/LICENSE.txt +0 -60
- data/assets/themes/j1/modules/nbinteract-core/README.md +0 -226
- data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.css +0 -191
- data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.min.css +0 -19
- data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.css +0 -250
- data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.min.css +0 -15
- data/assets/themes/j1/modules/nbinteract-core/js/mathjax/latest.js +0 -19
- data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml-full.js +0 -34
- data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml.js +0 -1
- data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-mml-chtml.js +0 -1
- data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/README +0 -1
- data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js +0 -94
- data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js.map +0 -1
- data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.js +0 -2068
- data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.min.js +0 -36
- data/lib/starter_web/_data/modules/defaults/nbinteract.yml +0 -281
- data/lib/starter_web/assets/images/icons/j1/j1-256x256.gif +0 -0
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.png +0 -0
- data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.png +0 -0
- data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
- data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
- data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
- data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
- data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg +0 -0
- data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jamstack-generators.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/jekyll.png +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
- data/lib/starter_web/assets/images/posts/featured/static-web-access.png +0 -0
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +0 -118
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +0 -117
- data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +0 -117
- /data/lib/starter_web/assets/images/badges/{configBinder.png → png/configBinder.png} +0 -0
- /data/lib/starter_web/assets/images/badges/{docsBinder.png → png/docsBinder.png} +0 -0
- /data/lib/starter_web/assets/images/badges/{notebookBinder.png → png/notebookBinder.png} +0 -0
- /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.24x24.png → png/hyvor-logo.24x24.png} +0 -0
- /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.512x512.png → png/hyvor-logo.512x512.png} +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: j1-template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2023.3.
|
4
|
+
version: 2023.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- juergen_jekyll_one
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -332,7 +332,6 @@ files:
|
|
332
332
|
- assets/data/mmenu.html
|
333
333
|
- assets/data/mmenu_sidebar.html
|
334
334
|
- assets/data/mmenu_toc.html
|
335
|
-
- assets/data/nbinteract.html
|
336
335
|
- assets/data/news_panel_posts/index.html
|
337
336
|
- assets/data/panel.html
|
338
337
|
- assets/data/particles.yml
|
@@ -376,6 +375,7 @@ files:
|
|
376
375
|
- assets/themes/j1/adapter/js/j1.js
|
377
376
|
- assets/themes/j1/adapter/js/justifiedGallery.js
|
378
377
|
- assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js
|
378
|
+
- assets/themes/j1/adapter/js/lazyLoader.js
|
379
379
|
- assets/themes/j1/adapter/js/lightbox.js
|
380
380
|
- assets/themes/j1/adapter/js/logger.js
|
381
381
|
- assets/themes/j1/adapter/js/lunr.js
|
@@ -383,7 +383,6 @@ files:
|
|
383
383
|
- assets/themes/j1/adapter/js/masterslider.js
|
384
384
|
- assets/themes/j1/adapter/js/mmenu.js
|
385
385
|
- assets/themes/j1/adapter/js/navigator.js
|
386
|
-
- assets/themes/j1/adapter/js/nbinteract.js
|
387
386
|
- assets/themes/j1/adapter/js/particles.js
|
388
387
|
- assets/themes/j1/adapter/js/rangeSlider.js
|
389
388
|
- assets/themes/j1/adapter/js/rouge.js
|
@@ -922,6 +921,8 @@ files:
|
|
922
921
|
- assets/themes/j1/core/css/icon-fonts/iconify.min.css
|
923
922
|
- assets/themes/j1/core/css/icon-fonts/mdi.css
|
924
923
|
- assets/themes/j1/core/css/icon-fonts/mdi.min.css
|
924
|
+
- assets/themes/j1/core/css/icon-fonts/mdib.css
|
925
|
+
- assets/themes/j1/core/css/icon-fonts/mdib.min.css
|
925
926
|
- assets/themes/j1/core/css/icon-fonts/mdil.css
|
926
927
|
- assets/themes/j1/core/css/icon-fonts/mdil.min.css
|
927
928
|
- assets/themes/j1/core/css/themes/bootstrap/bootstrap.css
|
@@ -1007,7 +1008,6 @@ files:
|
|
1007
1008
|
- assets/themes/j1/core/js/template.js
|
1008
1009
|
- assets/themes/j1/core/js/template.min.js
|
1009
1010
|
- assets/themes/j1/core/js/template.min.js.map
|
1010
|
-
- assets/themes/j1/modules/advertising/js/adInitializer.js
|
1011
1011
|
- assets/themes/j1/modules/backstretch/js/backstretch.js
|
1012
1012
|
- assets/themes/j1/modules/backstretch/js/backstretch.min.js
|
1013
1013
|
- assets/themes/j1/modules/backstretch/js/v2.1.16/backstretch.js
|
@@ -1101,10 +1101,10 @@ files:
|
|
1101
1101
|
- assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome-solid.min.json
|
1102
1102
|
- assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.json
|
1103
1103
|
- assets/themes/j1/modules/iconPicker/icons-libraries/font-awesome.min.json
|
1104
|
+
- assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.json
|
1105
|
+
- assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.min.json
|
1104
1106
|
- assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json
|
1105
1107
|
- assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json
|
1106
|
-
- assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json
|
1107
|
-
- assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json
|
1108
1108
|
- assets/themes/j1/modules/iconPicker/images/magnifying-glass-solid.svg
|
1109
1109
|
- assets/themes/j1/modules/iconPicker/images/star-of-life-solid.svg
|
1110
1110
|
- assets/themes/j1/modules/iconPicker/images/xmark-solid.svg
|
@@ -1126,23 +1126,6 @@ files:
|
|
1126
1126
|
- assets/themes/j1/modules/iframeResizer/js/resizer.js
|
1127
1127
|
- assets/themes/j1/modules/iframeResizer/js/resizer.map
|
1128
1128
|
- assets/themes/j1/modules/iframeResizer/js/resizer.min.js
|
1129
|
-
- assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css
|
1130
|
-
- assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css
|
1131
|
-
- assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css
|
1132
|
-
- assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css
|
1133
|
-
- assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css
|
1134
|
-
- assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css
|
1135
|
-
- assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js
|
1136
|
-
- assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js
|
1137
|
-
- assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js
|
1138
|
-
- assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js
|
1139
|
-
- assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js
|
1140
|
-
- assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js
|
1141
|
-
- assets/themes/j1/modules/jquery-3.5.1/js/jquery.js
|
1142
|
-
- assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js
|
1143
|
-
- assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map
|
1144
|
-
- assets/themes/j1/modules/jquery-3.5.1/js/require.js
|
1145
|
-
- assets/themes/j1/modules/jquery-3.5.1/js/require.min.js
|
1146
1129
|
- assets/themes/j1/modules/jquery/AUTHORS.txt
|
1147
1130
|
- assets/themes/j1/modules/jquery/LICENSE.txt
|
1148
1131
|
- assets/themes/j1/modules/jquery/css/images/ui-icons_444444_256x240.png
|
@@ -1530,21 +1513,6 @@ files:
|
|
1530
1513
|
- assets/themes/j1/modules/msDropdown/js/msDropdown.js
|
1531
1514
|
- assets/themes/j1/modules/msDropdown/js/msDropdown.min.js
|
1532
1515
|
- assets/themes/j1/modules/msDropdown/js/msDropdown.min.js.map
|
1533
|
-
- assets/themes/j1/modules/nbinteract-core/LICENSE.txt
|
1534
|
-
- assets/themes/j1/modules/nbinteract-core/README.md
|
1535
|
-
- assets/themes/j1/modules/nbinteract-core/css/nbinteract.css
|
1536
|
-
- assets/themes/j1/modules/nbinteract-core/css/nbinteract.min.css
|
1537
|
-
- assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.css
|
1538
|
-
- assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.min.css
|
1539
|
-
- assets/themes/j1/modules/nbinteract-core/js/mathjax/latest.js
|
1540
|
-
- assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml-full.js
|
1541
|
-
- assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml.js
|
1542
|
-
- assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-mml-chtml.js
|
1543
|
-
- assets/themes/j1/modules/nbinteract-core/js/nbinteract/README
|
1544
|
-
- assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js
|
1545
|
-
- assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js.map
|
1546
|
-
- assets/themes/j1/modules/nbinteract-core/js/requireJS/require.js
|
1547
|
-
- assets/themes/j1/modules/nbinteract-core/js/requireJS/require.min.js
|
1548
1516
|
- assets/themes/j1/modules/particles/LICENSE.md
|
1549
1517
|
- assets/themes/j1/modules/particles/README.md
|
1550
1518
|
- assets/themes/j1/modules/particles/css/images/snowflake-1.png
|
@@ -1856,6 +1824,7 @@ files:
|
|
1856
1824
|
- lib/starter_web/_data/modules/defaults/framer.yml
|
1857
1825
|
- lib/starter_web/_data/modules/defaults/iconPicker.yml
|
1858
1826
|
- lib/starter_web/_data/modules/defaults/justifiedGallery.yml
|
1827
|
+
- lib/starter_web/_data/modules/defaults/lazyLoader.yml
|
1859
1828
|
- lib/starter_web/_data/modules/defaults/lightGallery.yml
|
1860
1829
|
- lib/starter_web/_data/modules/defaults/lightbox.yml
|
1861
1830
|
- lib/starter_web/_data/modules/defaults/log4javascript.yml
|
@@ -1864,7 +1833,6 @@ files:
|
|
1864
1833
|
- lib/starter_web/_data/modules/defaults/masonry.yml
|
1865
1834
|
- lib/starter_web/_data/modules/defaults/masterslider.yml
|
1866
1835
|
- lib/starter_web/_data/modules/defaults/navigator.yml
|
1867
|
-
- lib/starter_web/_data/modules/defaults/nbinteract.yml
|
1868
1836
|
- lib/starter_web/_data/modules/defaults/particles.yml
|
1869
1837
|
- lib/starter_web/_data/modules/defaults/rangeSlider.yml
|
1870
1838
|
- lib/starter_web/_data/modules/defaults/rtable.yml
|
@@ -1880,6 +1848,7 @@ files:
|
|
1880
1848
|
- lib/starter_web/_data/modules/framer.yml
|
1881
1849
|
- lib/starter_web/_data/modules/iconPicker.yml
|
1882
1850
|
- lib/starter_web/_data/modules/justifiedGallery.yml
|
1851
|
+
- lib/starter_web/_data/modules/lazyLoader.yml
|
1883
1852
|
- lib/starter_web/_data/modules/lightGallery.yml
|
1884
1853
|
- lib/starter_web/_data/modules/lightbox.yml
|
1885
1854
|
- lib/starter_web/_data/modules/log4javascript.yml
|
@@ -1917,6 +1886,7 @@ files:
|
|
1917
1886
|
- lib/starter_web/_data/templates/sitemap.xml
|
1918
1887
|
- lib/starter_web/_data/utilities/defaults/util_srv.yml
|
1919
1888
|
- lib/starter_web/_data/utilities/util_srv.yml
|
1889
|
+
- lib/starter_web/_includes/attributes.0.asciidoc
|
1920
1890
|
- lib/starter_web/_includes/attributes.asciidoc
|
1921
1891
|
- lib/starter_web/_includes/breadcrumbs.html
|
1922
1892
|
- lib/starter_web/_includes/custom/static/bs5_accordion.html
|
@@ -1928,6 +1898,9 @@ files:
|
|
1928
1898
|
- lib/starter_web/_includes/custom/templates/readme
|
1929
1899
|
- lib/starter_web/_includes/documents/licenses/mit.asciidoc
|
1930
1900
|
- lib/starter_web/_includes/documents/readme
|
1901
|
+
- lib/starter_web/_includes/google/static/google_ad_5128488466.html
|
1902
|
+
- lib/starter_web/_includes/google/static/google_ad_7284712660.html
|
1903
|
+
- lib/starter_web/_includes/google/templates/google_ads.html
|
1931
1904
|
- lib/starter_web/_includes/tables/jekyll_variables.asciidoc
|
1932
1905
|
- lib/starter_web/_includes/tables/template_variables.asciidoc
|
1933
1906
|
- lib/starter_web/_plugins/asciidoctor/admonition-block-answer.rb
|
@@ -1971,9 +1944,12 @@ files:
|
|
1971
1944
|
- lib/starter_web/_plugins/seo/j1-seo-tags.rb
|
1972
1945
|
- lib/starter_web/_plugins/seo/j1-sitemap.rb
|
1973
1946
|
- lib/starter_web/assets/images/backgrounds/triangles-bg.png
|
1974
|
-
- lib/starter_web/assets/images/badges/configBinder.
|
1975
|
-
- lib/starter_web/assets/images/badges/docsBinder.
|
1976
|
-
- lib/starter_web/assets/images/badges/notebookBinder.
|
1947
|
+
- lib/starter_web/assets/images/badges/configBinder.jpg
|
1948
|
+
- lib/starter_web/assets/images/badges/docsBinder.jpg
|
1949
|
+
- lib/starter_web/assets/images/badges/notebookBinder.jpg
|
1950
|
+
- lib/starter_web/assets/images/badges/png/configBinder.png
|
1951
|
+
- lib/starter_web/assets/images/badges/png/docsBinder.png
|
1952
|
+
- lib/starter_web/assets/images/badges/png/notebookBinder.png
|
1977
1953
|
- lib/starter_web/assets/images/badges/scaleable/binder.svg
|
1978
1954
|
- lib/starter_web/assets/images/badges/scaleable/configBinder.svg
|
1979
1955
|
- lib/starter_web/assets/images/badges/scaleable/docsBinder.svg
|
@@ -2040,17 +2016,26 @@ files:
|
|
2040
2016
|
- lib/starter_web/assets/images/icons/controls/close-icon.svg
|
2041
2017
|
- lib/starter_web/assets/images/icons/controls/up.svg
|
2042
2018
|
- lib/starter_web/assets/images/icons/github/avatar-icon.png
|
2043
|
-
- lib/starter_web/assets/images/icons/hyvor-talk/hyvor-logo.24x24.png
|
2044
|
-
- lib/starter_web/assets/images/icons/hyvor-talk/hyvor-logo.512x512.png
|
2045
2019
|
- lib/starter_web/assets/images/icons/hyvor-talk/hyvore-talk.ico
|
2020
|
+
- lib/starter_web/assets/images/icons/hyvor-talk/jpg/hyvor-logo.512x512.jpg
|
2021
|
+
- lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.jpg
|
2022
|
+
- lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.png
|
2023
|
+
- lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.512x512.png
|
2046
2024
|
- lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg
|
2047
2025
|
- lib/starter_web/assets/images/icons/j1/favicon.ico
|
2048
|
-
- lib/starter_web/assets/images/icons/j1/j1-256x256.gif
|
2049
2026
|
- lib/starter_web/assets/images/icons/j1/j1-256x256.png
|
2050
2027
|
- lib/starter_web/assets/images/icons/j1/j1-32x32.ico
|
2051
2028
|
- lib/starter_web/assets/images/icons/j1/j1-512x512.png
|
2052
2029
|
- lib/starter_web/assets/images/icons/j1/j1-64x64.png
|
2053
2030
|
- lib/starter_web/assets/images/icons/j1/j1.ico
|
2031
|
+
- lib/starter_web/assets/images/icons/j1/jpg/j1-256x256.jpg
|
2032
|
+
- lib/starter_web/assets/images/icons/j1/jpg/j1-512x512.jpg
|
2033
|
+
- lib/starter_web/assets/images/icons/j1/jpg/j1-64x64.jpg
|
2034
|
+
- lib/starter_web/assets/images/icons/j1/png/j1-256x256.png
|
2035
|
+
- lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg
|
2036
|
+
- lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg.png
|
2037
|
+
- lib/starter_web/assets/images/icons/j1/png/j1-512x512.png
|
2038
|
+
- lib/starter_web/assets/images/icons/j1/png/j1-64x64.png
|
2054
2039
|
- lib/starter_web/assets/images/icons/j1/scalable/j1.svg
|
2055
2040
|
- lib/starter_web/assets/images/icons/jekyll/logo-2x.png
|
2056
2041
|
- lib/starter_web/assets/images/icons/jekyll/octojekyll.png
|
@@ -2110,6 +2095,7 @@ files:
|
|
2110
2095
|
- lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg
|
2111
2096
|
- lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg
|
2112
2097
|
- lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg
|
2098
|
+
- lib/starter_web/assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg
|
2113
2099
|
- lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg
|
2114
2100
|
- lib/starter_web/assets/images/modules/attics/1920x1280/clem-onojeghuo.jpg
|
2115
2101
|
- lib/starter_web/assets/images/modules/attics/1920x1280/core_web_vitals_best.png
|
@@ -2353,10 +2339,10 @@ files:
|
|
2353
2339
|
- lib/starter_web/assets/images/modules/masterslider/wp-examples/ms-free-business-3.jpg
|
2354
2340
|
- lib/starter_web/assets/images/modules/patterns/1x1.png
|
2355
2341
|
- lib/starter_web/assets/images/modules/patterns/gridtile.png
|
2356
|
-
- lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.
|
2342
|
+
- lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg
|
2343
|
+
- lib/starter_web/assets/images/pages/core_web_vitals/200-create-a-link-1.jpg
|
2357
2344
|
- lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg
|
2358
|
-
- lib/starter_web/assets/images/pages/core_web_vitals/
|
2359
|
-
- lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.png
|
2345
|
+
- lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg
|
2360
2346
|
- lib/starter_web/assets/images/pages/egrid/bg.png
|
2361
2347
|
- lib/starter_web/assets/images/pages/egrid/black_denim.png
|
2362
2348
|
- lib/starter_web/assets/images/pages/egrid/explanation.png
|
@@ -2407,7 +2393,7 @@ files:
|
|
2407
2393
|
- lib/starter_web/assets/images/pages/egrid/small/8.jpg
|
2408
2394
|
- lib/starter_web/assets/images/pages/egrid/small/9.jpg
|
2409
2395
|
- lib/starter_web/assets/images/pages/features/blog-post-navigator-1280x1000.jpg
|
2410
|
-
- lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.
|
2396
|
+
- lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.jpg
|
2411
2397
|
- lib/starter_web/assets/images/pages/features/clipboard-1280x600.jpg
|
2412
2398
|
- lib/starter_web/assets/images/pages/features/comments-1280x600.jpg
|
2413
2399
|
- lib/starter_web/assets/images/pages/features/cookie-consent-1280x800.jpg
|
@@ -2416,12 +2402,12 @@ files:
|
|
2416
2402
|
- lib/starter_web/assets/images/pages/features/example-content-present-videos-1280x800.jpg
|
2417
2403
|
- lib/starter_web/assets/images/pages/features/fab-1280x500.jpg
|
2418
2404
|
- lib/starter_web/assets/images/pages/features/full-text-search-1280x800.jpg
|
2419
|
-
- lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.
|
2420
|
-
- lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.
|
2405
|
+
- lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg
|
2406
|
+
- lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg
|
2421
2407
|
- lib/starter_web/assets/images/pages/features/intro-panel-1280x800.jpg
|
2422
2408
|
- lib/starter_web/assets/images/pages/features/master-header-1280x600.jpg
|
2423
|
-
- lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.
|
2424
|
-
- lib/starter_web/assets/images/pages/features/native-speakers-by-language.
|
2409
|
+
- lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg
|
2410
|
+
- lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg
|
2425
2411
|
- lib/starter_web/assets/images/pages/features/nav-module-1280x300.jpg
|
2426
2412
|
- lib/starter_web/assets/images/pages/features/nbi-barchart-1280x800.jpg
|
2427
2413
|
- lib/starter_web/assets/images/pages/features/teaser-banner-1280x600.jpg
|
@@ -2434,19 +2420,6 @@ files:
|
|
2434
2420
|
- lib/starter_web/assets/images/pages/modals/02_site_modal.jpg
|
2435
2421
|
- lib/starter_web/assets/images/pages/modals/03_central_modal.jpg
|
2436
2422
|
- lib/starter_web/assets/images/pages/modals/04_fluid_modal.jpg
|
2437
|
-
- lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg
|
2438
|
-
- lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg
|
2439
|
-
- lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg
|
2440
|
-
- lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png
|
2441
|
-
- lib/starter_web/assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg
|
2442
|
-
- lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg
|
2443
|
-
- lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg
|
2444
|
-
- lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg
|
2445
|
-
- lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg
|
2446
|
-
- lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg
|
2447
|
-
- lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg
|
2448
|
-
- lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg
|
2449
|
-
- lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg
|
2450
2423
|
- lib/starter_web/assets/images/pages/panels/florian-olivo-1920x800.jpg
|
2451
2424
|
- lib/starter_web/assets/images/pages/panels/modules-apps-1920x800.jpg
|
2452
2425
|
- lib/starter_web/assets/images/pages/panels/no-time-1920x800.jpg
|
@@ -2504,16 +2477,11 @@ files:
|
|
2504
2477
|
- lib/starter_web/assets/images/pages/skeleton/library-1920x1280.jpg
|
2505
2478
|
- lib/starter_web/assets/images/pages/skeleton/romain-vignes-1920x1280.jpg
|
2506
2479
|
- lib/starter_web/assets/images/pages/skeleton/sigmund-1920x1280.jpg
|
2507
|
-
- lib/starter_web/assets/images/posts/featured/dynamic-web-access.
|
2508
|
-
- lib/starter_web/assets/images/posts/featured/jamstack-generators.
|
2509
|
-
- lib/starter_web/assets/images/posts/featured/jekyll.1200x400.
|
2510
|
-
- lib/starter_web/assets/images/posts/featured/jekyll.
|
2511
|
-
- lib/starter_web/assets/images/posts/featured/
|
2512
|
-
- lib/starter_web/assets/images/posts/featured/post-2.jpg
|
2513
|
-
- lib/starter_web/assets/images/posts/featured/post-3.jpg
|
2514
|
-
- lib/starter_web/assets/images/posts/featured/post-4.jpg
|
2515
|
-
- lib/starter_web/assets/images/posts/featured/post-5.jpg
|
2516
|
-
- lib/starter_web/assets/images/posts/featured/static-web-access.png
|
2480
|
+
- lib/starter_web/assets/images/posts/featured/dynamic-web-access.jpg
|
2481
|
+
- lib/starter_web/assets/images/posts/featured/jamstack-generators.jpg
|
2482
|
+
- lib/starter_web/assets/images/posts/featured/jekyll.1200x400.jpg
|
2483
|
+
- lib/starter_web/assets/images/posts/featured/jekyll.jpg
|
2484
|
+
- lib/starter_web/assets/images/posts/featured/static-web-access.jpg
|
2517
2485
|
- lib/starter_web/assets/images/posts/natural_food/post-1.jpg
|
2518
2486
|
- lib/starter_web/assets/images/posts/natural_food/post-10.jpg
|
2519
2487
|
- lib/starter_web/assets/images/posts/natural_food/post-11.jpg
|
@@ -2529,6 +2497,12 @@ files:
|
|
2529
2497
|
- lib/starter_web/assets/images/posts/natural_food/post-9.jpg
|
2530
2498
|
- lib/starter_web/assets/images/posts/post-img.jpg
|
2531
2499
|
- lib/starter_web/assets/images/posts/post-single.jpg
|
2500
|
+
- lib/starter_web/assets/images/promo/home/screenshot.jpg
|
2501
|
+
- lib/starter_web/assets/images/promo/jekyll/jekyll-faq.jpg
|
2502
|
+
- lib/starter_web/assets/images/promo/jekyll/jekyll-generator.jpg
|
2503
|
+
- lib/starter_web/assets/images/promo/jekyll/jekyll-generator.png
|
2504
|
+
- lib/starter_web/assets/images/promo/jekyll/jekyll-og.png
|
2505
|
+
- lib/starter_web/assets/images/promo/jekyll/scalable/jekyll-faq.psd
|
2532
2506
|
- lib/starter_web/assets/images/quotes/colored-1.jpg
|
2533
2507
|
- lib/starter_web/assets/images/quotes/colored-2.jpg
|
2534
2508
|
- lib/starter_web/assets/images/quotes/default.jpg
|
@@ -2589,7 +2563,7 @@ files:
|
|
2589
2563
|
- lib/starter_web/collections/_portfolio/illustration.adoc
|
2590
2564
|
- lib/starter_web/collections/_portfolio/photography.adoc
|
2591
2565
|
- lib/starter_web/collections/_portfolio/web_design.adoc
|
2592
|
-
- lib/starter_web/collections/_romance/breath-of-snow-and-ashes
|
2566
|
+
- lib/starter_web/collections/_romance/breath-of-snow-and-ashes.adoc
|
2593
2567
|
- lib/starter_web/collections/_romance/dressmaker-the.adoc
|
2594
2568
|
- lib/starter_web/collections/_romance/fiery-cross-the.adoc
|
2595
2569
|
- lib/starter_web/collections/_romance/it-ends-with-us.adoc
|
@@ -2605,11 +2579,6 @@ files:
|
|
2605
2579
|
- lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc
|
2606
2580
|
- lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme
|
2607
2581
|
- lib/starter_web/collections/posts/public/featured/_posts/_includes/tables/readme
|
2608
|
-
- lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc
|
2609
|
-
- lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc
|
2610
|
-
- lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc
|
2611
|
-
- lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc
|
2612
|
-
- lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc
|
2613
2582
|
- lib/starter_web/config.ru
|
2614
2583
|
- lib/starter_web/dot.bundle/config
|
2615
2584
|
- lib/starter_web/dot.gitattributes
|
@@ -2711,10 +2680,6 @@ files:
|
|
2711
2680
|
- lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/_table.asciidoc
|
2712
2681
|
- lib/starter_web/pages/public/learn/bs_sass_variables/_includes/tables/accordion.asciidoc
|
2713
2682
|
- lib/starter_web/pages/public/learn/bs_sass_variables/bs_sass_variables.adoc
|
2714
|
-
- lib/starter_web/pages/public/learn/cheatsheet/gem.adoc
|
2715
|
-
- lib/starter_web/pages/public/learn/cheatsheet/git.adoc
|
2716
|
-
- lib/starter_web/pages/public/learn/cheatsheet/j1.adoc
|
2717
|
-
- lib/starter_web/pages/public/learn/cheatsheet/yaml.adoc
|
2718
2683
|
- lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc
|
2719
2684
|
- lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/100_chapter.asciidoc
|
2720
2685
|
- lib/starter_web/pages/public/learn/core_web_vitals/_includes/documents/200_chapter.asciidoc
|
@@ -2726,6 +2691,7 @@ files:
|
|
2726
2691
|
- lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/serve_command_options.asciidoc
|
2727
2692
|
- lib/starter_web/pages/public/learn/core_web_vitals/_includes/tables/site_variables.asciidoc
|
2728
2693
|
- lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc
|
2694
|
+
- lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc
|
2729
2695
|
- lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc
|
2730
2696
|
- lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc
|
2731
2697
|
- lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc
|
@@ -2760,7 +2726,11 @@ files:
|
|
2760
2726
|
- lib/starter_web/pages/public/panels/intro_panel/panel.adoc
|
2761
2727
|
- lib/starter_web/pages/public/plans/_includes/attributes.asciidoc
|
2762
2728
|
- lib/starter_web/pages/public/plans/plans.adoc
|
2763
|
-
- lib/starter_web/pages/public/
|
2729
|
+
- lib/starter_web/pages/public/tools/cheatsheet/gem.adoc
|
2730
|
+
- lib/starter_web/pages/public/tools/cheatsheet/git.adoc
|
2731
|
+
- lib/starter_web/pages/public/tools/cheatsheet/j1.adoc
|
2732
|
+
- lib/starter_web/pages/public/tools/cheatsheet/yaml.adoc
|
2733
|
+
- lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc
|
2764
2734
|
- lib/starter_web/utilsrv/_defaults/package.json
|
2765
2735
|
- lib/starter_web/utilsrv/package.json
|
2766
2736
|
- lib/starter_web/utilsrv/server.js
|
data/assets/data/nbinteract.html
DELETED
@@ -1,129 +0,0 @@
|
|
1
|
-
---
|
2
|
-
regenerate: true
|
3
|
-
exclude_from_search: true
|
4
|
-
---
|
5
|
-
|
6
|
-
{% capture cache %}
|
7
|
-
|
8
|
-
{% comment %}
|
9
|
-
# -----------------------------------------------------------------------------
|
10
|
-
# ~/assets/data/nbinteract.html
|
11
|
-
# Liquid PROCEDURE to generate the HTML (data) portion of all dialog modals
|
12
|
-
# used by the J1 NBI module
|
13
|
-
#
|
14
|
-
# Product/Info:
|
15
|
-
# https://jekyll.one
|
16
|
-
#
|
17
|
-
# Copyright (C) 2023 Juergen Adams
|
18
|
-
#
|
19
|
-
# J1 Theme is licensed under the MIT License.
|
20
|
-
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
|
21
|
-
# -----------------------------------------------------------------------------
|
22
|
-
# Test data:
|
23
|
-
# liquid_var: {{ liquid_var | debug }}
|
24
|
-
# config: {{ config | debug }}
|
25
|
-
# -----------------------------------------------------------------------------
|
26
|
-
{% endcomment %}
|
27
|
-
|
28
|
-
{% comment %} Liquid procedures
|
29
|
-
-------------------------------------------------------------------------------- {% endcomment %}
|
30
|
-
|
31
|
-
{% comment %} Set global settings
|
32
|
-
-------------------------------------------------------------------------------- {% endcomment %}
|
33
|
-
{% assign environment = site.environment %}
|
34
|
-
|
35
|
-
{% comment %} Set config files
|
36
|
-
-------------------------------------------------------------------------------- {% endcomment %}
|
37
|
-
{% assign modules = site.data.modules %}
|
38
|
-
|
39
|
-
{% comment %} Process YML config data
|
40
|
-
================================================================================ {% endcomment %}
|
41
|
-
|
42
|
-
{% comment %} Set config files
|
43
|
-
-------------------------------------------------------------------------------- {% endcomment %}
|
44
|
-
{% assign nbinteract_defaults = modules.defaults.nbinteract.defaults %}
|
45
|
-
{% assign nbinteract_settings = modules.nbinteract.settings %}
|
46
|
-
|
47
|
-
{% comment %} Set config options
|
48
|
-
-------------------------------------------------------------------------------- {% endcomment %}
|
49
|
-
{% assign nbinteract_options = nbinteract_defaults | merge: nbinteract_settings %}
|
50
|
-
|
51
|
-
{% comment %} Detect prod mode
|
52
|
-
-------------------------------------------------------------------------------- {% endcomment %}
|
53
|
-
{% assign production = false %}
|
54
|
-
{% if environment == 'prod' or environment == 'production' %}
|
55
|
-
{% assign production = true %}
|
56
|
-
{% endif %}
|
57
|
-
|
58
|
-
{% comment %} Main
|
59
|
-
================================================================================ {% endcomment %}
|
60
|
-
<!-- [INFO ] [~/assets/data/nbinteract.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
|
61
|
-
<head>
|
62
|
-
<meta name="robots" content="noindex, nofollow" />
|
63
|
-
</head>
|
64
|
-
|
65
|
-
{% comment %} Modal NBI dialog
|
66
|
-
-------------------------------------------------------------------------------- {% endcomment %}
|
67
|
-
<div id="nbi-modal-data">
|
68
|
-
<div id="nbi-dialog" class="modal-dialog modal-frame modal-top modal-notify modal-primary" role="document">
|
69
|
-
<div class="modal-content">
|
70
|
-
|
71
|
-
<div class="modal-header">
|
72
|
-
<p class="lead">{{nbinteract_options.dialogTitle}}</p>
|
73
|
-
</div>
|
74
|
-
|
75
|
-
<div class="modal-body">
|
76
|
-
<div class="modal-body-text" style="font-size: 90%">
|
77
|
-
<p class="mb-3">{{nbinteract_options.dialogBodyText}}</p>
|
78
|
-
</div>
|
79
|
-
|
80
|
-
<p>
|
81
|
-
<a href="#nbi-privacy" data-bs-toggle="collapse" class="">Privacy Notice</a>
|
82
|
-
<a href="#nbi-actions" data-bs-toggle="collapse" class="float-right">My Actions</a>
|
83
|
-
</p>
|
84
|
-
|
85
|
-
<div id="nbi-privacy" class="collapse">
|
86
|
-
<div class="modal-body-text" style="font-size: 90%">
|
87
|
-
<p class="mb-2">{{nbinteract_options.dialogPrivacyNotice}}</p>
|
88
|
-
</div>
|
89
|
-
</div>
|
90
|
-
|
91
|
-
<div id="nbi-actions" class="collapse">
|
92
|
-
<p class="tagline mt-4 mb-1"><b>Actions</b></p>
|
93
|
-
<div class="d-inline-block g-width-50 g-height-2 bg-primary mb-3"></div>
|
94
|
-
|
95
|
-
<div class="translator-option" data-name="ClearLocalStorage">
|
96
|
-
<div class="switch mb-1">
|
97
|
-
<label>
|
98
|
-
<input id="checkboxClearLocalStorage" type="checkbox" name="checkboxClearLocalStorage" checked>
|
99
|
-
Clear Binder Settings
|
100
|
-
</label>
|
101
|
-
</div>
|
102
|
-
</div>
|
103
|
-
</div>
|
104
|
-
</div>
|
105
|
-
|
106
|
-
<div class="modal-footer">
|
107
|
-
<button id="nbi-buttonDoNotAgree" type="button" class="btn btn-outline-secondary mb-1 mr-2" style="min-width: 20rem">
|
108
|
-
No, do nothing
|
109
|
-
</button>
|
110
|
-
<button id="nbi-buttonAgree" type="button" class="btn btn-primary mb-1 mr-2" style="min-width: 20rem">
|
111
|
-
Yes, please run all actions
|
112
|
-
</button>
|
113
|
-
</div>
|
114
|
-
|
115
|
-
</div>
|
116
|
-
</div>
|
117
|
-
</div>
|
118
|
-
|
119
|
-
{% comment %} END Modal NBI dialog
|
120
|
-
-------------------------------------------------------------------------------- {% endcomment %}
|
121
|
-
|
122
|
-
{% endcapture %}
|
123
|
-
|
124
|
-
{% if production %}
|
125
|
-
{% capture _LINE_FEED %}{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ cache | strip_html_comments }}{% else %}{% capture _content %}{{ cache | strip_html_comments }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ cache | strip_html_comments | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
|
126
|
-
{% else %}
|
127
|
-
{{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
|
128
|
-
{% endif %}
|
129
|
-
{% assign cache = nil %}
|