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
@@ -28,40 +28,25 @@ resource_options:
28
28
  href: https://unsplash.com/@markusspiske/portfolio
29
29
  ---
30
30
 
31
+ // Page Initializer
32
+ // =============================================================================
31
33
  // Enable the Liquid Preprocessor
32
- // -----------------------------------------------------------------------------
33
34
  :page-liquid:
34
35
 
35
- // Set other global page attributes here
36
- // -----------------------------------------------------------------------------
37
- //:my-asciidoc-attribute:
38
-
39
36
  // Load Liquid procedures
40
37
  // -----------------------------------------------------------------------------
41
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
42
-
43
-
44
- // Initialize entry document environmental attributes
45
- // -----------------------------------------------------------------------------
46
- {% include {{set_env_entry_document}} %}
38
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
47
39
 
48
- // Load tag, url and data attributes
40
+ // Load page attributes (all)
49
41
  // -----------------------------------------------------------------------------
50
- include::{includedir}/attributes.asciidoc[tag=tags]
51
- include::{includedir}/attributes.asciidoc[tag=urls]
52
- include::{includedir}/attributes.asciidoc[tag=data]
42
+ {% include {{load_attributes}} scope="all" %}
53
43
 
54
44
  // Set local page attributes
55
45
  // -----------------------------------------------------------------------------
56
- // :images-dir: {imagesdir}/path/to/page/images
57
-
46
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
58
47
 
59
48
  // Page content
60
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
-
62
- // Include sub-documents
63
- // -----------------------------------------------------------------------------
64
-
49
+ // =============================================================================
65
50
 
66
51
  Creating a design for responsive tables is challenging. The approch used by
67
52
  J1 Template is based on pure CSS on top of the classic Bootstrap styles for
@@ -70,7 +55,7 @@ simplicity and portability to be viewed best on all devices and browsers.
70
55
  == Table types
71
56
 
72
57
  But, for sure, the solution provided is a compromise. To fit the common needs
73
- for tables viewed on desktop *and* mobile devices, three types of responsive
58
+ for tables viewed on desktop and mobile devices, three types of responsive
74
59
  tables are implemented:
75
60
 
76
61
  .Types of responsive tables
@@ -81,45 +66,45 @@ tables are implemented:
81
66
  |Bootstrap
82
67
  |`table-responsive`
83
68
  |The adding the class `table-responsive`, it creates a responsive table based
84
- on BS CSS styles. The table will then *scroll horizontally* on small devices.
85
- Making *any* table responsive across all viewports, the additonal class
69
+ on BS CSS styles. The table will then scroll horizontally on small devices.
70
+ Making any table responsive across all viewports, the additonal class
86
71
  `table-responsive` is to applied. For specific (Bootstrap) breakpoints, the
87
72
  classes `table-responsive-lg{-sm\|-md\|-lg\|-xl}` are available to have better
88
73
  control on what viewport sizes tables are being transformed.
89
74
 
90
75
  |R Tables
91
76
  |`r-text-xxx`
92
- |R tables are used by J1 Template for *default*. Those tables are using the
77
+ |R tables are used by J1 Template for default. Those tables are using the
93
78
  responsive text feature (presented in section link:{roundtrip-typography}[Typography])
94
- with *no* additonal CSS classes to be applied. For smaller viewports, the text
79
+ with no additonal CSS classes to be applied. For smaller viewports, the text
95
80
  scales down and should fit the cells automatically. The default text size for
96
81
  J1 is `r-text-300`.
97
82
 
98
83
  |F Tables
99
84
  |`no-r-text`
100
- |If the responsive text feature from J1 is *not* wanted, the CSS class
101
- `no-r-text` is to be applied. F (fixed) tables are *not responsive* per
85
+ |If the responsive text feature from J1 is not wanted, the CSS class
86
+ `no-r-text` is to be applied. F (fixed) tables are not responsive per
102
87
  default, but in combination with the CSS class `table-responsive-stacked-lg` (Bootstrap),
103
88
  this type behaves like classic Bootstrap responsive table (see above).
104
89
 
105
90
  |S Tables
106
91
  |`table-responsive-stacked-lg-stacked`
107
- |The style `table-responsive-stacked-lg-stacked` *rebuilds* a table. The header is set
108
- to *invisible* and all *columns* gets vertically *stacked* as *rows*. For
92
+ |The style `table-responsive-stacked-lg-stacked` rebuilds a table. The header is set
93
+ to invisible and all columns gets vertically stacked as rows. For
109
94
  specific (Bootstrap) breakpoints, the classes `table-responsive-stacked-lg-stacked{-sm\|-md\|-lg\|-xl}`
110
95
  are available to have better control on what viewport sizes tables are
111
96
  being transformed. The class `table-responsive-stacked-lg-stacked` is using the breakpoint
112
- at *768px* what is the same as `table-responsive-stacked-lg-stacked-md`
97
+ at 768px what is the same as `table-responsive-stacked-lg-stacked-md`
113
98
 
114
99
  |===============================================================================
115
100
 
116
101
  [TIP]
117
102
  ====
118
- The styles for responsive tables takes effect for *default* if the viewport
103
+ The styles for responsive tables takes effect for default if the viewport
119
104
  (window size) is smaller than 768px for the width (x-axis). Typical for small
120
105
  devices like tablets or mobiles.
121
106
 
122
- The styles for F *and* S Tables can be combined with the *Bootstrap* responsive
107
+ The styles for F and S Tables can be combined with the Bootstrap responsive
123
108
  table approach (`table-responsive-stacked-lg`).
124
109
  ====
125
110
 
@@ -136,7 +121,7 @@ templating your content pages.
136
121
 
137
122
  === Bootstrap
138
123
 
139
- Responsive Bootstrap tables support tables to be *scrolled horizontally*
124
+ Responsive Bootstrap tables support tables to be scrolled horizontally
140
125
  on smaller viewports. From a specified breakpoint and up, the table will
141
126
  behave normally and do not scroll horizontally.
142
127
 
@@ -207,7 +192,7 @@ Post's front matter by specifying a new date/time in the format
207
192
 
208
193
  == Multi-column Table
209
194
 
210
- Responsive Bootstrap tables support tables to be *scrolled horizontally*
195
+ Responsive Bootstrap tables support tables to be scrolled horizontally
211
196
  on smaller viewports. Making any table responsive across all viewports, the
212
197
  additonal class `table-responsive-stacked-lg` is used. For specific (Bootstrap)
213
198
  breakpoints, the classes `table-responsive-stacked-lg{-sm|-md|-lg|-xl}` are available
@@ -227,9 +212,9 @@ In particular, this can clip off dropdown menus and other third-party widgets.
227
212
  |`color`
228
213
  |Hash
229
214
  |`md_white`
230
- |The *background_color hash* contains a pair of colors to control the header
215
+ |The background_color hash contains a pair of colors to control the header
231
216
  background as a gradient.
232
- |The *background_color hash* contains a pair of colors to control the header
217
+ |The background_color hash contains a pair of colors to control the header
233
218
  background as a gradient.
234
219
 
235
220
  |`background_color_1`
@@ -253,9 +238,9 @@ the form `#RRGGBB`
253
238
  |`color`
254
239
  |Hash
255
240
  |`md_white`
256
- |The *background_color hash* contains a pair of colors to control the header
241
+ |The background_color hash contains a pair of colors to control the header
257
242
  background as a gradient.
258
- |The *background_color hash* contains a pair of colors to control the header
243
+ |The background_color hash contains a pair of colors to control the header
259
244
  background as a gradient.
260
245
 
261
246
  |`background_color_1`
@@ -25,64 +25,49 @@ resource_options:
25
25
  href: https://unsplash.com/@clemono
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
  <!-- page_path: {{page_path | debug}} -->
64
49
  <!-- site.source: {{site.source | debug}} -->
65
50
  <!-- site.source.size: {{site.source.size | debug}} -->
66
51
  ++++
67
52
 
68
- The themes feature for J1 Template is in a *alpha status* of the template
69
- system. Anyway, it makes sense to present what is possible using *different*
53
+ The themes feature for J1 Template is in a alpha status of the template
54
+ system. Anyway, it makes sense to present what is possible using different
70
55
  versions of Bootstrap's CSS styles for a website.
71
56
 
72
57
  == Themes
73
58
 
74
59
  It is expected that many people will change the template for their needs. To
75
- really create *unique* websites. Fundamental to do this is are CSS styles
60
+ really create unique websites. Fundamental to do this is are CSS styles
76
61
  defined by Bootstrap.
77
62
 
78
- Modifying the CSS styles of link:{bootstrap-home}[Bootstrap, {window}] is not
63
+ Modifying the CSS styles of link:{bootstrap-home}[Bootstrap, {browser-window--new}] is not
79
64
  rocket science. But, to be honest, some knowledge is needed of
80
65
  link:{w3org-css-spec}[the CSS technology] to do so. We encourage you to spend
81
66
  some time first on learning CSS. To learn what is the
82
- link:{w3schools-css-tutorial}[design base, {window}] of each and every website.
67
+ link:{w3schools-css-tutorial}[design base, {browser-window--new}] of each and every website.
83
68
  Independendly from using Bootstrap or any other CSS framwork.
84
69
 
85
- Thanks to the people at link:{bootswatch-home}[Bootswatch, {window}], a great
70
+ Thanks to the people at link:{bootswatch-home}[Bootswatch, {browser-window--new}], a great
86
71
  set of already prepared Bootstrap stylesheets in various designs are available
87
72
  at their website. No need to start from the scratch, to re-define all the
88
73
  Bootstrap variables and rebuild the framework files to create a new theme. Many
@@ -90,7 +75,7 @@ different styles are available. What is already available is at least a good
90
75
  base for your modifications: your unique design.
91
76
 
92
77
  Beside the bunch of different stylesheets at Bootswatch, an
93
- link:{bootswatch-api}[integration API, {window}] is available that helps a lot
78
+ link:{bootswatch-api}[integration API, {browser-window--new}] is available that helps a lot
94
79
  to integrate available designs into a existing site. This API is the base to
95
80
  integrate Bootswatch stylesheets into J1 Template for easy use.
96
81
 
@@ -99,20 +84,20 @@ Thanks again the people at Bootswatch for this great work.
99
84
 
100
85
  == Apply a theme
101
86
 
102
- The base for designing pages using J1 Template is the theme *Uno*, a modern
87
+ The base for designing pages using J1 Template is the theme Uno, a modern
103
88
  light theme that can be used for many types of websites. And what we mentioned
104
- already, web design is not: one size fits all. The theme *Uno* can be seen as
89
+ already, web design is not: one size fits all. The theme Uno can be seen as
105
90
  good base, a starting point. Combining Uno and a different theme may a fast
106
91
  solution for your site!?
107
92
 
108
93
  You can find all available themes, all stylesheets to be applied to your pages
109
- from the menu *Themes*. You're invited to check how a page is changing for
94
+ from the menu Themes. You're invited to check how a page is changing for
110
95
  their design if other stylesheets, other ideas of web design is used.
111
96
 
112
97
  NOTE: Changing BS-based styles is one thing, changing from one theme to the
113
98
  next at runtime a bit more challanging. For the alpha version of J1 Template,
114
99
  many styles are automatically changed for J1 specific components as well, but
115
- *not* all of them for now.
100
+ not all of them for now.
116
101
 
117
102
  Simply select a theme from this menu and a new BS-based stylesheet is
118
103
  automatically applied to your pages.
@@ -128,9 +113,9 @@ This was the last place to go for the roundtrip. More details of the most
128
113
  common elements of Bootstrap can be found on the previewer for a theme. Have
129
114
  a look at the link:{previewer-theme}[Theme previewer].
130
115
 
131
- To make things real for your new site, go for *Web in a day*. This tutorial
116
+ To make things real for your new site, go for Web in a day. This tutorial
132
117
  guides you through all the steps how to build a website - your site using
133
- Jekyll nd the template system J1. It's really a nice journey to *explore*
134
- and *learn* creating a static web.
118
+ Jekyll nd the template system J1. It's really a nice journey to explore
119
+ and learn creating a static web.
135
120
 
136
121
  Start your journey from here: link:{kickstarter-web-in-a-day}[Web in a day].
@@ -8,7 +8,7 @@ index: [ Bootstrap, Addon, Clear, Button ]
8
8
  categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/mdb_preview/
11
- regenerate: true
11
+ regenerate: false
12
12
 
13
13
  resources: [ clipboard ]
14
14
  resource_options:
@@ -49,4 +49,4 @@ include::{includedir}/attributes.asciidoc[tag=data]
49
49
  // Include sub-documents
50
50
  // -----------------------------------------------------------------------------
51
51
 
52
- include::{documentsdir}/100_buttons.asciidoc[]
52
+ include::{documentdir}/100_buttons.asciidoc[]
@@ -2,7 +2,6 @@
2
2
  // Asciidoc attribute includes: attributes.asciidoc
3
3
  // -----------------------------------------------------------------------------
4
4
 
5
-
6
5
  // URLs - Internal references and/or sources on the Internet
7
6
  // -----------------------------------------------------------------------------
8
7
  tag::urls[]
@@ -25,7 +24,7 @@ tag::urls[]
25
24
  :fontawesome-get-started: https://fontawesome.com/get-started
26
25
 
27
26
  :mdi-home: https://materialdesignicons.com/
28
- :mdi-icons-sheatsheet: https://cdn.materialdesignicons.com/3.3.92/
27
+ :mdi-icons-cheatsheet: https://cdn.materialdesignicons.com/3.3.92/
29
28
 
30
29
  :iconify-home: https://iconify.design/
31
30
  :iconify-icon-sets: https://iconify.design/icon-sets/
@@ -59,8 +58,8 @@ tag::urls[]
59
58
  :github-gist-home: https://gist.github.com/
60
59
  :asciidoc-extensions-gist-example: https://gist.github.com/mojavelinux/5546622
61
60
 
62
- :previewer-emoji: /pages/protected/previewer/twitter_emoji/
63
- :previewer-mdi: /pages/protected/previewer/mdi_font/
61
+ :previewer-emoji: /pages/public/previewer/twitter_emoji/
62
+ :previewer-mdi: /pages/public/previewer/mdi_font/
64
63
 
65
64
  :previewer-theme: /pages/public/previewer/theme/
66
65
 
@@ -70,25 +69,6 @@ end::urls[]
70
69
  // Tags - Asciidoc attributes used internally
71
70
  // -----------------------------------------------------------------------------
72
71
  tag::tags[]
73
-
74
- :window: window="blank"
75
- :no-clipboard: noclip
76
- :figure-caption: Figure
77
- :images-dir: pages/roundtrip
78
- :y: icon:check[role="green"]
79
- :n: icon:times[role="red"]
80
- :c: icon:file-alt[role="blue"]
81
- :beginner: icon:battery-quarter[role="md-blue"]
82
- :inter: icon:battery-half[role="md-blue"]
83
- :advanced: icon:battery-full[role="md-blue"]
84
- :emdash: &#8212;
85
- :bullet: &bull;
86
- :bigbullet: &#9679;
87
- :bigbigbullet: &#11044;
88
- :dot: &#46;
89
- :dotdot: &#46;&#46;
90
- :middot: &middot;
91
-
92
72
  end::tags[]
93
73
 
94
74
  // Data - Data elements for Asciidoctor extensions
@@ -100,18 +80,13 @@ tag::data[]
100
80
 
101
81
  end::data[]
102
82
 
103
-
104
- // Product - Document (e.g release) information
83
+ // PRODUCTS, local product information (e.g. release)
105
84
  // -----------------------------------------------------------------------------
106
- tag::product_info[]
107
- :license: MIT License
108
- :revdate: 2018
109
- :revnumber: 1.0.0
110
- end::product_info[]
85
+ tag::products[]
86
+ end::products[]
111
87
 
112
88
 
113
- // Author - Author information
89
+ // AUTHORS, local author information (e.g. article)
114
90
  // -----------------------------------------------------------------------------
115
91
  tag::authors[]
116
- :uri-author-juergen-adams https://jekyll.one
117
92
  end::authors[]
@@ -0,0 +1,14 @@
1
+ // === Bottom Info
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button"
8
+ class="btn btn-primary btn-raised"
9
+ data-toggle="modal"
10
+ data-target="#frameModalBottomSuccessDemo">
11
+ Launch Example
12
+ </button>
13
+ </div>
14
+ ++++
@@ -2,10 +2,10 @@
2
2
  // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
3
 
4
4
  ++++
5
- <div class="ml-2 mb-5">
5
+ <div class="ml-2">
6
6
  <!-- Button trigger modal -->
7
7
  <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalBLWarningDemo">
8
- Launch Modal Example
8
+ Launch Example
9
9
  </button>
10
10
  </div>
11
11
  ++++
@@ -2,10 +2,10 @@
2
2
  // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
3
 
4
4
  ++++
5
- <div class="ml-2 mb-5">
5
+ <div class="ml-2">
6
6
  <!-- Button trigger modal -->
7
7
  <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#sideModalBRDangerDemo">
8
- Launch Modal Example
8
+ Launch Example
9
9
  </button>
10
10
  </div>
11
11
  ++++
@@ -2,10 +2,10 @@
2
2
  // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
3
 
4
4
  ++++
5
- <div class="ml-2 mb-5">
5
+ <div class="ml-2">
6
6
  <!-- Button trigger modal -->
7
7
  <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#centralModalSuccessDemo">
8
- Launch Modal Example
8
+ Launch Example
9
9
  </button>
10
10
  </div>
11
11
  ++++
@@ -2,10 +2,10 @@
2
2
  // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
3
 
4
4
  ++++
5
- <div class="ml-2 mb-5">
5
+ <div class="ml-2">
6
6
  <!-- Button trigger modal -->
7
7
  <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#fluidModalLeftInfoDemo">
8
- Launch Modal Example
8
+ Launch Example
9
9
  </button>
10
10
  </div>
11
11
  ++++
@@ -2,10 +2,10 @@
2
2
  // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
3
 
4
4
  ++++
5
- <div class="ml-2 mb-5">
5
+ <div class="ml-2">
6
6
  <!-- Button trigger modal -->
7
7
  <button type="button" class="btn btn-primary btn-raised" data-toggle="modal" data-target="#fluidModalRightSuccessDemo">
8
- Launch Modal Example
8
+ Launch Example
9
9
  </button>
10
10
  </div>
11
11
  ++++