j1-template 2020.0.16 → 2020.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (395) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +2 -2
  3. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +4 -4
  4. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +2 -2
  5. data/_includes/themes/j1/blocks/footer/generator.html +1 -1
  6. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +19 -16
  7. data/_includes/themes/j1/layouts/content_generator_collection.html +2 -2
  8. data/_includes/themes/j1/layouts/content_generator_page.html +8 -56
  9. data/_includes/themes/j1/layouts/content_generator_post.html +5 -3
  10. data/_includes/themes/j1/procedures/global/attributes_loader.proc +117 -0
  11. data/_includes/themes/j1/procedures/global/create_bs_button.proc +10 -10
  12. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +14 -12
  13. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +1 -1
  14. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +3 -3
  15. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +37 -38
  16. data/_layouts/blog_archive.html +4 -3
  17. data/_layouts/collection.html +1 -1
  18. data/_layouts/home.html +1 -1
  19. data/_layouts/page.html +2 -2
  20. data/_layouts/post.html +3 -3
  21. data/apps/public/cc/cc.yml +0 -2
  22. data/assets/data/authclient.html +15 -15
  23. data/assets/data/banner.html +11 -11
  24. data/assets/data/carousel.json +1 -1
  25. data/assets/data/cookiebar.html +8 -8
  26. data/assets/data/footer.html +1 -1
  27. data/assets/data/galleries.json +1 -1
  28. data/assets/data/gallery_customizer.html +4 -4
  29. data/assets/data/mdi_icons.json +1 -1
  30. data/assets/data/menu.html +7 -7
  31. data/assets/data/mmenu.html +5 -5
  32. data/assets/data/mmenu_sidebar.html +2 -2
  33. data/assets/data/mmenu_toc.html +2 -2
  34. data/assets/data/panel.html +115 -95
  35. data/assets/data/quicklinks.html +2 -2
  36. data/assets/data/search.json +1 -1
  37. data/assets/data/ssm.html +2 -2
  38. data/assets/data/themes.json +3 -1
  39. data/assets/data/twa_v1.json +1 -1
  40. data/assets/themes/j1/adapter/js/algolia.js +1 -1
  41. data/assets/themes/j1/adapter/js/attic.js +1 -1
  42. data/assets/themes/j1/adapter/js/back2top.js +231 -0
  43. data/assets/themes/j1/adapter/js/{mdb.js → bmd.js} +11 -11
  44. data/assets/themes/j1/adapter/js/carousel.js +135 -134
  45. data/assets/themes/j1/adapter/js/clipboard.js +2 -1
  46. data/assets/themes/j1/adapter/js/cookiebar.js +2 -1
  47. data/assets/themes/j1/adapter/js/framer.js +1 -5
  48. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -1
  49. data/assets/themes/j1/adapter/js/j1.js +36 -10
  50. data/assets/themes/j1/adapter/js/jf_gallery.js +1 -1
  51. data/assets/themes/j1/adapter/js/lightbox.js +1 -1
  52. data/assets/themes/j1/adapter/js/logger.js +2 -1
  53. data/assets/themes/j1/adapter/js/mmenu.js +10 -8
  54. data/assets/themes/j1/adapter/js/navigator.js +101 -31
  55. data/assets/themes/j1/adapter/js/searcher.js +1 -1
  56. data/assets/themes/j1/adapter/js/ssm.js +30 -29
  57. data/assets/themes/j1/adapter/js/themer.js +7 -13
  58. data/assets/themes/j1/adapter/js/toccer.js +37 -7
  59. data/assets/themes/j1/core/css/animate.css +17 -0
  60. data/assets/themes/j1/core/css/bootstrap.css +54 -48
  61. data/assets/themes/j1/core/css/bootstrap.min.css +3 -3
  62. data/assets/themes/j1/core/css/{fontawesome.css → icons-fontawesome.css} +31 -12
  63. data/assets/themes/j1/core/css/{fontawesome.min.css → icons-fontawesome.min.css} +0 -0
  64. data/assets/themes/j1/core/css/{iconify-icons.css → icons-iconify.css} +51 -38
  65. data/assets/themes/j1/core/css/{iconify-icons.min.css → icons-iconify.min.css} +1 -1
  66. data/assets/themes/j1/core/css/{material-design-icons.css → icons-materialdesign.css} +326 -244
  67. data/assets/themes/j1/core/css/icons-materialdesign.min.css +1 -0
  68. data/assets/themes/j1/core/css/{twemoji.css → icons-twemoji.css} +61 -51
  69. data/assets/themes/j1/core/css/{twemoji.min.css → icons-twemoji.min.css} +0 -0
  70. data/assets/themes/j1/core/css/{theme_extensions.css → theme-extensions.css} +1754 -1429
  71. data/assets/themes/j1/core/css/theme-extensions.min.css +1 -0
  72. data/assets/themes/j1/core/css/uno-dark.css +8109 -0
  73. data/assets/themes/j1/core/css/uno-dark.min.css +6 -0
  74. data/assets/themes/j1/core/css/uno.css +15337 -3046
  75. data/assets/themes/j1/core/css/uno.min.css +8 -1
  76. data/assets/themes/j1/core/css/vendor.css +86 -13430
  77. data/assets/themes/j1/core/css/vendor.min.css +1 -7
  78. data/assets/themes/j1/core/js/template.js +6 -6
  79. data/assets/themes/j1/core/js/template.js.map +1 -1
  80. data/assets/themes/j1/core/js/template.min.js +1 -1
  81. data/assets/themes/j1/modules/backstretch/js/backstretch.js +12 -13
  82. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +12 -13
  83. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +43 -34
  84. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +11 -12
  85. data/assets/themes/j1/modules/carousel/css/carousel.css +8 -9
  86. data/assets/themes/j1/modules/carousel/css/carousel.min.css +7 -9
  87. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +7 -8
  88. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +7 -9
  89. data/assets/themes/j1/modules/carousel/css/theme/uno.css +7 -8
  90. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +8 -9
  91. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +7 -7
  92. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +8 -45
  93. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +2 -5
  94. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +17 -44
  95. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +2 -5
  96. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +5 -7
  97. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +1 -1
  98. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +3 -5
  99. data/assets/themes/j1/modules/iframeResizer/examples/index.html +4 -3
  100. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -3
  101. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +8 -9
  102. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +8 -31
  103. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +7 -8
  104. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +8 -10
  105. data/assets/themes/j1/modules/lightbox/css/lightbox.css +11 -12
  106. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +11 -12
  107. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +7 -7
  108. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +7 -8
  109. data/assets/themes/j1/modules/lightbox/js/lightbox.js +11 -12
  110. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +11 -27
  111. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +82 -0
  112. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +15 -0
  113. data/assets/{README.md → themes/j1/modules/mdiPreviewer/js/readme} +0 -0
  114. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +11 -11
  115. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +12 -386
  116. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +15 -19
  117. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +8 -163
  118. data/assets/themes/j1/modules/popper/js/popper.js +1 -1
  119. data/assets/themes/j1/modules/popper/js/popper.js.map +1 -1
  120. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -1
  121. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +12 -19
  122. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +8 -82
  123. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +153 -0
  124. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +19 -0
  125. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +12 -13
  126. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +12 -268
  127. data/assets/themes/j1/modules/twemoji/js/twemoji.js +11 -20
  128. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +11 -17
  129. data/lib/j1/version.rb +1 -1
  130. data/lib/j1_app/j1_auth_manager/config.rb +10 -5
  131. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +5 -5
  132. data/lib/starter_web/Gemfile +6 -2
  133. data/lib/starter_web/_config.yml +2 -2
  134. data/lib/starter_web/_data/apps/carousel.yml +6 -7
  135. data/lib/starter_web/_data/apps/defaults/carousel.yml +2 -3
  136. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -2
  137. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -2
  138. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -2
  139. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -2
  140. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -2
  141. data/lib/starter_web/_data/apps/justified_gallery.yml +4 -5
  142. data/lib/starter_web/_data/apps/light_gallery.yml +1 -2
  143. data/lib/starter_web/_data/apps/lightbox.yml +1 -2
  144. data/lib/starter_web/_data/blocks/banner.yml +25 -21
  145. data/lib/starter_web/_data/blocks/defaults/banner.yml +3 -4
  146. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -2
  147. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -4
  148. data/lib/starter_web/_data/blocks/footer.yml +1 -2
  149. data/lib/starter_web/_data/blocks/panel.yml +29 -23
  150. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -2
  151. data/lib/starter_web/_data/layouts/app.yml +1 -2
  152. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -2
  153. data/lib/starter_web/_data/layouts/collection.yml +1 -2
  154. data/lib/starter_web/_data/layouts/home.yml +7 -28
  155. data/lib/starter_web/_data/layouts/post.yml +1 -2
  156. data/lib/starter_web/_data/layouts/raw.yml +1 -2
  157. data/lib/starter_web/_data/modules/advertising.yml +0 -1
  158. data/lib/starter_web/_data/modules/attics.yml +0 -1
  159. data/lib/starter_web/_data/modules/authentication.yml +0 -1
  160. data/lib/starter_web/_data/modules/back2top.yml +30 -0
  161. data/lib/starter_web/_data/modules/defaults/attics.yml +5 -3
  162. data/lib/starter_web/_data/modules/defaults/authentication.yml +0 -1
  163. data/lib/starter_web/_data/modules/defaults/back2top.yml +146 -0
  164. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -3
  165. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +0 -1
  166. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +4 -5
  167. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -2
  168. data/lib/starter_web/_data/modules/defaults/navigator.yml +15 -15
  169. data/lib/starter_web/_data/modules/defaults/stickybits.yml +1 -2
  170. data/lib/starter_web/_data/modules/defaults/themer.yml +3 -3
  171. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -2
  172. data/lib/starter_web/_data/modules/framer.yml +1 -2
  173. data/lib/starter_web/_data/modules/log4javascript.yml +4 -5
  174. data/lib/starter_web/_data/modules/log4r.yml +1 -2
  175. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  176. data/lib/starter_web/_data/modules/themer.yml +2 -1
  177. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  178. data/lib/starter_web/_data/private.yml +56 -108
  179. data/lib/starter_web/_data/resources.yml +107 -32
  180. data/lib/starter_web/_data/template_settings.yml +1 -1
  181. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
  182. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg +0 -0
  183. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
  184. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
  185. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
  186. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  187. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
  188. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.jpg +0 -0
  189. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.jpg +0 -0
  190. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
  191. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
  192. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
  193. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
  194. data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg +0 -0
  195. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
  196. data/lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.jpg +0 -0
  197. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  198. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
  199. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
  200. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
  201. data/lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.jpg +0 -0
  202. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
  203. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
  204. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
  205. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  206. data/lib/starter_web/assets/images/modules/attics/runner-1920x1200-bw.jpg +0 -0
  207. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
  208. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280-bw.jpg +0 -0
  209. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  210. data/lib/starter_web/assets/images/modules/carousel/cats/cat-1.jpg +0 -0
  211. data/lib/starter_web/assets/images/modules/carousel/cats/cat-2.jpg +0 -0
  212. data/lib/starter_web/assets/images/modules/carousel/cats/cat-3.jpg +0 -0
  213. data/lib/starter_web/assets/images/modules/carousel/cats/cat-4.jpg +0 -0
  214. data/lib/starter_web/assets/images/modules/carousel/cats/cat-5.jpg +0 -0
  215. data/lib/starter_web/assets/images/modules/carousel/cats/cat-6.jpg +0 -0
  216. data/lib/starter_web/assets/images/modules/carousel/cats/cat-7.jpg +0 -0
  217. data/lib/starter_web/assets/images/modules/carousel/cats/cat-8.jpg +0 -0
  218. data/lib/starter_web/assets/images/modules/carousel/mega_cities/andreas-brucker_b.jpg +0 -0
  219. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  220. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  221. data/lib/starter_web/assets/images/modules/carousel/mega_cities/luca-bravo_b.jpg +0 -0
  222. data/lib/starter_web/assets/images/modules/carousel/mega_cities/thomas-tucker_b.jpg +0 -0
  223. data/lib/starter_web/assets/images/modules/gallery/mega_cities/andreas-brucker_b.jpg +0 -0
  224. data/lib/starter_web/assets/images/modules/gallery/mega_cities/banter-snaps_b.jpg +0 -0
  225. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  226. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2-bw.jpg +0 -0
  227. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  228. data/lib/starter_web/assets/images/modules/gallery/mega_cities/emmad-mazhari_b.jpg +0 -0
  229. data/lib/starter_web/assets/images/modules/gallery/mega_cities/ethan-brooke_b.jpg +0 -0
  230. data/lib/starter_web/assets/images/modules/gallery/mega_cities/federico-rizzarelli_b.jpg +0 -0
  231. data/lib/starter_web/assets/images/modules/gallery/mega_cities/gints-gailis_b.jpg +0 -0
  232. data/lib/starter_web/assets/images/modules/gallery/mega_cities/johan-mouchet_b.jpg +0 -0
  233. data/lib/starter_web/assets/images/modules/gallery/mega_cities/luca-bravo_b.jpg +0 -0
  234. data/lib/starter_web/assets/images/modules/gallery/mega_cities/oskars-sylwan_b.jpg +0 -0
  235. data/lib/starter_web/assets/images/modules/gallery/mega_cities/steven-diaz_b.jpg +0 -0
  236. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker-bw.jpg +0 -0
  237. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker_b.jpg +0 -0
  238. data/lib/starter_web/assets/images/modules/icons/j1/favicon.ico +0 -0
  239. data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.png +0 -0
  240. data/lib/starter_web/assets/images/modules/icons/j1/j1-32x32.ico +0 -0
  241. data/lib/starter_web/assets/images/modules/icons/j1/j1-512x512.png +0 -0
  242. data/lib/starter_web/assets/images/modules/icons/j1/j1-64x64.png +0 -0
  243. data/lib/starter_web/assets/images/modules/icons/j1/j1.ico +0 -0
  244. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +31 -35
  245. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-1.jpg +0 -0
  246. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-2.jpg +0 -0
  247. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-3.jpg +0 -0
  248. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg +0 -0
  249. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.jpg +0 -0
  250. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.jpg +0 -0
  251. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.jpg +0 -0
  252. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.jpg +0 -0
  253. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.jpg +0 -0
  254. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.jpg +0 -0
  255. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.jpg +0 -0
  256. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.jpg +0 -0
  257. data/lib/starter_web/assets/videos/gallery/adriana-lima-poster.jpg +0 -0
  258. data/lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg +0 -0
  259. data/lib/starter_web/assets/videos/gallery/video1-poster.jpg +0 -0
  260. data/lib/starter_web/assets/videos/gallery/video2-poster.jpg +0 -0
  261. data/lib/starter_web/assets/videos/gallery/video2-thumb.jpg +0 -0
  262. data/lib/starter_web/assets/videos/headers/still/underground-broadway.jpg +0 -0
  263. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.jpg +0 -0
  264. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +81 -0
  265. data/lib/starter_web/collections/_biography/becoming.adoc +72 -0
  266. data/lib/starter_web/collections/_biography/born-to-run.adoc +78 -0
  267. data/lib/starter_web/collections/_biography/forty-autumns.adoc +75 -0
  268. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +69 -0
  269. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +72 -0
  270. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +73 -0
  271. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +64 -0
  272. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +64 -0
  273. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +62 -0
  274. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +63 -0
  275. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +62 -0
  276. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +60 -0
  277. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +67 -0
  278. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +61 -0
  279. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +69 -0
  280. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +66 -0
  281. data/lib/starter_web/collections/_romance/outlander-novel.adoc +78 -0
  282. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +62 -0
  283. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +2 -2
  284. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +1 -1
  285. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +28 -24
  286. data/lib/starter_web/collections/posts/public/series/_posts/includes/attributes.asciidoc +66 -0
  287. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/100-docker-using-shared-folders.asciidoc +430 -0
  288. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/loop.sh +28 -0
  289. data/lib/starter_web/collections/posts/public/series/_posts/includes/tables/debug_variables.asciidoc +48 -0
  290. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +134 -0
  291. data/lib/starter_web/collections/posts/public/test_posts/_posts/includes/attributes.asciidoc +41 -0
  292. data/lib/starter_web/collections/posts/public/test_posts/_posts/includes/tables/debug_variables.asciidoc +48 -0
  293. data/lib/starter_web/includes/attributes.asciidoc +183 -0
  294. data/lib/starter_web/index.html +1 -1
  295. data/lib/starter_web/package.json +2 -2
  296. data/lib/starter_web/pages/protected/site_search.adoc +8 -19
  297. data/lib/starter_web/pages/public/blog/navigator/archive.html +11 -17
  298. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +13 -19
  299. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +13 -19
  300. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +11 -12
  301. data/lib/starter_web/pages/public/bookshelf/100_whats_up.adoc +281 -0
  302. data/lib/starter_web/pages/public/bookshelf/200_book_shelf_biography.adoc +52 -0
  303. data/lib/starter_web/pages/public/bookshelf/300_book_shelf_fantasy.adoc +54 -0
  304. data/lib/starter_web/pages/public/bookshelf/400_book_shelf_romance.adoc +54 -0
  305. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +10 -19
  306. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +12 -23
  307. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +11 -21
  308. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/attributes.asciidoc +21 -12
  309. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/100_meet_and_greet_jekyll.asciidoc +0 -0
  310. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/200_preparations.asciidoc +0 -0
  311. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/documents/300_first_awesome_web.asciidoc +0 -0
  312. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{000_includes → includes}/parts.asciidoc +0 -0
  313. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +58 -79
  314. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +27 -40
  315. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +33 -48
  316. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +40 -54
  317. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +81 -96
  318. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +14 -54
  319. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +25 -40
  320. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +21 -36
  321. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc +2 -2
  322. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/attributes.asciidoc +7 -32
  323. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/100_gistblock.asciidoc +0 -0
  324. data/lib/starter_web/pages/public/learn/roundtrip/includes/documents/410_bottom_info.asciidoc +14 -0
  325. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_bottom_left_warning.asciidoc +2 -2
  326. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_bottom_right_danger.asciidoc +2 -2
  327. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_central_success.asciidoc +2 -2
  328. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_full_height_left_info.asciidoc +2 -2
  329. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_full_height_right_success.asciidoc +2 -2
  330. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_table_3_column.asciidoc +0 -0
  331. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_info.asciidoc +3 -3
  332. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_left_info.asciidoc +2 -2
  333. data/lib/starter_web/pages/public/learn/roundtrip/{000_includes → includes}/documents/410_top_right_success.asciidoc +2 -2
  334. data/lib/starter_web/pages/public/learn/roundtrip/includes/documents/419_advanced_modals_demo.asciidoc +337 -0
  335. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_info.asciidoc +1 -1
  336. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +1 -1
  337. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +1 -1
  338. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_central_success.asciidoc +1 -1
  339. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +1 -1
  340. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +1 -1
  341. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_info.asciidoc +1 -1
  342. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_left_info.asciidoc +1 -1
  343. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_right_success.asciidoc +1 -1
  344. data/lib/starter_web/pages/public/learn/whats_up.adoc +6 -25
  345. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +6 -12
  346. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +27 -33
  347. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +3 -2
  348. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +2 -0
  349. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1297 -717
  350. data/lib/starter_web/pages/public/previewer/iframer.adoc +2 -7
  351. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/attributes.asciidoc +16 -8
  352. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -0
  353. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -0
  354. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/120_relative_sizes.asciidoc +0 -0
  355. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/200_rotate.asciidoc +0 -0
  356. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/300_flip.asciidoc +0 -0
  357. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -0
  358. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -0
  359. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -0
  360. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/600_md_color_palette.asciidoc +0 -0
  361. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -0
  362. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -0
  363. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -0
  364. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -0
  365. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/200_rotate.asciidoc +0 -0
  366. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/300_flip.asciidoc +0 -0
  367. data/lib/starter_web/pages/public/previewer/{000_includes → includes}/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -0
  368. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +9 -22
  369. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +22 -29
  370. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_ad.adoc +0 -0
  371. data/lib/starter_web/pages/public/{learn/examples → test_pages}/floating_div.adoc +1 -1
  372. data/lib/starter_web/pages/public/test_pages/includes/attributes.asciidoc +47 -0
  373. data/lib/starter_web/pages/public/test_pages/includes/documents/100_gistblock.asciidoc +27 -0
  374. data/lib/starter_web/pages/public/test_pages/includes/images/pages/minneapolis.1200x400.jpg +0 -0
  375. data/lib/starter_web/pages/public/test_pages/includes/tables/000_bem_specifiers.asciidoc +22 -0
  376. data/lib/starter_web/pages/public/test_pages/includes/tables/000_specifier_examples.asciidoc +56 -0
  377. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +297 -0
  378. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +103 -0
  379. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  380. data/lib/starter_web/utilsrv/package.json +1 -1
  381. metadata +106 -65
  382. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc.org +0 -40
  383. data/assets/themes/j1/core/css/material-design-icons.min.css +0 -1
  384. data/assets/themes/j1/core/css/theme_extensions.min.css +0 -1
  385. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +0 -1
  386. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.png +0 -0
  387. data/lib/starter_web/assets/images/modules/attics/mae-mu-Vf9gbsLZyf0-unsplash.jpg +0 -0
  388. data/lib/starter_web/assets/videos/headers/still/underground-broadway.webp +0 -0
  389. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.webp +0 -0
  390. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +0 -120
  391. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +0 -144
  392. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +0 -642
  393. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_info.asciidoc +0 -11
  394. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_html.asciidoc +0 -928
  395. data/lib/starter_web/pages/public/learn/roundtrip/bs_tour.js +0 -98
@@ -25,64 +25,49 @@ resource_options:
25
25
  # href: https://unsplash.com/@aquatium
26
26
  ---
27
27
 
28
+ // Page Initializer
29
+ // =============================================================================
28
30
  // Enable the Liquid Preprocessor
29
- // -----------------------------------------------------------------------------
30
31
  :page-liquid:
31
32
 
32
- // Set other global page attributes here
33
- // -----------------------------------------------------------------------------
34
- //:my-asciidoc-attribute:
35
-
36
33
  // Load Liquid procedures
37
34
  // -----------------------------------------------------------------------------
38
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
39
-
40
-
41
- // Initialize entry document environmental attributes
42
- // -----------------------------------------------------------------------------
43
- {% include {{set_env_entry_document}} %}
35
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
44
36
 
45
- // Load tag, url and data attributes
37
+ // Load page attributes (all)
46
38
  // -----------------------------------------------------------------------------
47
- include::{includedir}/attributes.asciidoc[tag=tags]
48
- include::{includedir}/attributes.asciidoc[tag=urls]
49
- include::{includedir}/attributes.asciidoc[tag=data]
39
+ {% include {{load_attributes}} scope="all" %}
50
40
 
51
41
  // Set local page attributes
52
42
  // -----------------------------------------------------------------------------
53
- // :images-dir: {imagesdir}/path/to/page/images
54
-
43
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
55
44
 
56
45
  // Page content
57
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
-
59
- // Include sub-documents
60
- // -----------------------------------------------------------------------------
61
-
46
+ // =============================================================================
62
47
 
63
48
  J1 Template implements some incubating Ruby-based extensions for Asciidoctor.
64
49
  Most extensions are based on the examples given with the
65
- {asciidoctor-extensions-lab}[Asciidoctor Extensions Lab, {window}].
50
+ {asciidoctor-extensions-lab}[Asciidoctor Extensions Lab, {browser-window--new}].
66
51
  If you simply want to use the extensions from this repository, go ahead to
67
- {asciidoctor-extensions-use-extension}[Using an extension, {window}].
52
+ {asciidoctor-extensions-use-extension}[Using an extension, {browser-window--new}].
68
53
 
69
54
  To create extensions on your own, it is highly recommended to read first the
70
- {asciidoctor-user-manual-extensions}[extensions section, {window}] in
71
- the *Asciidoctor* user manual.
55
+ {asciidoctor-user-manual-extensions}[extensions section, {browser-window--new}] in
56
+ the Asciidoctor user manual.
72
57
 
73
58
 
74
59
  == Asciidoc Extensions
75
60
 
76
- All *already implemented* Asciidoctor Extensions can be found below. A set of
77
- additional useful extensions to the Markup language *Asciidoc* are made
78
- especially for documents of the Jekyll content type *pages* (but can be used
61
+ All already implemented Asciidoctor Extensions can be found below. A set of
62
+ additional useful extensions to the Markup language Asciidoc are made
63
+ especially for documents of the Jekyll content type pages (but can be used
79
64
  for post or collections as well).
80
65
 
81
66
  == Asciidoc Code
82
67
 
83
- J1 Template adds a simple *Javascript* based on the `View Result Extension` to
84
- any `listingblock`. The extension adds an interactive *toggle button* `VIEW`
85
- to the output of an Asciidoc *listingblock box* placed to the top right of
68
+ J1 Template adds a simple Javascript based on the `View Result Extension` to
69
+ any `listingblock`. The extension adds an interactive toggle button `VIEW`
70
+ to the output of an Asciidoc listingblock box placed to the top right of
86
71
  the example box. If a result block `[.result]` is placed under a `listingblock`,
87
72
  clicking the toggle button `VIEW` displays (or hide) the content given by the
88
73
  `result block`.
@@ -112,17 +97,17 @@ Asciidoc code and how the resulting (HTML) code would look alike.
112
97
 
113
98
  [.result]
114
99
  ====
115
- * displayed till clicked, but closed automatically after *5 seconds*
100
+ displayed till clicked, but closed automatically after 5 seconds
116
101
  ====
117
102
 
118
103
  NOTE: The result block closes automatically after the result was shown
119
- for *5 seconds*. If the button `VIEW` is clicked, the result box toggles
120
- between open and close (the result gets hidden). That way, you can *open and
121
- close* the result box *at any time*.
104
+ for 5 seconds. If the button `VIEW` is clicked, the result box toggles
105
+ between open and close (the result gets hidden). That way, you can open and
106
+ close the result box at any time.
122
107
 
123
108
  == Asciidoc Admonitions
124
109
 
125
- All colors for all *default* admonition blocks set to the standard MD color
110
+ All colors for all default admonition blocks set to the standard MD color
126
111
  set. Find available block types an their colors below.
127
112
 
128
113
  .NOTE block
@@ -143,15 +128,15 @@ CAUTION: Icon background-color: red
143
128
 
144
129
  == Q&A Blocks
145
130
 
146
- *Q&A sections* are used quite often to answer popular questions. To make
131
+ Q&A sections are used quite often to answer popular questions. To make
147
132
  such a Q&A section more eye-minded, the additional Admonition Blocks
148
133
  `[QUESTION]` and `[ANSWER]` are available for J1 Template as Asciidoctor
149
134
  extentions.
150
135
 
151
136
  === Question block
152
137
 
153
- The admonition *Question block* is an extention to the Asciidoc admonition
154
- block types that introduce an admonition of type *question*.
138
+ The admonition Question block is an extention to the Asciidoc admonition
139
+ block types that introduce an admonition of type question.
155
140
 
156
141
  .Example of a question block
157
142
  [source, adoc, role="noclip"]
@@ -169,9 +154,9 @@ What's the main tool for selecting colors used for J1 Template?
169
154
 
170
155
  === Answer block
171
156
 
172
- The Admonition *Answer block* is an extention to the Asciidoc admonition
173
- block types that introduce an admonition type of *answer* in conjunction
174
- to the admonition of type *question*.
157
+ The Admonition Answer block is an extention to the Asciidoc admonition
158
+ block types that introduce an admonition type of answer in conjunction
159
+ to the admonition of type question.
175
160
 
176
161
  .Example of a answer block
177
162
  [source, adoc, role="noclip"]
@@ -186,14 +171,14 @@ find the full color scheme for Material Design.
186
171
  .ANSWER
187
172
  [ANSWER]
188
173
  For J1 Template, go for the {jekyll-one-core-doc-color-scheme}[Core documentation, window="blank"] section.
189
- You'll find the full color scheme for *Material Design*.
174
+ You'll find the full color scheme for Material Design.
190
175
  ====
191
176
 
192
177
  == Lightboxes
193
178
 
194
179
  To make the use of the built-in Lightbox easier, J1 Template offers an Asciidoc
195
180
  extension: the LightBox block macro. The `lightbox::` block macro embeds one or
196
- more images into the output document and puts *automatically* the default
181
+ more images into the output document and puts automatically the default
197
182
  Lightbox (lightbox) for J1 on. For all images, the `size` (width) and individual
198
183
  `caption text` can be configured.
199
184
 
@@ -205,41 +190,41 @@ lightbox::block_id[ images_width, images_data [, group_name] ]
205
190
  ----
206
191
 
207
192
  NOTE: For a `lightbox::` block, images are placed in the output document
208
- *without* any other scaling than in *width* - they are placed using simple
209
- HTML `img` tags. This is fine for images *even in size*. For images in
210
- different sizes, a *gallery* should be used as gallery (apps) rearrange
193
+ without any other scaling than in width - they are placed using simple
194
+ HTML `img` tags. This is fine for images even in size. For images in
195
+ different sizes, a gallery should be used as gallery (apps) rearrange
211
196
  images to make them fit at its best for the available space.
212
197
 
213
198
  === Standalone Images
214
199
 
215
- For your convenience, and better readability, the *image data* should be
216
- defined as Asciidoc *attributes*. The *image data* is given as a *string*
217
- of *data pairs*:
200
+ For your convenience, and better readability, the image data should be
201
+ defined as Asciidoc attributes. The image data is given as a string
202
+ of data pairs:
218
203
 
219
204
  .Paired attributes
220
205
  ----
221
206
  "path/to/image-1, image-caption-1, ..."
222
207
  ----
223
208
 
224
- .Example of an data *attribute* for a lightbox block
209
+ .Example of an data attribute for a lightbox block
225
210
  ----
226
211
  :data-images: "pages/image-1.jpg, Description 1, "pages/image-2.jpg, Description 2"
227
212
  ----
228
213
 
229
- The *base path* for all image related data is a side-wide (Asciidoc)
214
+ The base path for all image related data is a side-wide (Asciidoc)
230
215
  configuration (see `_config.yml`) and points per default to `/assets/images`.
231
- The base path is *automatically* added to each image. If you want to use the
232
- *default* asset path for images, a *relativ* path needs to be given for
216
+ The base path is automatically added to each image. If you want to use the
217
+ default asset path for images, a relativ path needs to be given for
233
218
  `path/to/image`.
234
219
 
235
- WARNING: If an *absolute* path is configured, like `/path/to/image`, the base
236
- path gets *ignored* - this is the *default* behaviour of the *Asciidoc* Markup
237
- processor. If an *absolute* path is given, the *full* path to the images
220
+ WARNING: If an absolute path is configured, like `/path/to/image`, the base
221
+ path gets ignored - this is the default behaviour of the Asciidoc Markup
222
+ processor. If an absolute path is given, the full path to the images
238
223
  used has to be configured.
239
224
 
240
- The parameter `group` for the `lightbox::` block is an *option*. If *no*
225
+ The parameter `group` for the `lightbox::` block is an option. If no
241
226
  `group` parameter is given for a block, the related images are treated as
242
- *standalone*.
227
+ standalone.
243
228
 
244
229
  .Lightbox block for standalone images
245
230
  [source, adoc, role="noclip"]
@@ -254,7 +239,7 @@ lightbox::images-standalone[ 400, {data-images-standalone} ]
254
239
 
255
240
  If more than a single image is given for a `lightbox::` block, the images can be
256
241
  grouped together to enable a simple sliding functionality through this group
257
- of *related* images. To *enable* grouping, the option `group` needs to be
242
+ of related images. To enable grouping, the option `group` needs to be
258
243
  configured for the block.
259
244
 
260
245
  .Lightbox block for grouped images
@@ -280,14 +265,14 @@ All icon fonts are supported:
280
265
 
281
266
  == Material Designs Icons
282
267
 
283
- *Material Designs Icons* can be used as *inline* icons by using
268
+ Material Designs Icons can be used as inline icons by using
284
269
  the `mdi:` inline macro:
285
270
 
286
271
  [source, adoc, role="noclip"]
287
272
  ----
288
273
  mdi:icon_name[icon_size, modifier] <1> <2> <3>
289
274
  ----
290
- <1> All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
275
+ <1> All `icon_name` can be found on the Preview page for MDI Icon Previewer
291
276
  <2> The `icon_size` attribute can be one of: `xs`, `sm`, `lg` and `1x` to `10x`
292
277
  <3> The `modifier` can be used to set the e.g the color (md-blue), an
293
278
  animation (fa-pulsed) or the orientation (fa-rotate-45)
@@ -307,22 +292,22 @@ mdi:apple[2x, md-indigo ml-3 mr-2] Brand icon (colored)
307
292
  ====
308
293
 
309
294
  Find all MDI Icons on page
310
- link:{previewer-mdi}[MDI Icon Previewer, {window}].
295
+ link:{previewer-mdi}[MDI Icon Previewer, {browser-window--new}].
311
296
 
312
- NOTE: Parameters `icon_size` and `modifier` are optional. If *not* given,
313
- the icons `size` is set to default (`1x`), the color to `black` and *no*
297
+ NOTE: Parameters `icon_size` and `modifier` are optional. If not given,
298
+ the icons `size` is set to default (`1x`), the color to `black` and no
314
299
  settings for the `modifier` are applied.
315
300
 
316
301
  == Font Awesome Icons
317
302
 
318
- *Font Awesome Icons* can be used as *inline* icons by using
303
+ Font Awesome Icons can be used as inline icons by using
319
304
  the `fas:` (solid icons) or `fab` (brand icons) inline macro:
320
305
 
321
306
  [source, adoc, role="noclip"]
322
307
  ----
323
308
  fas:icon_name[icon_size, modifier] <1> <2> <3>
324
309
  ----
325
- <1> All `icon_name` can be found on the Preview page for *FA Icon Previewer*
310
+ <1> All `icon_name` can be found on the Preview page for FA Icon Previewer
326
311
  <2> The `icon_size` attribute can be one of: `xs`, `sm`, `lg` and `1x` to `10x`
327
312
  <3> The `modifier` can be used to set e.g the color (md-blue), an
328
313
  animation (fa-pulsed) or the orientation (fa-rotate-45) of an icon
@@ -341,63 +326,63 @@ fab:font-awesome[2x, ml-3 mr-2 mb-2] Brand icon +
341
326
  fab:apple[2x, md-indigo ml-3 mr-2] Brand icon (colored)
342
327
  ====
343
328
 
344
- NOTE: Parameters `icon_size` and `modifier` are optional. If *not* given,
345
- the icons `size` is set to default (`1x`), the color to `black` and *no*
329
+ NOTE: Parameters `icon_size` and `modifier` are optional. If not given,
330
+ the icons `size` is set to default (`1x`), the color to `black` and no
346
331
  settings for the `modifier` are applied.
347
332
 
348
333
 
349
334
  == Iconify Icons
350
335
 
351
- *Iconify Icons* can be used as *inline* icons by using the `iconify:`
336
+ Iconify Icons can be used as inline icons by using the `iconify:`
352
337
  inline macro:
353
338
 
354
339
  [source, adoc, role="noclip"]
355
340
  ----
356
341
  iconify:icon_name[icon_size, modifier] <1> <2> <3>
357
342
  ----
358
- <1> All `icon_name` can be found on the Preview page for *FA Icon Previewer*
343
+ <1> All `icon_name` can be found on the Preview page for FA Icon Previewer
359
344
  <2> The `icon_size` attribute can be one of: `xs`, `sm`, `lg` and `1x` to `10x`
360
345
  <3> The `modifier` can be used to set e.g the color (md-blue) or additional
361
346
  positioning classes for margings and padding
362
347
 
363
348
  .Click on _view result_ to see how it's looks alike
364
349
  ----
365
- iconify:logos:opensource[2x, ml-4 mr-2 mb-2] Brand icon *OpenSource* +
366
- iconify:logos:netlify[2x, ml-4 mr-2 mb-2] Brand icon *Netlify* +
367
- iconify:simple-icons:netlify[2x, md-red ml-4 mr-2] Brand icon *Netlify*
350
+ iconify:logos:opensource[2x, ml-4 mr-2 mb-2] Brand icon OpenSource +
351
+ iconify:logos:netlify[2x, ml-4 mr-2 mb-2] Brand icon Netlify +
352
+ iconify:simple-icons:netlify[2x, md-red ml-4 mr-2] Brand icon Netlify
368
353
  ----
369
354
 
370
355
  [.result]
371
356
  ====
372
- iconify:logos:opensource[2x, ml-4 mb-2] Brand icon *OpenSource* +
373
- iconify:logos:netlify[2x, ml-4 mb-2] Brand icon *Netlify* +
374
- iconify:simple-icons:netlify[2x, md-red ml-4] Brand icon *Netlify*, colored
357
+ iconify:logos:opensource[2x, ml-4 mb-2] Brand icon OpenSource +
358
+ iconify:logos:netlify[2x, ml-4 mb-2] Brand icon Netlify +
359
+ iconify:simple-icons:netlify[2x, md-red ml-4] Brand icon Netlify, colored
375
360
  ====
376
361
 
377
362
  Find all Iconify Icons available on page
378
- link:{iconify-icon-sets}[Iconify Icon Sets, {window}].
363
+ link:{iconify-icon-sets}[Iconify Icon Sets, {browser-window--new}].
379
364
 
380
365
  [NOTE]
381
366
  ====
382
- Parameters `icon_size` and `modifier` are optional. If *not* given,
383
- the icons `size` is set to default (`1x`), the color to `black` and *no*
367
+ Parameters `icon_size` and `modifier` are optional. If not given,
368
+ the icons `size` is set to default (`1x`), the color to `black` and no
384
369
  settings for the `modifier` are applied.
385
370
 
386
- Not *all* icon sets support the color settings for the `modifier`. If
387
- applied, the color settings will have *no* effect.
371
+ Not all icon sets support the color settings for the `modifier`. If
372
+ applied, the color settings will have no effect.
388
373
  ====
389
374
 
390
375
 
391
376
  == Twitter Emoji Icons
392
377
 
393
- Twitter Emoji's can be used as *inline* icons by using the `emoji:`
378
+ Twitter Emoji's can be used as inline icons by using the `emoji:`
394
379
  inline macro:
395
380
 
396
381
  [source, adoc]
397
382
  ----
398
383
  emoji:icon_name[icon_size] <1> <2>
399
384
  ----
400
- <1> All `icon_name` can be found on the Preview page for *Twitter Emoji's*
385
+ <1> All `icon_name` can be found on the Preview page for Twitter Emoji's
401
386
  <2> The `icon_size` attribute can be one of: `xs`, `sm`, `lg` and `1x` to `5x`
402
387
 
403
388
  .Click on _view result_ to see how it's look alike
@@ -413,22 +398,22 @@ and Twitter Emoji emoji:smile[].
413
398
  ====
414
399
 
415
400
  Find all Twitter Emoji's build-in with J1 Template on page
416
- link:{previewer-emoji}[Emoji Icon Previewer, {window}].
401
+ link:{previewer-emoji}[Emoji Icon Previewer, {browser-window--new}].
417
402
 
418
403
 
419
404
  == Blind Text (Lorem)
420
405
 
421
- The Ruby *gem* Middleman, a Ruby-gem based static site generator, provides a
422
- set of powerful helpers for generating *random text* content. The *Lorem*
406
+ The Ruby gem Middleman, a Ruby-gem based static site generator, provides a
407
+ set of powerful helpers for generating random text content. The Lorem
423
408
  inline macro `lorem:` adapted this functionality from Middleman for the use
424
409
  of Asciidoc-based documents processed by Jekyll.
425
410
 
426
411
  If you start writing larger documents having several chapters, not all of the
427
- content is available at the beginning. It is quite useful to place *blind text*
412
+ content is available at the beginning. It is quite useful to place blind text
428
413
  first to get an better impression how a a page will look alike that is not
429
414
  finished yet.
430
415
 
431
- Placeholders for *blind text* comes in several flavours given by `macro`. The
416
+ Placeholders for blind text comes in several flavours given by `macro`. The
432
417
  syntax for the `lorem:` inline macro is simple like this:
433
418
 
434
419
  [source, adoc]
@@ -437,7 +422,7 @@ lorem:macro[]
437
422
  lorem:macro[size]
438
423
  ----
439
424
 
440
- .Example of a lorem *sentences* macro
425
+ .Example of a lorem sentences macro
441
426
  ----
442
427
  lorem:sentences[5]
443
428
  ----
@@ -449,7 +434,7 @@ lorem:sentences[5]
449
434
 
450
435
  === Lorem Types
451
436
 
452
- All *macro* types available for `lorem:` to be used for blind *text* can be
437
+ All macro types available for `lorem:` to be used for blind text can be
453
438
  found with the following table below.
454
439
 
455
440
  //.Tabelle
@@ -512,12 +497,12 @@ lorem:email[]
512
497
  // Include documents
513
498
  // -----------------------------------------------------------------------------
514
499
 
515
- include::{documentsdir}/100_gistblock.asciidoc[]
500
+ include::{documentdir}/100_gistblock.asciidoc[]
516
501
 
517
502
 
518
503
  == Whats next
519
504
 
520
- Asciidoc, respectively Asciidoctor, *extensions* open up the Markup language to
505
+ Asciidoc, respectively Asciidoctor, extensions open up the Markup language to
521
506
  new use cases; using the full power of programming languages to extend what's
522
507
  needed whether it be Ruby, Java, Groovy or JavaScript.
523
508
 
@@ -525,8 +510,8 @@ The number of extensions will grow - to get handy and powerful functionality
525
510
  that is needed for modern Web pages based on the Asciidoc Markup language
526
511
  generated by Jekyll. For sure!
527
512
 
528
- The next preview is focussing advanced Bootstrap *Modals*. The modals feature
529
- is currently in *beta* status, but it is a great option to customize your
513
+ The next preview is focussing advanced Bootstrap Modals. The modals feature
514
+ is currently in beta status, but it is a great option to customize your
530
515
  user dialogs using them!
531
516
 
532
517
  Have a look for the link:{roundtrip-extended-modals}[BS modal extensions]
@@ -10,7 +10,7 @@ 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:
@@ -23,52 +23,37 @@ resource_options:
23
23
  alt: bootstrap
24
24
  ---
25
25
 
26
+ // Page Initializer
27
+ // =============================================================================
26
28
  // Enable the Liquid Preprocessor
27
- // -----------------------------------------------------------------------------
28
29
  :page-liquid:
29
30
 
30
- // Set other global page attributes here
31
- // -----------------------------------------------------------------------------
32
- //:my-asciidoc-attribute:
33
-
34
31
  // Load Liquid procedures
35
32
  // -----------------------------------------------------------------------------
36
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
37
-
33
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
38
34
 
39
- // Initialize entry document environmental attributes
35
+ // Load page attributes (all)
40
36
  // -----------------------------------------------------------------------------
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]
37
+ {% include {{load_attributes}} scope="all" %}
48
38
 
49
39
  // Set local page attributes
50
40
  // -----------------------------------------------------------------------------
51
- // :images-dir: {imagesdir}/path/to/page/images
52
-
41
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
53
42
 
54
43
  // Page content
55
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
-
57
- // Include sub-documents
58
- // -----------------------------------------------------------------------------
44
+ // =============================================================================
59
45
 
60
46
  Advanced Bootstrap Modals are based on the free package of
61
- link:{mdb-home}[Material Design for Bootstrap, {window}] on version
47
+ link:{mdb-home}[Material Design for Bootstrap, {browser-window--new}] on version
62
48
  *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}].
49
+ link:{mdb-bs-modals-legacy}[Enhanced Bootstrap Modals, {browser-window--new}]. A more
50
+ current version is available from here: link:{mdb-bs-modals}[Modal examples & templates, {browser-window--new}].
65
51
 
66
52
  Bootstrap modals are used to add dialogs to your web pages for user
67
53
  notifications. To highlight important information to your vistors. Modals
68
54
  are positioned over everything else in the document so that the notification
69
55
  gets the users attention.
70
56
 
71
-
72
57
  == BS advanced Modals
73
58
 
74
59
  To improve your visitors experience on important information that shouldn't
@@ -78,35 +63,11 @@ to the information displayed - ranging from an info level, simple warning to
78
63
  critical messages.
79
64
 
80
65
  NOTE: For more information on how to use Bootstrap’s JavaScript modal
81
- plugin, refer to: link:{bs_doc_components_modal}[Bootstrap Docs, {window}].
82
-
66
+ plugin, refer to: link:{bs_doc_components_modal}[Bootstrap Docs, {browser-window--new}].
83
67
 
84
68
  // Include sub-documents
85
69
  // -----------------------------------------------------------------------------
86
- include::{documentsdir}/410_table_3_column.asciidoc[]
87
-
88
- //////////
89
- include::{documentsdir}/410_top_info.asciidoc[]
90
- include::{documentsdir}/410_top_right_success.asciidoc[]
91
- include::{documentsdir}/410_top_left_info.asciidoc[]
92
- include::{documentsdir}/410_bottom_info.asciidoc[]
93
- include::{documentsdir}/410_bottom_right_danger.asciidoc[]
94
- include::{documentsdir}/410_bottom_left_warning.asciidoc[]
95
- include::{documentsdir}/410_full_height_right_success.asciidoc[]
96
- include::{documentsdir}/410_full_height_left_info.asciidoc[]
97
- //////////
98
-
99
- //////////
100
- include::{documentsdir}/410_position_and_sizes.asciidoc[]
101
- include::{documentsdir}/410_contact_form.asciidoc[]
102
- include::{documentsdir}/410_form_login_with_avatar.asciidoc[]
103
- include::{documentsdir}/410_omni_login.asciidoc[]
104
- include::{documentsdir}/410_central_large_info.asciidoc[]
105
- include::{documentsdir}/410_central_fluid_success.asciidoc[]
106
- include::{documentsdir}/410_full_height_top_warning.asciidoc[]
107
- include::{documentsdir}/410_full_height_bottom_danger.asciidoc[]
108
- include::{documentsdir}/410_full_height_right_success.asciidoc[]
109
- //////////
70
+ include::{documentdir}/410_table_3_column.asciidoc[]
110
71
 
111
72
  == Whats next
112
73
 
@@ -123,5 +84,4 @@ what the link:{roundtrip-responsive-tables}[BS tables extensions] can do!
123
84
 
124
85
  // Include the modals HTML portion
125
86
  // -------------------------------------------------------------------
126
-
127
- include::{documentsdir}/419_advanced_modals_html.asciidoc[]
87
+ include::{documentdir}/419_advanced_modals_demo.asciidoc[]