j1-template 2020.0.17 → 2020.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (378) 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 +11 -59
  10. data/_includes/themes/j1/layouts/content_generator_post.html +7 -7
  11. data/_includes/themes/j1/layouts/layout_metadata_generator.html +2 -2
  12. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  13. data/_includes/themes/j1/modules/connectors/ads +2 -2
  14. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
  15. data/_includes/themes/j1/modules/connectors/analytics +2 -2
  16. data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
  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 +9 -5
  20. data/_includes/themes/j1/procedures/global/attributes_loader.proc +117 -0
  21. data/_includes/themes/j1/procedures/global/create_bs_button.proc +11 -10
  22. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +14 -12
  23. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +1 -1
  24. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +3 -3
  25. data/_includes/themes/j1/procedures/global/setup.proc +9 -9
  26. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -2
  27. data/_includes/themes/j1/procedures/posts/collate_calendar.proc +1 -1
  28. data/_includes/themes/j1/procedures/posts/collate_list.proc +1 -1
  29. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +38 -39
  30. data/_layouts/blog_archive.html +4 -3
  31. data/_layouts/collection.html +1 -1
  32. data/_layouts/default.html +3 -3
  33. data/_layouts/home.html +3 -3
  34. data/_layouts/page.html +2 -2
  35. data/_layouts/post.html +3 -3
  36. data/apps/public/cc/cc.yml +3 -5
  37. data/assets/data/authclient.html +7 -7
  38. data/assets/data/banner.html +31 -26
  39. data/assets/data/carousel.json +1 -1
  40. data/assets/data/cookiebar.html +21 -17
  41. data/assets/data/footer.html +1 -1
  42. data/assets/data/galleries.json +1 -1
  43. data/assets/data/gallery_customizer.html +2 -2
  44. data/assets/data/mdi_icons.json +1 -1
  45. data/assets/data/menu.html +6 -6
  46. data/assets/data/mmenu.html +6 -6
  47. data/assets/data/mmenu_sidebar.html +1 -1
  48. data/assets/data/mmenu_toc.html +1 -1
  49. data/assets/data/panel.html +191 -125
  50. data/assets/data/quicklinks.html +3 -3
  51. data/assets/data/search.json +2 -2
  52. data/assets/data/ssm.html +2 -2
  53. data/assets/data/themes.json +9 -7
  54. data/assets/data/twa_v1.json +1 -1
  55. data/assets/themes/j1/adapter/js/algolia.js +2 -2
  56. data/assets/themes/j1/adapter/js/attic.js +2 -2
  57. data/assets/themes/j1/adapter/js/back2top.js +8 -10
  58. data/assets/themes/j1/adapter/js/{mdb.js → bmd.js} +11 -11
  59. data/assets/themes/j1/adapter/js/carousel.js +136 -135
  60. data/assets/themes/j1/adapter/js/clipboard.js +3 -3
  61. data/assets/themes/j1/adapter/js/cookiebar.js +1 -1
  62. data/assets/themes/j1/adapter/js/framer.js +2 -6
  63. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -2
  64. data/assets/themes/j1/adapter/js/j1.js +45 -21
  65. data/assets/themes/j1/adapter/js/jf_gallery.js +2 -2
  66. data/assets/themes/j1/adapter/js/lightbox.js +2 -2
  67. data/assets/themes/j1/adapter/js/logger.js +2 -2
  68. data/assets/themes/j1/adapter/js/mmenu.js +17 -11
  69. data/assets/themes/j1/adapter/js/navigator.js +139 -67
  70. data/assets/themes/j1/adapter/js/rouge.js +246 -0
  71. data/assets/themes/j1/adapter/js/rtable.js +181 -0
  72. data/assets/themes/j1/adapter/js/searcher.js +2 -2
  73. data/assets/themes/j1/adapter/js/ssm.js +28 -11
  74. data/assets/themes/j1/adapter/js/themer.js +68 -122
  75. data/assets/themes/j1/adapter/js/toccer.js +10 -2
  76. data/assets/themes/j1/core/css/animate.css +17 -0
  77. data/assets/themes/j1/core/css/{fontawesome.css → icon-fonts/fontawesome.css} +31 -12
  78. data/assets/themes/j1/core/css/{fontawesome.min.css → icon-fonts/fontawesome.min.css} +0 -0
  79. data/assets/themes/j1/core/css/{iconify-icons.css → icon-fonts/iconify.css} +51 -38
  80. data/assets/themes/j1/core/css/{iconify-icons.min.css → icon-fonts/iconify.min.css} +1 -1
  81. data/assets/themes/j1/core/css/{material-design-icons.css → icon-fonts/materialdesign.css} +326 -244
  82. data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +1 -0
  83. data/assets/themes/j1/core/css/{twemoji.css → icon-fonts/twemoji.css} +61 -51
  84. data/assets/themes/j1/core/css/{twemoji.min.css → icon-fonts/twemoji.min.css} +0 -0
  85. data/assets/themes/j1/core/css/{bootstrap.css → themes/bootstrap/bootstrap.css} +54 -48
  86. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +6 -0
  87. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +8115 -0
  88. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +6 -0
  89. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +22415 -0
  90. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +8 -0
  91. data/assets/themes/j1/core/css/vendor.css +116 -13448
  92. data/assets/themes/j1/core/css/vendor.min.css +1 -7
  93. data/assets/themes/j1/core/js/template.js +2 -2
  94. data/assets/themes/j1/core/js/template.js.map +1 -1
  95. data/assets/themes/j1/core/js/template.min.js +1 -1
  96. data/assets/themes/j1/modules/backstretch/js/backstretch.js +12 -13
  97. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +12 -13
  98. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +6930 -0
  99. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +46 -38
  100. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +19 -13
  101. data/assets/themes/j1/modules/carousel/css/carousel.css +8 -9
  102. data/assets/themes/j1/modules/carousel/css/carousel.min.css +7 -9
  103. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +7 -8
  104. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +7 -9
  105. data/assets/themes/j1/modules/carousel/css/theme/uno.css +15 -10
  106. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +8 -9
  107. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +7 -7
  108. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +8 -45
  109. data/assets/themes/j1/modules/jquery/js/jquery.js +7 -4
  110. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
  111. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +8 -9
  112. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +8 -31
  113. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +7 -8
  114. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +8 -10
  115. data/assets/themes/j1/modules/lightbox/css/lightbox.css +11 -12
  116. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +11 -12
  117. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +7 -7
  118. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +7 -8
  119. data/assets/themes/j1/modules/lightbox/js/lightbox.js +11 -12
  120. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +11 -27
  121. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +82 -0
  122. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +15 -0
  123. data/{lib/starter_web/collections/posts/private → assets/themes/j1/modules/mdiPreviewer/js}/readme +0 -0
  124. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +3 -3
  125. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +37 -11
  126. data/assets/themes/j1/modules/popper/js/popper.js +1 -1
  127. data/assets/themes/j1/modules/popper/js/popper.js.map +1 -1
  128. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -1
  129. data/assets/themes/j1/modules/rouge/js/select.js +25 -0
  130. data/assets/themes/j1/modules/rtable/LICENSE +22 -0
  131. data/assets/themes/j1/modules/rtable/README.md +418 -0
  132. data/assets/themes/j1/modules/rtable/css/tablesaw.stackonly.css +148 -0
  133. data/assets/themes/j1/modules/rtable/css/theme/uno.css +191 -0
  134. data/assets/themes/j1/modules/rtable/css/theme/uno.min.css +191 -0
  135. data/assets/themes/j1/modules/rtable/js/rtable.js +692 -0
  136. data/assets/themes/j1/modules/rtable/js/rtable.min.js +690 -0
  137. data/assets/themes/j1/modules/rtable/js/tablesaw-init.js +18 -0
  138. data/assets/themes/j1/modules/rtable/js/tablesaw.stackonly.js +2371 -0
  139. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +27 -21
  140. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +8 -82
  141. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +153 -0
  142. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +19 -0
  143. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +12 -13
  144. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +12 -268
  145. data/assets/themes/j1/modules/twemoji/js/twemoji.js +11 -20
  146. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +11 -17
  147. data/lib/j1/version.rb +1 -1
  148. data/lib/j1_app/j1_auth_manager/config.rb +10 -5
  149. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +5 -5
  150. data/lib/starter_web/Gemfile +1 -1
  151. data/lib/starter_web/_config.yml +75 -9
  152. data/lib/starter_web/_data/apps/carousel.yml +8 -9
  153. data/lib/starter_web/_data/apps/defaults/carousel.yml +2 -3
  154. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -2
  155. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -2
  156. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -2
  157. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -2
  158. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -2
  159. data/lib/starter_web/_data/apps/justified_gallery.yml +4 -5
  160. data/lib/starter_web/_data/apps/light_gallery.yml +1 -2
  161. data/lib/starter_web/_data/apps/lightbox.yml +1 -2
  162. data/lib/starter_web/_data/blocks/banner.yml +46 -37
  163. data/lib/starter_web/_data/blocks/defaults/banner.yml +17 -17
  164. data/lib/starter_web/_data/blocks/defaults/footer.yml +2 -3
  165. data/lib/starter_web/_data/blocks/defaults/panel.yml +6 -6
  166. data/lib/starter_web/_data/blocks/footer.yml +2 -3
  167. data/lib/starter_web/_data/blocks/panel.yml +43 -38
  168. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -2
  169. data/lib/starter_web/_data/{template_settings.yml → j1_config.yml} +55 -5
  170. data/lib/starter_web/_data/layouts/app.yml +1 -2
  171. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -2
  172. data/lib/starter_web/_data/layouts/collection.yml +1 -2
  173. data/lib/starter_web/_data/layouts/home.yml +10 -31
  174. data/lib/starter_web/_data/layouts/post.yml +1 -2
  175. data/lib/starter_web/_data/layouts/raw.yml +1 -2
  176. data/lib/starter_web/_data/modules/advertising.yml +0 -1
  177. data/lib/starter_web/_data/modules/attics.yml +0 -1
  178. data/lib/starter_web/_data/modules/authentication.yml +0 -1
  179. data/lib/starter_web/_data/modules/back2top.yml +1 -1
  180. data/lib/starter_web/_data/modules/defaults/attics.yml +0 -1
  181. data/lib/starter_web/_data/modules/defaults/authentication.yml +0 -1
  182. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +3 -1
  183. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -3
  184. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +0 -1
  185. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +4 -5
  186. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -2
  187. data/lib/starter_web/_data/modules/defaults/navigator.yml +6 -6
  188. data/lib/starter_web/_data/modules/defaults/stickybits.yml +1 -2
  189. data/lib/starter_web/_data/modules/defaults/themer.yml +10 -15
  190. data/lib/starter_web/_data/modules/defaults/toccer.yml +0 -1
  191. data/lib/starter_web/_data/modules/framer.yml +1 -2
  192. data/lib/starter_web/_data/modules/log4javascript.yml +4 -5
  193. data/lib/starter_web/_data/modules/log4r.yml +1 -2
  194. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  195. data/lib/starter_web/_data/modules/themer.yml +0 -17
  196. data/lib/starter_web/_data/private.yml +56 -108
  197. data/lib/starter_web/_data/resources.yml +139 -38
  198. data/lib/starter_web/_includes/attributes.asciidoc +194 -0
  199. data/lib/starter_web/_includes/documents/licenses/mit.asciidoc +19 -0
  200. data/lib/starter_web/{collections/posts/protected → _includes/documents}/readme +0 -0
  201. data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +45 -0
  202. data/lib/starter_web/_includes/tables/template_variables.asciidoc +46 -0
  203. data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
  204. data/lib/starter_web/assets/images/modules/attics/tldr-1920x800.jpg +0 -0
  205. data/lib/starter_web/assets/images/modules/icons/j1/favicon.ico +0 -0
  206. data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.png +0 -0
  207. data/lib/starter_web/assets/images/modules/icons/j1/j1-32x32.ico +0 -0
  208. data/lib/starter_web/assets/images/modules/icons/j1/j1-512x512.png +0 -0
  209. data/lib/starter_web/assets/images/modules/icons/j1/j1-64x64.png +0 -0
  210. data/lib/starter_web/assets/images/modules/icons/j1/j1.ico +0 -0
  211. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +31 -35
  212. data/{assets/README.md → lib/starter_web/collections/posts/private/_posts/readme} +0 -0
  213. data/lib/starter_web/collections/posts/protected/_posts/readme +0 -0
  214. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +70 -72
  215. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +17 -5
  216. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +33 -26
  217. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +25 -22
  218. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +38 -0
  219. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme +0 -0
  220. data/lib/starter_web/collections/posts/public/featured/_posts/{000_includes → _includes/documents}/unsplash-badge.asciidoc +0 -0
  221. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/tables/readme +0 -0
  222. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +493 -502
  223. data/lib/starter_web/collections/posts/public/{featured/_posts/000_includes → series/_posts/_includes}/attributes.asciidoc +8 -18
  224. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/documents/100-docker-using-shared-folders.asciidoc +0 -0
  225. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/documents/loop.sh +0 -0
  226. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/tables/debug_variables.asciidoc +0 -0
  227. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +220 -0
  228. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/000_includes → test_posts/_posts/_includes}/attributes.asciidoc +9 -21
  229. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/documents/readme +0 -0
  230. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/000_includes → test_posts/_posts/_includes}/tables/debug_variables.asciidoc +0 -0
  231. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/tables/readme +0 -0
  232. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +14 -5
  233. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/attributes.asciidoc +37 -0
  234. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/documents/readme +0 -0
  235. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/tables/readme +0 -0
  236. data/lib/starter_web/package.json +2 -2
  237. data/lib/starter_web/pages/protected/site_search.adoc +8 -19
  238. data/lib/starter_web/pages/public/blog/navigator/archive.html +13 -19
  239. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +14 -20
  240. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +14 -20
  241. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +12 -13
  242. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +12 -17
  243. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +14 -20
  244. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +13 -19
  245. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/attributes.asciidoc +15 -13
  246. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/100_meet_and_greet_jekyll.asciidoc +31 -0
  247. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/documents/200_preparations.asciidoc +0 -0
  248. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/documents/300_first_awesome_web.asciidoc +0 -0
  249. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → _includes}/parts.asciidoc +1 -1
  250. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/debug_variables.asciidoc +48 -0
  251. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +0 -0
  252. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +83 -102
  253. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +42 -52
  254. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +48 -60
  255. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +75 -86
  256. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +108 -133
  257. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +28 -39
  258. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +228 -92
  259. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +140 -56
  260. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/attributes.asciidoc +10 -29
  261. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +28 -0
  262. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_bottom_info.asciidoc +2 -2
  263. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_bottom_left_warning.asciidoc +2 -2
  264. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_bottom_right_danger.asciidoc +2 -2
  265. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_central_success.asciidoc +2 -2
  266. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_full_height_left_info.asciidoc +2 -2
  267. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_full_height_right_success.asciidoc +2 -2
  268. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_table_3_column.asciidoc +1 -1
  269. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_top_info.asciidoc +2 -2
  270. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_top_left_info.asciidoc +2 -2
  271. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/410_top_right_success.asciidoc +2 -2
  272. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → _includes}/documents/419_advanced_modals_demo.asciidoc +16 -16
  273. data/lib/starter_web/pages/public/learn/roundtrip/_includes/tables/readme +0 -0
  274. data/lib/starter_web/pages/public/learn/{whats_up.adoc → where_to_go.adoc} +27 -41
  275. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +5 -11
  276. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +25 -31
  277. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +3 -2
  278. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +1 -1
  279. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +66 -65
  280. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/attributes.asciidoc +22 -8
  281. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +19 -0
  282. data/lib/starter_web/pages/public/previewer/_includes/documents/readme +0 -0
  283. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/100_absolute_sizes.asciidoc +1 -1
  284. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/110_bs_grid_sizes.asciidoc +1 -1
  285. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/120_relative_sizes.asciidoc +1 -1
  286. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/200_rotate.asciidoc +1 -1
  287. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/300_flip.asciidoc +1 -1
  288. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/400_spin_pulsed.asciidoc +1 -1
  289. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/500_bw_color_palette.asciidoc +1 -1
  290. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/510_bs_color_palette.asciidoc +1 -1
  291. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/600_md_color_palette.asciidoc +1 -1
  292. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +1 -1
  293. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/mdi_icons/602_md_color_palette_pink.asciidoc +1 -1
  294. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/100_bs_sizes.asciidoc +1 -1
  295. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/100_relative_sizes.asciidoc +1 -1
  296. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/200_rotate.asciidoc +1 -1
  297. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/300_flip.asciidoc +1 -1
  298. data/lib/starter_web/pages/public/previewer/{000_includes → _includes}/tables/twitter_emoji/400_spin_pulsed.asciidoc +1 -1
  299. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1371 -595
  300. data/lib/starter_web/pages/public/previewer/iframer.adoc +2 -8
  301. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +11 -20
  302. data/lib/starter_web/pages/public/previewer/rouge.adoc +200 -0
  303. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +23 -30
  304. data/lib/starter_web/pages/public/test_pages/_includes/attributes.asciidoc +49 -0
  305. data/lib/starter_web/pages/public/{learn/roundtrip/000_includes → test_pages/_includes}/documents/100_gistblock.asciidoc +0 -0
  306. data/lib/starter_web/pages/public/test_pages/_includes/tables/000_bem_specifiers.asciidoc +22 -0
  307. data/lib/starter_web/pages/public/test_pages/_includes/tables/000_specifier_examples.asciidoc +56 -0
  308. data/lib/starter_web/pages/public/test_pages/deck_of_posts.adoc +162 -0
  309. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_ad.adoc +7 -21
  310. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_div.adoc +24 -38
  311. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +283 -0
  312. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +195 -0
  313. data/lib/starter_web/pages/public/test_pages/responsive_images.adoc +212 -0
  314. data/lib/starter_web/pages/public/test_pages/responsive_tables.adoc +209 -0
  315. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/attributes.asciidoc +0 -0
  316. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/100_gistblock.asciidoc +0 -0
  317. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_info.asciidoc +0 -0
  318. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +0 -0
  319. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +0 -0
  320. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_central_success.asciidoc +0 -0
  321. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +0 -0
  322. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +0 -0
  323. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_table_3_column.asciidoc +1 -1
  324. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_info.asciidoc +0 -0
  325. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_left_info.asciidoc +0 -0
  326. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_right_success.asciidoc +0 -0
  327. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +0 -0
  328. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_test_youtube_video.adoc +0 -0
  329. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/100_basic_video.adoc +0 -0
  330. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  331. data/lib/starter_web/utilsrv/package.json +1 -1
  332. metadata +134 -124
  333. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc.org +0 -40
  334. data/assets/data/jupyter/notebooks/_html/template.full.head.html +0 -75
  335. data/assets/data/jupyter/notebooks/_html/visualisation.html +0 -968
  336. data/assets/data/jupyter/notebooks/html/template.html +0 -50
  337. data/assets/data/jupyter/notebooks/html/visualisation.ok.html +0 -949
  338. data/assets/data/jupyter/notebooks/tutorial.ipynb +0 -169
  339. data/assets/data/jupyter/notebooks/visualisation.ipynb +0 -9413
  340. data/assets/themes/j1/core/css/bootstrap.min.css +0 -6
  341. data/assets/themes/j1/core/css/material-design-icons.min.css +0 -1
  342. data/assets/themes/j1/core/css/theme_extensions.css +0 -9812
  343. data/assets/themes/j1/core/css/theme_extensions.min.css +0 -1
  344. data/assets/themes/j1/core/css/uno.css +0 -10247
  345. data/assets/themes/j1/core/css/uno.min.css +0 -1
  346. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +0 -1
  347. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css +0 -10278
  348. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css.map +0 -1
  349. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css +0 -7
  350. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map +0 -1
  351. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +0 -4420
  352. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js.map +0 -1
  353. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +0 -7
  354. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +0 -1
  355. data/assets/themes/j1/modules/bsDatepicker/css/datepicker.css +0 -203
  356. data/assets/themes/j1/modules/bsDatepicker/css/theme/uno.css +0 -235
  357. data/assets/themes/j1/modules/bsDatepicker/js/datepicker.js +0 -509
  358. data/assets/themes/j1/modules/bsDatepicker/less/datepicker.less +0 -122
  359. data/assets/themes/j1/modules/jqMouseWheel/README.md +0 -76
  360. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.js +0 -221
  361. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.min.js +0 -9
  362. data/assets/themes/j1/modules/noUISlider/LICENSE +0 -13
  363. data/assets/themes/j1/modules/noUISlider/css/nouislider.css +0 -260
  364. data/assets/themes/j1/modules/noUISlider/css/nouislider.min.css +0 -1
  365. data/assets/themes/j1/modules/noUISlider/js/nouislider.js +0 -2312
  366. data/assets/themes/j1/modules/noUISlider/js/nouislider.min.js +0 -3
  367. data/assets/themes/j1/modules/polyfills/js/msie.js +0 -140
  368. data/lib/starter_web/_data/modules/defaults/cookie_consent.yml +0 -132
  369. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  370. data/lib/starter_web/collections/posts/public/series/_posts/000_includes/attributes.asciidoc +0 -66
  371. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/000_includes/documents/100_meet_and_greet_jekyll.asciidoc +0 -31
  372. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +0 -120
  373. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +0 -144
  374. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +0 -642
  375. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/attributes.asciidoc +0 -69
  376. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/documents/100_buttons.asciidoc +0 -170
  377. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc +0 -52
  378. data/lib/starter_web/pages/public/learn/roundtrip/bs_tour.js +0 -98
@@ -10,10 +10,12 @@ categories: [ pages ]
10
10
  flowtext: false
11
11
 
12
12
  permalink: /pages/public/learn/roundtrip/modals/
13
- regenerate: true
13
+ regenerate: false
14
14
 
15
15
  resources: []
16
16
  resource_options:
17
+ - toccer:
18
+ collapseDepth: 3
17
19
  - attic:
18
20
  padding_top: 400
19
21
  padding_bottom: 50
@@ -23,79 +25,66 @@ resource_options:
23
25
  alt: bootstrap
24
26
  ---
25
27
 
28
+ // Page Initializer
29
+ // =============================================================================
26
30
  // Enable the Liquid Preprocessor
27
- // -----------------------------------------------------------------------------
28
31
  :page-liquid:
29
32
 
30
- // Set other global page attributes here
33
+ // Set page (local) attributes here
31
34
  // -----------------------------------------------------------------------------
32
- //:my-asciidoc-attribute:
35
+ // :page--attr: <attr-value>
36
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
33
37
 
34
38
  // Load Liquid procedures
35
39
  // -----------------------------------------------------------------------------
36
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
37
-
38
-
39
- // Initialize entry document environmental attributes
40
- // -----------------------------------------------------------------------------
41
- {% include {{set_env_entry_document}} %}
42
-
43
- // Load tag, url and data attributes
44
- // -----------------------------------------------------------------------------
45
- include::{includedir}/attributes.asciidoc[tag=tags]
46
- include::{includedir}/attributes.asciidoc[tag=urls]
47
- include::{includedir}/attributes.asciidoc[tag=data]
40
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
48
41
 
49
- // Set local page attributes
42
+ // Load page attributes
50
43
  // -----------------------------------------------------------------------------
51
- // :images-dir: {imagesdir}/path/to/page/images
44
+ {% include {{load_attributes}} scope="all" %}
52
45
 
53
46
 
54
47
  // Page content
55
48
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
-
57
- // Include sub-documents
58
- // -----------------------------------------------------------------------------
59
-
60
49
  Advanced Bootstrap Modals are based on the free package of
61
- link:{mdb-home}[Material Design for Bootstrap, {window}] on version
50
+ link:{mdb-home}[Material Design for Bootstrap, {browser-window--new}] on version
62
51
  *4.3.2*. This version can be found following this link:
63
- link:{mdb-bs-modals-legacy}[Enhanced Bootstrap Modals, {window}]. A more
64
- current version is available from here: link:{mdb-bs-modals}[Modal examples & templates, {window}].
52
+ link:{mdb-bs-modals-legacy}[Enhanced Bootstrap Modals, {browser-window--new}]. A more
53
+ current version is available from here: link:{mdb-bs-modals}[Modal examples & templates, {browser-window--new}].
65
54
 
66
- Bootstrap modals are used to add dialogs to your web pages for user
67
- notifications. To highlight important information to your vistors. Modals
68
- are positioned over everything else in the document so that the notification
69
- gets the users attention.
55
+ Bootstrap modals are used to add dialogues to your web pages for user
56
+ notifications. To highlight important information to your visitor's. Modals
57
+ are positioned over everything else in the document so that messages
58
+ get the users attention.
70
59
 
71
60
  == BS advanced Modals
72
61
 
73
- To improve your visitors experience on important information that shouldn't
74
- missed, modals are a good choice to bring the users attention on. Using J1
62
+ To improve your visitor's experience on important information that shouldn't
63
+ missed, modals are a great choice to bring the users attention on. Using J1
75
64
  Template BS enhanced predefined modal styles, some emotional weight is added
76
- to the information displayed - ranging from an info level, simple warning to
65
+ to the information displayed - ranging from an info level, a simple warning to
77
66
  critical messages.
78
67
 
79
68
  NOTE: For more information on how to use Bootstrap’s JavaScript modal
80
- plugin, refer to: link:{bs_doc_components_modal}[Bootstrap Docs, {window}].
69
+ plugin, refer to: link:{bs_doc_components_modal}[Bootstrap Docs, {browser-window--new}].
81
70
 
82
71
  // Include sub-documents
83
72
  // -----------------------------------------------------------------------------
84
- include::{documentsdir}/410_table_3_column.asciidoc[]
73
+ include::{documentdir}/410_table_3_column.asciidoc[]
85
74
 
86
75
  == Whats next
87
76
 
88
- Bootstrap is really a great CSS framework that offers in the current V4
77
+ Bootstrap is really a helpful framework that offers in the current V4
89
78
  version a complete set of styles to create excellent responsive designs.
90
- In the sense of: all can be improved, the responsive tables support of BS
91
- needs some enhancement to display tables on low resolution devices or smaller
79
+ In the sense of all can be improved, the responsive tables support of BS
80
+ needs some enhancement to display tables on low-resolution devices or smaller
92
81
  (browser-) window sizes.
93
82
 
94
- A first version for improved responsive tables that scale better is available
83
+ The first version for improved responsive tables that scale better is available
95
84
  for J1 Template on top of the classic BS CSS styles. Check out what from here
96
85
  what the link:{roundtrip-responsive-tables}[BS tables extensions] can do!
97
86
 
98
87
 
99
88
  // Include the modals HTML portion
100
89
  // -------------------------------------------------------------------
101
- include::{documentsdir}/419_advanced_modals_demo.asciidoc[]
90
+ include::{documentdir}/419_advanced_modals_demo.asciidoc[]
@@ -13,8 +13,10 @@ flowtext: false
13
13
  permalink: /pages/public/learn/roundtrip/responsive_tables/
14
14
  regenerate: false
15
15
 
16
- resources: []
16
+ resources: [ rtable, rouge ]
17
17
  resource_options:
18
+ - toccer:
19
+ collapseDepth: 3
18
20
  - attic:
19
21
  padding_top: 400
20
22
  padding_bottom: 50
@@ -28,120 +30,104 @@ resource_options:
28
30
  href: https://unsplash.com/@markusspiske/portfolio
29
31
  ---
30
32
 
33
+ // Page Initializer
34
+ // =============================================================================
31
35
  // Enable the Liquid Preprocessor
32
- // -----------------------------------------------------------------------------
33
36
  :page-liquid:
34
37
 
35
- // Set other global page attributes here
38
+ // Set page (local) attributes here
36
39
  // -----------------------------------------------------------------------------
37
- //:my-asciidoc-attribute:
40
+ // :page--attr: <attr-value>
41
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
38
42
 
39
43
  // Load Liquid procedures
40
44
  // -----------------------------------------------------------------------------
41
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
42
-
45
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
43
46
 
44
- // Initialize entry document environmental attributes
47
+ // Load page attributes
45
48
  // -----------------------------------------------------------------------------
46
- {% include {{set_env_entry_document}} %}
47
-
48
- // Load tag, url and data attributes
49
- // -----------------------------------------------------------------------------
50
- include::{includedir}/attributes.asciidoc[tag=tags]
51
- include::{includedir}/attributes.asciidoc[tag=urls]
52
- include::{includedir}/attributes.asciidoc[tag=data]
53
-
54
- // Set local page attributes
55
- // -----------------------------------------------------------------------------
56
- // :images-dir: {imagesdir}/path/to/page/images
49
+ {% include {{load_attributes}} scope="local" %}
57
50
 
58
51
 
59
52
  // Page content
60
53
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
-
62
- // Include sub-documents
63
- // -----------------------------------------------------------------------------
64
-
65
-
66
- Creating a design for responsive tables is challenging. The approch used by
54
+ Creating a design for responsive tables is challenging. The approach used by
67
55
  J1 Template is based on pure CSS on top of the classic Bootstrap styles for
68
56
  simplicity and portability to be viewed best on all devices and browsers.
69
57
 
70
58
  == Table types
71
59
 
72
60
  But, for sure, the solution provided is a compromise. To fit the common needs
73
- for tables viewed on desktop *and* mobile devices, three types of responsive
61
+ for tables viewed on desktop and mobile devices, three types of responsive
74
62
  tables are implemented:
75
63
 
76
64
  .Types of responsive tables
77
- [cols="2a,4a,6a", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
65
+ [cols="3a,3a,6a", options="header", width="100%", role="table-responsive mt-3"]
78
66
  |===============================================================================
79
67
  |Type |Style |Description
80
68
 
81
- |Bootstrap
82
- |`table-responsive`
83
- |The adding the class `table-responsive`, it creates a responsive table based
84
- on BS CSS styles. The table will then *scroll horizontally* on small devices.
85
- Making *any* table responsive across all viewports, the additonal class
86
- `table-responsive` is to applied. For specific (Bootstrap) breakpoints, the
87
- classes `table-responsive-lg{-sm\|-md\|-lg\|-xl}` are available to have better
88
- control on what viewport sizes tables are being transformed.
89
-
90
- |R Tables
69
+ |J Table (default)
91
70
  |`r-text-xxx`
92
- |R tables are used by J1 Template for *default*. Those tables are using the
93
- responsive text feature (presented in section link:{roundtrip-typography}[Typography])
94
- with *no* additonal CSS classes to be applied. For smaller viewports, the text
71
+ |J Tables are used by J1 Template for default. Those tables are using the
72
+ *responsive text* feature (see link:{roundtrip-typography}[Typography])
73
+ with no additional CSS classes to be applied. For smaller viewports, the text
95
74
  scales down and should fit the cells automatically. The default text size for
96
75
  J1 is `r-text-300`.
97
76
 
98
- |F Tables
99
- |`no-r-text`
77
+ |B Table (Bootstrap)
78
+ |`table-responsive`
79
+ |The adding the class `table-responsive`, it creates a responsive table based
80
+ on Bootstrap CSS styles. The table will then scroll horizontally on small
81
+ devices. Making any table responsive across *all* viewports, the additional
82
+ class `table-responsive` is to applied. For specific (Bootstrap) breakpoints,
83
+ the classes `table-responsive-lg{-sm\|-md\|-lg\|-xl}` are available to have
84
+ better control on what viewport sizes tables are being transformed.
85
+
86
+ |F Table (fixed)
87
+ |`no-rtext`
100
88
  |If the responsive text feature from J1 is *not* wanted, the CSS class
101
- `no-r-text` is to be applied. F (fixed) tables are *not responsive* per
102
- default, but in combination with the CSS class `table-responsive-stacked-lg` (Bootstrap),
103
- this type behaves like classic Bootstrap responsive table (see above).
104
-
105
- |S Tables
106
- |`table-responsive-stacked-lg-stacked`
107
- |The style `table-responsive-stacked-lg-stacked` *rebuilds* a table. The header is set
108
- to *invisible* and all *columns* gets vertically *stacked* as *rows*. For
109
- specific (Bootstrap) breakpoints, the classes `table-responsive-stacked-lg-stacked{-sm\|-md\|-lg\|-xl}`
110
- are available to have better control on what viewport sizes tables are
111
- being transformed. The class `table-responsive-stacked-lg-stacked` is using the breakpoint
112
- at *768px* what is the same as `table-responsive-stacked-lg-stacked-md`
89
+ `no-rtext` is to be applied. J tables are *not* responsive per default,
90
+ but in combination with the CSS class `table-responsive{-sm|-md|-lg|-xl`
91
+ from Bootstrap, this type behaves like classic Bootstrap responsive tables
92
+ (see above) but *no* responsive text is used.
93
+
94
+ |R Tables (stacked)
95
+ |`rtable`
96
+ |The style `rtable` *rebuilds* a table. The header is set to invisible and
97
+ all columns gets vertically *stacked as rows*. The rebuild of responsive
98
+ tables takes effect if the viewport (window size) is smaller than 992px for
99
+ the width (x-axis); typical for small devices like tablets or mobiles.
113
100
 
114
101
  |===============================================================================
115
102
 
116
- [TIP]
117
- ====
118
- The styles for responsive tables takes effect for *default* if the viewport
119
- (window size) is smaller than 768px for the width (x-axis). Typical for small
120
- devices like tablets or mobiles.
121
-
122
- The styles for F *and* S Tables can be combined with the *Bootstrap* responsive
123
- table approach (`table-responsive-stacked-lg`).
124
- ====
125
-
126
103
  To see the transformation o table in action, resize for desktop devices the
127
104
  browser window or use a device the viewport is smaller than 768px (mobiles or
128
105
  tablets).
129
106
 
130
-
131
- == 2-column Table
107
+ == Tables 2-column
132
108
 
133
109
  Tables are widely used for documentation pages. Below, simple 2-column tables
134
110
  are used to explain some of the Jekyll variables that can be used for
135
111
  templating your content pages.
136
112
 
137
- === Bootstrap
113
+ === Bootstrap tables
114
+
115
+ Bootstrap tables support tables to be scrolled horizontally on smaller
116
+ viewports. From a specified breakpoint and up, the table will behave normally
117
+ and do not scroll horizontally.
138
118
 
139
- Responsive Bootstrap tables support tables to be *scrolled horizontally*
140
- on smaller viewports. From a specified breakpoint and up, the table will
141
- behave normally and do not scroll horizontally.
119
+ .Example, Bootstrap using fixed text size `no-rtext`
120
+ [source, prometheus, role="r-text-200 noclip"]
121
+ ----
122
+ [cols="6,6", options="header", width="100%", role="table-responsive no-rtext"]
123
+ |=============================================================================
124
+ |Variable |Description
125
+ ...
126
+ |=============================================================================
127
+ ----
142
128
 
143
- .Bootstrap F Table (fixed font size)
144
- [cols="6a,6a", options="header", width="100%", role="table-responsive no-r-text mt-3"]
129
+ .Bootstrap, fixed text size `no-rtext`
130
+ [cols="6a,6a", options="header", width="100%", role="table-responsive no-rtext mt-3"]
145
131
  |===============================================================================
146
132
  |Variable |Description
147
133
 
@@ -161,8 +147,17 @@ Post's front matter by specifying a new date/time in the format
161
147
 
162
148
  |===============================================================================
163
149
 
150
+ .Example, Bootstrap using responsive text size
151
+ [source, prometheus, role="r-text-200 noclip"]
152
+ ----
153
+ [cols="6,6", options="header", width="100%", role="table-responsive"]
154
+ |====================================================================
155
+ |Variable |Description
156
+ ...
157
+ |====================================================================
158
+ ----
164
159
 
165
- .Bootstrap R Table (responsive text size)
160
+ .Bootstrap, responsive text size
166
161
  [cols="6a,6a", options="header", width="100%", role="table-responsive mt-3"]
167
162
  |===============================================================================
168
163
  |Variable |Description
@@ -183,8 +178,55 @@ Post's front matter by specifying a new date/time in the format
183
178
 
184
179
  |===============================================================================
185
180
 
186
- .S table (stacked, responsive text size)
187
- [cols="6a,6a", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
181
+
182
+ === Responsive tables
183
+
184
+ Responsive tables *rebuilds* a table. The header is set to invisible and
185
+ all columns gets vertically *stacked as rows*.
186
+
187
+ .Example, R Table using responsive text size
188
+ [source, prometheus, role="r-text-200 noclip"]
189
+ ----
190
+ [cols="6,6", options="header", width="100%", role="rtable"]
191
+ |==========================================================
192
+ |Variable |Description
193
+ ...
194
+ |==========================================================
195
+ ----
196
+
197
+ .R Table, responsive text size
198
+ [cols="6a,6a", options="header", width="100%", role="rtable mt-3"]
199
+ |===============================================================================
200
+ |Variable |Description
201
+
202
+ |`page.content`
203
+ |The content of the Page, rendered or un-rendered
204
+ depending upon what Liquid is being processed and what `page` is.
205
+
206
+ |`page.title`
207
+ |The title of the Page.
208
+
209
+ |`page.date`
210
+ |The Date assigned to the Post. This can be overridden in a
211
+ Post's front matter by specifying a new date/time in the format
212
+ `YYYY-MM-DD HH:MM:SS` (assuming UTC), or `YYYY-MM-DD HH:MM:SS +/-TTTT`
213
+ (to specify a time zone using an offset from UTC. e.g.
214
+ `2008-12-14 10:30:00 +0900`).
215
+
216
+ |===============================================================================
217
+
218
+ .Example, R Table using fixed font size
219
+ [source, prometheus, role="r-text-200 noclip"]
220
+ ----
221
+ [cols="6,6", options="header", width="100%", role="rtable no-rtext"]
222
+ |===================================================================
223
+ |Variable |Description
224
+ ...
225
+ |===================================================================
226
+ ----
227
+
228
+ .R Table, stacked, fixed text size `no-rtext`
229
+ [cols="6a,6a", options="header", width="100%", role="rtable no-rtext mt-3"]
188
230
  |===============================================================================
189
231
  |Variable |Description
190
232
 
@@ -205,31 +247,116 @@ Post's front matter by specifying a new date/time in the format
205
247
  |===============================================================================
206
248
 
207
249
 
208
- == Multi-column Table
250
+ == Tables multi-column
209
251
 
210
- Responsive Bootstrap tables support tables to be *scrolled horizontally*
211
- on smaller viewports. Making any table responsive across all viewports, the
212
- additonal class `table-responsive-stacked-lg` is used. For specific (Bootstrap)
213
- breakpoints, the classes `table-responsive-stacked-lg{-sm|-md|-lg|-xl}` are available
214
- to have better control on what viewport sizes table are transformed.
252
+ Responsive Bootstrap tables support tables to be scrolled horizontally
253
+ on smaller viewports. Making any table responsive across all viewports,
254
+ the additional class `rtable` is used. For specific (Bootstrap)
255
+ breakpoints, the classes `rtable{-sm|-md|-lg|-xl}` are available
256
+ to have better control over what viewport sizes table are transformed.
215
257
  From a specified breakpoint and up, the table will behave normally and do
216
258
  not scroll horizontally.
217
259
 
218
- NOTE: Bootstrap responsive tables make use of overflow-y: hidden, which
219
- clips off any content that goes beyond the bottom or top edges of the table.
220
- In particular, this can clip off dropdown menus and other third-party widgets.
260
+ === Bootstrap tables
261
+
262
+ Bootstrap responsive tables make use of overflow-y: hidden, which clips off
263
+ any content that goes beyond the bottom or top edges of the table.
264
+ In particular, this can clip off dropdown menus and other third-party
265
+ widgets.
266
+
267
+ .Example, Bootstrap using fixed text size `no-rtext`
268
+ [source, prometheus, role="r-text-200 noclip"]
269
+ ----
270
+ [cols=",,,,", options="header", width="100%", role="table-responsive no-rtext"]
271
+ |===============================================================================
272
+ |Parameter |Type |Default |Description |Example
273
+ ...
274
+ |===============================================================================
275
+ ----
276
+
277
+ .Bootstrap, fixed text size `no-rtext`
278
+ [cols="2,2,2,3,3", options="header", width="100%", role="table-responsive no-rtext mt-3"]
279
+ |===============================================================================
280
+ |Parameter |Type |Default |Description |Example
281
+
282
+ |`color`
283
+ |Hash
284
+ |`md_white`
285
+ |The background_color hash contains a pair of colors to control the header
286
+ background as a gradient.
287
+ |The background_color hash contains a pair of colors to control the header
288
+ background as a gradient.
289
+
290
+ |`background_color_1`
291
+ |Symbolic color \| RGB valuess
292
+ |`md_indigo`
293
+ |Start value (color) for the gradient used for the header box background.
294
+ Alternatively, the color can be configured as (hexadecimal) RGB valuess of
295
+ the form `#RRGGBB`
296
+ |Start value (color) for the gradient used for the header box background.
297
+ Alternatively, the color can be configured as (hexadecimal) RGB valuess of
298
+ the form `#RRGGBB`
299
+
300
+ |===============================================================================
301
+
302
+ .Example, Bootstrap using responsive text size
303
+ [source, prometheus, role="r-text-200 noclip"]
304
+ ----
305
+ [cols=",,,,", options="header", width="100%", role="table-responsive"]
306
+ |=====================================================================
307
+ |Parameter |Type |Default |Description |Example
308
+ ...
309
+ |=====================================================================
310
+ ----
311
+
312
+ .Bootstrap, responsive text size
313
+ [cols="2,2,2,3,3", options="header", width="100%", role="table-responsive mt-3"]
314
+ |===============================================================================
315
+ |Parameter |Type |Default |Description |Example
316
+
317
+ |`color`
318
+ |Hash
319
+ |`md_white`
320
+ |The background_color hash contains a pair of colors to control the header
321
+ background as a gradient.
322
+ |The background_color hash contains a pair of colors to control the header
323
+ background as a gradient.
324
+
325
+ |`background_color_1`
326
+ |Symbolic color \| RGB valuess
327
+ |`md_indigo`
328
+ |Start value (color) for the gradient used for the header box background.
329
+ Alternatively, the color can be configured as (hexadecimal) RGB valuess of
330
+ the form `#RRGGBB`
331
+ |Start value (color) for the gradient used for the header box background.
332
+ Alternatively, the color can be configured as (hexadecimal) RGB valuess of
333
+ the form `#RRGGBB`
221
334
 
222
- .Bootstrap R Table (fixed text size)
223
- [cols="2,2,2,3,3", options="header", width="100%", role="no-r-text table-responsive-stacked-lg mt-3"]
335
+ |===============================================================================
336
+
337
+ === Responsive tables
338
+
339
+ .Example, R Table using fixed text size `no-rtext`
340
+ [source, prometheus, role="r-text-200 noclip"]
341
+ ----
342
+ [cols=",,,,", options="header", width="100%", role="rtable no-rtext"]
343
+ |====================================================================
344
+ |Parameter |Type |Default |Description |Example
345
+ ...
346
+ |====================================================================
347
+ ----
348
+
349
+ .R Table, fixed text size `no-rtext`
350
+ [cols="2,2,2,3,3", options="header", width="100%", role="rtable no-rtext mt-3"]
224
351
  |===============================================================================
225
352
  |Parameter |Type |Default |Description |Example
226
353
 
227
354
  |`color`
228
355
  |Hash
229
356
  |`md_white`
230
- |The *background_color hash* contains a pair of colors to control the header
357
+ |The background_color hash contains a pair of colors to control the header
231
358
  background as a gradient.
232
- |The *background_color hash* contains a pair of colors to control the header
359
+ |The background_color hash contains a pair of colors to control the header
233
360
  background as a gradient.
234
361
 
235
362
  |`background_color_1`
@@ -244,18 +371,27 @@ the form `#RRGGBB`
244
371
 
245
372
  |===============================================================================
246
373
 
374
+ .Example, R Table using fixed text size `no-rtext`
375
+ [source, prometheus, role="r-text-200 noclip"]
376
+ ----
377
+ [cols=",,,,", options="header", width="100%", role="rtable no-rtext"]
378
+ |====================================================================
379
+ |Parameter |Type |Default |Description |Example
380
+ ...
381
+ |====================================================================
382
+ ----
247
383
 
248
- .S table (stacked, responsive text size))
249
- [cols="2,2,2,3,3", options="header", width="100%", role="table-responsive-stacked-lg mt-3"]
384
+ .R Table, responsive text size
385
+ [cols="2,2,2,3,3", options="header", width="100%", role="rtable mt-3"]
250
386
  |===============================================================================
251
387
  |Parameter |Type |Default |Description |Example
252
388
 
253
389
  |`color`
254
390
  |Hash
255
391
  |`md_white`
256
- |The *background_color hash* contains a pair of colors to control the header
392
+ |The background_color hash contains a pair of colors to control the header
257
393
  background as a gradient.
258
- |The *background_color hash* contains a pair of colors to control the header
394
+ |The background_color hash contains a pair of colors to control the header
259
395
  background as a gradient.
260
396
 
261
397
  |`background_color_1`
@@ -273,7 +409,7 @@ the form `#RRGGBB`
273
409
 
274
410
  == Whats next
275
411
 
276
- Hopefully you've enjoyed exploring all the possibilities J1 offers sofar.
412
+ Expectedly you've enjoyed exploring all the possibilities J1 offers sofar.
277
413
  An interesting feature may using themes. But much, much more can the J1 do
278
414
  for your Web Site.
279
415