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
@@ -0,0 +1,626 @@
|
|
1
|
+
// ~/includes/attributes.asciidoc
|
2
|
+
// Global Ascidoc attributes file
|
3
|
+
// -----------------------------------------------------------------------------
|
4
|
+
|
5
|
+
// URLS, global references to internal|external web links (macro link:)
|
6
|
+
// -----------------------------------------------------------------------------
|
7
|
+
tag::urls[]
|
8
|
+
|
9
|
+
:url-about-cookies--home: http://www.aboutcookies.org/
|
10
|
+
|
11
|
+
:url-animate-css--home: https://animate.style/
|
12
|
+
:url-anime--home: https://animejs.com/
|
13
|
+
|
14
|
+
:url-apache-log4j-v2--home: https://logging.apache.org/log4j/2.x/
|
15
|
+
|
16
|
+
:url-binder--home: https://mybinder.org/
|
17
|
+
:url-binder-app-launch--lab: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main
|
18
|
+
:url-binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
|
19
|
+
|
20
|
+
:url-oreilly-atlas--home: https://atlas.oreilly.com/
|
21
|
+
|
22
|
+
:url-asciidoctor--home: https://asciidoctor.org/
|
23
|
+
:url-asciidoctor--docs: https://docs.asciidoctor.org/asciidoctor/latest/
|
24
|
+
:url-asciidoctor-pdf--home: https://asciidoctor.org/docs/asciidoctor-pdf/
|
25
|
+
:url-asciidoctor-rouge--home: https://github.com/jirutka/asciidoctor-rouge/
|
26
|
+
|
27
|
+
:url-asciidoctor-plugin--home: https://github.com/asciidoctor/jekyll-asciidoc/
|
28
|
+
:url-asciidoctor-plugin--issue_166: https://github.com/asciidoctor/jekyll-asciidoc/issues/166
|
29
|
+
:url-asciidoctor-plugin--issue_166: https://github.com/asciidoctor/jekyll-asciidoc/issues/166
|
30
|
+
|
31
|
+
:url-asciidoctor--extensions-lab: https://github.com/asciidoctor/asciidoctor-extensions-lab/
|
32
|
+
:url-asciidoctor--extensions-use: https://github.com/asciidoctor/asciidoctor-extensions-lab#using-an-extension
|
33
|
+
:url-asciidoctor--extensions-manual: http://asciidoctor.org/docs/user-manual/#extensions
|
34
|
+
|
35
|
+
:url-alexa-scores--youtube: https://www.alexa.com/siteinfo/youtube.com
|
36
|
+
:url-alexa-scores--vimeo: https://www.alexa.com/siteinfo/vimeo.com
|
37
|
+
:url-alexa-scores--dailymotion: https://www.alexa.com/siteinfo/dailymotion.com
|
38
|
+
:url-alexa-scores--vk: https://www.alexa.com/siteinfo/vk.com
|
39
|
+
|
40
|
+
:url-babel-js--home: https://babeljs.io/
|
41
|
+
:url-babel-js--gh-repo: https://github.com/babel/babel/
|
42
|
+
|
43
|
+
:url-backstretch--home: https://www.jquery-backstretch.com/
|
44
|
+
:url-backstretch--gh-repo: https://github.com/jquery-backstretch/jquery-backstretch/
|
45
|
+
|
46
|
+
:url-ben-balter-blog--collections: https://ben.balter.com/2015/02/20/jekyll-collections/
|
47
|
+
|
48
|
+
:url-bootsnav--github: https://github.com/adamnurdin01/bootsnav
|
49
|
+
|
50
|
+
:url-broadbandsearch--mobile-internet-usage: https://www.broadbandsearch.net/blog/mobile-desktop-internet-usage-statistics
|
51
|
+
|
52
|
+
:url-bs-cookie-banner--gh-repo: https://github.com/shaack/bootstrap-cookie-banner/
|
53
|
+
|
54
|
+
:url-bs--home: https://getbootstrap.com/
|
55
|
+
:url-bs--themes: https://themes.getbootstrap.com/
|
56
|
+
:url-bs--expo: https://expo.getbootstrap.com/
|
57
|
+
|
58
|
+
:url-bs-docs: https://getbootstrap.com/docs/5.3/getting-started/introduction/
|
59
|
+
:url-bs-docs--examples: https://getbootstrap.com/docs/5.3/examples/
|
60
|
+
|
61
|
+
:url-bs-docs--content-code: https://getbootstrap.com/docs/5.3/content/code/
|
62
|
+
:url-bs-docs--content-figures: https://getbootstrap.com/docs/5.3/content/figures/
|
63
|
+
:url-bs-docs--content-images: https://getbootstrap.com/docs/5.3/content/images/
|
64
|
+
:url-bs-docs--content-typography: https://getbootstrap.com/docs/5.3/content/typography/
|
65
|
+
:url-bs-docs--content-tables: https://getbootstrap.com/docs/5.3/content/tables/
|
66
|
+
|
67
|
+
:url-bs-docs--components-alerts: https://getbootstrap.com/docs/5.3/components/alerts/
|
68
|
+
:url-bs-docs--components-badges: https://getbootstrap.com/docs/5.3/components/badge/
|
69
|
+
:url-bs-docs--components-breadcrumb: https://getbootstrap.com/docs/5.3/components/breadcrumb/
|
70
|
+
:url-bs-docs--components-buttons: https://getbootstrap.com/docs/5.3/components/buttons/
|
71
|
+
:url-bs-docs--components-button_group: https://getbootstrap.com/docs/5.3/components/button-group/
|
72
|
+
:url-bs-docs--components-cards: https://getbootstrap.com/docs/5.3/components/card/
|
73
|
+
:url-bs-docs--components-carousel: https://getbootstrap.com/docs/5.3/components/carousel/
|
74
|
+
:url-bs-docs--components-collapse: https://getbootstrap.com/docs/5.3/components/collapse/
|
75
|
+
:url-bs-docs--components-dropdowns: https://getbootstrap.com/docs/5.3/components/dropdowns/
|
76
|
+
:url-bs-docs--components-forms: https://getbootstrap.com/docs/5.3/forms/overview/
|
77
|
+
:url-bs-docs--components-input_group: https://getbootstrap.com/docs/5.3/components/input-group/
|
78
|
+
:url-bs-docs--components-jumbotron: https://getbootstrap.com/docs/5.3/components/jumbotron/
|
79
|
+
:url-bs-docs--components-list_group: https://getbootstrap.com/docs/5.3/components/list-group/
|
80
|
+
:url-bs-docs--components-modal: https://getbootstrap.com/docs/5.3/components/modal/
|
81
|
+
:url-bs-docs--components-navs: https://getbootstrap.com/docs/5.3/components/navs/
|
82
|
+
:url-bs-docs--components-navbar: https://getbootstrap.com/docs/5.3/components/navbar/
|
83
|
+
:url-bs-docs--components-pagination: https://getbootstrap.com/docs/5.3/components/pagination/
|
84
|
+
:url-bs-docs--components-popovers: https://getbootstrap.com/docs/5.3/components/popovers/
|
85
|
+
:url-bs-docs--components-progress: https://getbootstrap.com/docs/5.3/components/progress/
|
86
|
+
:url-bs-docs--components-tooltips: https://getbootstrap.com/docs/5.3/components/tooltips/
|
87
|
+
|
88
|
+
:url-bs-docs--utils-borders: https://getbootstrap.com/docs/5.3/utilities/borders/
|
89
|
+
:url-bs-docs--utils-clearfix: https://getbootstrap.com/docs/5.3/utilities/clearfix/
|
90
|
+
:url-bs-docs--utils-close_icon: https://getbootstrap.com/docs/5.3/utilities/close-icon/
|
91
|
+
:url-bs-docs--utils-colors: https://getbootstrap.com/docs/5.3/utilities/colors/
|
92
|
+
:url-bs-docs--utils-display: https://getbootstrap.com/docs/5.3/utilities/display/
|
93
|
+
:url-bs-docs--utils-embeds: https://getbootstrap.com/docs/5.3/utilities/embed/
|
94
|
+
:url-bs-docs--utils-flex: https://getbootstrap.com/docs/5.3/utilities/flex/
|
95
|
+
:url-bs-docs--utils-float: https://getbootstrap.com/docs/5.3/utilities/float/
|
96
|
+
:url-bs-docs--utils-image_replacement: https://getbootstrap.com/docs/5.3/utilities/image-replacement/
|
97
|
+
:url-bs-docs--utils-screenreaders: https://getbootstrap.com/docs/5.3/utilities/screenreaders/
|
98
|
+
:url-bs-docs--utils-sizing: https://getbootstrap.com/docs/5.3/utilities/sizing/
|
99
|
+
:url-bs-docs--utils-spacing: https://getbootstrap.com/docs/5.3/utilities/spacing/
|
100
|
+
:url-bs-docs--utils-text: https://getbootstrap.com/docs/5.3/utilities/text/
|
101
|
+
:url-bs-docs--utils-vertical_alignment: https://getbootstrap.com/docs/5.3/utilities/vertical-align/
|
102
|
+
:url-bs-docs--utils-visibility: https://getbootstrap.com/docs/5.3/utilities/visibility/
|
103
|
+
|
104
|
+
:url-bs-docs--migration-to-v5: https://getbootstrap.com/docs/5.3/migration/
|
105
|
+
|
106
|
+
:url-bs-material-design--home: https://mdbootstrap.github.io/bootstrap-material-design/
|
107
|
+
:url-bs-material-design--gh-repo: https://github.com/mdbootstrap/bootstrap-material-design/
|
108
|
+
|
109
|
+
:url-bs-theme-switcher--gh-repo: https://github.com/jguadagno/bootstrapThemeSwitcher/
|
110
|
+
|
111
|
+
:url-bootswatch--home: https://bootswatch.com/
|
112
|
+
:url-bootswatch--api: https://bootswatch.com/help/#api
|
113
|
+
|
114
|
+
:url-builder--gh-repo: https://github.com/jimweirich/builder/
|
115
|
+
|
116
|
+
:url-bump--gh-repo: https://github.com/gregorym/bump/
|
117
|
+
|
118
|
+
:url-cash--gh-repo: https://github.com/fabiospampinato/cash/
|
119
|
+
:url-clipboard--gh-repo: https://github.com/zenorocha/clipboard.js/
|
120
|
+
|
121
|
+
:url-cors--gh-repo: https://github.com/expressjs/cors/
|
122
|
+
:url-cross-env--gh-repo: https://github.com/kentcdodds/cross-env/
|
123
|
+
:url-cross-var--gh-repo: https://github.com/elijahmanor/cross-var/
|
124
|
+
|
125
|
+
:url-dailymotion--home: https://www.dailymotion.com/
|
126
|
+
:url-dailymotion--privacy-policy: https://legal.dailymotion.com/en/privacy-policy/
|
127
|
+
|
128
|
+
:url-datatables--home: https://datatables.net/
|
129
|
+
:url-docker--home: https://getbootstrap.com/
|
130
|
+
:url-docker--docs: https://docs.docker.com/
|
131
|
+
|
132
|
+
:url-eslint--home: https://eslint.org/
|
133
|
+
:url-eslint--gh-repo: https://github.com/eslint/eslint/
|
134
|
+
|
135
|
+
:url-execjs--gh-repo: https://github.com/rails/execjs/
|
136
|
+
|
137
|
+
:url-facebook--privacy-policy-en: https://www.facebook.com/policy.php
|
138
|
+
:url-facebook--privacy-policy-de: https://de-de.facebook.com/policy.php
|
139
|
+
|
140
|
+
:url-filamentgroup--home: https://www.filamentgroup.com/
|
141
|
+
|
142
|
+
:url-fontawesome--home: https://fontawesome.com/
|
143
|
+
:url-fontawesome--icons: https://fontawesome.com/icons?d=gallery
|
144
|
+
:url-fontawesome--free-preview: https://fontawesome.com/search?m=free&o=r
|
145
|
+
:url-fontawesome--get-started: https://fontawesome.com/get-started
|
146
|
+
:url-fontawesome-free--gh-repo: https://github.com/FortAwesome/Font-Awesome/
|
147
|
+
:url-fsevents--gh-repo: https://github.com/fsevents/fsevents/
|
148
|
+
|
149
|
+
:url-ga-optin—--home: https://github.com/luciomartinez/gtag-opt-in/
|
150
|
+
|
151
|
+
:url-getos--gh-repo: https://github.com/retrohacker/getos/
|
152
|
+
|
153
|
+
:url-git--home: https://git-scm.com/
|
154
|
+
:url-git--download-windows-x64: https://github.com/git-for-windows/git/releases/download/v2.34.1.windows.1/Git-2.34.1-64-bit.exe
|
155
|
+
|
156
|
+
:url-git--git-workflow: https://nvie.com/posts/a-successful-git-branching-model/
|
157
|
+
:url-git--git-branching-model: https://nvie.com/posts/a-successful-git-branching-model/
|
158
|
+
|
159
|
+
:url-github--home: https://github.com/
|
160
|
+
:url-github--join: https://github.com/join
|
161
|
+
:url-github--cli: https://cli.github.com/
|
162
|
+
:url-github--cli-repo: https://github.com/cli/cli
|
163
|
+
:url-github--cli-v2-4-0: https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_windows_amd64.msi
|
164
|
+
:url-github--docs: https://docs.github.com/en
|
165
|
+
:url-github--login: https://github.com/login
|
166
|
+
:url-github--pages: https://pages.github.com/
|
167
|
+
:url-github--about-org: https://help.github.com/articles/about-organizations/
|
168
|
+
:url-github-dev--oauth-app: https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/
|
169
|
+
|
170
|
+
:url-gist--home: https://gist.github.com/
|
171
|
+
:url-gist--asciidoc-extensions-example: https://gist.github.com/mojavelinux/5546622
|
172
|
+
|
173
|
+
:url-gdpr-eu--home: https://gdpr.eu/
|
174
|
+
:url-gdpr--C-673-17: https://curia.europa.eu/juris/liste.jsf?num=C-673/17
|
175
|
+
|
176
|
+
:url-google-material-design-icons--gh-repo: https://github.com/google/material-design-icons/
|
177
|
+
:url-google--deactivate-ga-en: http://tools.google.com/dlpage/gaoptout?hl=en
|
178
|
+
:url-google--privacy-policy-en: https://policies.google.com/privacy?hl=en
|
179
|
+
:url-google--privacy-policy-de: https://policies.google.com/privacy?hl=de
|
180
|
+
|
181
|
+
:url-heroku--home: https://www.heroku.com/home/
|
182
|
+
|
183
|
+
:url-iconify--home: https://iconify.design/
|
184
|
+
:url-iconify--icon-sets: https://iconify.design/icon-sets/
|
185
|
+
:url-iconify--medical-icons: https://iconify.design/icon-sets/medical-icon/
|
186
|
+
:url-iconify--brand-icons: https://iconify.design/icon-sets/logos/
|
187
|
+
|
188
|
+
:url-instagram--privacy-policy: http://instagram.com/about/legal/privacy/
|
189
|
+
|
190
|
+
:url-iframe-resizer--gh-repo: https://github.com/davidjbradshaw/iframe-resizer/
|
191
|
+
|
192
|
+
:url-j1-docs-binderhub--local: /public/jupyter/docs/binderhub/
|
193
|
+
:url-j1-docs-jupyterhub--local: /public/jupyter/docs/jupyterhub/
|
194
|
+
:url-j1-docs-binderhub--remote: https://jekyll.one/pages/public/jupyter/docs/binderhub/
|
195
|
+
:url-j1-docs-jupyterhub--remote: https://jekyll.one/pages/public/jupyter/docs/jupyterhub/
|
196
|
+
|
197
|
+
:url-j1-gh-binder-repo--requirements-txt: https://github.com/jekyll-one/j1-binder-repo
|
198
|
+
:url-j1-gh-binder-repo--environment-yml: https://github.com/jekyll-one/j1-binder-nbinteract
|
199
|
+
|
200
|
+
:url-j1--features: /pages/public/about/features/
|
201
|
+
|
202
|
+
:url-j1--home: https://jekyll.one/
|
203
|
+
:url-j1--download: https://rubygems.org/gems/j1-template/
|
204
|
+
:url-j1--versions: https://rubygems.org/gems/j1-template/versions/
|
205
|
+
:url-j1--reporting-issues: https://github.com/jekyll-one/j1-starter/issues
|
206
|
+
|
207
|
+
:url-j1-rubydoc--home: https://www.rubydoc.info/gems/j1-template/
|
208
|
+
:url-j1--gh-binder-repo: https://github.com/jekyll-one/j1-binder-repo
|
209
|
+
|
210
|
+
:url-j1--preview: https://preview.jekyll.one/
|
211
|
+
:url-j1--quickstart: https://jekyll.one/pages/public/learn/quickstart/
|
212
|
+
:url-j1-cheatsheet--j1-git: http://localhost:42000/pages/public/cheatsheets/j1/#git
|
213
|
+
:url-j1--translator:
|
214
|
+
|
215
|
+
:url-j1-kickstarter--web-in-a-day: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/meet_and_greet/
|
216
|
+
:url-j1-web-in-a-day--meet-and-greet: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/meet_and_greet/
|
217
|
+
:url-j1-web-in-a-day--awesome-site: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/a_awesome_site/
|
218
|
+
:url-j1-web-in-a-day--development-system: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/dev_system/
|
219
|
+
:url-j1-web-in-a-day--project-management: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/manage_projects/
|
220
|
+
:url-j1-web-in-a-day--creating-content: https://jekyll.one/pages/public/learn/kickstart/web_in_a_day/create_content/
|
221
|
+
|
222
|
+
:url-j1-kickstarter--learning-seo: https://jekyll.one/pages/public/learn/kickstart/learning_seo/what_seo_is/
|
223
|
+
:url-j1-learning-seo--what_seo_is: https://jekyll.one/pages/public/learn/kickstart/learning_seo/what_seo_is/
|
224
|
+
|
225
|
+
:url-j1-downloads--template: https://rubygems.org/gems/j1-template
|
226
|
+
|
227
|
+
:url-j1--devstart: https://jekyll.one/pages/public/learn/devstart/
|
228
|
+
|
229
|
+
:url-j1--rocketstart: https://jekyll.one/pages/public/learn/rocketstart
|
230
|
+
:url-j1--rocketstart-deployment-reference: https://jekyll.one/pages/public/learn/rocketstart/#deployment-reference
|
231
|
+
|
232
|
+
:url-j1-roundtrip--present-images: /pages/public/learn/roundtrip/present_images/
|
233
|
+
|
234
|
+
:url-j1-learn--whats-up: https://jekyll.one/pages/public/learn/whats_up/
|
235
|
+
:url-j1-learn--present-images: https://jekyll.one/pages/public/learn/roundtrip/present_images/
|
236
|
+
:url-j1-learn--present-videos: https://jekyll.one/pages/public/learn/roundtrip/present_videos/
|
237
|
+
:url-j1-learn--typography: https://jekyll.one/pages/public/learn/roundtrip/typography/
|
238
|
+
:url-j1-learn--icon-fonts: https://jekyll.one/pages/public/learn/roundtrip/mdi_icon_font/
|
239
|
+
:url-j1-learn--asciidoc_extensions: https://jekyll.one/pages/public/learn/roundtrip/asciidoc_extensions/
|
240
|
+
:url-j1-learn--extended-modals: https://jekyll.one/pages/public/learn/roundtrip/modals/
|
241
|
+
:url-j1-learn--responsive-tables: https://jekyll.one/pages/public/learn/roundtrip/responsive_tables/
|
242
|
+
:url-j1-learn--themes: https://jekyll.one/pages/public/learn/roundtrip/themes/
|
243
|
+
|
244
|
+
:url-j1-binder-repo--requirements-txt: https://github.com/jekyll-one/j1-binder-repo
|
245
|
+
:url-j1-binder-repo--environment-yml: https://github.com/jekyll-one/j1-binder-nbinteract
|
246
|
+
|
247
|
+
:url-j1-repo--j1-nbinteract: https://github.com/jekyll-one/j1-nbinteract
|
248
|
+
:url-j1-altair-visualizations--remote: https://jekyll.one/pages/public/jupyter/examples/localized/j1-bokeh-visualizations/
|
249
|
+
:url-j1-bokeh-visualizations--remote: https://jekyll.one/pages/public/jupyter/examples/localized/j1-bokeh-visualizations/
|
250
|
+
:url-j1-nbi-module-docs--remote: https://jekyll.one/pages/public/manuals/jupyter/j1-nbinteract-docs/
|
251
|
+
:url-j1-nbi-apis-binder--remote: https://jekyll.one/pages/public/manuals/jupyter/binderhub/
|
252
|
+
|
253
|
+
:url-jekyll--home: https://jekyllrb.com/
|
254
|
+
:url-jekyll--docs: https://jekyllrb.com/docs/
|
255
|
+
:url-jekyll-asciidoc--gh-repo: https://github.com/asciidoctor/jekyll-asciidoc/
|
256
|
+
:url-jekyll-compress--gh-repo: http://jch.penibelst.de/
|
257
|
+
:url-jekyll-feed--gh-repo: https://github.com/jekyll/jekyll-feed/
|
258
|
+
:url-jekyll-gist--gh-repo: https://github.com/jekyll/jekyll-gist/
|
259
|
+
:url-jekyll-paginate-v2--gh-repo: https://github.com/sverrirs/jekyll-paginate-v2/
|
260
|
+
:url-jekyll-redirect-from--gh-repo: https://github.com/jekyll/jekyll-redirect-from/
|
261
|
+
:url-jekyll-sass-converter--gh-repo: https://github.com/jekyll/jekyll-sass-converter/
|
262
|
+
:url-jekyll-sitemap--gh-repo: https://github.com/jekyll/jekyll-sitemap/
|
263
|
+
|
264
|
+
:url-jquery--home: https://jquery.com/
|
265
|
+
|
266
|
+
:url-js-yaml--gh-repo: https://github.com/nodeca/js-yaml/
|
267
|
+
:url-js-json-minify--gh-repo: https://github.com/fkei/JSON.minify/
|
268
|
+
|
269
|
+
:url-justified-gallery--home: http://miromannino.github.io/Justified-Gallery/
|
270
|
+
:url-justified-gallery--gh-repo: https://github.com/miromannino/Justified-Gallery/
|
271
|
+
|
272
|
+
:url-lingohub--speakers-by-language: https://lingohub.com/blog/2016/10/why-english-only-content-just-wont-cut-it-anymore
|
273
|
+
|
274
|
+
:url-lerna--home: https://lerna.js.org/
|
275
|
+
:url-lerna--gh-repo: https://github.com/lerna/lerna/
|
276
|
+
|
277
|
+
:url-license--creative-commons: https://creativecommons.org/licenses/by/4.0/
|
278
|
+
:url-license--mit: https://opensource.org/licenses/MIT/
|
279
|
+
:url-license--sil: https://scripts.sil.org/OFL
|
280
|
+
|
281
|
+
:url-lightbox-v2--home: https://lokeshdhakar.com/projects/lightbox2/
|
282
|
+
:url-lightbox-v2--gh-repo: https://github.com/lokesh/lightbox2/
|
283
|
+
|
284
|
+
:url-light-gallery--home: https://sachinchoolur.github.io/lightGallery/
|
285
|
+
:url-light-gallery--gh-repo: http://sachinchoolur.github.io/lightGallery/
|
286
|
+
:url-light-gallery--license: https://www.lightgalleryjs.com/license/
|
287
|
+
|
288
|
+
:url-liquid--home: https://shopify.github.io/liquid/
|
289
|
+
:url-liquid--gh-repo: https://github.com/Shopify/liquid/
|
290
|
+
|
291
|
+
:url-log4javascript--home: http://log4javascript.org/
|
292
|
+
|
293
|
+
:url-log4r--gh-repo: https://github.com/colbygk/log4r/
|
294
|
+
|
295
|
+
:url-lunr--home: https://lunrjs.com/
|
296
|
+
:url-lunr--gh-repo: https://github.com/olivernn/lunr.js
|
297
|
+
|
298
|
+
:url-mdi--home: https://materialdesignicons.com/
|
299
|
+
:url-mdi--gh-repo: https://github.com/Templarian/MaterialDesign/
|
300
|
+
:url-mdi--preview: https://pictogrammers.com/library/mdi/
|
301
|
+
:url-mdi--cheatsheet: https://pictogrammers.github.io/@mdi/font/7.2.96/
|
302
|
+
|
303
|
+
:url-mdil--home: https://materialdesignicons.com/
|
304
|
+
:url-mdil--gh-repo: https://github.com/Pictogrammers/MaterialDesignLight
|
305
|
+
:url-mdil--preview: https://pictogrammers.com/library/mdil/
|
306
|
+
:url-mdil--cheatsheet: https://pictogrammers.github.io/@mdi/font/7.2.96/
|
307
|
+
|
308
|
+
:url-materialize--home: https://materializecss.com/
|
309
|
+
:url-materialize--gh-repo: https://github.com/Dogfalo/materialize/
|
310
|
+
|
311
|
+
:url-mobile-menu-light--home: https://www.mmenujs.com/mmenu-light/
|
312
|
+
:url-mobile-menu-light--gh-repo: https://github.com/FrDH/mmenu-light
|
313
|
+
|
314
|
+
:url-msdropdown--home: https://www.marghoobsuleman.com/image-dropdown
|
315
|
+
|
316
|
+
:url-nbconvert--doc: https://nbconvert.readthedocs.io/en/latest/usage.html
|
317
|
+
:url-nbinteract--docs: https://www.nbinteract.com/
|
318
|
+
|
319
|
+
:url-netlify--home: https://www.netlify.com/
|
320
|
+
:url-netlify--docs: https://docs.netlify.com/
|
321
|
+
:url-netlify--jamstack: https://www.netlify.com/jamstack/
|
322
|
+
:url-netlify--1-click-button: https://docs.netlify.com/site-deploys/create-deploys/#deploy-to-netlify-button
|
323
|
+
|
324
|
+
:url-node-sass--home: https://github.com/sass/node-sass/
|
325
|
+
|
326
|
+
:url-nodejs--home: https://nodejs.org/en/
|
327
|
+
|
328
|
+
:url-nokogiri--home: https://nokogiri.org/
|
329
|
+
:url-nokogiri--gh-repo: https://github.com/sparklemotion/nokogiri/
|
330
|
+
:url-nokogiri-pretty--gh-repo: https://github.com/tobym/nokogiri-pretty/
|
331
|
+
|
332
|
+
:url-npm--home: https://www.npmjs.com/
|
333
|
+
|
334
|
+
:url-npm-run-all--gh-repo: https://github.com/mysticatea/npm-run-all/
|
335
|
+
|
336
|
+
:url-ny-times--home: https://www.nytimes.com/
|
337
|
+
|
338
|
+
:url-omniauth--gh-repo: https://github.com/omniauth/omniauth/
|
339
|
+
|
340
|
+
:url-omniauth-oauth-v2--gh-repo: https://github.com/omniauth/omniauth-oauth2/
|
341
|
+
|
342
|
+
:url-owl-carousel-v1--home: http://www.landmarkmlp.com/js-plugin/owl.carousel/
|
343
|
+
|
344
|
+
:url-owasp-attacks--csrf: https://owasp.org/www-community/attacks/csrf
|
345
|
+
|
346
|
+
:url-parseurl--gh-repo: https://github.com/pillarjs/parseurl/
|
347
|
+
|
348
|
+
:url-platform--gh-repo: https://github.com/bestiejs/platform.js/
|
349
|
+
|
350
|
+
:url-popper--home: https://popper.js.org/
|
351
|
+
:url-popper--gh-repo: https://github.com/popperjs/popper-core/
|
352
|
+
|
353
|
+
:url-previewer--county-flags: https://jekyll.one/pages/public/previewer/country_flags/
|
354
|
+
:url-previewer--emoji: https://jekyll.one/pages/public/previewer/twitter_emoji/
|
355
|
+
:url-previewer--mdi-icons: https://jekyll.one/pages/public/fonticons/mdi/
|
356
|
+
:url-previewer--mdil-icons: https://jekyll.one/pages/public/fonticons/mdil/
|
357
|
+
:url-previewer--rouge-themes: https://jekyll.one/pages/public/previewer/rouge/
|
358
|
+
|
359
|
+
:url-puma--home: https://puma.io/
|
360
|
+
:url-puma--gh-repo: https://github.com/puma/puma/
|
361
|
+
|
362
|
+
:url-rack--home: https://rack.github.io/
|
363
|
+
:url-rack--gh-repo: https://github.com/rack/rack
|
364
|
+
|
365
|
+
:url-rack-protection--home: http://sinatrarb.com/protection/
|
366
|
+
:url-rack-protection--gh-repo: https://github.com/sinatra/sinatra/tree/master/rack-protection/
|
367
|
+
|
368
|
+
:url-rack-ssl-enforcer--gh-repo: https://github.com/tobmatth/rack-ssl-enforcer/
|
369
|
+
|
370
|
+
:url-roboto--home: https://fonts.google.com/specimen/Roboto/
|
371
|
+
|
372
|
+
:url-ruby-rouge--gh-repo: https://github.com/rouge-ruby/rouge/
|
373
|
+
|
374
|
+
:url-ruby-warden--home: https://github.com/wardencommunity/warden/wiki/
|
375
|
+
:url-ruby-warden--gh-repo: https://github.com/wardencommunity/warden/
|
376
|
+
|
377
|
+
:url-ruby-lang--home: https://www.ruby-lang.org/en/
|
378
|
+
:url-ruby-lang--gh-repo: https://github.com/ruby/ruby/
|
379
|
+
|
380
|
+
:url-rubyinstaller--download-v2-7-4: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.4-1/rubyinstaller-devkit-2.7.4-1-x64.exe
|
381
|
+
:url-rubyinstaller--download-v2-7-5: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.5-1/rubyinstaller-devkit-2.7.5-1-x64.exe
|
382
|
+
|
383
|
+
:url-rubygems--home: https://rubygems.org/
|
384
|
+
|
385
|
+
:url-ruby-gem-bundler--gh-repo: https://github.com/bundler/bundler/
|
386
|
+
:url-ruby-gem-jekyll-auth--gh-repo: https://github.com/benbalter/jekyll-auth/
|
387
|
+
|
388
|
+
:url-ruby-sass--home: https://sass-lang.com/ruby-sass/
|
389
|
+
|
390
|
+
:url-sass-lang--home: https://sass-lang.com/
|
391
|
+
:url-sass-lang--gh-repo: https://github.com/sass/dart-sass/
|
392
|
+
|
393
|
+
:url-jamstack--home: https://jamstack.org/
|
394
|
+
:url-jamstack--generators: https://jamstack.org/generators/
|
395
|
+
|
396
|
+
:url-shopify--home: https://www.shopify.com/
|
397
|
+
|
398
|
+
:url-stackoverflow--usage-fonticons: https://stackoverflow.com/questions/11135261/should-i-use-i-tag-for-icons-instead-of-span
|
399
|
+
|
400
|
+
:url-tablesaw-rtables--gh-repo: https://github.com/filamentgroup/tablesaw/
|
401
|
+
|
402
|
+
:url-terser--home: https://terser.org/
|
403
|
+
:url-terser--gh-repo: https://github.com/terser/terser/
|
404
|
+
|
405
|
+
:url-theme-switcher--gh-repo: https://github.com/jguadagno/bootstrapThemeSwitcher/
|
406
|
+
|
407
|
+
:url-tocbot--home: https://tscanlin.github.io/tocbot/
|
408
|
+
:url-tocbot--gh-repo: https://github.com/tscanlin/tocbot/
|
409
|
+
|
410
|
+
:url-translator--google: https://translate.google.com/
|
411
|
+
:url-translator--deepl: https://www.deepl.com/de/translator
|
412
|
+
|
413
|
+
:url-twitter-emoji--gh-repo: https://github.com/twitter/twemoji/
|
414
|
+
:url-twitter-emoji-picker--gh-repo: https://github.com/xLs51/Twemoji-Picker/
|
415
|
+
:url-twitter--privacy-en: https://twitter.com/en/privacy
|
416
|
+
:url-twitter--login: https://twitter.com/login
|
417
|
+
|
418
|
+
:url-uglifier--gh-repo: https://github.com/lautis/uglifier/
|
419
|
+
|
420
|
+
:url-videojs--home: https://videojs.com/
|
421
|
+
:url-videojs--gh-repo: https://github.com/videojs/video.js
|
422
|
+
|
423
|
+
:url-vimeo--home: https://vimeo.com/
|
424
|
+
:url-vimeo--privacy-policy: https://vimeo.com/privacy
|
425
|
+
|
426
|
+
:url-vivendi--home: https://www.vivendi.com/en/
|
427
|
+
|
428
|
+
:url-vk--home: https://vk.com/
|
429
|
+
:url-vk--privacy-policy: https://vk.com/data_protection
|
430
|
+
|
431
|
+
:url-webpack--home: https://webpack.js.org/
|
432
|
+
:url-webpack--gh-repo: https://github.com/webpack/webpack/
|
433
|
+
|
434
|
+
:url-webpack-cli--gh-repo: https://github.com/webpack/webpack/
|
435
|
+
|
436
|
+
:url-w3org--css-spec: https://www.w3.org/Style/CSS/specs.en.html
|
437
|
+
|
438
|
+
:url-wikipedia-en--google: https://en.wikipedia.org/wiki/Google
|
439
|
+
|
440
|
+
:url-w3schools--css-tutorial: https://www.w3schools.com/css/default.asp
|
441
|
+
|
442
|
+
:url-yarn--home: https://yarnpkg.com/
|
443
|
+
:url-yarn--gh-repo:
|
444
|
+
|
445
|
+
:url-youtube--home: https://www.youtube.com/
|
446
|
+
|
447
|
+
|
448
|
+
:url-ruby--windows-download-v2-7-4: https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.4-1/rubyinstaller-devkit-2.7.4-1-x64.exe
|
449
|
+
:url-nodejs--windows-download-remommended: https://nodejs.org/dist/v12.22.0/node-v12.22.0-x64.msi
|
450
|
+
:url-j1--template-starter: https://github.com/jekyll-one/j1-template-starter
|
451
|
+
|
452
|
+
:placeholder_image_100x100: https://placehold.it/100x100/
|
453
|
+
:placeholder_image_200x200: https://placehold.it/200x200/
|
454
|
+
:placeholder_image_300x300: https://placehold.it/300x300/
|
455
|
+
:placeholder_image_400x400: https://placehold.it/400x400/
|
456
|
+
:placeholder_image_500x500: https://placehold.it/500x500/
|
457
|
+
|
458
|
+
:placeholder_image_100x600: https://placehold.it/100x600/
|
459
|
+
:placeholder_image_200x600: https://placehold.it/200x600/
|
460
|
+
:placeholder_image_300x600: https://placehold.it/300x600/
|
461
|
+
:placeholder_image_400x600: https://placehold.it/400x600/
|
462
|
+
:placeholder_image_500x600: https://placehold.it/500x600/
|
463
|
+
|
464
|
+
:placeholder_kitten_100x100: https://placekitten.com/100/100/
|
465
|
+
:placeholder_kitten_200x200: https://placekitten.com/200/200/
|
466
|
+
:placeholder_kitten_300x300: https://placekitten.com/300/300/
|
467
|
+
:placeholder_kitten_400x400: https://placekitten.com/400/400/
|
468
|
+
:placeholder_kitten_500x500: https://placekitten.com/500/500/
|
469
|
+
|
470
|
+
:placeholder_kitten_100x600: https://placekitten.com/100/600/
|
471
|
+
:placeholder_kitten_200x600: https://placekitten.com/200/600/
|
472
|
+
:placeholder_kitten_300x600: https://placekitten.com/300/600/
|
473
|
+
:placeholder_kitten_400x600: https://placekitten.com/400/600/
|
474
|
+
:placeholder_kitten_500x600: https://placekitten.com/500/600/
|
475
|
+
|
476
|
+
end::urls[]
|
477
|
+
|
478
|
+
|
479
|
+
// FOOTNOTES, global asciidoc attributes (variables)
|
480
|
+
// -----------------------------------------------------------------------------
|
481
|
+
tag::footnotes[]
|
482
|
+
|
483
|
+
:fn-eiu--i3_report: footnote:[link:https://theinclusiveinternet.eiu.com/[The Economist Intelligence Unit (EIU) · Inclusive Internet Report, window="_blank"]]
|
484
|
+
|
485
|
+
:fn-opensource--about: footnote:[link:https://opensource.org/about[OpenSource · About, window="_blank"]]
|
486
|
+
|
487
|
+
:fn-windows-os-de--uac: footnote:[link:https://docs.microsoft.com/de-de/windows/security/identity-protection/user-account-control/how-user-account-control-works[Benutzerkontensteuerung (UAC), window="_blank"]]
|
488
|
+
:fn-windows-os-en--uac: footnote:[link:https://docs.microsoft.com/en-us/windows/win32/uxguide/winenv-uac[User Account Control (UAC), window="_blank"]]
|
489
|
+
|
490
|
+
:fn-wikipedia--open_data: footnote:[link:https://de.wikipedia.org/wiki/Open_Data[Wikipedia · OpenOata, window="_blank"]]
|
491
|
+
:fn-wikipedia--cookies: footnote:[link:https://de.wikipedia.org/wiki/HTTP-Cookie[Wikipedia · Cookies, window="_blank"]]
|
492
|
+
:fn-wikipedia--armuts_reichtums_bericht_de: footnote:[link:https://de.wikipedia.org/wiki/Armuts-_und_Reichtumsbericht_der_Bundesregierung[Wikipedia · Armuts- und Reichtumsbericht der Bundesregierung (ARB), window="_blank"]]
|
493
|
+
|
494
|
+
end::footnotes[]
|
495
|
+
|
496
|
+
|
497
|
+
// TAGS, global asciidoc attributes (variables)
|
498
|
+
// -----------------------------------------------------------------------------
|
499
|
+
tag::tags[]
|
500
|
+
|
501
|
+
// controls (strings)
|
502
|
+
//
|
503
|
+
:browser-window--new: window="_blank"
|
504
|
+
:clipboard--noclip: noclip
|
505
|
+
:figure-caption--text: Figure
|
506
|
+
|
507
|
+
// fa icons
|
508
|
+
//
|
509
|
+
:icon-checked: icon:check[role="green"]
|
510
|
+
:icon-times: icon:times[role="red mr-2"]
|
511
|
+
:icon-file: icon:file-alt[role="blue"]
|
512
|
+
:icon-battery--quarter: icon:battery-quarter[role="md-blue"]
|
513
|
+
:icon-battery--half: icon:battery-half[role="md-blue"]
|
514
|
+
:icon-battery--three-quarter: icon:battery-three-quarter[role="md-blue"]
|
515
|
+
:icon-battery--full: icon:battery-full[role="md-blue"]
|
516
|
+
|
517
|
+
// level indicators
|
518
|
+
//
|
519
|
+
:level--beginner: {icon-battery--quarter}
|
520
|
+
:level--intermediate: {icon-battery--half}
|
521
|
+
:level--advanced: {icon-battery--three-quarter}
|
522
|
+
:level--expert: {icon-battery--full}
|
523
|
+
|
524
|
+
// common badges
|
525
|
+
//
|
526
|
+
:badge-j1--license: image:https://img.shields.io/github/license/jekyll-one-org/j1-template-base[GitHub, link="https://github.com/jekyll-one-org/j1-template-base/blob/main/LICENSE.md", window="_blank"]
|
527
|
+
:badge-j1--version-latest: image:https://badge.fury.io/rb/j1-template.svg[Gem Version, link="https://badge.fury.io/rb/j1-template", window="_blank"]
|
528
|
+
:badge-j1--downloads: image:https://img.shields.io/gem/dt/j1-template[Gem]
|
529
|
+
:badge-j1-gh--last-commit: image:https://img.shields.io/github/last-commit/jekyll-one-org/j1-template-base[GitHub last commit]
|
530
|
+
:badge-j1-gh--stars: image:https://img.shields.io/github/stars/jekyll-one-org/j1-template?style=social[GitHub Repo stars]
|
531
|
+
|
532
|
+
// special characters
|
533
|
+
//
|
534
|
+
:char-emdash: —
|
535
|
+
:char-middot: ·
|
536
|
+
:char-dot: .
|
537
|
+
:char-dot--double: ..
|
538
|
+
:char-bullet: •
|
539
|
+
:char-bullet--big: ●
|
540
|
+
:char-bullet--bigger: ⬤
|
541
|
+
|
542
|
+
end::tags[]
|
543
|
+
|
544
|
+
|
545
|
+
// DATA, global references to data elements (asciidoc extensions)
|
546
|
+
// -----------------------------------------------------------------------------
|
547
|
+
tag::data[]
|
548
|
+
|
549
|
+
:data-broadbandsearch--global-mobile-traffic: "assets/images/pages/features/global-mobile-traffic-1920x1080.png, Percentage global mobile traffic - 2011-2021"
|
550
|
+
|
551
|
+
:data-binderhub--architecture: "assets/images/pages/nbinteract/binderhub-architecture.jpg, Binderhub Architecture"
|
552
|
+
:data-jupyterlab--architecture: "assets/images/pages/nbinteract/jupyterlab-architecture.jpg, JupyterLab Architecture"
|
553
|
+
|
554
|
+
:data-nbi-textbook--excerpt: "assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg, NBI textbook (excerpt)"
|
555
|
+
|
556
|
+
:data-lingohub--speakers-by-language: "assets/images/pages/features/native-speakers-by-language.png, Native speakers by language"
|
557
|
+
:data-images--google-lighthouse: "assets/images/pages/features/google-lighthouse-1080x300.png, Google Lighthouse Scores (Starter Web at Github)"
|
558
|
+
:data-images--desktop-navigation: "assets/images/pages/features/desktop-web-navigation-1280x1000.jpg, Desktop Web Navigation"
|
559
|
+
:data-images--mobile-navigation: "assets/images/pages/features/mobile-navigation-600x800.png, Mobile Web Navigation"
|
560
|
+
:data-images--master-header: "assets/images/pages/features/master-header-1280x600.jpg, Master Header (image-based)"
|
561
|
+
:data-images--fab: "assets/images/pages/features/fab-1280x500.jpg, FAB (Menu)"
|
562
|
+
:data-images--full-text-search: "assets/images/pages/features/full-text-search-1280x800.jpg, Full-text search"
|
563
|
+
:data-images--cookie-consent: "assets/images/pages/features/cookie-consent-1280x800.jpg, Cookie Consent"
|
564
|
+
:data-images--translator: "assets/images/pages/features/translator-1280x800.jpg, Google Translator"
|
565
|
+
:data-images--comments-hyvor: "assets/images/pages/features/comments-1280x600.jpg, Comments by Hyvor Talk"
|
566
|
+
:data-images--nav-module: "assets/images/pages/features/nav-module-1280x300.jpg, Navigation Module (NAV)"
|
567
|
+
:data-images--teaser-banner: "assets/images/pages/features/teaser-banner-1280x600.jpg, Teaser Banner"
|
568
|
+
:data-images--intro-panel: "assets/images/pages/features/intro-panel-1280x800.jpg, Intro Panel"
|
569
|
+
:data-images--example-content: "assets/images/pages/features/example-content-1280x800.jpg, Example Content"
|
570
|
+
:data-images--bootswatch-themes: "assets/images/pages/features/bootswatch-themes-1280x800.png, Bootswatch Themes (Minty)"
|
571
|
+
:data-images--blog-post-navigator: "assets/images/pages/features/blog-post-navigator-1280x1000.jpg, Blog Post Navigator"
|
572
|
+
:data-images--nbi-textbook-example: "assets/images/pages/features/nbi-barchart-1280x800.jpg, Bar Chart"
|
573
|
+
|
574
|
+
:data-lb-example--template-features: "assets/images/modules/gallery/old_times/image_01.jpg, GrandPa's 80th Birthday, assets/images/modules/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday, assets/images/modules/gallery/old_times/image_03.jpg, GrandPa's annual journey"
|
575
|
+
|
576
|
+
:data-rocketstart--1-click-deploy-1: "assets/images/pages/1-click-deploy/step-1.png, 1-Click Deploy Process"
|
577
|
+
:data-rocketstart--1-click-deploy-2: "assets/images/pages/1-click-deploy/step-2.png, 1-Click Deploy Process"
|
578
|
+
:data-rocketstart--1-click-deploy-3: "assets/images/pages/1-click-deploy/step-3.png, 1-Click Deploy Process"
|
579
|
+
:data-rocketstart--1-click-deploy-4: "assets/images/pages/1-click-deploy/step-4.png, 1-Click Deploy Process"
|
580
|
+
:data-rocketstart--1-click-deploy-5: "assets/images/pages/1-click-deploy/step-5.png, 1-Click Deploy Process"
|
581
|
+
:data-rocketstart--1-click-deploy-6: "assets/images/pages/1-click-deploy/step-6.png, 1-Click Deploy Process"
|
582
|
+
:data-rocketstart--1-click-deploy-7: "assets/images/pages/1-click-deploy/step-7.png, 1-Click Deploy Process"
|
583
|
+
:data-rocketstart--1-click-deploy-8: "assets/images/pages/1-click-deploy/step-8.png, 1-Click Deploy Process"
|
584
|
+
:data-rocketstart--1-click-deploy-9: "assets/images/pages/1-click-deploy/step-9.png, 1-Click Deploy Process"
|
585
|
+
:data-rocketstart--1-click-deploy-9a: "assets/images/pages/1-click-deploy/step-9a.png, 1-Click Deploy Process"
|
586
|
+
:data-rocketstart--1-click-deploy-10a: "assets/images/pages/1-click-deploy/step-10a.png, 1-Click Deploy Process"
|
587
|
+
:data-rocketstart--1-click-deploy-10b: "assets/images/pages/1-click-deploy/step-10b.png, 1-Click Deploy Process"
|
588
|
+
|
589
|
+
:data-translator--icon: "assets/images/pages/tools/translator-icon.jpg, QuickLinks - Translator Icon"
|
590
|
+
|
591
|
+
:data-images-lightbox--standalone: "assets/images/modules/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday"
|
592
|
+
:data-images-lightbox--group: "assets/images/modules/gallery/old_times/image_03.jpg, GrandPa's annual journey, assets/images/modules/gallery/old_times/image_04.jpg, GrandPa's annual journey"
|
593
|
+
|
594
|
+
end::data[]
|
595
|
+
|
596
|
+
|
597
|
+
// DOCUMENTS, global document resources (macro include::)
|
598
|
+
// -----------------------------------------------------------------------------
|
599
|
+
tag::documents[]
|
600
|
+
:docs-licenses--mit: {globaldocumentsdir}/licenses/mit.asciidoc
|
601
|
+
end::documents[]
|
602
|
+
|
603
|
+
|
604
|
+
// TABLES, global table resources (macro include::)
|
605
|
+
// -----------------------------------------------------------------------------
|
606
|
+
tag::tables[]
|
607
|
+
:table-template--variables: {globaltablesdir}/template_variables.asciidoc
|
608
|
+
:table-jekyll--variables: {globaltablesdir}/jekyll_variables.asciidoc
|
609
|
+
end::tables[]
|
610
|
+
|
611
|
+
|
612
|
+
// PRODUCTS, global product information (e.g. release)
|
613
|
+
// -----------------------------------------------------------------------------
|
614
|
+
tag::products[]
|
615
|
+
:j1--license: MIT License
|
616
|
+
:j1--version: 2022.0.1
|
617
|
+
:j1--site-name: Jekyll One
|
618
|
+
end::products[]
|
619
|
+
|
620
|
+
|
621
|
+
// AUTHORS, global author information (special variables)
|
622
|
+
// -----------------------------------------------------------------------------
|
623
|
+
tag::authors[]
|
624
|
+
:author--adams--name: "Jürgen Adams"
|
625
|
+
:author--adams--url: https://jekyll.one
|
626
|
+
end::authors[]
|