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,21 +1,24 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: present videos
4
- description: J1 Template Roundtrip - Present video based data
5
-
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Video ]
8
- categories: [ pages ]
9
-
10
- scrollbar: false
11
- toc: true
4
+ description: >
5
+ Playing video on web pages seems not that special since you can already
6
+ watch videos on web pages through plugins like Flash Player, Quicktime
7
+ or Silverlight.
8
+ A new standard goes to HTML5 Video, a pure HTML way to
9
+ show video on the web; instead of the previous de facto standard of using
10
+ proprietary software.
11
+
12
+ date: 2020-11-04 12:00:00
13
+ tags: [ Roundtrip, Introduction ]
14
+ categories: [ Video, Module ]
12
15
 
13
16
  permalink: /pages/public/learn/roundtrip/present_videos/
14
- regenerate: true
17
+ regenerate: false
15
18
 
16
19
  resources: [
17
20
  light_gallery, justified_gallery, video_js,
18
- vimeo_player, vimeo_player, vimeo_froogaloop
21
+ vimeo_player, vimeo_froogaloop
19
22
  ]
20
23
  resource_options:
21
24
  - attic:
@@ -44,96 +47,85 @@ resource_options:
44
47
 
45
48
  ---
46
49
 
50
+ // Page Initializer
51
+ // =============================================================================
47
52
  // Enable the Liquid Preprocessor
48
- // -----------------------------------------------------------------------------
49
53
  :page-liquid:
50
54
 
51
- // Set other global page attributes here
55
+ // Set page (local) attributes here
52
56
  // -----------------------------------------------------------------------------
53
- //:my-asciidoc-attribute:
57
+ // :page--attr: <attr-value>
58
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
54
59
 
55
60
  // Load Liquid procedures
56
61
  // -----------------------------------------------------------------------------
57
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
62
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
58
63
 
59
- // Initialize entry document environmental attributes
64
+ // Load page attributes
60
65
  // -----------------------------------------------------------------------------
61
- {% include {{set_env_entry_document}} %}
62
-
63
- // Load tag, url and data attributes
64
- // -----------------------------------------------------------------------------
65
- include::{includedir}/attributes.asciidoc[tag=tags]
66
- include::{includedir}/attributes.asciidoc[tag=urls]
67
- include::{includedir}/attributes.asciidoc[tag=data]
68
-
69
- // Set local page attributes
70
- // -----------------------------------------------------------------------------
71
- :images-dir: {imagesdir}/pages/roundtrip/100_present_images
66
+ {% include {{load_attributes}} scope="all" %}
72
67
 
73
68
 
74
69
  // Page content
75
70
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76
71
 
77
- // Include sub-documents
78
- // -----------------------------------------------------------------------------
79
-
80
- Playing video on a web page seems not that special since you can already
72
+ Playing video on web pages seems not that special since you can already
81
73
  watch videos on web pages through plugins like _Flash Player_, _Quicktime_
82
- or _Silverlight_. A new standard goes to *HTML5 Video*, a pure *HTML* way to
74
+ or _Silverlight_. A new standard goes to HTML5 Video, a pure HTML way to
83
75
  show video on the web; instead of the previous de facto standard of using
84
- *proprietary* software.
76
+ proprietary software.
85
77
 
86
78
  == Video Galleries
87
79
 
88
- *HTML5 Video* open the doors to *your way* presenting video content. Modern
89
- browsers support the video tag `<video>` for the HTML5 Video standard. Browsers
90
- have a build-in multimedia framework already for decoding and displaying
80
+ HTML5 Video opens the doors to your way presenting video content. Modern
81
+ browsers support the video tag `<video>` for the HTML5 video standard.
82
+ Browsers have a built-in multimedia framework already for decoding and displaying
91
83
  video content. No need to use such proprietary software components anymore!
92
84
 
93
- HTML5 Video support is given by the App *gallery* combined with the Lightbox
94
- *LightGallery*.
85
+ HTML5 Video support is given by the App gallery combined with the Lightbox
86
+ LightGallery.
95
87
 
96
88
  Two types of video sources are supported:
97
89
 
98
- . videos from *local* files (your web space)
99
- . videos from *online* sources (on the Internet) like YouTube, Vimeo, etc.
90
+ . videos from local files (your web space)
91
+ . videos from online sources (on the Internet) like YouTube, Vimeo, etc.
100
92
 
101
- The combination of the App *gallery* and the lightbox *LightGallery* is quite
93
+ The combination of the App gallery and the lightbox LightGallery is entirely
102
94
  usable for all the video content you want to present on your site. Galleries
103
95
  can be placed elsewhere with your content. You can use them for video blogs
104
- for example by placing them into your blog articles content.
96
+ by putting them into your blog articles content.
105
97
 
106
- WARNING: *LightGallery* can be used *for free* for *private use* but for
107
- business use, a *commercial license* is needed. See link:{light-gallery-license}[Light Gallery license]
108
- how to use LightGallery for *commercial* webs and projects.
98
+ WARNING: LightGallery can be used for free for private use but for
99
+ business use, a commercial license is needed. See link:{light-gallery-license}[Light Gallery license]
100
+ how to use LightGallery for commercial webs and projects.
109
101
 
110
102
  == Local video content
111
103
 
112
- Digital image content, simple pictures or vidoes, are quite easy to make.
113
- Today, each and every mobile has a camera - not that bad! Presenting a bunch
114
- of (digital) pictures is very easy by using *Justified Gallery* for example.
115
- Videos created by a digi cam or a mobile can played by J1 Template using the
116
- *HTML5 Video* support of *LightGallery*.
104
+ Digital image content, simple pictures or vidoe, are easy to make. Today, each
105
+ and every mobile has a camera - not that bad! Presenting a bunch
106
+ of (digital) pictures is very easy by using Justified Gallery, for example.
107
+ Videos created by a digicam or a mobile can be played by J1 Template using the
108
+ HTML5 Video support of LightGallery.
117
109
 
118
- Two players are available with *LightGallery*:
110
+ Two players are available with LightGallery:
119
111
 
120
112
  . an internal player used by default
121
113
  . http://videojs.com/[video.js], a excellent Javascript video library
122
114
 
123
115
  NOTE: The HTML5 specification does _not_ define which video and audio formats
124
- browsers _should_ support. J1 *LightGallery* supports all _typical_ types of
125
- HTML5 Video formats browsers support today such as *MP4*, *WebM*, and *Ogg*.
116
+ browsers _should_ support. J1 LightGallery supports all _typical_ types of
117
+ HTML5 Video formats browsers support today such as MP4, WebM, and Ogg.
126
118
 
127
119
  .HTML5 video gallery
128
120
  gallery::jg_video_html5[role="mb-5"]
129
121
 
130
122
  == Online video content
131
123
 
132
- The Internet is full of interesting content. Video content is very popular,
133
- the number of channels at e.g. _YouTube_ is enormous. If you want to present
134
- video content from the Internet, e.g. your channnel, the online video
135
- support of J1 Template may a good choice. Find some enjoyable videos from
136
- *James Cordon's* channel: *Carpool Karaoke*.
124
+ The Internet is full of inspiring content. Video content is popular,
125
+ the number of channels at _YouTube_ is enormous. If you want to present
126
+ video content from the Internet, e.g. your channel, the online video
127
+ support of J1 Template may be the right choice. Find some enjoyable videos
128
+ from James Cordon's channel: Carpool Karaoke.
137
129
 
138
130
  .YouTube Video Gallery - Carpool Karaoke
139
131
  gallery::jg_video_online_youtube[role="mb-5"]
@@ -143,9 +135,9 @@ gallery::jg_video_online_vimeo[role="mb-5"]
143
135
 
144
136
  == Whats next
145
137
 
146
- Images and videos are quite *visual* - and could be impressive, for sure.
147
- But the most visual component is *text* for all pages, for all sites on the
138
+ Images and videos are quite visual - and could be impressive, for sure.
139
+ But the most visual component is the text for all pages, for all sites on the
148
140
  Internet. To see how text could be presented great for modern responsive
149
- websites, check the section *Typography* next.
141
+ websites, check the section Typography next.
150
142
 
151
143
  What? Find out how it works. go for: link:{roundtrip-typography}[Typography].
@@ -1,22 +1,21 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: typography
4
- description: Typography, a crucial branding element
4
+ description: >
5
+ The character font serves as one of the most crucial branding elements for
6
+ any business. Typography matters for any media presenting text. The text will
7
+ take on an important role of acting not only as plain text but will also serve
8
+ as something like images.
5
9
 
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Typography ]
8
- categories: [ pages ]
10
+ date: 2020-11-05 12:00:00
11
+ tags: [ Roundtrip, Introduction ]
12
+ categories: [ Typography, Module ]
9
13
 
10
14
  permalink: /pages/public/learn/roundtrip/typography/
11
- regenerate: true
12
-
13
- toc: true
14
- advertising: false
15
+ regenerate: false
15
16
 
16
17
  resources: []
17
18
  resource_options:
18
- # - ssm:
19
- # mode: menu
20
19
  - attic:
21
20
  padding_top: 400
22
21
  padding_bottom: 50
@@ -33,71 +32,59 @@ resource_options:
33
32
  href: https://unsplash.com/@alicekat/portfolio
34
33
  ---
35
34
 
35
+ // Page Initializer
36
+ // =============================================================================
36
37
  // Enable the Liquid Preprocessor
37
- // -----------------------------------------------------------------------------
38
38
  :page-liquid:
39
39
 
40
- // Set other global page attributes here
40
+ // Set page (local) attributes here
41
41
  // -----------------------------------------------------------------------------
42
- //:my-asciidoc-attribute:
42
+ // :page--attr: <attr-value>
43
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
43
44
 
44
45
  // Load Liquid procedures
45
46
  // -----------------------------------------------------------------------------
46
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
47
-
48
-
49
- // Initialize entry document environmental attributes
50
- // -----------------------------------------------------------------------------
51
- {% include {{set_env_entry_document}} %}
47
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
52
48
 
53
- // Load tag, url and data attributes
49
+ // Load page attributes
54
50
  // -----------------------------------------------------------------------------
55
- include::{includedir}/attributes.asciidoc[tag=tags]
56
- include::{includedir}/attributes.asciidoc[tag=urls]
57
- include::{includedir}/attributes.asciidoc[tag=data]
58
-
59
- // Set local page attributes
60
- // -----------------------------------------------------------------------------
61
- // :images-dir: {imagesdir}/path/to/page/images
51
+ {% include {{load_attributes}} scope="all" %}
62
52
 
63
53
 
64
54
  // Page content
65
55
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
56
 
67
- // Include sub-documents
68
- // -----------------------------------------------------------------------------
69
-
70
-
71
57
  == Typography
72
58
 
73
- Typography serves as one the most crucial branding elements for any business.
74
- Typography matters for any media presenting text. Text will take on a important
75
- role of acting not only as plain text but will also serve as something like
76
- images.
59
+ The character font serves as one of the most crucial branding elements for
60
+ any business. Typography matters for any media presenting text. The text will
61
+ take on an important role of acting not only as plain text but will also serve
62
+ as something like images.
77
63
 
78
64
  == Responsive Text
79
65
 
80
66
  One common flaw seen in many templates and frameworks (sadly to say: the same
81
- to Bootstrap) is a lack of support for truly *responsive text*. While elements
82
- on a page resize fluidly, text still resizes on a fixed basis. To avoiding this
83
- issue, especially for heavily text focussed pages, J1 Template supports styles
84
- that fluidly scales text size and line-height to optimize readability for the
85
- user.
67
+ to Bootstrap, including V4) is a lack of support for genuinely responsive text.
68
+ While elements on a page resize fluidly, the text still resizes on a fixed basis.
69
+ To avoiding this issue, especially for heavily text focussed pages, J1 Template
70
+ supports styles that fluidly scale text size and line-height to optimize
71
+ readability for the user.
86
72
 
87
- Below you find an example how text behaves if defined on a fixed basis - what
88
- you'll see quite often. Change the size of your Browser Window to see what
89
- will happen in terms of responsiveness.
73
+ Below you find an example of how text behaves if defined on a fixed basis -
74
+ what you'll see quite often. Change the size of your Browser Window to see
75
+ what will happen in terms of responsiveness.
90
76
 
91
77
  ++++
92
78
  <div>
93
- <button type="button" name="toggle-r-text" class="btn btn-info btn-raised btn-flex mt-3 mb-3">
79
+ <button type="button" name="toggle-r-text" class="btn btn-primary btn-raised btn-flex mt-3 mb-3">
94
80
  <i class="toggle-button mdi mdi-toggle-switch-off mdi-lg mdi-md-bg-primary-50 mr-1"></i>
95
81
  Toggle rtext
96
82
  </button>
97
83
  <div class="mb-4">
98
84
  <div class="content">
99
- <h4 class="notoc">The Extremes of Good and Evil</h4>
100
- <h6 class="notoc text-gray mb-3">Cicero, Paragraph 1.10.32 · Translation by H. Rackham, Issue 1914 - De Finibus</h6>
85
+ <!-- jadams, 2020-11-15: adjusted heading levels (Google optimisation) -->
86
+ <h3 class="notoc">The Extremes of Good and Evil</h3>
87
+ <p class="small notoc text-gray mb-3">Cicero, Paragraph 1.10.32 · Translation by H. Rackham, Issue 1914 - De Finibus</p>
101
88
  <p class="toggle-description no-r-text">
102
89
  But I must explain to you how all this mistaken idea of denouncing
103
90
  pleasure and praising pain was born and I will give you a complete
@@ -136,24 +123,25 @@ and off Responsive Text to see the difference!
136
123
 
137
124
  Responsive Text comes in five different scale factors in a range from 100 to
138
125
  500. Scaling `r-text` gives you the flexibility to use `r-text` everywhere. Or
139
- you can offer different text sizes of your Web for vistors having a visual
126
+ you can offer different text sizes of your Web for visitors having a visual
140
127
  handicap or reading disabilities.
141
128
 
142
129
  To see `r-text` scaling in action, click on the button above to resize
143
- the text from `r-text` level *300* to *500* back and forth. And again: resize
144
- your Browser and watch the size of this text body change to see responsiveness
145
- of the text in action.
130
+ the text from `r-text` level 300 to 500 back and forth. Simply resize
131
+ your Browser and watch the size of this text body change to see the
132
+ responsiveness in action.
146
133
 
147
134
  ++++
148
135
  <div>
149
- <button type="button" name="scale-r-text" class="btn btn-info btn-raised btn-flex mt-3 mb-3">
136
+ <button type="button" name="scale-r-text" class="btn btn-primary btn-raised btn-flex mt-3 mb-3">
150
137
  <i class="scale-button mdi mdi-arrow-up mdi-lg mdi-md-bg-primary-50 mr-1"></i>
151
138
  Scale rtext
152
139
  </button>
153
140
  <div class="mb-4">
154
141
  <div class="content">
155
- <h4 class="notoc">The Extremes of Good and Evil</h4>
156
- <h6 class="notoc text-gray mb-3">Cicero, Paragraph 1.10.33 · Translation by H. Rackham, Issue 1914 - De Finibus</h6>
142
+ <!-- jadams, 2020-11-15: adjusted heading levels (Google optimisation) -->
143
+ <h3 class="notoc">The Extremes of Good and Evil</h3>
144
+ <p class="small notoc text-gray mb-3">Cicero, Paragraph 1.10.32 · Translation by H. Rackham, Issue 1914 - De Finibus</p>
157
145
  <p class="scale-description r-text-300">
158
146
  On the other hand, we denounce with righteous indignation and dislike men who
159
147
  are so beguiled and demoralized by the charms of pleasure of the moment, so
@@ -184,21 +172,21 @@ of the text in action.
184
172
 
185
173
  == Scale factors
186
174
 
187
- As mentioned, `r-text` comes in five levels of size. The base of `r-text` are
175
+ As mentioned, `r-text` comes in five levels of size. The base of `r-text` is
188
176
  the Fibonacci numbers extracted from the Fibonacci series. These numbers are
189
177
  the most popular division ratios in typography. When speaking of the golden
190
178
  ratio (1: 1.618) in typography and graphic design, the Fibonacci numbers are
191
179
  usually the base.
192
180
 
193
- The Fibonacci series are translated into CSS Media queries and scale a base
194
- font size accordingly. Additionaly, the resulting font scale series have
181
+ The Fibonacci series is translated into CSS Media queries and scale a base
182
+ font size accordingly. Further, the resulting font scale series have
195
183
  multipliers (scale factors) ranging from 0.5 (50%) up to 1.0 (100%) of the
196
184
  base.
197
185
 
198
186
  That way, five series are available by the five scale factors. See the following
199
187
  table how `r-text` scales.
200
188
 
201
- [cols="3,2,7a", options="header", role="table-responsive-stacked-lg"]
189
+ [cols="3,2,7a", options="header", role="rtable"]
202
190
  |===============================================================================
203
191
  |Property | Factor |Example text
204
192
 
@@ -252,11 +240,11 @@ explorer of the truth, the master-builder of human happiness.
252
240
  //////////
253
241
  === Mixing font sizes
254
242
 
255
- See the example below. Two cards are tied together by a title of *Your Topic*.
256
- The *taglines* are different and focus on *different* things. Because the title
257
- is on each and every card of such a group, it makes sense to give the *upper*
258
- level headline a smaller font size than the *tagline* that decribes different
259
- *features*.
243
+ See the example below. Two cards are tied together by a title of Your Topic.
244
+ The taglines are different and focus on different things. Because the title
245
+ is on each and every card of such a group, it makes sense to give the upper
246
+ level headline a smaller font size than the tagline that decribes different
247
+ features.
260
248
 
261
249
  To not loose the focus on reading the text, font icons are used to support what
262
250
  a card decribes to get the readers orientated better. The left one has a
@@ -267,7 +255,7 @@ video and audio.
267
255
  <div id="roundtrip_example_panel" class="mt-2 mb-3"></div>
268
256
  ++++
269
257
 
270
- The *body* text is the *smallest* in size. On one hand to save space on other
258
+ The body text is the smallest in size. On one hand to save space on other
271
259
  hand the readers know in general what they can can expect to read about. To
272
260
  focus the body text, it's positioned in the middle and centered for optimal
273
261
  placement. A final quote text followed by a button in card footer guides the
@@ -278,20 +266,20 @@ choosen per chance. It is a good idea to spend some time on text and design.
278
266
 
279
267
  === Text in Action
280
268
 
281
- User interfaces (UI) enable vistors to interact with a page, explore things
269
+ User interfaces (UI) enable visitors to interact with a page, explore things
282
270
  on their own - playing around. Presenting a service or a product in simple nav
283
271
  elements may help to reduce to space needed - more can be placed on page. On
284
272
  other hand, navigation elements present by playful and interactive means.
285
273
 
286
274
  The next two simple examples shows you what type of UI's may helpful to present
287
- a bunch of information *on a small footprint*: tabbed text by using Bootstrap's
288
- *Nav Pills*.
275
+ a bunch of information on a small footprint: tabbed text by using Bootstrap's
276
+ Nav Pills.
289
277
 
290
- The design for the Bootstrap *nav pills* were change into MD Design. As all
278
+ The design for the Bootstrap nav pills were change into MD Design. As all
291
279
  elements available with J1 Template, the _Meterial Design_ color palette is
292
280
  used. All Bootstrap base classes can be used to colorize:
293
281
 
294
- [cols="5,7a", options="header", role="table-responsive-stacked-lg mb-5"]
282
+ [cols="5,7a", options="header", role="rtable mb-5"]
295
283
  |===============================================================================
296
284
  |Property | Example
297
285
 
@@ -314,7 +302,7 @@ used. All Bootstrap base classes can be used to colorize:
314
302
  |`nav-pills-info`
315
303
  |
316
304
  ++++
317
- <button type="button" class="btn btn-info btn-raised btn-round">
305
+ <button type="button" class="btn btn-primary btn-raised btn-round">
318
306
  color example
319
307
  </button>
320
308
  ++++
@@ -518,9 +506,9 @@ used. All Bootstrap base classes can be used to colorize:
518
506
 
519
507
  == Whats next
520
508
 
521
- Have you enjoyed playing with text? We hope so. But even more can J1 do for
509
+ Have you enjoyed playing with the text? We hope so. But even more, J1 can do for
522
510
  your web pages. With the examples on that page, icons were used to support the
523
- meaning what was grouped as text.
511
+ meaning of what was grouped as text.
524
512
 
525
513
  J1 Template supports popular icons font sets like:
526
514
 
@@ -529,4 +517,4 @@ J1 Template supports popular icons font sets like:
529
517
  * Iconify
530
518
 
531
519
  Would you like learn more about icons? The next example page focus on what's
532
- possible using link:{roundtrip-icon-fonts}[icon fonts].
520
+ possible using link:{roundtrip-icon-fonts}[icon fonts, {browser-window--new}].
@@ -1,11 +1,17 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: icon fonts
4
- description: J1 Template Roundtrip - Icon Fonts
5
-
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Material, Design, MDI, FontAwesome, Icon, Fonts ]
8
- categories: [ pages ]
4
+ description: >
5
+ J1 Template support popular icons font sets out-of-the-box.
6
+ The icon sets MDI and FA are very good in design and have a rich set of
7
+ different icons for many categories used for the Web.
8
+ Iconify icons is not a locally stored icon-set like MDI or FA. All icons are
9
+ loaded over the Internet using the so-called Unified OpenSource Icon
10
+ Framework.
11
+
12
+ date: 2020-11-06 12:00:00
13
+ tags: [ Roundtrip, Introduction ]
14
+ categories: [ Icon, Module ]
9
15
 
10
16
  permalink: /pages/public/learn/roundtrip/mdi_icon_font/
11
17
  regenerate: false
@@ -25,77 +31,65 @@ resource_options:
25
31
  href: https://unsplash.com/@aquatium
26
32
  ---
27
33
 
34
+ // Page Initializer
35
+ // =============================================================================
28
36
  // Enable the Liquid Preprocessor
29
- // -----------------------------------------------------------------------------
30
37
  :page-liquid:
31
38
 
32
- // Set other global page attributes here
39
+ // Set page (local) attributes here
33
40
  // -----------------------------------------------------------------------------
34
- //:my-asciidoc-attribute:
41
+ // :page--attr: <attr-value>
42
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
35
43
 
36
44
  // Load Liquid procedures
37
45
  // -----------------------------------------------------------------------------
38
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
39
-
46
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
40
47
 
41
- // Initialize entry document environmental attributes
48
+ // Load page attributes
42
49
  // -----------------------------------------------------------------------------
43
- {% include {{set_env_entry_document}} %}
44
-
45
- // Load tag, url and data attributes
46
- // -----------------------------------------------------------------------------
47
- include::{includedir}/attributes.asciidoc[tag=tags]
48
- include::{includedir}/attributes.asciidoc[tag=urls]
49
- include::{includedir}/attributes.asciidoc[tag=data]
50
-
51
- // Set local page attributes
52
- // -----------------------------------------------------------------------------
53
- // :images-dir: {imagesdir}/path/to/page/images
50
+ {% include {{load_attributes}} scope="all" %}
54
51
 
55
52
 
56
53
  // Page content
57
54
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
55
 
59
- // Include sub-documents
60
- // -----------------------------------------------------------------------------
61
-
62
56
  == Icon Fonts
63
57
 
64
58
  J1 Template support popular icons font sets out-of-the-box:
65
59
 
66
- * link:{mdi-home}[Material Design Icons, {window}] (MDI)
67
- * link:{fontawesome-home}[FontAwesome Icons V5, {window}] (FA)
68
- * link:{iconify-home}[Iconify Icons, {window}] (II)
60
+ * link:{mdi-home}[Material Design Icons, {browser-window--new}] (MDI)
61
+ * link:{fontawesome-home}[FontAwesome Icons V5, {browser-window--new}] (FA)
62
+ * link:{iconify-home}[Iconify Icons, {browser-window--new}] (II)
69
63
 
70
64
  The icon sets MDI and FA are very good in design and have a rich set of
71
65
  different icons for many categories used for the Web. See below some details
72
66
  for <<Material Design Icons>> and <<FontAwesome Icons>>.
73
67
 
74
- Iconify Icons is not a local stored icon set like MDI or FA. All icons are
75
- loaded over the *Internet* using the so-called unified open source icon
76
- framework. See section <<Iconify Icons>> for more information.
68
+ Iconify icons is not a locally stored icon-set like MDI or FA. All icons are
69
+ loaded over the Internet using the so-called *Unified OpenSource Icon
70
+ Framework*. See section <<Iconify Icons>> for more information.
77
71
 
78
72
 
79
73
  == Material Design Icons
80
74
 
81
- The primary icon set for J1 Template are link:{mdi-home}[Material Design Icons, {window}],
82
- because it is an rich set providing more than 3300+ icons (v3.3.92). From a design
83
- prospective, _MDI_ has an excellent Material Design support an comes with the
75
+ The primary icon-set for J1 Template is link:{mdi-home}[Material Design Icons, {browser-window--new}],
76
+ because it is extremely rich set providing more than 3300+ icons (v3.3.92). From a design
77
+ perspective, _MDI_ has an excellent Material Design support an comes with the
84
78
  original icon set created by _Google_ build-in.
85
79
 
86
- _Material Design Icons_ (MDI) is a very helpful design resource for Web Design
87
- that is based on *_Google_'s Material Design*. _MDI_ is a community-driven
88
- project to create an increased icon-set based on _Google_'s official repository
80
+ _Material Design Icons_ (MDI) is a beneficial design resource for Web Design
81
+ that is based on _Google_'s Material Design. _MDI_ is a community-driven
82
+ project to create an increased number of icons based on _Google_'s official repository
89
83
  and MD style specification.
90
84
 
91
85
  .Material Design Icons
92
- [cols="2a,3a,4a,^", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
86
+ [cols="2a,3a,4a,^", options="header", width="100%", role="rtable mt-3"]
93
87
  |===============================================================================
94
88
  |Size |Modifier |Markup |Render
95
89
 
96
90
  |1x
97
91
  |no modifier set
98
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
92
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer +
99
93
  [source, adoc, role="noclip"]
100
94
  ----
101
95
  mdi:account[1x]
@@ -104,7 +98,7 @@ mdi:account[1x]
104
98
 
105
99
  |3x
106
100
  |no modifier set
107
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
101
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer +
108
102
  [source, adoc, role="noclip"]
109
103
  ----
110
104
  mdi:account[3x]
@@ -113,7 +107,7 @@ mdi:account[3x]
113
107
 
114
108
  |5x
115
109
  |no modifier set
116
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
110
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer
117
111
  [source, adoc, role="noclip"]
118
112
  ----
119
113
  mdi:account[5x]
@@ -141,7 +135,7 @@ mdi:account[5x mdi-rotate-315]
141
135
  |5x
142
136
  |`mdi-light` +
143
137
  `mdi-flip-v`
144
- |Color set to MDI Light (Grey) and flipped vertical
138
+ |Colour set to MDI Light (Grey) and flipped vertical
145
139
  [source, adoc, role="noclip"]
146
140
  ----
147
141
  mdi:alert[5x mdi-light mdi-flip-v]
@@ -150,7 +144,7 @@ mdi:alert[5x mdi-light mdi-flip-v]
150
144
 
151
145
  |5x
152
146
  |`md-indigo`
153
- |Color set to MDI Indigo
147
+ |Colour set to MDI Indigo
154
148
  [source, adoc, role="noclip"]
155
149
  ----
156
150
  mdi:alert[5x md-indigo]
@@ -159,7 +153,7 @@ mdi:alert[5x md-indigo]
159
153
 
160
154
  |5x
161
155
  |`md-pink`
162
- |Color set to MDI Pink
156
+ |Colour set to MDI Pink
163
157
  [source, adoc, role="noclip"]
164
158
  ----
165
159
  mdi:alert[5x md-pink]
@@ -178,7 +172,7 @@ mdi:loading[5x mdi-spin]
178
172
  |5x
179
173
  |`md-red-900` +
180
174
  `mdi-pulsed`
181
- |Color set to MDI Dark Red and added animation of type Pulsed
175
+ |Colour set to MDI Dark Red and added animation of type Pulsed
182
176
  [source, adoc, role="noclip"]
183
177
  ----
184
178
  mdi:heart[5x md-red-900 mdi-pulsed]
@@ -188,7 +182,7 @@ mdi:heart[5x md-red-900 mdi-pulsed]
188
182
  |===============================================================================
189
183
 
190
184
  NOTE: Using Material Design Icons with Asciidoc is quite easy as an inline macro
191
- `mdi:` is avaialble to place icons where ever you want. See more about
185
+ `mdi:` is available to place icons where ever you want. See more about
192
186
  this in section link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
193
187
 
194
188
  _MDI_ is a growing collection to allow designers and developers targeting
@@ -199,14 +193,14 @@ the official set created by _Google_.
199
193
  _J1 Template_ supports the full set of _MDI_ for the Web (Webfont, WOFF). The
200
194
  icon set is fully integrated and can be used out-of-the-box.
201
195
 
202
- For MDI a *Preview Page* is available to explore what can be done base on the
203
- J1 implemetation regarding sizes, colors, animations etc. Go for the
204
- link:{previewer-mdi}[Preview Page, {window}] and check-out what's
196
+ For MDI a Preview Page is available to explore what can be done base on the
197
+ J1 implementation regarding sizes, colours, animations etc. Go for the
198
+ link:{previewer-mdi}[Preview Page, {browser-window--new}] and check-out what's
205
199
  possible using MDI font icons!
206
200
 
207
201
  == FontAwesome Icons
208
202
 
209
- FontAwesome is a font and icon toolkit based on CSS. It was originally created
203
+ FontAwesome is a font and icon toolkit based on CSS. It was initially created
210
204
  by Dave Gandy. The previous version 4 was mainly for the use with Twitter
211
205
  Bootstrap V3. The new version V5, released in December 2017, is focussing all
212
206
  frameworks used for web development. Today, FA comes with 2300+ icons included.
@@ -214,8 +208,8 @@ frameworks used for web development. Today, FA comes with 2300+ icons included.
214
208
 
215
209
  [NOTE]
216
210
  ====
217
- Since version 5, the icon set comes in two packages: FontAwesome *Free*
218
- and the *proprietary* FontAwesome *Pro* version available for a license fee.
211
+ Since version 5, the icon set comes in two packages: FontAwesome Free
212
+ and the proprietary FontAwesome Pro version available for a license fee.
219
213
 
220
214
  The free versions (all releases up to 4 and the free version for 5) are
221
215
  available under SIL Open Font License 1.1, Creative Commons Attribution 4.0,
@@ -223,13 +217,13 @@ and the MIT License.
223
217
  ====
224
218
 
225
219
  .FontAwesome Icons
226
- [cols="2a,3a,4a,^", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
220
+ [cols="2a,3a,4a,^", options="header", width="100%", role="rtable mt-3"]
227
221
  |===============================================================================
228
222
  |Size |Modifier |Markup |Render
229
223
 
230
224
  |1x
231
225
  |no modifier set
232
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
226
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer
233
227
  [source, adoc, role="noclip"]
234
228
  ----
235
229
  fas:user[1x]
@@ -238,7 +232,7 @@ fas:user[1x]
238
232
 
239
233
  |3x
240
234
  |no modifier set
241
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
235
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer
242
236
  [source, adoc, role="noclip"]
243
237
  ----
244
238
  fas:user[3x]
@@ -247,7 +241,7 @@ fas:user[3x]
247
241
 
248
242
  |5x
249
243
  |no modifier set
250
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
244
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer
251
245
  [source, adoc, role="noclip"]
252
246
  ----
253
247
  fas:user[5x]
@@ -266,7 +260,7 @@ fas:user[5x fa-rotate-90]
266
260
  |5x
267
261
  |`mdi-light` +
268
262
  `fa-flip-v`
269
- |Color set to MDI Light (Grey) and flipped vertical
263
+ |Colour set to MDI Light (Grey) and flipped vertical
270
264
  [source, adoc, role="noclip"]
271
265
  ----
272
266
  fas:exclamation-triangle[5x mdi-light fa-flip-v]
@@ -275,7 +269,7 @@ fas:exclamation-triangle[5x mdi-light fa-flip-v]
275
269
 
276
270
  |5x
277
271
  |`md-indigo`
278
- |Color set to MDI Indigo
272
+ |Colour set to MDI Indigo
279
273
  [source, adoc, role="noclip"]
280
274
  ----
281
275
  fas:alert[5x md-indigo]
@@ -284,7 +278,7 @@ fas:alert[5x md-indigo]
284
278
 
285
279
  |5x
286
280
  |`md-pink`
287
- |Color set to MDI Pink
281
+ |Colour set to MDI Pink
288
282
  [source, adoc, role="noclip"]
289
283
  ----
290
284
  fas:alert[5x md-pink]
@@ -303,7 +297,7 @@ fas:circle-notch[5x fa-spin]
303
297
  |5x
304
298
  |`md-red-900` +
305
299
  `md-red-900` `fa-pulsed`
306
- |Color set to MDI Dark Red and added animation of type Pulsed
300
+ |Colour set to MDI Dark Red and added animation of type Pulsed
307
301
  [source, adoc, role="noclip"]
308
302
  ----
309
303
  fas:heart[5x md-red-900 fa-pulsed]
@@ -313,57 +307,57 @@ fas:heart[5x md-red-900 fa-pulsed]
313
307
  |===============================================================================
314
308
 
315
309
  NOTE: Using FontAwesome with Asciidoc is quite easy as two inline macros
316
- `fas:` and `fas:` are avaialble to place icons where ever you want. See more about
310
+ `fas:` and `fas:` are available to place icons where ever you want. See more about
317
311
  this in section link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
318
312
 
319
- FontAwesome V5 meets the Material Design idea (of _Google_) and in compare to
320
- Version 4, the current version is much more than a face-lifting. The Version 5
321
- comes with more than 2300+ icons but many of them are available with the *Pro*
322
- license only. For the *Free* version, a subset of 900+ icons is available.
313
+ FontAwesome V5 meets the Material Design idea (of _Google_) and in comparison
314
+ to Version 4, the current version is much more than a face-lifting. Version 5
315
+ comes with more than 2300+ icons, but many of them are available with the Pro
316
+ license only. For the Free version, only a subset of 900+ icons is available.
323
317
 
324
318
  NOTE: The CSS styles for FontAwesome V5 has been extended for J1 Template to
325
- the *same* styles (and their respective *names*) as for other Font Icon sets.
326
- Already existing styles like `fa-flip-vertical` is available as `fa-flip-v`
327
- as well. See all styles that can be used with the MDI
328
- link:{previewer-mdi}[Preview Page, {window}].
319
+ the same classes (and their respective names) as for other Font Icon sets.
320
+ Already existing styles like `fa-flip-vertical` are available as `fa-flip-v`
321
+ as well. See all types that can be used with the MDI
322
+ link:{previewer-mdi}[Preview Page, {browser-window--new}].
329
323
 
330
324
  You can checkout what icons available at link:{fontawesome-icons}[FontAwesome Icons,
331
- {window}]. _FontAwesome_ V5 is fully integrated - no need for additional
332
- resources to load. But in compare to Version 4 a lot of differences needs to be
333
- noticed.
325
+ {browser-window--new}]. _FontAwesome_ V5 is fully integrated - no need for
326
+ additional resources to load. But in comparison to Version 4, a lot of
327
+ differences needs to be noticed.
334
328
 
335
329
  If you haven't used V5 yet, it is highly recommended to visit the
336
- link:{fontawesome-get-started}[Get started, {window}] pages to learn
330
+ link:{fontawesome-get-started}[Get started, {browser-window--new}] pages to learn
337
331
  the basics and features and styles.
338
332
 
339
333
 
340
334
  == Iconify Icons
341
335
 
342
- MDI and FA are quite rich icon sets but designed for *general* use. Sometimes
343
- icons are missing in one of these fonts like specific *brand* or *theme*
336
+ MDI and FA are rich icon-sets but designed for general use. Sometimes
337
+ icons are missing in one of these fonts like specific brand or theme
344
338
  icons.
345
339
 
346
- An interesting solution for using font icons from a *remote* repository is
347
- link:{iconify-home}[Iconify, {window}]. Iconify is a so-called unified
348
- *open source icon framework* that makes it possible to use icons from different
340
+ An interesting solution for using font icons from a remote repository is
341
+ link:{iconify-home}[Iconify, {browser-window--new}]. Iconify is a so-called unified
342
+ OpenSource icon framework that makes it possible to use icons from different
349
343
  icon sets using one syntax.
350
344
 
351
345
  To access that framework, a Javascript client is needed. For J1 Template, the
352
346
  client is available with the JS assets (/assets/themes/j1/extensions/iconify)
353
347
  and is loaded per default. To see what icon sets available with that framework,
354
- check the page link:{iconify-icon-sets}[Iconify Icon Sets, {window}].
348
+ check the page link:{iconify-icon-sets}[Iconify Icon Sets, {browser-window--new}].
355
349
 
356
350
  Currently, over 40,000 vector icons are available for many different use cases.
357
351
  Find some examples below.
358
352
 
359
353
  .Brand Icons
360
- [cols="2a,3a,4a,^", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
354
+ [cols="2a,3a,4a,^", options="header", width="100%", role="rtable mt-3"]
361
355
  |===============================================================================
362
356
  |Size |Modifier |Markup |Render
363
357
 
364
358
  |3x
365
359
  |no modifier set
366
- |All `icons` can be found on the preview page at link:{iconify-brand-icons}[SVG Logos, {window}]
360
+ |All `icons` can be found on the preview page at link:{iconify-brand-icons}[SVG Logos, {browser-window--new}]
367
361
  [source, adoc, role="noclip"]
368
362
  ----
369
363
  iconify:logos:opensource[3x]
@@ -372,7 +366,7 @@ iconify:logos:opensource[3x]
372
366
 
373
367
  |5x
374
368
  |no modifier set
375
- |All `icons` can be found on the preview page at link:{iconify-brand-icons}[SVG Logos, {window}]
369
+ |All `icons` can be found on the preview page at link:{iconify-brand-icons}[SVG Logos, {browser-window--new}]
376
370
  [source, adoc, role="noclip"]
377
371
  ----
378
372
  iconify:logos:atom[5x]
@@ -382,13 +376,13 @@ iconify:logos:atom[5x]
382
376
  |===============================================================================
383
377
 
384
378
  .Medical Icons
385
- [cols="2a,3a,4a,^", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
379
+ [cols="2a,3a,4a,^", options="header", width="100%", role="rtable mt-3"]
386
380
  |===============================================================================
387
381
  |Size |Modifier |Markup |Render
388
382
 
389
383
  |3x
390
384
  |no modifier set
391
- |All `icons` can be found on the preview page at link:{iconify-medical-icons}[Medical Icons, {window}]
385
+ |All `icons` can be found on the preview page at link:{iconify-medical-icons}[Medical Icons, {browser-window--new}]
392
386
  [source, adoc, role="noclip"]
393
387
  ----
394
388
  iconify:medical-icon:i-ear-nose-throat[3x]
@@ -397,7 +391,7 @@ iconify:medical-icon:i-ear-nose-throat[3x]
397
391
 
398
392
  |5x
399
393
  |`md-red-900`
400
- |All `icons` can be found on the preview page at link:{iconify-medical-icons}[Medical Icons, {window}]
394
+ |All `icons` can be found on the preview page at link:{iconify-medical-icons}[Medical Icons, {browser-window--new}]
401
395
  [source, adoc, role="noclip"]
402
396
  ----
403
397
  iconify:medical-icon:i-ear-nose-throat[5x md-red-900]
@@ -407,16 +401,16 @@ iconify:medical-icon:i-ear-nose-throat[5x md-red-900]
407
401
  |===============================================================================
408
402
 
409
403
  NOTE: Using Iconify icons with Asciidoc is quite easy as an inline macro
410
- `iconify:` is avaialble to place icons where ever you want. See more about
404
+ `iconify:` is available to place icons where ever you want. See more about
411
405
  this in section link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
412
406
 
413
407
  == Whats next
414
408
 
415
- Hopefully you've enjoyed the possibilities J1 offers for managing and
416
- manipulating *Font Icons*. Do you think these Icons sets fit your needs?
409
+ Have you've enjoyed the possibilities J1 offers for managing and
410
+ manipulating Font Icons. Do you think these Icons sets can fit your needs?
417
411
 
418
- Using Iconify, for all topics a icon font should be found. And it's simple,
419
- is'nt it?
412
+ Using Iconify, for all topics an icon font should be found. And it's simple,
413
+ isn't it?
420
414
 
421
415
  We hope so.
422
416