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.
Files changed (261) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +11 -9
  3. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  4. data/_includes/themes/j1/layouts/layout_metadata_generator.html +0 -3
  5. data/_includes/themes/j1/modules/navigator/generator.html +3 -3
  6. data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +5 -5
  7. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +3 -3
  8. data/_includes/themes/j1/procedures/global/select_icon_size.proc +9 -2
  9. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
  10. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +8 -8
  11. data/_includes/themes/j1/procedures/posts/create_series_header.proc +2 -2
  12. data/_layouts/category.html +2 -2
  13. data/assets/data/authclient.html +10 -12
  14. data/assets/data/banner.html +3 -3
  15. data/assets/data/fab.html +11 -8
  16. data/assets/data/footer.html +2 -3
  17. data/assets/data/gallery_customizer.html +2 -2
  18. data/assets/data/masonry.html +5 -5
  19. data/assets/data/masterslider.html +1 -1
  20. data/assets/data/menu.html +9 -6
  21. data/assets/data/panel.html +8 -8
  22. data/assets/data/quicklinks.html +3 -1
  23. data/assets/data/rtext_resizer.html +1 -1
  24. data/assets/data/slick.html +2 -2
  25. data/assets/data/translator.html +1 -1
  26. data/assets/themes/j1/adapter/js/advertising.js +302 -96
  27. data/assets/themes/j1/adapter/js/carousel.js +2 -2
  28. data/assets/themes/j1/adapter/js/j1.js +92 -25
  29. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -1
  30. data/assets/themes/j1/adapter/js/lazyLoader.js +221 -0
  31. data/assets/themes/j1/adapter/js/lunr.js +3 -3
  32. data/assets/themes/j1/adapter/js/navigator.js +3 -5
  33. data/assets/themes/j1/adapter/js/themeToggler.js +3 -3
  34. data/assets/themes/j1/adapter/js/themer.js +55 -21
  35. data/assets/themes/j1/core/css/icon-fonts/mdi.css +3 -7
  36. data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
  37. data/assets/themes/j1/core/css/icon-fonts/mdib.css +8337 -0
  38. data/assets/themes/j1/core/css/icon-fonts/mdib.min.css +1 -0
  39. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +104 -30
  40. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +1 -1
  41. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -5
  42. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  43. data/assets/themes/j1/core/js/template.js +98 -31
  44. data/assets/themes/j1/core/js/template.min.js +2 -2
  45. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  46. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.json +2690 -0
  47. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.min.json +1 -0
  48. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +2 -2
  49. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -1
  50. data/assets/themes/j1/modules/materialize/scss/components/_global.scss +1 -1
  51. data/assets/themes/j1/modules/materialize/scss/components/_navbar.scss +2 -2
  52. data/assets/themes/j1/modules/materialize/scss/components/_sidenav.scss +1 -1
  53. data/assets/themes/j1/modules/materialize/scss/components/forms/_input-fields.scss +2 -2
  54. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
  55. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  56. data/lib/j1/version.rb +1 -1
  57. data/lib/starter_web/Gemfile +2 -2
  58. data/lib/starter_web/README.md +5 -5
  59. data/lib/starter_web/_config.yml +2 -2
  60. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  61. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  62. data/lib/starter_web/_data/blocks/footer.yml +4 -1
  63. data/lib/starter_web/_data/blocks/panel.yml +47 -47
  64. data/lib/starter_web/_data/layouts/default.yml +1 -1
  65. data/lib/starter_web/_data/layouts/home.yml +29 -0
  66. data/lib/starter_web/_data/modules/advertising.yml +120 -42
  67. data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -1
  68. data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
  69. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -1
  70. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +20 -20
  71. data/lib/starter_web/_data/modules/defaults/fab.yml +3 -3
  72. data/lib/starter_web/_data/modules/defaults/iconPicker.yml +1 -1
  73. data/lib/starter_web/_data/modules/defaults/lazyLoader.yml +33 -0
  74. data/lib/starter_web/_data/modules/defaults/lunr.yml +2 -2
  75. data/lib/starter_web/_data/modules/defaults/masterslider.yml +1 -1
  76. data/lib/starter_web/_data/modules/defaults/navigator.yml +18 -18
  77. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -2
  78. data/lib/starter_web/_data/modules/fab.yml +7 -7
  79. data/lib/starter_web/_data/modules/iconPicker.yml +3 -3
  80. data/lib/starter_web/_data/modules/lazyLoader.yml +93 -0
  81. data/lib/starter_web/_data/modules/masonry.yml +2 -2
  82. data/lib/starter_web/_data/modules/navigator_menu.yml +190 -148
  83. data/lib/starter_web/_data/modules/slick.yml +47 -86
  84. data/lib/starter_web/_data/resources.yml +68 -70
  85. data/lib/starter_web/_data/templates/feed.xml +1 -1
  86. data/lib/starter_web/_includes/attributes.0.asciidoc +626 -0
  87. data/lib/starter_web/_includes/attributes.asciidoc +26 -24
  88. data/lib/starter_web/_includes/custom/templates/collection_panel.html +2 -2
  89. data/lib/starter_web/_includes/google/static/google_ad_5128488466.html +19 -0
  90. data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +19 -0
  91. data/lib/starter_web/_includes/google/templates/google_ads.html +55 -0
  92. data/lib/starter_web/_plugins/asciidoctor/fab-icon-inline.rb +1 -1
  93. data/lib/starter_web/_plugins/asciidoctor/fas-icon-inline.rb +1 -1
  94. data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +1 -1
  95. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  96. data/lib/starter_web/assets/images/badges/configBinder.jpg +0 -0
  97. data/lib/starter_web/assets/images/badges/docsBinder.jpg +0 -0
  98. data/lib/starter_web/assets/images/badges/notebookBinder.jpg +0 -0
  99. data/lib/starter_web/assets/images/badges/scaleable/configBinder.svg +1 -1
  100. data/lib/starter_web/assets/images/badges/scaleable/docsBinder.svg +1 -1
  101. data/lib/starter_web/assets/images/badges/scaleable/myBinder.svg +1 -1
  102. data/lib/starter_web/assets/images/badges/scaleable/notebookBinder.svg +1 -1
  103. data/lib/starter_web/assets/images/icons/hyvor-talk/jpg/hyvor-logo.512x512.jpg +0 -0
  104. data/lib/starter_web/assets/images/icons/hyvor-talk/png/hyvor-logo.24x24.jpg +0 -0
  105. data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +1 -1
  106. data/lib/starter_web/assets/images/icons/j1/jpg/j1-256x256.jpg +0 -0
  107. data/lib/starter_web/assets/images/icons/j1/jpg/j1-512x512.jpg +0 -0
  108. data/lib/starter_web/assets/images/icons/j1/jpg/j1-64x64.jpg +0 -0
  109. data/lib/starter_web/assets/images/icons/j1/png/j1-256x256.png +0 -0
  110. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg +0 -0
  111. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.jpg.png +0 -0
  112. data/lib/starter_web/assets/images/icons/j1/png/j1-512x512.png +0 -0
  113. data/lib/starter_web/assets/images/icons/j1/png/j1-64x64.png +0 -0
  114. data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +1 -1
  115. data/lib/starter_web/assets/images/modules/attics/1920x1280/brigitta-schneiter.jpg +0 -0
  116. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +1 -1
  117. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.jpg +0 -0
  118. data/lib/starter_web/assets/images/pages/core_web_vitals/200-create-a-link-1.jpg +0 -0
  119. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.jpg +0 -0
  120. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.jpg +0 -0
  121. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.jpg +0 -0
  122. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.jpg +0 -0
  123. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.jpg +0 -0
  124. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.jpg +0 -0
  125. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.jpg +0 -0
  126. data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.jpg +0 -0
  127. data/lib/starter_web/assets/images/posts/featured/jamstack-generators.jpg +0 -0
  128. data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.jpg +0 -0
  129. data/lib/starter_web/assets/images/posts/featured/jekyll.jpg +0 -0
  130. data/lib/starter_web/assets/images/posts/featured/static-web-access.jpg +0 -0
  131. data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
  132. data/lib/starter_web/assets/images/promo/jekyll/jekyll-faq.jpg +0 -0
  133. data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.jpg +0 -0
  134. data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.png +0 -0
  135. data/lib/starter_web/assets/images/promo/jekyll/jekyll-og.png +0 -0
  136. data/lib/starter_web/assets/images/promo/jekyll/scalable/jekyll-faq.psd +0 -0
  137. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +1 -1
  138. data/lib/starter_web/collections/_biography/becoming.adoc +1 -1
  139. data/lib/starter_web/collections/_biography/born-to-run.adoc +1 -1
  140. data/lib/starter_web/collections/_biography/forty-autumns.adoc +1 -1
  141. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +1 -1
  142. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +1 -1
  143. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +1 -1
  144. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +1 -1
  145. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +1 -1
  146. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +26 -1
  147. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +1 -1
  148. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +17 -2
  149. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary.adoc +24 -1
  150. data/lib/starter_web/collections/_romance/{breath-of-snow-and-ashes-a.adoc → breath-of-snow-and-ashes.adoc} +13 -1
  151. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +13 -1
  152. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +1 -1
  153. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +1 -1
  154. data/lib/starter_web/collections/_romance/outlander-novel.adoc +1 -1
  155. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +1 -1
  156. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +4 -2
  157. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +4 -1
  158. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +5 -3
  159. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +4 -1
  160. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
  161. data/lib/starter_web/index.html +0 -9
  162. data/lib/starter_web/package.json +1 -1
  163. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +1 -1
  164. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +1 -1
  165. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +4 -4
  166. data/lib/starter_web/pages/public/learn/bs_sass_variables/_includes/attributes.asciidoc +1 -1
  167. data/lib/starter_web/pages/public/learn/core_web_vitals/_includes/attributes.asciidoc +2 -2
  168. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc +112 -0
  169. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  170. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +1 -1
  171. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +152 -12
  172. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +28 -4
  173. data/lib/starter_web/pages/public/learn/where_to_go.adoc +11 -13
  174. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/gem.adoc +5 -5
  175. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/git.adoc +14 -14
  176. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/j1.adoc +1 -1
  177. data/lib/starter_web/pages/public/{learn → tools}/cheatsheet/yaml.adoc +1 -1
  178. data/lib/starter_web/pages/public/{previewer → tools/previewer}/preview_bootstrap_theme.adoc +1 -1
  179. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  180. data/lib/starter_web/utilsrv/package.json +1 -1
  181. metadata +58 -88
  182. data/assets/data/nbinteract.html +0 -129
  183. data/assets/themes/j1/adapter/js/nbinteract.js +0 -1485
  184. data/assets/themes/j1/modules/advertising/js/adInitializer.js +0 -160
  185. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +0 -7312
  186. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +0 -1
  187. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +0 -1315
  188. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +0 -7
  189. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +0 -886
  190. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +0 -5
  191. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +0 -446
  192. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +0 -5
  193. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +0 -37
  194. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +0 -17
  195. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +0 -42
  196. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +0 -17
  197. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +0 -19057
  198. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +0 -6
  199. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +0 -10872
  200. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +0 -2
  201. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +0 -1
  202. data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +0 -2145
  203. data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +0 -5
  204. data/assets/themes/j1/modules/nbinteract-core/LICENSE.txt +0 -60
  205. data/assets/themes/j1/modules/nbinteract-core/README.md +0 -226
  206. data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.css +0 -191
  207. data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.min.css +0 -19
  208. data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.css +0 -250
  209. data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.min.css +0 -15
  210. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/latest.js +0 -19
  211. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml-full.js +0 -34
  212. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml.js +0 -1
  213. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-mml-chtml.js +0 -1
  214. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/README +0 -1
  215. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js +0 -94
  216. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js.map +0 -1
  217. data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.js +0 -2068
  218. data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.min.js +0 -36
  219. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +0 -281
  220. data/lib/starter_web/assets/images/icons/j1/j1-256x256.gif +0 -0
  221. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
  222. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best.png +0 -0
  223. data/lib/starter_web/assets/images/pages/core_web_vitals/core_web_vitals_best_full.png +0 -0
  224. data/lib/starter_web/assets/images/pages/features/bootswatch-themes-1280x800.png +0 -0
  225. data/lib/starter_web/assets/images/pages/features/global-mobile-traffic-1920x1080.png +0 -0
  226. data/lib/starter_web/assets/images/pages/features/google-lighthouse-1080x300.png +0 -0
  227. data/lib/starter_web/assets/images/pages/features/mobile-navigation-600x800.png +0 -0
  228. data/lib/starter_web/assets/images/pages/features/native-speakers-by-language.png +0 -0
  229. data/lib/starter_web/assets/images/pages/nbinteract/binderhub-architecture.jpg +0 -0
  230. data/lib/starter_web/assets/images/pages/nbinteract/jupyterlab-architecture.jpg +0 -0
  231. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge-1920x1200.jpg +0 -0
  232. data/lib/starter_web/assets/images/pages/nbinteract/mandelbrot-menge.png +0 -0
  233. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi-textbook-example.jpg +0 -0
  234. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_bar.jpg +0 -0
  235. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_hist.jpg +0 -0
  236. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_line.jpg +0 -0
  237. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_multiple_choice.jpg +0 -0
  238. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter.jpg +0 -0
  239. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_scatter_drag.jpg +0 -0
  240. data/lib/starter_web/assets/images/pages/nbinteract/manual/nbi_short_answer.jpg +0 -0
  241. data/lib/starter_web/assets/images/pages/nbinteract/nbi-textbook-example.jpg +0 -0
  242. data/lib/starter_web/assets/images/posts/featured/dynamic-web-access.png +0 -0
  243. data/lib/starter_web/assets/images/posts/featured/jamstack-generators.png +0 -0
  244. data/lib/starter_web/assets/images/posts/featured/jekyll.1200x400.png +0 -0
  245. data/lib/starter_web/assets/images/posts/featured/jekyll.png +0 -0
  246. data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
  247. data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
  248. data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
  249. data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
  250. data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
  251. data/lib/starter_web/assets/images/posts/featured/static-web-access.png +0 -0
  252. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +0 -118
  253. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +0 -118
  254. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +0 -118
  255. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +0 -117
  256. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +0 -117
  257. /data/lib/starter_web/assets/images/badges/{configBinder.png → png/configBinder.png} +0 -0
  258. /data/lib/starter_web/assets/images/badges/{docsBinder.png → png/docsBinder.png} +0 -0
  259. /data/lib/starter_web/assets/images/badges/{notebookBinder.png → png/notebookBinder.png} +0 -0
  260. /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.24x24.png → png/hyvor-logo.24x24.png} +0 -0
  261. /data/lib/starter_web/assets/images/icons/hyvor-talk/{hyvor-logo.512x512.png → png/hyvor-logo.512x512.png} +0 -0
@@ -1,250 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/nbInteract/css/nbinteract/nbinteract-core.css
4
- # Provides base styles for nbInteract
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- #
9
- # Copyright (C) 2023 Juergen Adams
10
- #
11
- # J1 Theme is licensed under MIT License.
12
- # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
13
- # -----------------------------------------------------------------------------
14
- */
15
-
16
- /* Altair style overwrites
17
- -------------------------------------------------------------------------------- */
18
-
19
- /* jadams: overwrite width/height (style) of the canvas for responsiveness */
20
- /* https://stackoverflow.com/questions/55169344/how-to-make-altair-plots-responsive */
21
- canvas.marks {
22
- max-width: 100% !important;
23
- height: auto !important;
24
- }
25
-
26
- /* div.vega-bind, div.vega-bind > span {
27
- margin-left: .5rem !important;
28
- font-size: 1rem;
29
- } */
30
-
31
- input[type="range"] {
32
- /* margin-top: 0.5rem; */
33
- }
34
-
35
- .vega-bind {
36
- margin-top: 0.25rem;
37
- }
38
-
39
- .vega-bind-name {
40
- width: 8rem !important;
41
- display: inline-block;
42
- }
43
- .checkbox label, .radio label, label {
44
- margin-left: 0;
45
- }
46
-
47
- form.vega-bindings {
48
- font-size: 1rem;
49
- margin: .75rem 0 .75rem 1.75rem;
50
- }
51
-
52
- input, select {
53
- margin-right: 0.75rem;
54
- margin-left: 0.75rem;
55
- }
56
-
57
- select {
58
- border-width: 1px;
59
- border-style: solid;
60
- border-color: #9E9E9E;
61
- color: #757575;
62
- line-height: 125%;
63
- padding: 0px 0 0 6px;
64
- -webkit-appearance: none;
65
- -moz-appearance: none;
66
- background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
67
- background-position: calc(100% - 0.75rem) center !important;
68
- -moz-appearance: none !important;
69
- -webkit-appearance: none !important;
70
- appearance: none !important;
71
- padding-right: 2rem !important;
72
- border: 1px solid #BDBDBD;
73
- border-radius: 2px;
74
- }
75
-
76
- /* select:focus {
77
- min-width: 150px;
78
- width: auto;
79
- } */
80
-
81
- /* .vega-bind-name {
82
- width: 16rem !important;
83
- display: inline-block;
84
- } */
85
-
86
- /* select {
87
- margin-right: .75rem;
88
- margin-left: .75rem;
89
- } */
90
-
91
- /* MathJax style overwrites (CSS-HTML)
92
- -------------------------------------------------------------------------------- */
93
- .MathJax span {
94
- font-size: 100% !important;
95
- }
96
-
97
- /* MathJax style overwrites (CommonHTML)
98
- -------------------------------------------------------------------------------- */
99
-
100
- .MJXc-display {
101
- margin: 1em 0 1em 0 !important;
102
- }
103
-
104
- .mjx-chtml {
105
- margin-right: 0.25rem !important;
106
- margin-left: 0.25rem !important;
107
- font-size: 100% !important;
108
- }
109
-
110
-
111
- /* Bgplot style overwrites
112
- -------------------------------------------------------------------------------- */
113
- .bqplot {
114
- box-sizing: border-box !important;
115
- display: flex !important;
116
- min-width: 640px !important;
117
- min-height: 480px !important;
118
- }
119
-
120
- /* global styles
121
- -------------------------------------------------------------------------------- */
122
- .bmd-form-group {
123
- padding-top: unset;
124
- }
125
-
126
- .container {
127
- width: 100% !important;
128
- }
129
-
130
- .hidden {
131
- display: none !important;
132
- }
133
-
134
- h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
135
- margin-top: 1rem !important;
136
- }
137
-
138
- pre {
139
- line-height: 125%;
140
- margin-top: 0 !important;
141
- padding: 0.75rem;
142
- border: 1px solid #bdbdbd;
143
- border-radius: 0.25rem;
144
- }
145
-
146
- /* Base Style/CSS style overwrites (General Button Styling)
147
- -------------------------------------------------------------------------------- */
148
-
149
- /* jadams, 2022-04-22 */
150
- .jupyter-widgets {
151
- overflow: hidden !important;
152
- }
153
-
154
- /* jadams, 2022-04-22: overload BS style for the p element */
155
- .widget-html-content > p {
156
- margin-bottom: 0 !important;
157
- }
158
-
159
- /* jadams, 2022-04-22: overload FA style for size and placement */
160
- .widget-html-content > .fa.fa-check, .fa.fa-times {
161
- font-size: 1.5rem !important;
162
- margin-left: .5rem !important;
163
- }
164
-
165
- /* jadams, 2022-04-22: additinal space for NBI/Interactive Questions */
166
- /* NOTE: affects ALL widget-vbox elements e.g. sitting in a 'output_wrapper' */
167
- /* but acceptable */
168
- .widget-vbox {
169
- margin-bottom: 0.75rem !important;
170
- }
171
-
172
- /* jadams, 2022-04-22 */
173
- .widget-hslider {
174
- margin-top: 1rem !important;
175
- margin-left: 0 !important;
176
- width: 99% !important;
177
- }
178
-
179
- /* jadams, 2022-04-22 */
180
- .widget-inline-hbox .widget-label {
181
- /* width: 6rem !important; */
182
- }
183
-
184
- /* jadams, 2022-04-22 */
185
- .widget-label {
186
- margin-left: 0 !important;
187
- }
188
-
189
- /* Overrides of notebook styles for static HTML export
190
- -------------------------------------------------------------------------------- */
191
- div#notebook {
192
- overflow: visible;
193
- border-top: none;
194
- } @media print {
195
- div.cell {
196
- display: block;
197
- page-break-inside: avoid;
198
- }
199
- div.output_wrapper {
200
- display: block;
201
- page-break-inside: avoid;
202
- max-width: 100%;
203
- height: auto;
204
- }
205
- div.output {
206
- display: block;
207
- page-break-inside: avoid;
208
- }
209
- }
210
-
211
- /* Cell styles for static HTML export
212
- -------------------------------------------------------------------------------- */
213
-
214
- /* adopted from BS "table-responsive */
215
- .cell-responsive {
216
- overflow-x: auto;
217
- -webkit-overflow-scrolling: touch;
218
- }
219
-
220
- .cell.nbinteract-left {
221
- width: 49%;
222
- float: left;
223
- }
224
-
225
- .cell.nbinteract-right {
226
- width: 49%;
227
- float: right;
228
- }
229
-
230
- .cell.nbinteract-hide_in > .input {
231
- display: none;
232
- }
233
-
234
- .cell.nbinteract-hide_out > .output_wrapper {
235
- display: none;
236
- }
237
-
238
- .cell:after {
239
- content: "";
240
- display: table;
241
- clear: both;
242
- }
243
-
244
- div.output_subarea {
245
- max-width: initial;
246
- }
247
-
248
- .jp-OutputPrompt {
249
- display: none;
250
- }
@@ -1,15 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/nbInteract/css/nbinteract/nbinteract-core.css
4
- # Provides base styles for nbInteract
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- #
9
- # Copyright (C) 2023 Juergen Adams
10
- #
11
- # J1 Theme is licensed under MIT License.
12
- # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
13
- # -----------------------------------------------------------------------------
14
- */
15
- canvas.marks{max-width:100% !important;height:auto !important}.vega-bind{margin-top:.25rem}.vega-bind-name{width:8rem !important;display:inline-block}.checkbox label,.radio label,label{margin-left:0}form.vega-bindings{font-size:1rem;margin:.75rem 0 .75rem 1.75rem}input,select{margin-right:.75rem;margin-left:.75rem}select{border-width:1px;border-style:solid;border-color:#9e9e9e;color:#757575;line-height:125%;padding:0 0 0 6px;-webkit-appearance:none;-moz-appearance:none;background:url("data:image/svg+xml,<svgheight='10px'width='10px'viewBox='001616'fill='%23000000'xmlns='http://www.w3.org/2000/svg'><pathd='M7.24711.142.4515.658C1.8855.0132.34543.2044h9.592a11001.7531.659l-4.7965.48a11001-1.5060z'/></svg>") no-repeat;background-position:calc(100% - .75rem) center !important;-moz-appearance:none !important;-webkit-appearance:none !important;appearance:none !important;padding-right:2rem !important;border:1px solid #bdbdbd;border-radius:2px}.MathJax span{font-size:100% !important}.MJXc-display{margin:1em 0 1em 0 !important}.mjx-chtml{margin-right:.25rem !important;margin-left:.25rem !important;font-size:100% !important}.bqplot{box-sizing:border-box !important;display:flex !important;min-width:640px !important;min-height:480px !important}.bmd-form-group{padding-top:unset}.container{width:100% !important}.hidden{display:none !important}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:1rem !important}pre{line-height:125%;margin-top:0 !important;padding:.75rem;border:1px solid #bdbdbd;border-radius:.25rem}.jupyter-button{background-color:#bdbdbd !important}.jupyter-button:hover:enabled,.jupyter-button:focus:enabled{box-shadow:0 3px 5px -1px rgba(0,0,0,0.2),0 5px 8px 0 rgba(0,0,0,0.14),0 1px 14px 0 rgba(0,0,0,0.12) !important}}.jupyter-widgets{overflow:hidden !important}.widget-html-content>p{margin-bottom:0 !important}.widget-html-content>.fa.fa-check,.fa.fa-times{font-size:1.5rem !important;margin-left:.5rem !important}.widget-vbox{margin-bottom:.75rem !important}.widget-hslider{margin-top:1rem !important;margin-left:0 !important;width:99% !important}.widget-label{margin-left:0 !important}div#notebook{overflow:visible;border-top:0}@media print{div.cell{display:block;page-break-inside:avoid}div.output_wrapper{display:block;page-break-inside:avoid;max-width:100%;height:auto}div.output{display:block;page-break-inside:avoid}}.cell-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.cell.nbinteract-left{width:49%;float:left}.cell.nbinteract-right{width:49%;float:right}.cell.nbinteract-hide_in>.input{display:none}.cell.nbinteract-hide_out>.output_wrapper{display:none}.cell:after{content:"";display:table;clear:both}div.output_subarea{max-width:initial}.jp-OutputPrompt{display:none}
@@ -1,19 +0,0 @@
1
- /*
2
- * /MathJax/latest.js
3
- *
4
- * Copyright (c) 2009-2018 The MathJax Consortium
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
-
19
- (function(){var h={"cdnjs.cloudflare.com":{api:"https://api.cdnjs.com/libraries/mathjax?fields=version",version:"version",mathjax:"https://cdnjs.cloudflare.com/ajax/libs/mathjax/"},"cdn.rawgit.com":{api:"https://api.github.com/repos/mathjax/mathjax/releases/latest",version:"tag_name",mathjax:"https://cdn.rawgit.com/mathjax/MathJax/"},"cdn.jsdelivr.net":{api:"https://api.jsdelivr.com/v1/jsdelivr/libraries?name=mathjax&lastversion=*",version:"lastversion",mathjax:"https://cdn.jsdelivr.net/mathjax/"}};function g(q){if(console&&console.log){console.log(q)}}function e(){if(document.currentScript){return document.currentScript}var r=document.getElementsByTagName("script");for(var v=0,q=r.length;v<q;v++){var t=r[v];for(var s in h){if(h.hasOwnProperty(s)){var u=h[s].mathjax;if(t.src&&t.src.substr(0,u.length)===u){return t}}}}}function a(r){if(!r){return}var q=r.src.replace(/https:\/\//,"").replace(/[\/\?].*/,"");return h[q]}var l=/(?:^|;\s*)mjx\.latest=([^;]*)(?:;|$)/;function d(){var q;try{q=l.exec(document.cookie)}catch(r){}if(q&&q[1]!==""){return q[1]}}function c(q){cookie="mjx.latest="+q;var s=new Date();s.setDate(s.getDate()+7);cookie+="; expires="+s.toGMTString();cookie+="; path=/";try{document.cookie=cookie}catch(r){}}function j(){if(window.XMLHttpRequest){return new XMLHttpRequest()}if(window.ActiveXObject){try{return new ActiveXObject("Msxml2.XMLHTTP")}catch(q){}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch(q){}}}function o(r){var q=document.createElement("script");q.type="text/javascript";q.async=true;q.src=r;var s=document.head||document.getElementsByTagName("head")[0]||document.body;if(s){s.appendChild(q)}else{g("Can't find the document <head> element")}}function i(){var q=e();if(q){o(q.src.replace(/\/latest\.js/,"/MathJax.js"))}else{g("Can't determine the URL for loading MathJax")}}function m(q,r,s){var t=j();if(t){t.onreadystatechange=function(){if(t.readyState===4){if(t.status===200){var v=JSON.parse(t.responseText);if(v instanceof Array){v=v[0]}var u=v[q.version];if(u.substr(0,2)==="2."){c(u);o(q.mathjax+v[q.version]+s+"/MathJax.js"+r);return}}else{g("Problem acquiring MathJax version: status = "+t.status)}i()}};t.open("GET",q.api,true);t.send(null)}else{g("Can't create XMLHttpRequest object");i()}}var n=e();var p=a(n);if(p){var b=n.src.replace(/.*?(\?|$)/,"$1");b+=(b?"&":"?")+"latest";var f=(n.src.match(/\/unpacked\/latest\.js/)?"/unpacked":"");var k=d();if(k){o(p.mathjax+k+f+"/MathJax.js"+b)}else{m(p,b,f)}}else{i()}})();