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
@@ -11,7 +11,7 @@ scrollbar: false
11
11
  toc: true
12
12
 
13
13
  permalink: /pages/public/learn/roundtrip/present_videos/
14
- regenerate: true
14
+ regenerate: false
15
15
 
16
16
  resources: [
17
17
  light_gallery, justified_gallery, video_js,
@@ -44,85 +44,72 @@ resource_options:
44
44
 
45
45
  ---
46
46
 
47
+ // Page Initializer
48
+ // =============================================================================
47
49
  // Enable the Liquid Preprocessor
48
- // -----------------------------------------------------------------------------
49
50
  :page-liquid:
50
51
 
51
- // Set other global page attributes here
52
- // -----------------------------------------------------------------------------
53
- //:my-asciidoc-attribute:
54
-
55
52
  // Load Liquid procedures
56
53
  // -----------------------------------------------------------------------------
57
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
58
-
59
- // Initialize entry document environmental attributes
60
- // -----------------------------------------------------------------------------
61
- {% include {{set_env_entry_document}} %}
54
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
62
55
 
63
- // Load tag, url and data attributes
56
+ // Load page attributes (all)
64
57
  // -----------------------------------------------------------------------------
65
- include::{includedir}/attributes.asciidoc[tag=tags]
66
- include::{includedir}/attributes.asciidoc[tag=urls]
67
- include::{includedir}/attributes.asciidoc[tag=data]
58
+ {% include {{load_attributes}} scope="all" %}
68
59
 
69
60
  // Set local page attributes
70
61
  // -----------------------------------------------------------------------------
71
62
  :images-dir: {imagesdir}/pages/roundtrip/100_present_images
72
63
 
73
-
74
64
  // Page content
75
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76
-
77
- // Include sub-documents
78
- // -----------------------------------------------------------------------------
65
+ // =============================================================================
79
66
 
80
67
  Playing video on a web page seems not that special since you can already
81
68
  watch videos on web pages through plugins like _Flash Player_, _Quicktime_
82
- or _Silverlight_. A new standard goes to *HTML5 Video*, a pure *HTML* way to
69
+ or _Silverlight_. A new standard goes to HTML5 Video, a pure HTML way to
83
70
  show video on the web; instead of the previous de facto standard of using
84
- *proprietary* software.
71
+ proprietary software.
85
72
 
86
73
  == Video Galleries
87
74
 
88
- *HTML5 Video* open the doors to *your way* presenting video content. Modern
75
+ HTML5 Video open the doors to your way presenting video content. Modern
89
76
  browsers support the video tag `<video>` for the HTML5 Video standard. Browsers
90
77
  have a build-in multimedia framework already for decoding and displaying
91
78
  video content. No need to use such proprietary software components anymore!
92
79
 
93
- HTML5 Video support is given by the App *gallery* combined with the Lightbox
94
- *LightGallery*.
80
+ HTML5 Video support is given by the App gallery combined with the Lightbox
81
+ LightGallery.
95
82
 
96
83
  Two types of video sources are supported:
97
84
 
98
- . videos from *local* files (your web space)
99
- . videos from *online* sources (on the Internet) like YouTube, Vimeo, etc.
85
+ . videos from local files (your web space)
86
+ . videos from online sources (on the Internet) like YouTube, Vimeo, etc.
100
87
 
101
- The combination of the App *gallery* and the lightbox *LightGallery* is quite
88
+ The combination of the App gallery and the lightbox LightGallery is quite
102
89
  usable for all the video content you want to present on your site. Galleries
103
90
  can be placed elsewhere with your content. You can use them for video blogs
104
91
  for example by placing them into your blog articles content.
105
92
 
106
- WARNING: *LightGallery* can be used *for free* for *private use* but for
107
- business use, a *commercial license* is needed. See link:{light-gallery-license}[Light Gallery license]
108
- how to use LightGallery for *commercial* webs and projects.
93
+ WARNING: LightGallery can be used for free for private use but for
94
+ business use, a commercial license is needed. See link:{light-gallery-license}[Light Gallery license]
95
+ how to use LightGallery for commercial webs and projects.
109
96
 
110
97
  == Local video content
111
98
 
112
99
  Digital image content, simple pictures or vidoes, are quite easy to make.
113
100
  Today, each and every mobile has a camera - not that bad! Presenting a bunch
114
- of (digital) pictures is very easy by using *Justified Gallery* for example.
101
+ of (digital) pictures is very easy by using Justified Gallery for example.
115
102
  Videos created by a digi cam or a mobile can played by J1 Template using the
116
- *HTML5 Video* support of *LightGallery*.
103
+ HTML5 Video support of LightGallery.
117
104
 
118
- Two players are available with *LightGallery*:
105
+ Two players are available with LightGallery:
119
106
 
120
107
  . an internal player used by default
121
108
  . http://videojs.com/[video.js], a excellent Javascript video library
122
109
 
123
110
  NOTE: The HTML5 specification does _not_ define which video and audio formats
124
- browsers _should_ support. J1 *LightGallery* supports all _typical_ types of
125
- HTML5 Video formats browsers support today such as *MP4*, *WebM*, and *Ogg*.
111
+ browsers _should_ support. J1 LightGallery supports all _typical_ types of
112
+ HTML5 Video formats browsers support today such as MP4, WebM, and Ogg.
126
113
 
127
114
  .HTML5 video gallery
128
115
  gallery::jg_video_html5[role="mb-5"]
@@ -133,7 +120,7 @@ The Internet is full of interesting content. Video content is very popular,
133
120
  the number of channels at e.g. _YouTube_ is enormous. If you want to present
134
121
  video content from the Internet, e.g. your channnel, the online video
135
122
  support of J1 Template may a good choice. Find some enjoyable videos from
136
- *James Cordon's* channel: *Carpool Karaoke*.
123
+ James Cordon's channel: Carpool Karaoke.
137
124
 
138
125
  .YouTube Video Gallery - Carpool Karaoke
139
126
  gallery::jg_video_online_youtube[role="mb-5"]
@@ -143,9 +130,9 @@ gallery::jg_video_online_vimeo[role="mb-5"]
143
130
 
144
131
  == Whats next
145
132
 
146
- Images and videos are quite *visual* - and could be impressive, for sure.
147
- But the most visual component is *text* for all pages, for all sites on the
133
+ Images and videos are quite visual - and could be impressive, for sure.
134
+ But the most visual component is text for all pages, for all sites on the
148
135
  Internet. To see how text could be presented great for modern responsive
149
- websites, check the section *Typography* next.
136
+ websites, check the section Typography next.
150
137
 
151
138
  What? Find out how it works. go for: link:{roundtrip-typography}[Typography].
@@ -8,7 +8,7 @@ index: [ Template, Roundtrip, Typography ]
8
8
  categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/learn/roundtrip/typography/
11
- regenerate: true
11
+ regenerate: false
12
12
 
13
13
  toc: true
14
14
  advertising: false
@@ -33,40 +33,25 @@ resource_options:
33
33
  href: https://unsplash.com/@alicekat/portfolio
34
34
  ---
35
35
 
36
+ // Page Initializer
37
+ // =============================================================================
36
38
  // Enable the Liquid Preprocessor
37
- // -----------------------------------------------------------------------------
38
39
  :page-liquid:
39
40
 
40
- // Set other global page attributes here
41
- // -----------------------------------------------------------------------------
42
- //:my-asciidoc-attribute:
43
-
44
41
  // Load Liquid procedures
45
42
  // -----------------------------------------------------------------------------
46
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
47
-
43
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
48
44
 
49
- // Initialize entry document environmental attributes
45
+ // Load page attributes (all)
50
46
  // -----------------------------------------------------------------------------
51
- {% include {{set_env_entry_document}} %}
52
-
53
- // Load tag, url and data attributes
54
- // -----------------------------------------------------------------------------
55
- include::{includedir}/attributes.asciidoc[tag=tags]
56
- include::{includedir}/attributes.asciidoc[tag=urls]
57
- include::{includedir}/attributes.asciidoc[tag=data]
47
+ {% include {{load_attributes}} scope="all" %}
58
48
 
59
49
  // Set local page attributes
60
50
  // -----------------------------------------------------------------------------
61
- // :images-dir: {imagesdir}/path/to/page/images
62
-
51
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
63
52
 
64
53
  // Page content
65
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
-
67
- // Include sub-documents
68
- // -----------------------------------------------------------------------------
69
-
54
+ // =============================================================================
70
55
 
71
56
  == Typography
72
57
 
@@ -78,7 +63,7 @@ images.
78
63
  == Responsive Text
79
64
 
80
65
  One common flaw seen in many templates and frameworks (sadly to say: the same
81
- to Bootstrap) is a lack of support for truly *responsive text*. While elements
66
+ to Bootstrap) is a lack of support for truly responsive text. While elements
82
67
  on a page resize fluidly, text still resizes on a fixed basis. To avoiding this
83
68
  issue, especially for heavily text focussed pages, J1 Template supports styles
84
69
  that fluidly scales text size and line-height to optimize readability for the
@@ -90,15 +75,15 @@ will happen in terms of responsiveness.
90
75
 
91
76
  ++++
92
77
  <div>
93
- <button type="button" name="toggle-r-text" class="btn btn-info btn-raised btn-flex mt-3 mb-3">
78
+ <button type="button" name="toggle-r-text" class="btn btn-primary btn-raised btn-flex mt-3 mb-3">
94
79
  <i class="toggle-button mdi mdi-toggle-switch-off mdi-lg mdi-md-bg-primary-50 mr-1"></i>
95
80
  Toggle rtext
96
81
  </button>
97
- <div class="card card-flat mb-4">
82
+ <div class="mb-4">
98
83
  <div class="content">
99
- <h4 class="notoc card-title">The Extremes of Good and Evil</h4>
100
- <h6 class="notoc category text-gray mb-3">Cicero, Paragraph 1.10.32 · Translation by H. Rackham, Issue 1914 - De Finibus</h6>
101
- <p class="card-description toggle-description no-r-text">
84
+ <h4 class="notoc">The Extremes of Good and Evil</h4>
85
+ <h6 class="notoc text-gray mb-3">Cicero, Paragraph 1.10.32 · Translation by H. Rackham, Issue 1914 - De Finibus</h6>
86
+ <p class="toggle-description no-r-text">
102
87
  But I must explain to you how all this mistaken idea of denouncing
103
88
  pleasure and praising pain was born and I will give you a complete
104
89
  account of the system, and expound the actual teachings of the great
@@ -140,21 +125,21 @@ you can offer different text sizes of your Web for vistors having a visual
140
125
  handicap or reading disabilities.
141
126
 
142
127
  To see `r-text` scaling in action, click on the button above to resize
143
- the text from `r-text` level *300* to *500* back and forth. And again: resize
128
+ the text from `r-text` level 300 to 500 back and forth. And again: resize
144
129
  your Browser and watch the size of this text body change to see responsiveness
145
130
  of the text in action.
146
131
 
147
132
  ++++
148
133
  <div>
149
- <button type="button" name="scale-r-text" class="btn btn-info btn-raised btn-flex mt-3 mb-3">
134
+ <button type="button" name="scale-r-text" class="btn btn-primary btn-raised btn-flex mt-3 mb-3">
150
135
  <i class="scale-button mdi mdi-arrow-up mdi-lg mdi-md-bg-primary-50 mr-1"></i>
151
136
  Scale rtext
152
137
  </button>
153
- <div class="card card-flat mb-4">
138
+ <div class="mb-4">
154
139
  <div class="content">
155
- <h4 class="notoc card-title">The Extremes of Good and Evil</h4>
156
- <h6 class="notoc category text-gray mb-3">Cicero, Paragraph 1.10.33 · Translation by H. Rackham, Issue 1914 - De Finibus</h6>
157
- <p class="card-description scale-description r-text-300">
140
+ <h4 class="notoc">The Extremes of Good and Evil</h4>
141
+ <h6 class="notoc text-gray mb-3">Cicero, Paragraph 1.10.33 · Translation by H. Rackham, Issue 1914 - De Finibus</h6>
142
+ <p class="scale-description r-text-300">
158
143
  On the other hand, we denounce with righteous indignation and dislike men who
159
144
  are so beguiled and demoralized by the charms of pleasure of the moment, so
160
145
  blinded by desire, that they cannot foresee the pain and trouble that are
@@ -198,7 +183,7 @@ base.
198
183
  That way, five series are available by the five scale factors. See the following
199
184
  table how `r-text` scales.
200
185
 
201
- [cols="3,2,7a", options="header", role="table-responsive-stacked-lg mb-5"]
186
+ [cols="3,2,7a", options="header", role="table-responsive-stacked-lg"]
202
187
  |===============================================================================
203
188
  |Property | Factor |Example text
204
189
 
@@ -252,11 +237,11 @@ explorer of the truth, the master-builder of human happiness.
252
237
  //////////
253
238
  === Mixing font sizes
254
239
 
255
- See the example below. Two cards are tied together by a title of *Your Topic*.
256
- The *taglines* are different and focus on *different* things. Because the title
257
- is on each and every card of such a group, it makes sense to give the *upper*
258
- level headline a smaller font size than the *tagline* that decribes different
259
- *features*.
240
+ See the example below. Two cards are tied together by a title of Your Topic.
241
+ The taglines are different and focus on different things. Because the title
242
+ is on each and every card of such a group, it makes sense to give the upper
243
+ level headline a smaller font size than the tagline that decribes different
244
+ features.
260
245
 
261
246
  To not loose the focus on reading the text, font icons are used to support what
262
247
  a card decribes to get the readers orientated better. The left one has a
@@ -267,7 +252,7 @@ video and audio.
267
252
  <div id="roundtrip_example_panel" class="mt-2 mb-3"></div>
268
253
  ++++
269
254
 
270
- The *body* text is the *smallest* in size. On one hand to save space on other
255
+ The body text is the smallest in size. On one hand to save space on other
271
256
  hand the readers know in general what they can can expect to read about. To
272
257
  focus the body text, it's positioned in the middle and centered for optimal
273
258
  placement. A final quote text followed by a button in card footer guides the
@@ -284,10 +269,10 @@ elements may help to reduce to space needed - more can be placed on page. On
284
269
  other hand, navigation elements present by playful and interactive means.
285
270
 
286
271
  The next two simple examples shows you what type of UI's may helpful to present
287
- a bunch of information *on a small footprint*: tabbed text by using Bootstrap's
288
- *Nav Pills*.
272
+ a bunch of information on a small footprint: tabbed text by using Bootstrap's
273
+ Nav Pills.
289
274
 
290
- The design for the Bootstrap *nav pills* were change into MD Design. As all
275
+ The design for the Bootstrap nav pills were change into MD Design. As all
291
276
  elements available with J1 Template, the _Meterial Design_ color palette is
292
277
  used. All Bootstrap base classes can be used to colorize:
293
278
 
@@ -298,7 +283,7 @@ used. All Bootstrap base classes can be used to colorize:
298
283
  |`nav-pills-primary`
299
284
  |
300
285
  ++++
301
- <button type="button" class="btn btn-primary btn-raised btn-round">
286
+ <button type="button" class="btn btn-secondary btn-raised btn-round">
302
287
  color example
303
288
  </button>
304
289
  ++++
@@ -314,7 +299,7 @@ used. All Bootstrap base classes can be used to colorize:
314
299
  |`nav-pills-info`
315
300
  |
316
301
  ++++
317
- <button type="button" class="btn btn-info btn-raised btn-round">
302
+ <button type="button" class="btn btn-primary btn-raised btn-round">
318
303
  color example
319
304
  </button>
320
305
  ++++
@@ -529,4 +514,4 @@ J1 Template supports popular icons font sets like:
529
514
  * Iconify
530
515
 
531
516
  Would you like learn more about icons? The next example page focus on what's
532
- possible using link:{roundtrip-icon-fonts}[icon fonts].
517
+ possible using link:{roundtrip-icon-fonts}[icon fonts, {browser-window--new}].
@@ -25,66 +25,52 @@ 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%}
35
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
39
36
 
40
-
41
- // Initialize entry document environmental attributes
37
+ // Load page attributes (all)
42
38
  // -----------------------------------------------------------------------------
43
- {% include {{set_env_entry_document}} %}
44
-
45
- // Load tag, url and data attributes
46
- // -----------------------------------------------------------------------------
47
- include::{includedir}/attributes.asciidoc[tag=tags]
48
- include::{includedir}/attributes.asciidoc[tag=urls]
49
- include::{includedir}/attributes.asciidoc[tag=data]
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
- // -----------------------------------------------------------------------------
46
+ // =============================================================================
61
47
 
62
48
  == Icon Fonts
63
49
 
64
50
  J1 Template support popular icons font sets out-of-the-box:
65
51
 
66
- * link:{mdi-home}[Material Design Icons, {window}] (MDI)
67
- * link:{fontawesome-home}[FontAwesome Icons V5, {window}] (FA)
68
- * link:{iconify-home}[Iconify Icons, {window}] (II)
52
+ * link:{mdi-home}[Material Design Icons, {browser-window--new}] (MDI)
53
+ * link:{fontawesome-home}[FontAwesome Icons V5, {browser-window--new}] (FA)
54
+ * link:{iconify-home}[Iconify Icons, {browser-window--new}] (II)
69
55
 
70
56
  The icon sets MDI and FA are very good in design and have a rich set of
71
57
  different icons for many categories used for the Web. See below some details
72
58
  for <<Material Design Icons>> and <<FontAwesome Icons>>.
73
59
 
74
60
  Iconify Icons is not a local stored icon set like MDI or FA. All icons are
75
- loaded over the *Internet* using the so-called unified open source icon
61
+ loaded over the Internet using the so-called unified open source icon
76
62
  framework. See section <<Iconify Icons>> for more information.
77
63
 
78
64
 
79
65
  == Material Design Icons
80
66
 
81
- The primary icon set for J1 Template are link:{mdi-home}[Material Design Icons, {window}],
67
+ The primary icon set for J1 Template are link:{mdi-home}[Material Design Icons, {browser-window--new}],
82
68
  because it is an rich set providing more than 3300+ icons (v3.3.92). From a design
83
69
  prospective, _MDI_ has an excellent Material Design support an comes with the
84
70
  original icon set created by _Google_ build-in.
85
71
 
86
72
  _Material Design Icons_ (MDI) is a very helpful design resource for Web Design
87
- that is based on *_Google_'s Material Design*. _MDI_ is a community-driven
73
+ that is based on _Google_'s Material Design. _MDI_ is a community-driven
88
74
  project to create an increased icon-set based on _Google_'s official repository
89
75
  and MD style specification.
90
76
 
@@ -95,7 +81,7 @@ and MD style specification.
95
81
 
96
82
  |1x
97
83
  |no modifier set
98
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
84
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer +
99
85
  [source, adoc, role="noclip"]
100
86
  ----
101
87
  mdi:account[1x]
@@ -104,7 +90,7 @@ mdi:account[1x]
104
90
 
105
91
  |3x
106
92
  |no modifier set
107
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
93
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer +
108
94
  [source, adoc, role="noclip"]
109
95
  ----
110
96
  mdi:account[3x]
@@ -113,7 +99,7 @@ mdi:account[3x]
113
99
 
114
100
  |5x
115
101
  |no modifier set
116
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
102
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer
117
103
  [source, adoc, role="noclip"]
118
104
  ----
119
105
  mdi:account[5x]
@@ -199,9 +185,9 @@ the official set created by _Google_.
199
185
  _J1 Template_ supports the full set of _MDI_ for the Web (Webfont, WOFF). The
200
186
  icon set is fully integrated and can be used out-of-the-box.
201
187
 
202
- For MDI a *Preview Page* is available to explore what can be done base on the
188
+ For MDI a Preview Page is available to explore what can be done base on the
203
189
  J1 implemetation regarding sizes, colors, animations etc. Go for the
204
- link:{previewer-mdi}[Preview Page, {window}] and check-out what's
190
+ link:{previewer-mdi}[Preview Page, {browser-window--new}] and check-out what's
205
191
  possible using MDI font icons!
206
192
 
207
193
  == FontAwesome Icons
@@ -214,8 +200,8 @@ frameworks used for web development. Today, FA comes with 2300+ icons included.
214
200
 
215
201
  [NOTE]
216
202
  ====
217
- Since version 5, the icon set comes in two packages: FontAwesome *Free*
218
- and the *proprietary* FontAwesome *Pro* version available for a license fee.
203
+ Since version 5, the icon set comes in two packages: FontAwesome Free
204
+ and the proprietary FontAwesome Pro version available for a license fee.
219
205
 
220
206
  The free versions (all releases up to 4 and the free version for 5) are
221
207
  available under SIL Open Font License 1.1, Creative Commons Attribution 4.0,
@@ -229,7 +215,7 @@ and the MIT License.
229
215
 
230
216
  |1x
231
217
  |no modifier set
232
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
218
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer
233
219
  [source, adoc, role="noclip"]
234
220
  ----
235
221
  fas:user[1x]
@@ -238,7 +224,7 @@ fas:user[1x]
238
224
 
239
225
  |3x
240
226
  |no modifier set
241
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
227
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer
242
228
  [source, adoc, role="noclip"]
243
229
  ----
244
230
  fas:user[3x]
@@ -247,7 +233,7 @@ fas:user[3x]
247
233
 
248
234
  |5x
249
235
  |no modifier set
250
- |All `icon_name` can be found on the Preview page for *MDI Icon Previewer*
236
+ |All `icon_name` can be found on the Preview page for MDI Icon Previewer
251
237
  [source, adoc, role="noclip"]
252
238
  ----
253
239
  fas:user[5x]
@@ -318,40 +304,40 @@ this in section link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensi
318
304
 
319
305
  FontAwesome V5 meets the Material Design idea (of _Google_) and in compare to
320
306
  Version 4, the current version is much more than a face-lifting. The Version 5
321
- comes with more than 2300+ icons but many of them are available with the *Pro*
322
- license only. For the *Free* version, a subset of 900+ icons is available.
307
+ comes with more than 2300+ icons but many of them are available with the Pro
308
+ license only. For the Free version, a subset of 900+ icons is available.
323
309
 
324
310
  NOTE: The CSS styles for FontAwesome V5 has been extended for J1 Template to
325
- the *same* styles (and their respective *names*) as for other Font Icon sets.
311
+ the same styles (and their respective names) as for other Font Icon sets.
326
312
  Already existing styles like `fa-flip-vertical` is available as `fa-flip-v`
327
313
  as well. See all styles that can be used with the MDI
328
- link:{previewer-mdi}[Preview Page, {window}].
314
+ link:{previewer-mdi}[Preview Page, {browser-window--new}].
329
315
 
330
316
  You can checkout what icons available at link:{fontawesome-icons}[FontAwesome Icons,
331
- {window}]. _FontAwesome_ V5 is fully integrated - no need for additional
317
+ {browser-window--new}]. _FontAwesome_ V5 is fully integrated - no need for additional
332
318
  resources to load. But in compare to Version 4 a lot of differences needs to be
333
319
  noticed.
334
320
 
335
321
  If you haven't used V5 yet, it is highly recommended to visit the
336
- link:{fontawesome-get-started}[Get started, {window}] pages to learn
322
+ link:{fontawesome-get-started}[Get started, {browser-window--new}] pages to learn
337
323
  the basics and features and styles.
338
324
 
339
325
 
340
326
  == Iconify Icons
341
327
 
342
- MDI and FA are quite rich icon sets but designed for *general* use. Sometimes
343
- icons are missing in one of these fonts like specific *brand* or *theme*
328
+ MDI and FA are quite rich icon sets but designed for general use. Sometimes
329
+ icons are missing in one of these fonts like specific brand or theme
344
330
  icons.
345
331
 
346
- An interesting solution for using font icons from a *remote* repository is
347
- link:{iconify-home}[Iconify, {window}]. Iconify is a so-called unified
348
- *open source icon framework* that makes it possible to use icons from different
332
+ An interesting solution for using font icons from a remote repository is
333
+ link:{iconify-home}[Iconify, {browser-window--new}]. Iconify is a so-called unified
334
+ open source icon framework that makes it possible to use icons from different
349
335
  icon sets using one syntax.
350
336
 
351
337
  To access that framework, a Javascript client is needed. For J1 Template, the
352
338
  client is available with the JS assets (/assets/themes/j1/extensions/iconify)
353
339
  and is loaded per default. To see what icon sets available with that framework,
354
- check the page link:{iconify-icon-sets}[Iconify Icon Sets, {window}].
340
+ check the page link:{iconify-icon-sets}[Iconify Icon Sets, {browser-window--new}].
355
341
 
356
342
  Currently, over 40,000 vector icons are available for many different use cases.
357
343
  Find some examples below.
@@ -363,7 +349,7 @@ Find some examples below.
363
349
 
364
350
  |3x
365
351
  |no modifier set
366
- |All `icons` can be found on the preview page at link:{iconify-brand-icons}[SVG Logos, {window}]
352
+ |All `icons` can be found on the preview page at link:{iconify-brand-icons}[SVG Logos, {browser-window--new}]
367
353
  [source, adoc, role="noclip"]
368
354
  ----
369
355
  iconify:logos:opensource[3x]
@@ -372,7 +358,7 @@ iconify:logos:opensource[3x]
372
358
 
373
359
  |5x
374
360
  |no modifier set
375
- |All `icons` can be found on the preview page at link:{iconify-brand-icons}[SVG Logos, {window}]
361
+ |All `icons` can be found on the preview page at link:{iconify-brand-icons}[SVG Logos, {browser-window--new}]
376
362
  [source, adoc, role="noclip"]
377
363
  ----
378
364
  iconify:logos:atom[5x]
@@ -388,7 +374,7 @@ iconify:logos:atom[5x]
388
374
 
389
375
  |3x
390
376
  |no modifier set
391
- |All `icons` can be found on the preview page at link:{iconify-medical-icons}[Medical Icons, {window}]
377
+ |All `icons` can be found on the preview page at link:{iconify-medical-icons}[Medical Icons, {browser-window--new}]
392
378
  [source, adoc, role="noclip"]
393
379
  ----
394
380
  iconify:medical-icon:i-ear-nose-throat[3x]
@@ -397,7 +383,7 @@ iconify:medical-icon:i-ear-nose-throat[3x]
397
383
 
398
384
  |5x
399
385
  |`md-red-900`
400
- |All `icons` can be found on the preview page at link:{iconify-medical-icons}[Medical Icons, {window}]
386
+ |All `icons` can be found on the preview page at link:{iconify-medical-icons}[Medical Icons, {browser-window--new}]
401
387
  [source, adoc, role="noclip"]
402
388
  ----
403
389
  iconify:medical-icon:i-ear-nose-throat[5x md-red-900]
@@ -413,7 +399,7 @@ this in section link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensi
413
399
  == Whats next
414
400
 
415
401
  Hopefully you've enjoyed the possibilities J1 offers for managing and
416
- manipulating *Font Icons*. Do you think these Icons sets fit your needs?
402
+ manipulating Font Icons. Do you think these Icons sets fit your needs?
417
403
 
418
404
  Using Iconify, for all topics a icon font should be found. And it's simple,
419
405
  is'nt it?