j1-template 2020.0.18 → 2020.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (523) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/ads/ad.html +2 -2
  3. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +2 -2
  4. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +4 -4
  5. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +2 -2
  6. data/_includes/themes/j1/blocks/footer/generator.html +2 -2
  7. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +21 -18
  8. data/_includes/themes/j1/layouts/content_generator_collection.html +4 -4
  9. data/_includes/themes/j1/layouts/content_generator_page.html +12 -60
  10. data/_includes/themes/j1/layouts/content_generator_post.html +64 -162
  11. data/_includes/themes/j1/layouts/layout_metadata_generator.html +2 -2
  12. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +15 -1
  13. data/_includes/themes/j1/modules/connectors/ads +2 -2
  14. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +2 -4
  15. data/_includes/themes/j1/modules/connectors/analytics +2 -2
  16. data/_includes/themes/j1/modules/connectors/comment/disqus.html +38 -25
  17. data/_includes/themes/j1/modules/connectors/comments +2 -2
  18. data/_includes/themes/j1/modules/connectors/translator +2 -2
  19. data/_includes/themes/j1/modules/navigator/generator.html +17 -8
  20. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +36 -26
  21. data/_includes/themes/j1/procedures/global/attributes_loader.proc +117 -0
  22. data/_includes/themes/j1/procedures/global/create_bs_button.proc +11 -10
  23. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +14 -12
  24. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +1 -1
  25. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +3 -3
  26. data/_includes/themes/j1/procedures/global/setup.proc +9 -9
  27. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -2
  28. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  29. data/_includes/themes/j1/procedures/posts/collate_calendar.proc +1 -1
  30. data/_includes/themes/j1/procedures/posts/collate_list.proc +1 -1
  31. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +38 -39
  32. data/_includes/themes/j1/procedures/posts/create_series_header.proc +9 -5
  33. data/_layouts/blog_archive.html +2 -1
  34. data/_layouts/collection.html +1 -1
  35. data/_layouts/default.html +3 -3
  36. data/_layouts/home.html +2 -2
  37. data/_layouts/page.html +1 -1
  38. data/_layouts/post.html +1 -1
  39. data/apps/public/cc/cc.yml +3 -3
  40. data/assets/data/authclient.html +7 -7
  41. data/assets/data/banner.html +31 -26
  42. data/assets/data/carousel.json +1 -1
  43. data/assets/data/cookiebar.html +21 -17
  44. data/assets/data/fam.html +124 -0
  45. data/assets/data/footer.html +1 -1
  46. data/assets/data/galleries.json +1 -1
  47. data/assets/data/gallery_customizer.html +2 -2
  48. data/assets/data/mdi_icons.json +1 -1
  49. data/assets/data/menu.html +6 -6
  50. data/assets/data/mmenu.html +6 -6
  51. data/assets/data/mmenu_sidebar.html +4 -4
  52. data/assets/data/mmenu_toc.html +1 -1
  53. data/assets/data/panel.html +189 -123
  54. data/assets/data/quicklinks.html +16 -16
  55. data/assets/data/themes.json +9 -7
  56. data/assets/data/twa_v1.json +1 -1
  57. data/assets/error_pages/HTTP204.html +1 -0
  58. data/assets/error_pages/HTTP400.html +3 -2
  59. data/assets/error_pages/HTTP401.html +3 -2
  60. data/assets/error_pages/HTTP403.html +3 -2
  61. data/assets/error_pages/HTTP404.html +3 -2
  62. data/assets/error_pages/HTTP500.html +3 -2
  63. data/assets/error_pages/HTTP501.html +3 -2
  64. data/assets/error_pages/HTTP502.html +3 -2
  65. data/assets/error_pages/HTTP503.html +3 -2
  66. data/assets/error_pages/HTTP520.html +3 -2
  67. data/assets/error_pages/HTTP521.html +3 -2
  68. data/assets/error_pages/HTTP533.html +3 -2
  69. data/assets/themes/j1/adapter/js/algolia.js +2 -2
  70. data/assets/themes/j1/adapter/js/attic.js +2 -2
  71. data/assets/themes/j1/adapter/js/{mdb.js → bmd.js} +11 -11
  72. data/assets/themes/j1/adapter/js/carousel.js +136 -135
  73. data/assets/themes/j1/adapter/js/clipboard.js +3 -3
  74. data/assets/themes/j1/adapter/js/cookiebar.js +1 -1
  75. data/assets/themes/j1/adapter/js/{ssm.js → fam.js} +275 -148
  76. data/assets/themes/j1/adapter/js/framer.js +74 -62
  77. data/assets/themes/j1/adapter/js/gallery_customizer.js +4 -3
  78. data/assets/themes/j1/adapter/js/j1.js +53 -23
  79. data/assets/themes/j1/adapter/js/jf_gallery.js +2 -2
  80. data/assets/themes/j1/adapter/js/lightbox.js +2 -2
  81. data/assets/themes/j1/adapter/js/logger.js +2 -2
  82. data/assets/themes/j1/adapter/js/{searcher.js → lunr_search.js} +68 -65
  83. data/assets/themes/j1/adapter/js/mmenu.js +17 -11
  84. data/assets/themes/j1/adapter/js/navigator.js +139 -67
  85. data/assets/themes/j1/adapter/js/rouge.js +246 -0
  86. data/assets/themes/j1/adapter/js/rtable.js +181 -0
  87. data/assets/themes/j1/adapter/js/themer.js +68 -122
  88. data/assets/themes/j1/adapter/js/toccer.js +72 -32
  89. data/assets/themes/j1/core/css/animate.css +17 -0
  90. data/assets/themes/j1/core/css/bootstrap.css +40 -48
  91. data/assets/themes/j1/core/css/bootstrap.min.css +3 -3
  92. data/assets/themes/j1/core/css/custom.scss +28 -0
  93. data/assets/themes/j1/core/css/globals.css +14523 -0
  94. data/assets/themes/j1/core/css/globals.min.css +1 -0
  95. data/assets/themes/j1/core/css/globals.scss +28 -0
  96. data/assets/themes/j1/core/css/{fontawesome.css → icon-fonts/fontawesome.css} +31 -12
  97. data/assets/themes/j1/core/css/{fontawesome.min.css → icon-fonts/fontawesome.min.css} +0 -0
  98. data/assets/themes/j1/core/css/{iconify-icons.css → icon-fonts/iconify.css} +51 -38
  99. data/assets/themes/j1/core/css/{iconify-icons.min.css → icon-fonts/iconify.min.css} +1 -1
  100. data/assets/themes/j1/core/css/{material-design-icons.css → icon-fonts/materialdesign.css} +326 -244
  101. data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +1 -0
  102. data/assets/themes/j1/core/css/{twemoji.css → icon-fonts/twemoji.css} +61 -51
  103. data/assets/themes/j1/core/css/{twemoji.min.css → icon-fonts/twemoji.min.css} +0 -0
  104. data/assets/themes/j1/core/css/theme_extensions.css +2478 -767
  105. data/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  106. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +7171 -0
  107. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +6 -0
  108. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +8118 -0
  109. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +6 -0
  110. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +22512 -0
  111. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +8 -0
  112. data/assets/themes/j1/core/css/uno.css +2490 -949
  113. data/assets/themes/j1/core/css/uno.min.css +1 -1
  114. data/assets/themes/j1/core/css/uno.scss +28 -0
  115. data/assets/themes/j1/core/css/vendor.css +121 -13452
  116. data/assets/themes/j1/core/css/vendor.min.css +1 -7
  117. data/assets/themes/j1/core/css/vendor.scss +28 -0
  118. data/assets/themes/j1/core/js/template.js +6 -11
  119. data/assets/themes/j1/core/js/template.js.map +1 -1
  120. data/assets/themes/j1/core/js/template.min.js +1 -1
  121. data/assets/themes/j1/modules/backstretch/js/backstretch.js +12 -13
  122. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +12 -13
  123. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +6930 -0
  124. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +6 -0
  125. data/assets/themes/j1/modules/carousel/css/carousel.css +8 -9
  126. data/assets/themes/j1/modules/carousel/css/carousel.min.css +7 -9
  127. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +7 -8
  128. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +7 -9
  129. data/assets/themes/j1/modules/carousel/css/theme/uno.css +15 -10
  130. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +8 -9
  131. data/assets/themes/j1/modules/cash/js/cash.js +1374 -0
  132. data/assets/themes/j1/modules/cash/js/cash.min.js +42 -0
  133. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +7 -7
  134. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +8 -45
  135. data/assets/themes/j1/modules/fam/css/uno/fam.css +369 -0
  136. data/assets/themes/j1/modules/fam/js/fam.js +477 -0
  137. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +1 -1
  138. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.js → resizer.js} +0 -0
  139. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.map → resizer.map} +0 -0
  140. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.min.js → resizer.min.js} +0 -0
  141. data/assets/themes/j1/modules/jquery/js/jquery.js +7 -4
  142. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
  143. data/assets/themes/j1/modules/jquery/js/require.js +2145 -0
  144. data/assets/themes/j1/modules/jquery/js/require.min.js +5 -0
  145. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +8 -9
  146. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +8 -31
  147. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +7 -8
  148. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +8 -10
  149. data/assets/themes/j1/modules/lightbox/css/lightbox.css +11 -12
  150. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +11 -12
  151. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +7 -7
  152. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +7 -8
  153. data/assets/themes/j1/modules/lightbox/js/lightbox.js +11 -12
  154. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +11 -27
  155. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.css +32 -0
  156. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.min.css +25 -0
  157. data/assets/themes/j1/modules/lunrSearch/js/dateformat.js +125 -0
  158. data/assets/themes/j1/modules/lunrSearch/js/dateformat.min.js +14 -0
  159. data/assets/themes/j1/modules/lunrSearch/js/lunr.js +3475 -0
  160. data/assets/themes/j1/modules/lunrSearch/js/lunr.min.js +51 -0
  161. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.js +184 -0
  162. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.min.js +17 -0
  163. data/assets/themes/j1/modules/lunrSearch/js/mustache.js +772 -0
  164. data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +772 -0
  165. data/assets/themes/j1/modules/lunrSearch/js/uri.js +2340 -0
  166. data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +93 -0
  167. data/assets/themes/j1/modules/materialize/js/anime.js +1283 -0
  168. data/assets/themes/j1/modules/materialize/js/anime.min.js +34 -0
  169. data/assets/themes/j1/modules/materialize/js/autocomplete.js +450 -0
  170. data/assets/themes/j1/modules/materialize/js/buttons.js +409 -0
  171. data/assets/themes/j1/modules/materialize/js/cards.js +40 -0
  172. data/assets/themes/j1/modules/materialize/js/carousel.js +717 -0
  173. data/assets/themes/j1/modules/materialize/js/cash-dom.js +1044 -0
  174. data/assets/themes/j1/modules/materialize/js/cash.js +960 -0
  175. data/assets/themes/j1/modules/materialize/js/characterCounter.js +136 -0
  176. data/assets/themes/j1/modules/materialize/js/chips.js +481 -0
  177. data/assets/themes/j1/modules/materialize/js/collapsible.js +275 -0
  178. data/assets/themes/j1/modules/materialize/js/component.js +44 -0
  179. data/assets/themes/j1/modules/materialize/js/datepicker.js +975 -0
  180. data/assets/themes/j1/modules/materialize/js/dropdown.js +617 -0
  181. data/assets/themes/j1/modules/materialize/js/forms.js +275 -0
  182. data/assets/themes/j1/modules/materialize/js/global.js +427 -0
  183. data/assets/themes/j1/modules/materialize/js/materialbox.js +453 -0
  184. data/assets/themes/j1/modules/materialize/js/modal.js +382 -0
  185. data/assets/themes/j1/modules/materialize/js/parallax.js +138 -0
  186. data/assets/themes/j1/modules/materialize/js/pushpin.js +145 -0
  187. data/assets/themes/j1/modules/materialize/js/range.js +263 -0
  188. data/assets/themes/j1/modules/materialize/js/ripple.js +335 -0
  189. data/assets/themes/j1/modules/materialize/js/scrollspy.js +295 -0
  190. data/assets/themes/j1/modules/materialize/js/select.js +432 -0
  191. data/assets/themes/j1/modules/materialize/js/sidenav.js +580 -0
  192. data/assets/themes/j1/modules/materialize/js/slider.js +359 -0
  193. data/assets/themes/j1/modules/materialize/js/tabs.js +402 -0
  194. data/assets/themes/j1/modules/materialize/js/tapTarget.js +314 -0
  195. data/assets/themes/j1/modules/materialize/js/timepicker.js +647 -0
  196. data/assets/themes/j1/modules/materialize/js/toasts.js +310 -0
  197. data/assets/themes/j1/modules/materialize/js/tooltip.js +303 -0
  198. data/assets/themes/j1/modules/materialize/js/waves.js +335 -0
  199. data/assets/themes/j1/modules/materialize/scss/components/_badges.scss +55 -0
  200. data/assets/themes/j1/modules/materialize/scss/components/_buttons.scss +322 -0
  201. data/assets/themes/j1/modules/materialize/scss/components/_cards.scss +195 -0
  202. data/assets/themes/j1/modules/materialize/scss/components/_carousel.scss +90 -0
  203. data/assets/themes/j1/modules/materialize/scss/components/_chips.scss +90 -0
  204. data/assets/themes/j1/modules/materialize/scss/components/_collapsible.scss +91 -0
  205. data/assets/themes/j1/modules/materialize/scss/components/_color-classes.scss +32 -0
  206. data/assets/themes/j1/modules/materialize/scss/components/_color-variables.scss +370 -0
  207. data/assets/themes/j1/modules/materialize/scss/components/_datepicker.scss +191 -0
  208. data/assets/themes/j1/modules/materialize/scss/components/_dropdown.scss +85 -0
  209. data/assets/themes/j1/modules/materialize/scss/components/_global.scss +769 -0
  210. data/assets/themes/j1/modules/materialize/scss/components/_grid.scss +156 -0
  211. data/assets/themes/j1/modules/materialize/scss/components/_icons-material-design.scss +5 -0
  212. data/assets/themes/j1/modules/materialize/scss/components/_materialbox.scss +43 -0
  213. data/assets/themes/j1/modules/materialize/scss/components/_modal.scss +94 -0
  214. data/assets/themes/j1/modules/materialize/scss/components/_navbar.scss +208 -0
  215. data/assets/themes/j1/modules/materialize/scss/components/_normalize.scss +447 -0
  216. data/assets/themes/j1/modules/materialize/scss/components/_preloader.scss +334 -0
  217. data/assets/themes/j1/modules/materialize/scss/components/_pulse.scss +34 -0
  218. data/assets/themes/j1/modules/materialize/scss/components/_sidenav.scss +216 -0
  219. data/assets/themes/j1/modules/materialize/scss/components/_slider.scss +92 -0
  220. data/assets/themes/j1/modules/materialize/scss/components/_table_of_contents.scss +33 -0
  221. data/assets/themes/j1/modules/materialize/scss/components/_tabs.scss +99 -0
  222. data/assets/themes/j1/modules/materialize/scss/components/_tapTarget.scss +103 -0
  223. data/assets/themes/j1/modules/materialize/scss/components/_timepicker.scss +183 -0
  224. data/assets/themes/j1/modules/materialize/scss/components/_toast.scss +58 -0
  225. data/assets/themes/j1/modules/materialize/scss/components/_tooltip.scss +32 -0
  226. data/assets/themes/j1/modules/materialize/scss/components/_transitions.scss +13 -0
  227. data/assets/themes/j1/modules/materialize/scss/components/_typography.scss +60 -0
  228. data/assets/themes/j1/modules/materialize/scss/components/_variables.scss +349 -0
  229. data/assets/themes/j1/modules/materialize/scss/components/_waves.scss +114 -0
  230. data/assets/themes/j1/modules/materialize/scss/components/forms/_checkboxes.scss +200 -0
  231. data/assets/themes/j1/modules/materialize/scss/components/forms/_file-input.scss +44 -0
  232. data/assets/themes/j1/modules/materialize/scss/components/forms/_forms.scss +22 -0
  233. data/assets/themes/j1/modules/materialize/scss/components/forms/_input-fields.scss +354 -0
  234. data/assets/themes/j1/modules/materialize/scss/components/forms/_radio-buttons.scss +115 -0
  235. data/assets/themes/j1/modules/materialize/scss/components/forms/_range.scss +161 -0
  236. data/assets/themes/j1/modules/materialize/scss/components/forms/_select.scss +180 -0
  237. data/assets/themes/j1/modules/materialize/scss/components/forms/_switches.scss +89 -0
  238. data/assets/themes/j1/modules/materialize/scss/materialize.scss +41 -0
  239. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +82 -0
  240. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +15 -0
  241. data/{lib/starter_web/collections/posts/private → assets/themes/j1/modules/mdiPreviewer/js}/readme +0 -0
  242. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +3 -3
  243. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +37 -11
  244. data/assets/themes/j1/modules/popper/js/popper.js +1 -1
  245. data/assets/themes/j1/modules/popper/js/popper.js.map +1 -1
  246. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -1
  247. data/assets/themes/j1/modules/rouge/js/select.js +25 -0
  248. data/assets/themes/j1/modules/rtable/LICENSE +22 -0
  249. data/assets/themes/j1/modules/rtable/README.md +418 -0
  250. data/assets/themes/j1/modules/rtable/css/tablesaw.stackonly.css +148 -0
  251. data/assets/themes/j1/modules/rtable/css/theme/uno.css +191 -0
  252. data/assets/themes/j1/modules/rtable/css/theme/uno.min.css +191 -0
  253. data/assets/themes/j1/modules/rtable/js/rtable.js +692 -0
  254. data/assets/themes/j1/modules/rtable/js/rtable.min.js +690 -0
  255. data/assets/themes/j1/modules/rtable/js/tablesaw-init.js +18 -0
  256. data/assets/themes/j1/modules/rtable/js/tablesaw.stackonly.js +2371 -0
  257. data/assets/themes/j1/modules/{bsThemeSwitcher → themeSwitcher}/js/switcher.js +46 -38
  258. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +26 -0
  259. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +153 -0
  260. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +19 -0
  261. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +12 -13
  262. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +12 -268
  263. data/assets/themes/j1/modules/twemoji/js/twemoji.js +11 -20
  264. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +11 -17
  265. data/lib/j1/version.rb +1 -1
  266. data/lib/j1_app/j1_auth_manager/config.rb +10 -5
  267. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +5 -5
  268. data/lib/starter_web/Gemfile +12 -16
  269. data/lib/starter_web/_config.yml +163 -23
  270. data/lib/starter_web/_data/apps/carousel.yml +2 -2
  271. data/lib/starter_web/_data/blocks/banner.yml +46 -36
  272. data/lib/starter_web/_data/blocks/defaults/banner.yml +14 -13
  273. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  274. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -2
  275. data/lib/starter_web/_data/blocks/footer.yml +1 -1
  276. data/lib/starter_web/_data/blocks/panel.yml +43 -37
  277. data/lib/starter_web/_data/{template_settings.yml → j1_config.yml} +62 -11
  278. data/lib/starter_web/_data/layouts/home.yml +21 -31
  279. data/lib/starter_web/_data/layouts/page.yml +10 -0
  280. data/lib/starter_web/_data/layouts/post.yml +10 -0
  281. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +3 -1
  282. data/lib/starter_web/_data/modules/defaults/{ssm.yml → fam.yml} +12 -15
  283. data/lib/starter_web/_data/modules/defaults/lunr_search.yml +171 -0
  284. data/lib/starter_web/_data/modules/defaults/navigator.yml +9 -9
  285. data/lib/starter_web/_data/modules/defaults/themer.yml +9 -13
  286. data/lib/starter_web/_data/modules/defaults/toccer.yml +4 -2
  287. data/lib/starter_web/_data/modules/fam.yml +158 -0
  288. data/lib/starter_web/_data/modules/{back2top.yml → lunr_search.yml} +15 -9
  289. data/lib/starter_web/_data/modules/navigator.yml +2 -2
  290. data/lib/starter_web/_data/modules/navigator_menu.yml +60 -9
  291. data/lib/starter_web/_data/modules/themer.yml +0 -17
  292. data/lib/starter_web/_data/modules/toccer.yml +0 -73
  293. data/lib/starter_web/_data/private.yml +56 -108
  294. data/lib/starter_web/_data/resources.yml +238 -90
  295. data/lib/starter_web/_includes/attributes.asciidoc +194 -0
  296. data/lib/starter_web/_includes/breadcrumbs.html +11 -0
  297. data/lib/starter_web/_includes/documents/licenses/mit.asciidoc +19 -0
  298. data/lib/starter_web/{collections/posts/protected → _includes/documents}/readme +0 -0
  299. data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +45 -0
  300. data/lib/starter_web/_includes/tables/template_variables.asciidoc +46 -0
  301. data/lib/starter_web/_plugins/debug.rb +0 -1
  302. data/lib/starter_web/_plugins/filters.rb +0 -1
  303. data/lib/starter_web/_plugins/{lorem-inline.rb → lorem_inline.rb} +1 -2
  304. data/lib/starter_web/_plugins/lunr_index.rb +313 -0
  305. data/lib/starter_web/_plugins/prettify.rb +0 -3
  306. data/lib/starter_web/_plugins/simple_search_filter.rb +0 -1
  307. data/lib/starter_web/_plugins/symlink_watcher.rb +2 -3
  308. data/lib/starter_web/assets/images/modules/attics/banner/lunr-banner-1280x800.jpg +0 -0
  309. data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
  310. data/lib/starter_web/assets/images/modules/attics/tldr-1920x800.jpg +0 -0
  311. data/lib/starter_web/assets/images/modules/icons/j1/favicon.ico +0 -0
  312. data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.png +0 -0
  313. data/lib/starter_web/assets/images/modules/icons/j1/j1-32x32.ico +0 -0
  314. data/lib/starter_web/assets/images/modules/icons/j1/j1-512x512.png +0 -0
  315. data/lib/starter_web/assets/images/modules/icons/j1/j1-64x64.png +0 -0
  316. data/lib/starter_web/assets/images/modules/icons/j1/j1.ico +0 -0
  317. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +31 -35
  318. data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
  319. data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
  320. data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
  321. data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
  322. data/{assets/README.md → lib/starter_web/collections/posts/private/_posts/readme} +0 -0
  323. data/lib/starter_web/collections/posts/protected/_posts/readme +0 -0
  324. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +70 -72
  325. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +16 -6
  326. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +37 -28
  327. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +28 -24
  328. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +38 -0
  329. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme +0 -0
  330. data/lib/starter_web/collections/posts/public/featured/_posts/{000_includes → _includes/documents}/unsplash-badge.asciidoc +0 -0
  331. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/tables/readme +0 -0
  332. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +494 -502
  333. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +144 -0
  334. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +146 -0
  335. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +146 -0
  336. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +146 -0
  337. data/lib/starter_web/collections/posts/public/{featured/_posts/000_includes → series/_posts/_includes}/attributes.asciidoc +8 -18
  338. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/documents/100-docker-using-shared-folders.asciidoc +0 -0
  339. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/documents/loop.sh +0 -0
  340. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/tables/debug_variables.asciidoc +0 -0
  341. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +218 -0
  342. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/000_includes → test_posts/_posts/_includes}/attributes.asciidoc +9 -21
  343. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/documents/readme +0 -0
  344. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/000_includes → test_posts/_posts/_includes}/tables/debug_variables.asciidoc +0 -0
  345. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/tables/readme +0 -0
  346. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +16 -8
  347. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +2 -7
  348. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +2 -6
  349. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/attributes.asciidoc +37 -0
  350. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/documents/readme +0 -0
  351. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/tables/readme +0 -0
  352. data/lib/starter_web/index.html +16 -10
  353. data/lib/starter_web/package.json +5 -2
  354. data/lib/starter_web/pages/protected/site_search.adoc +8 -19
  355. data/lib/starter_web/pages/public/about/about_site.adoc +0 -2
  356. data/lib/starter_web/pages/public/about/become_a_patron.adoc +1 -3
  357. data/lib/starter_web/pages/public/blog/navigator/archive.html +21 -20
  358. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +21 -23
  359. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +22 -21
  360. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +19 -15
  361. data/lib/starter_web/pages/public/blog/navigator/index.html +6 -2
  362. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +15 -21
  363. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +17 -24
  364. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +16 -23
  365. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/attributes.asciidoc +15 -13
  366. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/100_meet_and_greet_jekyll.asciidoc +31 -0
  367. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/documents/200_preparations.asciidoc +0 -0
  368. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/documents/300_first_awesome_web.asciidoc +0 -0
  369. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/parts.asciidoc +1 -1
  370. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/debug_variables.asciidoc +48 -0
  371. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +0 -0
  372. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +94 -108
  373. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +52 -60
  374. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +60 -72
  375. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +84 -90
  376. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +118 -138
  377. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +34 -42
  378. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +286 -96
  379. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +145 -59
  380. data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +237 -0
  381. data/lib/starter_web/pages/public/learn/roundtrip/610_fam.adoc +302 -0
  382. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/attributes.asciidoc +10 -29
  383. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +28 -0
  384. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_bottom_info.asciidoc +2 -2
  385. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_bottom_left_warning.asciidoc +2 -2
  386. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_bottom_right_danger.asciidoc +2 -2
  387. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_central_success.asciidoc +2 -2
  388. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_full_height_left_info.asciidoc +2 -2
  389. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_full_height_right_success.asciidoc +2 -2
  390. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_table_3_column.asciidoc +1 -1
  391. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_top_info.asciidoc +2 -2
  392. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_top_left_info.asciidoc +2 -2
  393. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_top_right_success.asciidoc +2 -2
  394. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/419_advanced_modals_demo.asciidoc +16 -16
  395. data/lib/starter_web/pages/public/learn/roundtrip/_includes/tables/readme +0 -0
  396. data/lib/starter_web/pages/public/learn/{whats_up.adoc → where_to_go.adoc} +26 -44
  397. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +3 -2
  398. data/lib/starter_web/pages/public/legal/de/200_terms_of_use.adoc +2 -1
  399. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +7 -12
  400. data/lib/starter_web/pages/public/legal/de/400_license_agreement.adoc +2 -1
  401. data/lib/starter_web/pages/public/legal/de/500_support.adoc +2 -1
  402. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +30 -27
  403. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +8 -5
  404. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +12 -8
  405. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +32 -31
  406. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +11 -3
  407. data/lib/starter_web/pages/public/legal/en/500_support.adoc +8 -1
  408. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +1 -1
  409. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +66 -65
  410. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/attributes.asciidoc +22 -8
  411. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +19 -0
  412. data/lib/starter_web/pages/public/previewer/_includes/documents/readme +0 -0
  413. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/100_absolute_sizes.asciidoc +1 -1
  414. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/110_bs_grid_sizes.asciidoc +1 -1
  415. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/120_relative_sizes.asciidoc +1 -1
  416. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/200_rotate.asciidoc +1 -1
  417. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/300_flip.asciidoc +1 -1
  418. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/400_spin_pulsed.asciidoc +1 -1
  419. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/500_bw_color_palette.asciidoc +1 -1
  420. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/510_bs_color_palette.asciidoc +1 -1
  421. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/600_md_color_palette.asciidoc +1 -1
  422. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +1 -1
  423. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/602_md_color_palette_pink.asciidoc +1 -1
  424. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/100_bs_sizes.asciidoc +1 -1
  425. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/100_relative_sizes.asciidoc +1 -1
  426. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/200_rotate.asciidoc +1 -1
  427. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/300_flip.asciidoc +1 -1
  428. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/400_spin_pulsed.asciidoc +1 -1
  429. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1374 -596
  430. data/lib/starter_web/pages/public/previewer/iframer.adoc +37 -35
  431. data/lib/starter_web/pages/public/previewer/justified_gallery.html +2 -1
  432. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +12 -20
  433. data/lib/starter_web/pages/public/previewer/rouge.adoc +202 -0
  434. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +24 -30
  435. data/lib/starter_web/pages/public/test_pages/_includes/attributes.asciidoc +49 -0
  436. data/lib/starter_web/pages/public/{learn/roundtrip/000_includes → test_pages/_includes}/documents/100_gistblock.asciidoc +0 -0
  437. data/lib/starter_web/pages/public/test_pages/_includes/tables/000_bem_specifiers.asciidoc +22 -0
  438. data/lib/starter_web/pages/public/test_pages/_includes/tables/000_specifier_examples.asciidoc +56 -0
  439. data/lib/starter_web/pages/public/test_pages/breadcrumbs_tester.adoc +62 -0
  440. data/lib/starter_web/pages/public/test_pages/deck_of_posts.adoc +165 -0
  441. data/lib/starter_web/pages/public/test_pages/floating_actions_button.adoc +523 -0
  442. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_ad.adoc +8 -21
  443. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_div.adoc +25 -38
  444. data/lib/starter_web/pages/public/test_pages/lunr_tester.adoc +89 -0
  445. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +284 -0
  446. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +196 -0
  447. data/lib/starter_web/pages/public/test_pages/responsive_images.adoc +213 -0
  448. data/lib/starter_web/pages/public/test_pages/responsive_tables.adoc +210 -0
  449. data/lib/starter_web/pages/public/test_pages/toccer_tester.adoc +2245 -0
  450. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/attributes.asciidoc +0 -0
  451. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/100_gistblock.asciidoc +0 -0
  452. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_info.asciidoc +0 -0
  453. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +0 -0
  454. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +0 -0
  455. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_central_success.asciidoc +0 -0
  456. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +0 -0
  457. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +0 -0
  458. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_table_3_column.asciidoc +1 -1
  459. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_info.asciidoc +0 -0
  460. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_left_info.asciidoc +0 -0
  461. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_right_success.asciidoc +0 -0
  462. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +0 -0
  463. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_test_youtube_video.adoc +0 -0
  464. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/100_basic_video.adoc +0 -0
  465. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  466. data/lib/starter_web/utilsrv/package.json +1 -1
  467. metadata +263 -145
  468. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc.org +0 -40
  469. data/assets/data/jupyter/notebooks/_html/template.full.head.html +0 -75
  470. data/assets/data/jupyter/notebooks/_html/visualisation.html +0 -968
  471. data/assets/data/jupyter/notebooks/html/template.html +0 -50
  472. data/assets/data/jupyter/notebooks/html/visualisation.ok.html +0 -949
  473. data/assets/data/jupyter/notebooks/tutorial.ipynb +0 -169
  474. data/assets/data/jupyter/notebooks/visualisation.ipynb +0 -9413
  475. data/assets/data/search.json +0 -165
  476. data/assets/data/ssm.html +0 -242
  477. data/assets/themes/j1/adapter/js/back2top.js +0 -233
  478. data/assets/themes/j1/core/css/material-design-icons.min.css +0 -1
  479. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +0 -1
  480. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css +0 -10278
  481. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css.map +0 -1
  482. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css +0 -7
  483. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map +0 -1
  484. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +0 -4420
  485. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js.map +0 -1
  486. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +0 -7
  487. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +0 -1
  488. data/assets/themes/j1/modules/bsDatepicker/css/datepicker.css +0 -203
  489. data/assets/themes/j1/modules/bsDatepicker/css/theme/uno.css +0 -235
  490. data/assets/themes/j1/modules/bsDatepicker/js/datepicker.js +0 -509
  491. data/assets/themes/j1/modules/bsDatepicker/less/datepicker.less +0 -122
  492. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +0 -20
  493. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js +0 -468
  494. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js +0 -6
  495. data/assets/themes/j1/modules/jqMouseWheel/README.md +0 -76
  496. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.js +0 -221
  497. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.min.js +0 -9
  498. data/assets/themes/j1/modules/noUISlider/LICENSE +0 -13
  499. data/assets/themes/j1/modules/noUISlider/css/nouislider.css +0 -260
  500. data/assets/themes/j1/modules/noUISlider/css/nouislider.min.css +0 -1
  501. data/assets/themes/j1/modules/noUISlider/js/nouislider.js +0 -2312
  502. data/assets/themes/j1/modules/noUISlider/js/nouislider.min.js +0 -3
  503. data/assets/themes/j1/modules/polyfills/js/msie.js +0 -140
  504. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +0 -89
  505. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +0 -89
  506. data/assets/themes/j1/modules/tocbot/css/tocbot.css +0 -75
  507. data/assets/themes/j1/modules/tocbot/css/tocbot.min.css +0 -19
  508. data/assets/themes/j1/modules/tocbot/js/tocbot.js +0 -19
  509. data/assets/themes/j1/modules/tocbot/js/tocbot.min.js +0 -19
  510. data/lib/starter_web/_data/modules/defaults/back2top.yml +0 -146
  511. data/lib/starter_web/_data/modules/defaults/cookie_consent.yml +0 -132
  512. data/lib/starter_web/_data/modules/defaults/stickybits.yml +0 -36
  513. data/lib/starter_web/_data/modules/ssm.yml +0 -142
  514. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  515. data/lib/starter_web/collections/posts/public/series/_posts/000_includes/attributes.asciidoc +0 -66
  516. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/documents/100_meet_and_greet_jekyll.asciidoc +0 -31
  517. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +0 -120
  518. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +0 -144
  519. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +0 -642
  520. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/attributes.asciidoc +0 -69
  521. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/documents/100_buttons.asciidoc +0 -170
  522. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc +0 -52
  523. data/lib/starter_web/pages/public/learn/roundtrip/bs_tour.js +0 -98
@@ -1,3 +0,0 @@
1
- /*! nouislider - 10.1.0 - 2017-07-28 13:09:54 */
2
-
3
- !function(a){"function"==typeof define&&define.amd?define([],a):"object"==typeof exports?module.exports=a():window.noUiSlider=a()}(function(){"use strict";function a(a){return"object"==typeof a&&"function"==typeof a.to&&"function"==typeof a.from}function b(a){a.parentElement.removeChild(a)}function c(a){a.preventDefault()}function d(a){return a.filter(function(a){return!this[a]&&(this[a]=!0)},{})}function e(a,b){return Math.round(a/b)*b}function f(a,b){var c=a.getBoundingClientRect(),d=a.ownerDocument,e=d.documentElement,f=o(d);return/webkit.*Chrome.*Mobile/i.test(navigator.userAgent)&&(f.x=0),b?c.top+f.y-e.clientTop:c.left+f.x-e.clientLeft}function g(a){return"number"==typeof a&&!isNaN(a)&&isFinite(a)}function h(a,b,c){c>0&&(l(a,b),setTimeout(function(){m(a,b)},c))}function i(a){return Math.max(Math.min(a,100),0)}function j(a){return Array.isArray(a)?a:[a]}function k(a){a=String(a);var b=a.split(".");return b.length>1?b[1].length:0}function l(a,b){a.classList?a.classList.add(b):a.className+=" "+b}function m(a,b){a.classList?a.classList.remove(b):a.className=a.className.replace(new RegExp("(^|\\b)"+b.split(" ").join("|")+"(\\b|$)","gi")," ")}function n(a,b){return a.classList?a.classList.contains(b):new RegExp("\\b"+b+"\\b").test(a.className)}function o(a){var b=void 0!==window.pageXOffset,c="CSS1Compat"===(a.compatMode||"");return{x:b?window.pageXOffset:c?a.documentElement.scrollLeft:a.body.scrollLeft,y:b?window.pageYOffset:c?a.documentElement.scrollTop:a.body.scrollTop}}function p(){return window.navigator.pointerEnabled?{start:"pointerdown",move:"pointermove",end:"pointerup"}:window.navigator.msPointerEnabled?{start:"MSPointerDown",move:"MSPointerMove",end:"MSPointerUp"}:{start:"mousedown touchstart",move:"mousemove touchmove",end:"mouseup touchend"}}function q(){var a=!1;try{var b=Object.defineProperty({},"passive",{get:function(){a=!0}});window.addEventListener("test",null,b)}catch(a){}return a}function r(){return window.CSS&&CSS.supports&&CSS.supports("touch-action","none")}function s(a,b){return 100/(b-a)}function t(a,b){return 100*b/(a[1]-a[0])}function u(a,b){return t(a,a[0]<0?b+Math.abs(a[0]):b-a[0])}function v(a,b){return b*(a[1]-a[0])/100+a[0]}function w(a,b){for(var c=1;a>=b[c];)c+=1;return c}function x(a,b,c){if(c>=a.slice(-1)[0])return 100;var d,e,f,g,h=w(c,a);return d=a[h-1],e=a[h],f=b[h-1],g=b[h],f+u([d,e],c)/s(f,g)}function y(a,b,c){if(c>=100)return a.slice(-1)[0];var d,e,f,g,h=w(c,b);return d=a[h-1],e=a[h],f=b[h-1],g=b[h],v([d,e],(c-f)*s(f,g))}function z(a,b,c,d){if(100===d)return d;var f,g,h=w(d,a);return c?(f=a[h-1],g=a[h],d-f>(g-f)/2?g:f):b[h-1]?a[h-1]+e(d-a[h-1],b[h-1]):d}function A(a,b,c){var d;if("number"==typeof b&&(b=[b]),"[object Array]"!==Object.prototype.toString.call(b))throw new Error("noUiSlider ("+_+"): 'range' contains invalid value.");if(d="min"===a?0:"max"===a?100:parseFloat(a),!g(d)||!g(b[0]))throw new Error("noUiSlider ("+_+"): 'range' value isn't numeric.");c.xPct.push(d),c.xVal.push(b[0]),d?c.xSteps.push(!isNaN(b[1])&&b[1]):isNaN(b[1])||(c.xSteps[0]=b[1]),c.xHighestCompleteStep.push(0)}function B(a,b,c){if(!b)return!0;c.xSteps[a]=t([c.xVal[a],c.xVal[a+1]],b)/s(c.xPct[a],c.xPct[a+1]);var d=(c.xVal[a+1]-c.xVal[a])/c.xNumSteps[a],e=Math.ceil(Number(d.toFixed(3))-1),f=c.xVal[a]+c.xNumSteps[a]*e;c.xHighestCompleteStep[a]=f}function C(a,b,c){this.xPct=[],this.xVal=[],this.xSteps=[c||!1],this.xNumSteps=[!1],this.xHighestCompleteStep=[],this.snap=b;var d,e=[];for(d in a)a.hasOwnProperty(d)&&e.push([a[d],d]);for(e.length&&"object"==typeof e[0][0]?e.sort(function(a,b){return a[0][0]-b[0][0]}):e.sort(function(a,b){return a[0]-b[0]}),d=0;d<e.length;d++)A(e[d][1],e[d][0],this);for(this.xNumSteps=this.xSteps.slice(0),d=0;d<this.xNumSteps.length;d++)B(d,this.xNumSteps[d],this)}function D(b){if(a(b))return!0;throw new Error("noUiSlider ("+_+"): 'format' requires 'to' and 'from' methods.")}function E(a,b){if(!g(b))throw new Error("noUiSlider ("+_+"): 'step' is not numeric.");a.singleStep=b}function F(a,b){if("object"!=typeof b||Array.isArray(b))throw new Error("noUiSlider ("+_+"): 'range' is not an object.");if(void 0===b.min||void 0===b.max)throw new Error("noUiSlider ("+_+"): Missing 'min' or 'max' in 'range'.");if(b.min===b.max)throw new Error("noUiSlider ("+_+"): 'range' 'min' and 'max' cannot be equal.");a.spectrum=new C(b,a.snap,a.singleStep)}function G(a,b){if(b=j(b),!Array.isArray(b)||!b.length)throw new Error("noUiSlider ("+_+"): 'start' option is incorrect.");a.handles=b.length,a.start=b}function H(a,b){if(a.snap=b,"boolean"!=typeof b)throw new Error("noUiSlider ("+_+"): 'snap' option must be a boolean.")}function I(a,b){if(a.animate=b,"boolean"!=typeof b)throw new Error("noUiSlider ("+_+"): 'animate' option must be a boolean.")}function J(a,b){if(a.animationDuration=b,"number"!=typeof b)throw new Error("noUiSlider ("+_+"): 'animationDuration' option must be a number.")}function K(a,b){var c,d=[!1];if("lower"===b?b=[!0,!1]:"upper"===b&&(b=[!1,!0]),!0===b||!1===b){for(c=1;c<a.handles;c++)d.push(b);d.push(!1)}else{if(!Array.isArray(b)||!b.length||b.length!==a.handles+1)throw new Error("noUiSlider ("+_+"): 'connect' option doesn't match handle count.");d=b}a.connect=d}function L(a,b){switch(b){case"horizontal":a.ort=0;break;case"vertical":a.ort=1;break;default:throw new Error("noUiSlider ("+_+"): 'orientation' option is invalid.")}}function M(a,b){if(!g(b))throw new Error("noUiSlider ("+_+"): 'margin' option must be numeric.");if(0!==b&&(a.margin=a.spectrum.getMargin(b),!a.margin))throw new Error("noUiSlider ("+_+"): 'margin' option is only supported on linear sliders.")}function N(a,b){if(!g(b))throw new Error("noUiSlider ("+_+"): 'limit' option must be numeric.");if(a.limit=a.spectrum.getMargin(b),!a.limit||a.handles<2)throw new Error("noUiSlider ("+_+"): 'limit' option is only supported on linear sliders with 2 or more handles.")}function O(a,b){if(!g(b))throw new Error("noUiSlider ("+_+"): 'padding' option must be numeric.");if(0!==b){if(a.padding=a.spectrum.getMargin(b),!a.padding)throw new Error("noUiSlider ("+_+"): 'padding' option is only supported on linear sliders.");if(a.padding<0)throw new Error("noUiSlider ("+_+"): 'padding' option must be a positive number.");if(a.padding>=50)throw new Error("noUiSlider ("+_+"): 'padding' option must be less than half the range.")}}function P(a,b){switch(b){case"ltr":a.dir=0;break;case"rtl":a.dir=1;break;default:throw new Error("noUiSlider ("+_+"): 'direction' option was not recognized.")}}function Q(a,b){if("string"!=typeof b)throw new Error("noUiSlider ("+_+"): 'behaviour' must be a string containing options.");var c=b.indexOf("tap")>=0,d=b.indexOf("drag")>=0,e=b.indexOf("fixed")>=0,f=b.indexOf("snap")>=0,g=b.indexOf("hover")>=0;if(e){if(2!==a.handles)throw new Error("noUiSlider ("+_+"): 'fixed' behaviour must be used with 2 handles");M(a,a.start[1]-a.start[0])}a.events={tap:c||f,drag:d,fixed:e,snap:f,hover:g}}function R(a,b){if(a.multitouch=b,"boolean"!=typeof b)throw new Error("noUiSlider ("+_+"): 'multitouch' option must be a boolean.")}function S(a,b){if(!1!==b)if(!0===b){a.tooltips=[];for(var c=0;c<a.handles;c++)a.tooltips.push(!0)}else{if(a.tooltips=j(b),a.tooltips.length!==a.handles)throw new Error("noUiSlider ("+_+"): must pass a formatter for all handles.");a.tooltips.forEach(function(a){if("boolean"!=typeof a&&("object"!=typeof a||"function"!=typeof a.to))throw new Error("noUiSlider ("+_+"): 'tooltips' must be passed a formatter or 'false'.")})}}function T(a,b){a.ariaFormat=b,D(b)}function U(a,b){a.format=b,D(b)}function V(a,b){if(void 0!==b&&"string"!=typeof b&&!1!==b)throw new Error("noUiSlider ("+_+"): 'cssPrefix' must be a string or `false`.");a.cssPrefix=b}function W(a,b){if(void 0!==b&&"object"!=typeof b)throw new Error("noUiSlider ("+_+"): 'cssClasses' must be an object.");if("string"==typeof a.cssPrefix){a.cssClasses={};for(var c in b)b.hasOwnProperty(c)&&(a.cssClasses[c]=a.cssPrefix+b[c])}else a.cssClasses=b}function X(a,b){if(!0!==b&&!1!==b)throw new Error("noUiSlider ("+_+"): 'useRequestAnimationFrame' option should be true (default) or false.");a.useRequestAnimationFrame=b}function Y(a){var b={margin:0,limit:0,padding:0,animate:!0,animationDuration:300,ariaFormat:aa,format:aa},c={step:{r:!1,t:E},start:{r:!0,t:G},connect:{r:!0,t:K},direction:{r:!0,t:P},snap:{r:!1,t:H},animate:{r:!1,t:I},animationDuration:{r:!1,t:J},range:{r:!0,t:F},orientation:{r:!1,t:L},margin:{r:!1,t:M},limit:{r:!1,t:N},padding:{r:!1,t:O},behaviour:{r:!0,t:Q},multitouch:{r:!0,t:R},ariaFormat:{r:!1,t:T},format:{r:!1,t:U},tooltips:{r:!1,t:S},cssPrefix:{r:!1,t:V},cssClasses:{r:!1,t:W},useRequestAnimationFrame:{r:!1,t:X}},d={connect:!1,direction:"ltr",behaviour:"tap",multitouch:!1,orientation:"horizontal",cssPrefix:"noUi-",cssClasses:{target:"target",base:"base",origin:"origin",handle:"handle",handleLower:"handle-lower",handleUpper:"handle-upper",horizontal:"horizontal",vertical:"vertical",background:"background",connect:"connect",ltr:"ltr",rtl:"rtl",draggable:"draggable",drag:"state-drag",tap:"state-tap",active:"active",tooltip:"tooltip",pips:"pips",pipsHorizontal:"pips-horizontal",pipsVertical:"pips-vertical",marker:"marker",markerHorizontal:"marker-horizontal",markerVertical:"marker-vertical",markerNormal:"marker-normal",markerLarge:"marker-large",markerSub:"marker-sub",value:"value",valueHorizontal:"value-horizontal",valueVertical:"value-vertical",valueNormal:"value-normal",valueLarge:"value-large",valueSub:"value-sub"},useRequestAnimationFrame:!0};a.format&&!a.ariaFormat&&(a.ariaFormat=a.format),Object.keys(c).forEach(function(e){if(void 0===a[e]&&void 0===d[e]){if(c[e].r)throw new Error("noUiSlider ("+_+"): '"+e+"' is required.");return!0}c[e].t(b,void 0===a[e]?d[e]:a[e])}),b.pips=a.pips;var e=[["left","top"],["right","bottom"]];return b.style=e[b.dir][b.ort],b.styleOposite=e[b.dir?0:1][b.ort],b}function Z(a,e,g){function k(a,b){var c=wa.createElement("div");return b&&l(c,b),a.appendChild(c),c}function s(a,b){var c=k(a,e.cssClasses.origin),d=k(c,e.cssClasses.handle);return d.setAttribute("data-handle",b),d.setAttribute("tabindex","0"),d.setAttribute("role","slider"),d.setAttribute("aria-orientation",e.ort?"vertical":"horizontal"),0===b?l(d,e.cssClasses.handleLower):b===e.handles-1&&l(d,e.cssClasses.handleUpper),c}function t(a,b){return!!b&&k(a,e.cssClasses.connect)}function u(a,b){ia=[],ja=[],ja.push(t(b,a[0]));for(var c=0;c<e.handles;c++)ia.push(s(b,c)),ra[c]=c,ja.push(t(b,a[c+1]))}function v(a){l(a,e.cssClasses.target),0===e.dir?l(a,e.cssClasses.ltr):l(a,e.cssClasses.rtl),0===e.ort?l(a,e.cssClasses.horizontal):l(a,e.cssClasses.vertical),ha=k(a,e.cssClasses.base)}function w(a,b){return!!e.tooltips[b]&&k(a.firstChild,e.cssClasses.tooltip)}function x(){var a=ia.map(w);ea("update",function(b,c,d){if(a[c]){var f=b[c];!0!==e.tooltips[c]&&(f=e.tooltips[c].to(d[c])),a[c].innerHTML=f}})}function y(){ea("update",function(a,b,c,d,f){ra.forEach(function(a){var b=ia[a],d=S(qa,a,0,!0,!0,!0),g=S(qa,a,100,!0,!0,!0),h=f[a],i=e.ariaFormat.to(c[a]);b.children[0].setAttribute("aria-valuemin",d.toFixed(1)),b.children[0].setAttribute("aria-valuemax",g.toFixed(1)),b.children[0].setAttribute("aria-valuenow",h.toFixed(1)),b.children[0].setAttribute("aria-valuetext",i)})})}function z(a,b,c){if("range"===a||"steps"===a)return ta.xVal;if("count"===a){if(!b)throw new Error("noUiSlider ("+_+"): 'values' required for mode 'count'.");var d,e=100/(b-1),f=0;for(b=[];(d=f++*e)<=100;)b.push(d);a="positions"}return"positions"===a?b.map(function(a){return ta.fromStepping(c?ta.getStep(a):a)}):"values"===a?c?b.map(function(a){return ta.fromStepping(ta.getStep(ta.toStepping(a)))}):b:void 0}function A(a,b,c){function e(a,b){return(a+b).toFixed(7)/1}var f={},g=ta.xVal[0],h=ta.xVal[ta.xVal.length-1],i=!1,j=!1,k=0;return c=d(c.slice().sort(function(a,b){return a-b})),c[0]!==g&&(c.unshift(g),i=!0),c[c.length-1]!==h&&(c.push(h),j=!0),c.forEach(function(d,g){var h,l,m,n,o,p,q,r,s,t,u=d,v=c[g+1];if("steps"===b&&(h=ta.xNumSteps[g]),h||(h=v-u),!1!==u&&void 0!==v)for(h=Math.max(h,1e-7),l=u;l<=v;l=e(l,h)){for(n=ta.toStepping(l),o=n-k,r=o/a,s=Math.round(r),t=o/s,m=1;m<=s;m+=1)p=k+m*t,f[p.toFixed(5)]=["x",0];q=c.indexOf(l)>-1?1:"steps"===b?2:0,!g&&i&&(q=0),l===v&&j||(f[n.toFixed(5)]=[l,q]),k=n}}),f}function B(a,b,c){function d(a,b){var c=b===e.cssClasses.value,d=c?j:m,f=c?h:i;return b+" "+d[e.ort]+" "+f[a]}function f(a,f){f[1]=f[1]&&b?b(f[0],f[1]):f[1];var h=k(g,!1);h.className=d(f[1],e.cssClasses.marker),h.style[e.style]=a+"%",f[1]&&(h=k(g,!1),h.className=d(f[1],e.cssClasses.value),h.style[e.style]=a+"%",h.innerText=c.to(f[0]))}var g=wa.createElement("div"),h=[e.cssClasses.valueNormal,e.cssClasses.valueLarge,e.cssClasses.valueSub],i=[e.cssClasses.markerNormal,e.cssClasses.markerLarge,e.cssClasses.markerSub],j=[e.cssClasses.valueHorizontal,e.cssClasses.valueVertical],m=[e.cssClasses.markerHorizontal,e.cssClasses.markerVertical];return l(g,e.cssClasses.pips),l(g,0===e.ort?e.cssClasses.pipsHorizontal:e.cssClasses.pipsVertical),Object.keys(a).forEach(function(b){f(b,a[b])}),g}function C(){la&&(b(la),la=null)}function D(a){C();var b=a.mode,c=a.density||1,d=a.filter||!1,e=a.values||!1,f=a.stepped||!1,g=z(b,e,f),h=A(c,b,g),i=a.format||{to:Math.round};return la=pa.appendChild(B(h,d,i))}function E(){var a=ha.getBoundingClientRect(),b="offset"+["Width","Height"][e.ort];return 0===e.ort?a.width||ha[b]:a.height||ha[b]}function F(a,b,c,d){var f=function(f){return!pa.hasAttribute("disabled")&&(!n(pa,e.cssClasses.tap)&&(!!(f=G(f,d.pageOffset,d.target||b))&&(!(a===ma.start&&void 0!==f.buttons&&f.buttons>1)&&((!d.hover||!f.buttons)&&(oa||f.preventDefault(),f.calcPoint=f.points[e.ort],void c(f,d))))))},g=[];return a.split(" ").forEach(function(a){b.addEventListener(a,f,!!oa&&{passive:!0}),g.push([a,f])}),g}function G(a,b,c){var d,f,g=0===a.type.indexOf("touch"),h=0===a.type.indexOf("mouse"),i=0===a.type.indexOf("pointer");if(0===a.type.indexOf("MSPointer")&&(i=!0),g&&e.multitouch){var j=function(a){return a.target===c||c.contains(a.target)};if("touchstart"===a.type){var k=Array.prototype.filter.call(a.touches,j);if(k.length>1)return!1;d=k[0].pageX,f=k[0].pageY}else{var l=Array.prototype.find.call(a.changedTouches,j);if(!l)return!1;d=l.pageX,f=l.pageY}}else if(g){if(a.touches.length>1)return!1;d=a.changedTouches[0].pageX,f=a.changedTouches[0].pageY}return b=b||o(wa),(h||i)&&(d=a.clientX+b.x,f=a.clientY+b.y),a.pageOffset=b,a.points=[d,f],a.cursor=h||i,a}function H(a){var b=a-f(ha,e.ort),c=100*b/E();return e.dir?100-c:c}function I(a){var b=100,c=!1;return ia.forEach(function(d,e){if(!d.hasAttribute("disabled")){var f=Math.abs(qa[e]-a);f<b&&(c=e,b=f)}}),c}function J(a,b,c,d){var e=c.slice(),f=[!a,a],g=[a,!a];d=d.slice(),a&&d.reverse(),d.length>1?d.forEach(function(a,c){var d=S(e,a,e[a]+b,f[c],g[c],!1);!1===d?b=0:(b=d-e[a],e[a]=d)}):f=g=[!0];var h=!1;d.forEach(function(a,d){h=W(a,c[a]+b,f[d],g[d])||h}),h&&d.forEach(function(a){K("update",a),K("slide",a)})}function K(a,b,c){Object.keys(va).forEach(function(d){var f=d.split(".")[0];a===f&&va[d].forEach(function(a){a.call(ka,ua.map(e.format.to),b,ua.slice(),c||!1,qa.slice())})})}function L(a,b){"mouseout"===a.type&&"HTML"===a.target.nodeName&&null===a.relatedTarget&&N(a,b)}function M(a,b){if(-1===navigator.appVersion.indexOf("MSIE 9")&&0===a.buttons&&0!==b.buttonsProperty)return N(a,b);var c=(e.dir?-1:1)*(a.calcPoint-b.startCalcPoint);J(c>0,100*c/b.baseSize,b.locations,b.handleNumbers)}function N(a,b){b.handle&&(m(b.handle,e.cssClasses.active),sa-=1),b.listeners.forEach(function(a){xa.removeEventListener(a[0],a[1])}),0===sa&&(m(pa,e.cssClasses.drag),V(),a.cursor&&(ya.style.cursor="",ya.removeEventListener("selectstart",c))),b.handleNumbers.forEach(function(a){K("change",a),K("set",a),K("end",a)})}function O(a,b){var d;if(1===b.handleNumbers.length){var f=ia[b.handleNumbers[0]];if(f.hasAttribute("disabled"))return!1;d=f.children[0],sa+=1,l(d,e.cssClasses.active)}a.stopPropagation();var g=[],h=F(ma.move,xa,M,{target:a.target,handle:d,listeners:g,startCalcPoint:a.calcPoint,baseSize:E(),pageOffset:a.pageOffset,handleNumbers:b.handleNumbers,buttonsProperty:a.buttons,locations:qa.slice()}),i=F(ma.end,xa,N,{target:a.target,handle:d,listeners:g,handleNumbers:b.handleNumbers}),j=F("mouseout",xa,L,{target:a.target,handle:d,listeners:g,handleNumbers:b.handleNumbers});g.push.apply(g,h.concat(i,j)),a.cursor&&(ya.style.cursor=getComputedStyle(a.target).cursor,ia.length>1&&l(pa,e.cssClasses.drag),ya.addEventListener("selectstart",c,!1)),b.handleNumbers.forEach(function(a){K("start",a)})}function P(a){a.stopPropagation();var b=H(a.calcPoint),c=I(b);if(!1===c)return!1;e.events.snap||h(pa,e.cssClasses.tap,e.animationDuration),W(c,b,!0,!0),V(),K("slide",c,!0),K("update",c,!0),K("change",c,!0),K("set",c,!0),e.events.snap&&O(a,{handleNumbers:[c]})}function Q(a){var b=H(a.calcPoint),c=ta.getStep(b),d=ta.fromStepping(c);Object.keys(va).forEach(function(a){"hover"===a.split(".")[0]&&va[a].forEach(function(a){a.call(ka,d)})})}function R(a){a.fixed||ia.forEach(function(a,b){F(ma.start,a.children[0],O,{handleNumbers:[b]})}),a.tap&&F(ma.start,ha,P,{}),a.hover&&F(ma.move,ha,Q,{hover:!0}),a.drag&&ja.forEach(function(b,c){if(!1!==b&&0!==c&&c!==ja.length-1){var d=ia[c-1],f=ia[c],g=[b];l(b,e.cssClasses.draggable),a.fixed&&(g.push(d.children[0]),g.push(f.children[0])),g.forEach(function(a){F(ma.start,a,O,{handles:[d,f],handleNumbers:[c-1,c]})})}})}function S(a,b,c,d,f,g){return ia.length>1&&(d&&b>0&&(c=Math.max(c,a[b-1]+e.margin)),f&&b<ia.length-1&&(c=Math.min(c,a[b+1]-e.margin))),ia.length>1&&e.limit&&(d&&b>0&&(c=Math.min(c,a[b-1]+e.limit)),f&&b<ia.length-1&&(c=Math.max(c,a[b+1]-e.limit))),e.padding&&(0===b&&(c=Math.max(c,e.padding)),b===ia.length-1&&(c=Math.min(c,100-e.padding))),c=ta.getStep(c),!((c=i(c))===a[b]&&!g)&&c}function T(a){return a+"%"}function U(a,b){qa[a]=b,ua[a]=ta.fromStepping(b);var c=function(){ia[a].style[e.style]=T(b),X(a),X(a+1)};window.requestAnimationFrame&&e.useRequestAnimationFrame?window.requestAnimationFrame(c):c()}function V(){ra.forEach(function(a){var b=qa[a]>50?-1:1,c=3+(ia.length+b*a);ia[a].childNodes[0].style.zIndex=c})}function W(a,b,c,d){return!1!==(b=S(qa,a,b,c,d,!1))&&(U(a,b),!0)}function X(a){if(ja[a]){var b=0,c=100;0!==a&&(b=qa[a-1]),a!==ja.length-1&&(c=qa[a]),ja[a].style[e.style]=T(b),ja[a].style[e.styleOposite]=T(100-c)}}function Z(a,b){null!==a&&!1!==a&&("number"==typeof a&&(a=String(a)),!1===(a=e.format.from(a))||isNaN(a)||W(b,ta.toStepping(a),!1,!1))}function $(a,b){var c=j(a),d=void 0===qa[0];b=void 0===b||!!b,c.forEach(Z),e.animate&&!d&&h(pa,e.cssClasses.tap,e.animationDuration),ra.forEach(function(a){W(a,qa[a],!0,!1)}),V(),ra.forEach(function(a){K("update",a),null!==c[a]&&b&&K("set",a)})}function aa(a){$(e.start,a)}function ba(){var a=ua.map(e.format.to);return 1===a.length?a[0]:a}function ca(){for(var a in e.cssClasses)e.cssClasses.hasOwnProperty(a)&&m(pa,e.cssClasses[a]);for(;pa.firstChild;)pa.removeChild(pa.firstChild);delete pa.noUiSlider}function da(){return qa.map(function(a,b){var c=ta.getNearbySteps(a),d=ua[b],e=c.thisStep.step,f=null;!1!==e&&d+e>c.stepAfter.startValue&&(e=c.stepAfter.startValue-d),f=d>c.thisStep.startValue?c.thisStep.step:!1!==c.stepBefore.step&&d-c.stepBefore.highestStep,100===a?e=null:0===a&&(f=null);var g=ta.countStepDecimals();return null!==e&&!1!==e&&(e=Number(e.toFixed(g))),null!==f&&!1!==f&&(f=Number(f.toFixed(g))),[f,e]})}function ea(a,b){va[a]=va[a]||[],va[a].push(b),"update"===a.split(".")[0]&&ia.forEach(function(a,b){K("update",b)})}function fa(a){var b=a&&a.split(".")[0],c=b&&a.substring(b.length);Object.keys(va).forEach(function(a){var d=a.split(".")[0],e=a.substring(d.length);b&&b!==d||c&&c!==e||delete va[a]})}function ga(a,b){var c=ba(),d=["margin","limit","padding","range","animate","snap","step","format"];d.forEach(function(b){void 0!==a[b]&&(g[b]=a[b])});var f=Y(g);d.forEach(function(b){void 0!==a[b]&&(e[b]=f[b])}),ta=f.spectrum,e.margin=f.margin,e.limit=f.limit,e.padding=f.padding,e.pips&&D(e.pips),qa=[],$(a.start||c,b)}var ha,ia,ja,ka,la,ma=p(),na=r(),oa=na&&q(),pa=a,qa=[],ra=[],sa=0,ta=e.spectrum,ua=[],va={},wa=a.ownerDocument,xa=wa.documentElement,ya=wa.body;if(pa.noUiSlider)throw new Error("noUiSlider ("+_+"): Slider was already initialized.");return v(pa),u(e.connect,ha),ka={destroy:ca,steps:da,on:ea,off:fa,get:ba,set:$,reset:aa,__moveHandles:function(a,b,c){J(a,b,qa,c)},options:g,updateOptions:ga,target:pa,removePips:C,pips:D},R(e.events),$(e.start),e.pips&&D(e.pips),e.tooltips&&x(),y(),ka}function $(a,b){if(!a||!a.nodeName)throw new Error("noUiSlider ("+_+"): create requires a single element, got: "+a);var c=Y(b,a),d=Z(a,c,b);return a.noUiSlider=d,d}var _="10.1.0";C.prototype.getMargin=function(a){var b=this.xNumSteps[0];if(b&&a/b%1!=0)throw new Error("noUiSlider ("+_+"): 'limit', 'margin' and 'padding' must be divisible by step.");return 2===this.xPct.length&&t(this.xVal,a)},C.prototype.toStepping=function(a){return a=x(this.xVal,this.xPct,a)},C.prototype.fromStepping=function(a){return y(this.xVal,this.xPct,a)},C.prototype.getStep=function(a){return a=z(this.xPct,this.xSteps,this.snap,a)},C.prototype.getNearbySteps=function(a){var b=w(a,this.xPct);return{stepBefore:{startValue:this.xVal[b-2],step:this.xNumSteps[b-2],highestStep:this.xHighestCompleteStep[b-2]},thisStep:{startValue:this.xVal[b-1],step:this.xNumSteps[b-1],highestStep:this.xHighestCompleteStep[b-1]},stepAfter:{startValue:this.xVal[b-0],step:this.xNumSteps[b-0],highestStep:this.xHighestCompleteStep[b-0]}}},C.prototype.countStepDecimals=function(){var a=this.xNumSteps.map(k);return Math.max.apply(null,a)},C.prototype.convert=function(a){return this.getStep(this.toStepping(a))};var aa={to:function(a){return void 0!==a&&a.toFixed(2)},from:Number};return{version:_,create:$}});
@@ -1,140 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/polyfills/js/msie.js
4
- # Provides JavaScript Polyfills for Internet Explorer 10 and 11
5
- #
6
- # Product/Info:
7
- # http://jekyll.one
8
- #
9
- # Copyright (C) 2020 Juergen Adams
10
- # Copyright (C) 2005–2020 Mozilla and Contributors
11
- #
12
- # J1 Template is licensed under MIT License.
13
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
- # -----------------------------------------------------------------------------
15
- */
16
-
17
- /*!
18
- * MS Polyfills
19
- * Copyright (C) 2005–2020 Mozilla and Contributors
20
- * Licensed under MIT License.
21
- */
22
-
23
- // Source: https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach
24
- if (window.NodeList && !NodeList.prototype.forEach) {
25
- NodeList.prototype.forEach = function(callback, thisArg) {
26
- thisArg = thisArg || window;
27
- for (var i = 0; i < this.length; i++) {
28
- callback.call(thisArg, this[i], i, this);
29
- }
30
- };
31
- }
32
-
33
- // Source: https://developer.mozilla.org/en-US/docs/Web/API/Element/matches
34
- if (!Element.prototype.matches) {
35
- Element.prototype.matches =
36
- Element.prototype.matchesSelector ||
37
- Element.prototype.mozMatchesSelector ||
38
- Element.prototype.msMatchesSelector ||
39
- Element.prototype.oMatchesSelector ||
40
- Element.prototype.webkitMatchesSelector ||
41
- function(s) {
42
- var matches = (
43
- this.document || this.ownerDocument
44
- ).querySelectorAll(s),
45
- i = matches.length;
46
- while (--i >= 0 && matches.item(i) !== this) {}
47
- return i > -1;
48
- };
49
- }
50
-
51
- // Source: https://developer.mozilla.org/en-US/docs/Web/API/Element/closest
52
- if (!Element.prototype.matches) {
53
- Element.prototype.matches =
54
- Element.prototype.msMatchesSelector ||
55
- Element.prototype.webkitMatchesSelector;
56
- }
57
-
58
- if (!Element.prototype.closest) {
59
- Element.prototype.closest = function(s) {
60
- var el = this;
61
-
62
- do {
63
- if (el.matches(s)) return el;
64
- el = el.parentElement || el.parentNode;
65
- } while (el !== null && el.nodeType === 1);
66
- return null;
67
- };
68
- }
69
-
70
- // from: https://github.com/jserz/js_piece/blob/master/DOM/ChildNode/after()/after().md
71
- (function(arr) {
72
- arr.forEach(function(item) {
73
- if (item.hasOwnProperty('after')) {
74
- return;
75
- }
76
- Object.defineProperty(item, 'after', {
77
- configurable: true,
78
- enumerable: true,
79
- writable: true,
80
- value: function after() {
81
- var argArr = Array.prototype.slice.call(arguments),
82
- docFrag = document.createDocumentFragment();
83
-
84
- argArr.forEach(function(argItem) {
85
- var isNode = argItem instanceof Node;
86
- docFrag.appendChild(
87
- isNode
88
- ? argItem
89
- : document.createTextNode(String(argItem))
90
- );
91
- });
92
-
93
- this.parentNode.insertBefore(docFrag, this.nextSibling);
94
- }
95
- });
96
- });
97
- })([Element.prototype, CharacterData.prototype, DocumentType.prototype]);
98
-
99
- // Source: https://github.com/jserz/js_piece/blob/master/DOM/ParentNode/append()/append().md
100
- (function(arr) {
101
- arr.forEach(function(item) {
102
- if (item.hasOwnProperty('append')) {
103
- return;
104
- }
105
- Object.defineProperty(item, 'append', {
106
- configurable: true,
107
- enumerable: true,
108
- writable: true,
109
- value: function append() {
110
- var argArr = Array.prototype.slice.call(arguments),
111
- docFrag = document.createDocumentFragment();
112
-
113
- argArr.forEach(function(argItem) {
114
- var isNode = argItem instanceof Node;
115
- docFrag.appendChild(
116
- isNode
117
- ? argItem
118
- : document.createTextNode(String(argItem))
119
- );
120
- });
121
-
122
- this.appendChild(docFrag);
123
- }
124
- });
125
- });
126
- })([Element.prototype, Document.prototype, DocumentFragment.prototype]);
127
-
128
- // from: https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent
129
- (function() {
130
- if (typeof window.Event === 'function') return false;
131
-
132
- function Event(event, params) {
133
- params = params || { bubbles: false, cancelable: false };
134
- var evt = document.createEvent('Event');
135
- evt.initEvent(event, params.bubbles, params.cancelable);
136
- return evt;
137
- }
138
-
139
- window.Event = Event;
140
- })();
@@ -1,89 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/tocbot/css/theme/uno.css
4
- # Provides theme styles for the toc navigation based on Tim Scanlin's Tocbot
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # https://tscanlin.github.io/tocbot
9
- #
10
- # Copyright (C) 2016 Tim Scanlin
11
- # Copyright (C) 2020 Juergen Adams
12
- #
13
- # J1 Template is licensed under MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Tocbot is licensed under MIT License.
16
- # See: https://github.com/tscanlin/tocbot/blob/master/LICENSE
17
- # -----------------------------------------------------------------------------
18
- */
19
-
20
- /* STYLES
21
- * NOTE: Several styles are moved to ~/assets/themes/j1/adapter/js/toccer.js
22
- * to set CSS styles fo selected theme dynamically
23
- * -----------------------------------------------------------------------------
24
- */
25
-
26
- .toc {
27
- overflow-y: auto;
28
- }
29
-
30
- .toc > .toc-list {
31
- overflow: hidden;
32
- position: relative;
33
- }
34
-
35
- .toc > .toc-list li {
36
- list-style: none;
37
- }
38
-
39
- .toc-list {
40
- margin: 0;
41
- padding-left: 10px;
42
- }
43
-
44
- a.toc-link {
45
- color: #757575; /* md-grey-600 */
46
- height: 100%;
47
- font-size: 1rem; /* jadams, 2017-12-13: added font-size for toc-link */
48
- }
49
-
50
- /* jadams, 2020-07-03: added hover to global style */
51
- a.toc-link:hover {
52
- color: #fafafa;
53
- text-decoration: none;
54
- font-weight: 700;
55
- }
56
-
57
- .is-collapsible {
58
- max-height: 1000px;
59
- overflow: hidden;
60
- transition: all 300ms ease-in-out;
61
- }
62
-
63
- .is-collapsed {
64
- max-height: 0;
65
- }
66
-
67
- .is-position-fixed {
68
- position: fixed !important;
69
- top: 0;
70
- }
71
-
72
- .is-active-link {
73
- font-weight: 700;
74
- }
75
-
76
- .toc-link::before {
77
- background-color: #E0E0E0; /* md-grey-300 */
78
- content: ' ';
79
- display: inline-block;
80
- height: inherit;
81
- left: 0;
82
- margin-top: -1px;
83
- position: absolute;
84
- width: 2px;
85
- }
86
-
87
- .is-active-link::before {
88
- background-color: #757575; /* md-grey-600, was: #54BC4B */
89
- }
@@ -1,89 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/tocbot/css/theme/uno.css
4
- # Provides theme styles for the toc navigation based on Tim Scanlin's Tocbot
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # https://tscanlin.github.io/tocbot
9
- #
10
- # Copyright (C) 2016 Tim Scanlin
11
- # Copyright (C) 2020 Juergen Adams
12
- #
13
- # J1 Template is licensed under MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Tocbot is licensed under MIT License.
16
- # See: https://github.com/tscanlin/tocbot/blob/master/LICENSE
17
- # -----------------------------------------------------------------------------
18
- */
19
-
20
- /* STYLES
21
- * NOTE: Several styles are moved to ~/assets/themes/j1/adapter/js/toccer.js
22
- * to set CSS styles fo selected theme dynamically
23
- * -----------------------------------------------------------------------------
24
- */
25
-
26
- .toc {
27
- overflow-y: auto;
28
- }
29
-
30
- .toc > .toc-list {
31
- overflow: hidden;
32
- position: relative;
33
- }
34
-
35
- .toc > .toc-list li {
36
- list-style: none;
37
- }
38
-
39
- .toc-list {
40
- margin: 0;
41
- padding-left: 10px;
42
- }
43
-
44
- a.toc-link {
45
- color: #757575; /* md-grey-600 */
46
- height: 100%;
47
- font-size: 1rem; /* jadams, 2017-12-13: added font-size for toc-link */
48
- }
49
-
50
- /* jadams, 2020-07-03: added hover to global style */
51
- a.toc-link:hover {
52
- color: #fafafa;
53
- text-decoration: none;
54
- font-weight: 700;
55
- }
56
-
57
- .is-collapsible {
58
- max-height: 1000px;
59
- overflow: hidden;
60
- transition: all 300ms ease-in-out;
61
- }
62
-
63
- .is-collapsed {
64
- max-height: 0;
65
- }
66
-
67
- .is-position-fixed {
68
- position: fixed !important;
69
- top: 0;
70
- }
71
-
72
- .is-active-link {
73
- font-weight: 700;
74
- }
75
-
76
- .toc-link::before {
77
- background-color: #E0E0E0; /* md-grey-300 */
78
- content: ' ';
79
- display: inline-block;
80
- height: inherit;
81
- left: 0;
82
- margin-top: -1px;
83
- position: absolute;
84
- width: 2px;
85
- }
86
-
87
- .is-active-link::before {
88
- background-color: #757575; /* md-grey-600, was: #54BC4B */
89
- }
@@ -1,75 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/tocbot/css/tocbot.css
4
- # Provides base styles for Tim Scanlin's Tocbot
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # https://tscanlin.github.io/tocbot
9
- #
10
- # Copyright (C) 2016 Tim Scanlin
11
- # Copyright (C) 2020 Juergen Adams
12
- #
13
- # J1 Template is licensed under MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Tocbot is licensed under MIT License.
16
- # See: https://github.com/tscanlin/tocbot/blob/master/LICENSE
17
- # -----------------------------------------------------------------------------
18
- */
19
-
20
- .toc {
21
- overflow-y: auto
22
- }
23
-
24
- .toc>.toc-list {
25
- overflow: hidden;
26
- position: relative
27
- }
28
-
29
- .toc>.toc-list li {
30
- list-style: none
31
- }
32
-
33
- .toc-list {
34
- margin: 0;
35
- padding-left: 10px
36
- }
37
-
38
- a.toc-link {
39
- color: currentColor;
40
- height: 100%
41
- }
42
-
43
- .is-collapsible {
44
- max-height: 1000px;
45
- overflow: hidden;
46
- transition: all 300ms ease-in-out
47
- }
48
-
49
- .is-collapsed {
50
- max-height: 0
51
- }
52
-
53
- .is-position-fixed {
54
- position: fixed !important;
55
- top: 0
56
- }
57
-
58
- .is-active-link {
59
- font-weight: 700
60
- }
61
-
62
- .toc-link::before {
63
- background-color: #EEE;
64
- content: ' ';
65
- display: inline-block;
66
- height: inherit;
67
- left: 0;
68
- margin-top: -1px;
69
- position: absolute;
70
- width: 2px
71
- }
72
-
73
- .is-active-link::before {
74
- background-color: #54BC4B
75
- }
@@ -1,19 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/tocbot/css/tocbot.min.css
4
- # Provides base styles for Tim Scanlin's Tocbot
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # https://tscanlin.github.io/tocbot
9
- #
10
- # Copyright (C) 2016 Tim Scanlin
11
- # Copyright (C) 2020 Juergen Adams
12
- #
13
- # J1 Template is licensed under MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Tocbot is licensed under MIT License.
16
- # See: https://github.com/tscanlin/tocbot/blob/master/LICENSE
17
- # -----------------------------------------------------------------------------
18
- */
19
- .toc{overflow-y:auto}.toc>.toc-list{overflow:hidden;position:relative}.toc>.toc-list li{list-style:none}.toc-list{margin:0;padding-left:10px}a.toc-link{color:currentColor;height:100%}.is-collapsible{max-height:1000px;overflow:hidden;transition:all 300ms ease-in-out}.is-collapsed{max-height:0}.is-position-fixed{position:fixed !important;top:0}.is-active-link{font-weight:700}.toc-link::before{background-color:#EEE;content:' ';display:inline-block;height:inherit;left:0;margin-top:-1px;position:absolute;width:2px}.is-active-link::before{background-color:#54BC4B}
@@ -1,19 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/tocbot/js/tocbot.js
4
- # Tocbot v4.12.0
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # https://tscanlin.github.io/tocbot
9
- #
10
- # Copyright (C) 2016 Tim Scanlin
11
- # Copyright (C) 2020 Juergen Adams
12
- #
13
- # J1 Template is licensed under MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Tocbot is licensed under MIT License.
16
- # See: https://github.com/tscanlin/tocbot/blob/master/LICENSE
17
- # -----------------------------------------------------------------------------
18
- */
19
- !function(e){var t={};function n(o){if(t[o])return t[o].exports;var l=t[o]={i:o,l:!1,exports:{}};return e[o].call(l.exports,l,l.exports,n),l.l=!0,l.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var l in e)n.d(o,l,function(t){return e[t]}.bind(null,l));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){(function(o){var l,r,i;!function(o,s){r=[],l=function(e){"use strict";var t,o,l,r=n(2),i={},s={},c=n(3),a=n(4),u=n(5),d=!!(e&&e.document&&e.document.querySelector&&e.addEventListener);if("undefined"==typeof window&&!d)return;var f=Object.prototype.hasOwnProperty;function m(e,t,n){var o,l;return t||(t=250),function(){var r=n||this,i=+new Date,s=arguments;o&&i<o+t?(clearTimeout(l),l=setTimeout(function(){o=i,e.apply(r,s)},t)):(o=i,e.apply(r,s))}}return s.destroy=function(){if(!i.skipRendering)try{document.querySelector(i.tocSelector).innerHTML=""}catch(e){console.warn("Element not found: "+i.tocSelector)}i.scrollContainer&&document.querySelector(i.scrollContainer)?(document.querySelector(i.scrollContainer).removeEventListener("scroll",this._scrollListener,!1),document.querySelector(i.scrollContainer).removeEventListener("resize",this._scrollListener,!1),t&&document.querySelector(i.scrollContainer).removeEventListener("click",this._clickListener,!1)):(document.removeEventListener("scroll",this._scrollListener,!1),document.removeEventListener("resize",this._scrollListener,!1),t&&document.removeEventListener("click",this._clickListener,!1))},s.init=function(e){if(d&&(i=function(){for(var e={},t=0;t<arguments.length;t++){var n=arguments[t];for(var o in n)f.call(n,o)&&(e[o]=n[o])}return e}(r,e||{}),this.options=i,this.state={},i.scrollSmooth&&(i.duration=i.scrollSmoothDuration,i.offset=i.scrollSmoothOffset,s.scrollSmooth=n(6).initSmoothScrolling(i)),t=c(i),o=a(i),this._buildHtml=t,this._parseContent=o,s.destroy(),null!==(l=o.selectHeadings(i.contentSelector,i.headingSelector)))){var h=o.nestHeadingsArray(l).nest;i.skipRendering||t.render(i.tocSelector,h),this._scrollListener=m(function(e){t.updateToc(l),!i.disableTocScrollSync&&u(i);var n=e&&e.target&&e.target.scrollingElement&&0===e.target.scrollingElement.scrollTop;(e&&(0===e.eventPhase||null===e.currentTarget)||n)&&(t.updateToc(l),i.scrollEndCallback&&i.scrollEndCallback(e))},i.throttleTimeout),this._scrollListener(),i.scrollContainer&&document.querySelector(i.scrollContainer)?(document.querySelector(i.scrollContainer).addEventListener("scroll",this._scrollListener,!1),document.querySelector(i.scrollContainer).addEventListener("resize",this._scrollListener,!1)):(document.addEventListener("scroll",this._scrollListener,!1),document.addEventListener("resize",this._scrollListener,!1));var p=null;return this._clickListener=m(function(e){i.scrollSmooth&&t.disableTocAnimation(e),t.updateToc(l),p&&clearTimeout(p),p=setTimeout(function(){t.enableTocAnimation()},i.scrollSmoothDuration)},i.throttleTimeout),i.scrollContainer&&document.querySelector(i.scrollContainer)?document.querySelector(i.scrollContainer).addEventListener("click",this._clickListener,!1):document.addEventListener("click",this._clickListener,!1),this}},s.refresh=function(e){s.destroy(),s.init(e||this.options)},e.tocbot=s,s}(o),void 0===(i="function"==typeof l?l.apply(t,r):l)||(e.exports=i)}(void 0!==o?o:this.window||this.global)}).call(this,n(1))},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t){e.exports={tocSelector:".js-toc",contentSelector:".js-toc-content",headingSelector:"h1, h2, h3",ignoreSelector:".js-toc-ignore",hasInnerContainers:!1,linkClass:"toc-link",extraLinkClasses:"",activeLinkClass:"is-active-link",listClass:"toc-list",extraListClasses:"",isCollapsedClass:"is-collapsed",collapsibleClass:"is-collapsible",listItemClass:"toc-list-item",activeListItemClass:"is-active-li",collapseDepth:0,scrollSmooth:!0,scrollSmoothDuration:420,scrollSmoothOffset:0,scrollEndCallback:function(e){},headingsOffset:1,throttleTimeout:50,positionFixedSelector:null,positionFixedClass:"is-position-fixed",fixedSidebarOffset:"auto",includeHtml:!1,onClick:function(e){},orderedList:!0,scrollContainer:null,skipRendering:!1,headingLabelCallback:!1,ignoreHiddenElements:!1,headingObjectCallback:null,basePath:"",disableTocScrollSync:!1}},function(e,t){e.exports=function(e){var t=[].forEach,n=[].some,o=document.body,l=!0,r=" ";function i(n,o){var l=o.appendChild(function(n){var o=document.createElement("li"),l=document.createElement("a");e.listItemClass&&o.setAttribute("class",e.listItemClass);e.onClick&&(l.onclick=e.onClick);e.includeHtml&&n.childNodes.length?t.call(n.childNodes,function(e){l.appendChild(e.cloneNode(!0))}):l.textContent=n.textContent;return l.setAttribute("href",e.basePath+"#"+n.id),l.setAttribute("class",e.linkClass+r+"node-name--"+n.nodeName+r+e.extraLinkClasses),o.appendChild(l),o}(n));if(n.children.length){var c=s(n.isCollapsed);n.children.forEach(function(e){i(e,c)}),l.appendChild(c)}}function s(t){var n=e.orderedList?"ol":"ul",o=document.createElement(n),l=e.listClass+r+e.extraListClasses;return t&&(l+=r+e.collapsibleClass,l+=r+e.isCollapsedClass),o.setAttribute("class",l),o}return{enableTocAnimation:function(){l=!0},disableTocAnimation:function(t){var n=t.target||t.srcElement;"string"==typeof n.className&&-1!==n.className.indexOf(e.linkClass)&&(l=!1)},render:function(e,t){var n=s(!1);t.forEach(function(e){i(e,n)});var o=document.querySelector(e);if(null!==o)return o.firstChild&&o.removeChild(o.firstChild),0===t.length?o:o.appendChild(n)},updateToc:function(i){var s;s=e.scrollContainer&&document.querySelector(e.scrollContainer)?document.querySelector(e.scrollContainer).scrollTop:document.documentElement.scrollTop||o.scrollTop,e.positionFixedSelector&&function(){var t;t=e.scrollContainer&&document.querySelector(e.scrollContainer)?document.querySelector(e.scrollContainer).scrollTop:document.documentElement.scrollTop||o.scrollTop;var n=document.querySelector(e.positionFixedSelector);"auto"===e.fixedSidebarOffset&&(e.fixedSidebarOffset=document.querySelector(e.tocSelector).offsetTop),t>e.fixedSidebarOffset?-1===n.className.indexOf(e.positionFixedClass)&&(n.className+=r+e.positionFixedClass):n.className=n.className.split(r+e.positionFixedClass).join("")}();var c,a=i;if(l&&null!==document.querySelector(e.tocSelector)&&a.length>0){n.call(a,function(t,n){return function t(n){var o=0;return n!==document.querySelector(e.contentSelector&&null!=n)&&(o=n.offsetTop,e.hasInnerContainers&&(o+=t(n.offsetParent))),o}(t)>s+e.headingsOffset+10?(c=a[0===n?n:n-1],!0):n===a.length-1?(c=a[a.length-1],!0):void 0});var u=document.querySelector(e.tocSelector).querySelectorAll("."+e.linkClass);t.call(u,function(t){t.className=t.className.split(r+e.activeLinkClass).join("")});var d=document.querySelector(e.tocSelector).querySelectorAll("."+e.listItemClass);t.call(d,function(t){t.className=t.className.split(r+e.activeListItemClass).join("")});var f=document.querySelector(e.tocSelector).querySelector("."+e.linkClass+".node-name--"+c.nodeName+'[href="'+e.basePath+"#"+c.id.replace(/([ #;&,.+*~':"!^$[\]()=>|/@])/g,"\\$1")+'"]');-1===f.className.indexOf(e.activeLinkClass)&&(f.className+=r+e.activeLinkClass);var m=f.parentNode;m&&-1===m.className.indexOf(e.activeListItemClass)&&(m.className+=r+e.activeListItemClass);var h=document.querySelector(e.tocSelector).querySelectorAll("."+e.listClass+"."+e.collapsibleClass);t.call(h,function(t){-1===t.className.indexOf(e.isCollapsedClass)&&(t.className+=r+e.isCollapsedClass)}),f.nextSibling&&-1!==f.nextSibling.className.indexOf(e.isCollapsedClass)&&(f.nextSibling.className=f.nextSibling.className.split(r+e.isCollapsedClass).join("")),function t(n){return-1!==n.className.indexOf(e.collapsibleClass)&&-1!==n.className.indexOf(e.isCollapsedClass)?(n.className=n.className.split(r+e.isCollapsedClass).join(""),t(n.parentNode.parentNode)):n}(f.parentNode.parentNode)}}}}},function(e,t){e.exports=function(e){var t=[].reduce;function n(e){return e[e.length-1]}function o(t){if(!(t instanceof window.HTMLElement))return t;if(e.ignoreHiddenElements&&(!t.offsetHeight||!t.offsetParent))return null;var n={id:t.id,children:[],nodeName:t.nodeName,headingLevel:function(e){return+e.nodeName.split("H").join("")}(t),textContent:e.headingLabelCallback?String(e.headingLabelCallback(t.textContent)):t.textContent.trim()};return e.includeHtml&&(n.childNodes=t.childNodes),e.headingObjectCallback?e.headingObjectCallback(n,t):n}return{nestHeadingsArray:function(l){return t.call(l,function(t,l){var r=o(l);return r&&function(t,l){for(var r=o(t),i=r.headingLevel,s=l,c=n(s),a=i-(c?c.headingLevel:0);a>0;)(c=n(s))&&void 0!==c.children&&(s=c.children),a--;i>=e.collapseDepth&&(r.isCollapsed=!0),s.push(r)}(r,t.nest),t},{nest:[]})},selectHeadings:function(t,n){var o=n;e.ignoreSelector&&(o=n.split(",").map(function(t){return t.trim()+":not("+e.ignoreSelector+")"}));try{return document.querySelector(t).querySelectorAll(o)}catch(e){return console.warn("Element not found: "+t),null}}}}},function(e,t){e.exports=function(e){var t=document.querySelector(e.tocSelector);if(t&&t.scrollHeight>t.clientHeight){var n=t.querySelector("."+e.activeListItemClass);n&&(t.scrollTop=n.offsetTop)}}},function(e,t){function n(e,t){var n=window.pageYOffset,o={duration:t.duration,offset:t.offset||0,callback:t.callback,easing:t.easing||d},l=document.querySelector('[id="'+decodeURI(e).split("#").join("")+'"]'),r=typeof e==="string"?o.offset+(e?l&&l.getBoundingClientRect().top||0:-(document.documentElement.scrollTop||document.body.scrollTop)):e,i=typeof o.duration==="function"?o.duration(r):o.duration,s,c;function a(e){c=e-s;window.scrollTo(0,o.easing(c,n,r,i));if(c<i){requestAnimationFrame(a)}else{u()}}function u(){if(window.scrollTo(0,n+r),"function"==typeof o.callback){o.callback()}}function d(e,t,n,o){return(e/=o/2)<1?n/2*e*e+t:-n/2*(--e*(e-2)-1)+t}requestAnimationFrame(function(e){s=e;a(e)})}t.initSmoothScrolling=function(e){document.documentElement.style;var t=e.duration,o=e.offset,l=location.hash?r(location.href):location.href;function r(e){return e.slice(0,e.lastIndexOf("#"))}!function(){document.body.addEventListener("click",function(i){if(!function(e){return"a"===e.tagName.toLowerCase()&&(e.hash.length>0||"#"===e.href.charAt(e.href.length-1))&&(r(e.href)===l||r(e.href)+"#"===l)}(i.target)||i.target.className.indexOf("no-smooth-scroll")>-1||"#"===i.target.href.charAt(i.target.href.length-2)&&"!"===i.target.href.charAt(i.target.href.length-1)||-1===i.target.className.indexOf(e.linkClass))return;n(i.target.hash,{duration:t,offset:o,callback:function(){!function(e){var t=document.getElementById(e.substring(1));t&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())}(i.target.hash)}})},!1)}()}}]);
@@ -1,19 +0,0 @@
1
- /*
2
- # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/tocbot/js/tocbot.min.js
4
- # Tocbot v4.12.0
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- # https://tscanlin.github.io/tocbot
9
- #
10
- # Copyright (C) 2016 Tim Scanlin
11
- # Copyright (C) 2020 Juergen Adams
12
- #
13
- # J1 Template is licensed under MIT License.
14
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
- # Tocbot is licensed under MIT License.
16
- # See: https://github.com/tscanlin/tocbot/blob/master/LICENSE
17
- # -----------------------------------------------------------------------------
18
- */
19
- !function(e){var t={};function n(o){if(t[o])return t[o].exports;var l=t[o]={i:o,l:!1,exports:{}};return e[o].call(l.exports,l,l.exports,n),l.l=!0,l.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var l in e)n.d(o,l,function(t){return e[t]}.bind(null,l));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){(function(o){var l,r,i;!function(o,s){r=[],l=function(e){"use strict";var t,o,l,r=n(2),i={},s={},c=n(3),a=n(4),u=n(5),d=!!(e&&e.document&&e.document.querySelector&&e.addEventListener);if("undefined"==typeof window&&!d)return;var f=Object.prototype.hasOwnProperty;function m(e,t,n){var o,l;return t||(t=250),function(){var r=n||this,i=+new Date,s=arguments;o&&i<o+t?(clearTimeout(l),l=setTimeout(function(){o=i,e.apply(r,s)},t)):(o=i,e.apply(r,s))}}return s.destroy=function(){if(!i.skipRendering)try{document.querySelector(i.tocSelector).innerHTML=""}catch(e){console.warn("Element not found: "+i.tocSelector)}i.scrollContainer&&document.querySelector(i.scrollContainer)?(document.querySelector(i.scrollContainer).removeEventListener("scroll",this._scrollListener,!1),document.querySelector(i.scrollContainer).removeEventListener("resize",this._scrollListener,!1),t&&document.querySelector(i.scrollContainer).removeEventListener("click",this._clickListener,!1)):(document.removeEventListener("scroll",this._scrollListener,!1),document.removeEventListener("resize",this._scrollListener,!1),t&&document.removeEventListener("click",this._clickListener,!1))},s.init=function(e){if(d&&(i=function(){for(var e={},t=0;t<arguments.length;t++){var n=arguments[t];for(var o in n)f.call(n,o)&&(e[o]=n[o])}return e}(r,e||{}),this.options=i,this.state={},i.scrollSmooth&&(i.duration=i.scrollSmoothDuration,i.offset=i.scrollSmoothOffset,s.scrollSmooth=n(6).initSmoothScrolling(i)),t=c(i),o=a(i),this._buildHtml=t,this._parseContent=o,s.destroy(),null!==(l=o.selectHeadings(i.contentSelector,i.headingSelector)))){var h=o.nestHeadingsArray(l).nest;i.skipRendering||t.render(i.tocSelector,h),this._scrollListener=m(function(e){t.updateToc(l),!i.disableTocScrollSync&&u(i);var n=e&&e.target&&e.target.scrollingElement&&0===e.target.scrollingElement.scrollTop;(e&&(0===e.eventPhase||null===e.currentTarget)||n)&&(t.updateToc(l),i.scrollEndCallback&&i.scrollEndCallback(e))},i.throttleTimeout),this._scrollListener(),i.scrollContainer&&document.querySelector(i.scrollContainer)?(document.querySelector(i.scrollContainer).addEventListener("scroll",this._scrollListener,!1),document.querySelector(i.scrollContainer).addEventListener("resize",this._scrollListener,!1)):(document.addEventListener("scroll",this._scrollListener,!1),document.addEventListener("resize",this._scrollListener,!1));var p=null;return this._clickListener=m(function(e){i.scrollSmooth&&t.disableTocAnimation(e),t.updateToc(l),p&&clearTimeout(p),p=setTimeout(function(){t.enableTocAnimation()},i.scrollSmoothDuration)},i.throttleTimeout),i.scrollContainer&&document.querySelector(i.scrollContainer)?document.querySelector(i.scrollContainer).addEventListener("click",this._clickListener,!1):document.addEventListener("click",this._clickListener,!1),this}},s.refresh=function(e){s.destroy(),s.init(e||this.options)},e.tocbot=s,s}(o),void 0===(i="function"==typeof l?l.apply(t,r):l)||(e.exports=i)}(void 0!==o?o:this.window||this.global)}).call(this,n(1))},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t){e.exports={tocSelector:".js-toc",contentSelector:".js-toc-content",headingSelector:"h1, h2, h3",ignoreSelector:".js-toc-ignore",hasInnerContainers:!1,linkClass:"toc-link",extraLinkClasses:"",activeLinkClass:"is-active-link",listClass:"toc-list",extraListClasses:"",isCollapsedClass:"is-collapsed",collapsibleClass:"is-collapsible",listItemClass:"toc-list-item",activeListItemClass:"is-active-li",collapseDepth:0,scrollSmooth:!0,scrollSmoothDuration:420,scrollSmoothOffset:0,scrollEndCallback:function(e){},headingsOffset:1,throttleTimeout:50,positionFixedSelector:null,positionFixedClass:"is-position-fixed",fixedSidebarOffset:"auto",includeHtml:!1,onClick:function(e){},orderedList:!0,scrollContainer:null,skipRendering:!1,headingLabelCallback:!1,ignoreHiddenElements:!1,headingObjectCallback:null,basePath:"",disableTocScrollSync:!1}},function(e,t){e.exports=function(e){var t=[].forEach,n=[].some,o=document.body,l=!0,r=" ";function i(n,o){var l=o.appendChild(function(n){var o=document.createElement("li"),l=document.createElement("a");e.listItemClass&&o.setAttribute("class",e.listItemClass);e.onClick&&(l.onclick=e.onClick);e.includeHtml&&n.childNodes.length?t.call(n.childNodes,function(e){l.appendChild(e.cloneNode(!0))}):l.textContent=n.textContent;return l.setAttribute("href",e.basePath+"#"+n.id),l.setAttribute("class",e.linkClass+r+"node-name--"+n.nodeName+r+e.extraLinkClasses),o.appendChild(l),o}(n));if(n.children.length){var c=s(n.isCollapsed);n.children.forEach(function(e){i(e,c)}),l.appendChild(c)}}function s(t){var n=e.orderedList?"ol":"ul",o=document.createElement(n),l=e.listClass+r+e.extraListClasses;return t&&(l+=r+e.collapsibleClass,l+=r+e.isCollapsedClass),o.setAttribute("class",l),o}return{enableTocAnimation:function(){l=!0},disableTocAnimation:function(t){var n=t.target||t.srcElement;"string"==typeof n.className&&-1!==n.className.indexOf(e.linkClass)&&(l=!1)},render:function(e,t){var n=s(!1);t.forEach(function(e){i(e,n)});var o=document.querySelector(e);if(null!==o)return o.firstChild&&o.removeChild(o.firstChild),0===t.length?o:o.appendChild(n)},updateToc:function(i){var s;s=e.scrollContainer&&document.querySelector(e.scrollContainer)?document.querySelector(e.scrollContainer).scrollTop:document.documentElement.scrollTop||o.scrollTop,e.positionFixedSelector&&function(){var t;t=e.scrollContainer&&document.querySelector(e.scrollContainer)?document.querySelector(e.scrollContainer).scrollTop:document.documentElement.scrollTop||o.scrollTop;var n=document.querySelector(e.positionFixedSelector);"auto"===e.fixedSidebarOffset&&(e.fixedSidebarOffset=document.querySelector(e.tocSelector).offsetTop),t>e.fixedSidebarOffset?-1===n.className.indexOf(e.positionFixedClass)&&(n.className+=r+e.positionFixedClass):n.className=n.className.split(r+e.positionFixedClass).join("")}();var c,a=i;if(l&&null!==document.querySelector(e.tocSelector)&&a.length>0){n.call(a,function(t,n){return function t(n){var o=0;return n!==document.querySelector(e.contentSelector&&null!=n)&&(o=n.offsetTop,e.hasInnerContainers&&(o+=t(n.offsetParent))),o}(t)>s+e.headingsOffset+10?(c=a[0===n?n:n-1],!0):n===a.length-1?(c=a[a.length-1],!0):void 0});var u=document.querySelector(e.tocSelector).querySelectorAll("."+e.linkClass);t.call(u,function(t){t.className=t.className.split(r+e.activeLinkClass).join("")});var d=document.querySelector(e.tocSelector).querySelectorAll("."+e.listItemClass);t.call(d,function(t){t.className=t.className.split(r+e.activeListItemClass).join("")});var f=document.querySelector(e.tocSelector).querySelector("."+e.linkClass+".node-name--"+c.nodeName+'[href="'+e.basePath+"#"+c.id.replace(/([ #;&,.+*~':"!^$[\]()=>|/@])/g,"\\$1")+'"]');-1===f.className.indexOf(e.activeLinkClass)&&(f.className+=r+e.activeLinkClass);var m=f.parentNode;m&&-1===m.className.indexOf(e.activeListItemClass)&&(m.className+=r+e.activeListItemClass);var h=document.querySelector(e.tocSelector).querySelectorAll("."+e.listClass+"."+e.collapsibleClass);t.call(h,function(t){-1===t.className.indexOf(e.isCollapsedClass)&&(t.className+=r+e.isCollapsedClass)}),f.nextSibling&&-1!==f.nextSibling.className.indexOf(e.isCollapsedClass)&&(f.nextSibling.className=f.nextSibling.className.split(r+e.isCollapsedClass).join("")),function t(n){return-1!==n.className.indexOf(e.collapsibleClass)&&-1!==n.className.indexOf(e.isCollapsedClass)?(n.className=n.className.split(r+e.isCollapsedClass).join(""),t(n.parentNode.parentNode)):n}(f.parentNode.parentNode)}}}}},function(e,t){e.exports=function(e){var t=[].reduce;function n(e){return e[e.length-1]}function o(t){if(!(t instanceof window.HTMLElement))return t;if(e.ignoreHiddenElements&&(!t.offsetHeight||!t.offsetParent))return null;var n={id:t.id,children:[],nodeName:t.nodeName,headingLevel:function(e){return+e.nodeName.split("H").join("")}(t),textContent:e.headingLabelCallback?String(e.headingLabelCallback(t.textContent)):t.textContent.trim()};return e.includeHtml&&(n.childNodes=t.childNodes),e.headingObjectCallback?e.headingObjectCallback(n,t):n}return{nestHeadingsArray:function(l){return t.call(l,function(t,l){var r=o(l);return r&&function(t,l){for(var r=o(t),i=r.headingLevel,s=l,c=n(s),a=i-(c?c.headingLevel:0);a>0;)(c=n(s))&&void 0!==c.children&&(s=c.children),a--;i>=e.collapseDepth&&(r.isCollapsed=!0),s.push(r)}(r,t.nest),t},{nest:[]})},selectHeadings:function(t,n){var o=n;e.ignoreSelector&&(o=n.split(",").map(function(t){return t.trim()+":not("+e.ignoreSelector+")"}));try{return document.querySelector(t).querySelectorAll(o)}catch(e){return console.warn("Element not found: "+t),null}}}}},function(e,t){e.exports=function(e){var t=document.querySelector(e.tocSelector);if(t&&t.scrollHeight>t.clientHeight){var n=t.querySelector("."+e.activeListItemClass);n&&(t.scrollTop=n.offsetTop)}}},function(e,t){function n(e,t){var n=window.pageYOffset,o={duration:t.duration,offset:t.offset||0,callback:t.callback,easing:t.easing||d},l=document.querySelector('[id="'+decodeURI(e).split("#").join("")+'"]'),r=typeof e==="string"?o.offset+(e?l&&l.getBoundingClientRect().top||0:-(document.documentElement.scrollTop||document.body.scrollTop)):e,i=typeof o.duration==="function"?o.duration(r):o.duration,s,c;function a(e){c=e-s;window.scrollTo(0,o.easing(c,n,r,i));if(c<i){requestAnimationFrame(a)}else{u()}}function u(){if(window.scrollTo(0,n+r),"function"==typeof o.callback){o.callback()}}function d(e,t,n,o){return(e/=o/2)<1?n/2*e*e+t:-n/2*(--e*(e-2)-1)+t}requestAnimationFrame(function(e){s=e;a(e)})}t.initSmoothScrolling=function(e){document.documentElement.style;var t=e.duration,o=e.offset,l=location.hash?r(location.href):location.href;function r(e){return e.slice(0,e.lastIndexOf("#"))}!function(){document.body.addEventListener("click",function(i){if(!function(e){return"a"===e.tagName.toLowerCase()&&(e.hash.length>0||"#"===e.href.charAt(e.href.length-1))&&(r(e.href)===l||r(e.href)+"#"===l)}(i.target)||i.target.className.indexOf("no-smooth-scroll")>-1||"#"===i.target.href.charAt(i.target.href.length-2)&&"!"===i.target.href.charAt(i.target.href.length-1)||-1===i.target.className.indexOf(e.linkClass))return;n(i.target.hash,{duration:t,offset:o,callback:function(){!function(e){var t=document.getElementById(e.substring(1));t&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())}(i.target.hash)}})},!1)}()}}]);