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
@@ -0,0 +1,52 @@
1
+ ---
2
+ title: Biography
3
+ tagline: Today's People in the Book Shelf
4
+ description: Jekyll Collections
5
+
6
+ tags: [ collections ]
7
+ index: [ Jekyll, Collections, Overview]
8
+ categories: [ collections ]
9
+
10
+ permalink: /pages/public/collections/bookshelf/biography/
11
+ regenerate: false
12
+
13
+ resources: []
14
+ resource_options:
15
+ - attic:
16
+ padding_top: 400
17
+ padding_bottom: 50
18
+ opacity: 0.5
19
+ slides:
20
+ - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
21
+ alt: giammarco-boscaro-1920x1280
22
+ ---
23
+
24
+ // Enable the Liquid Preprocessor
25
+ //
26
+ :page-liquid:
27
+
28
+ // Set other global page attributes here
29
+ // -------------------------------------------------------------------
30
+
31
+
32
+ {% comment %} Debugging
33
+ --------------------------------------------------------------- {% endcomment %}
34
+ {% comment %} site.biography: {{ site.biography | debug }} {% endcomment %}
35
+
36
+ {% comment %} Liquid procedures
37
+ --------------------------------------------------------------- {% endcomment %}
38
+ {% capture create_collection_article_preview %}themes/{{site.template.name}}/procedures/collections/create_collection_article_preview.proc{% endcapture %}
39
+
40
+
41
+ [[navigator]]
42
+ == Biography
43
+
44
+ lorem:sentences[5]
45
+
46
+ ++++
47
+ <div class="row mb-4">
48
+ <div class="col-md-12 col-xs-12">
49
+ {% include {{create_collection_article_preview}} collection=site.biography %}
50
+ </div>
51
+ </div>
52
+ ++++
@@ -0,0 +1,54 @@
1
+ ---
2
+ title: Fantasy
3
+ tagline: Fantasy Literature in the Book Shelf
4
+ description: Jekyll Collections
5
+
6
+ tags: [ collections ]
7
+ index: [ Jekyll, Collections, Overview]
8
+ categories: [ collections ]
9
+
10
+ permalink: /pages/public/collections/bookshelf/fantasy/
11
+ regenerate: false
12
+
13
+ resources: []
14
+ resource_options:
15
+ - attic:
16
+ padding_top: 400
17
+ padding_bottom: 50
18
+ opacity: 0.5
19
+ slides:
20
+ - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
21
+ alt: giammarco-boscaro-1920x1280
22
+ ---
23
+
24
+ // Enable the Liquid Preprocessor
25
+ //
26
+ :page-liquid:
27
+
28
+ // Set other global page attributes here
29
+ // -------------------------------------------------------------------
30
+
31
+
32
+ {% comment %} Debugging
33
+ --------------------------------------------------------------- {% endcomment %}
34
+ {% comment %} site.biography: {{ site.biography | debug }} {% endcomment %}
35
+
36
+ {% comment %} Liquid procedures
37
+ --------------------------------------------------------------- {% endcomment %}
38
+ {% capture create_collection_article_preview %}themes/{{site.template.name}}/procedures/collections/create_collection_article_preview.proc{% endcapture %}
39
+
40
+
41
+ [[navigator]]
42
+ == Fantasy
43
+
44
+ lorem:sentences[5]
45
+
46
+ lorem:sentences[2]
47
+
48
+ ++++
49
+ <div class="row mb-4">
50
+ <div class="col-md-12 col-xs-12">
51
+ {% include {{create_collection_article_preview}} collection=site.fantasy %}
52
+ </div>
53
+ </div>
54
+ ++++
@@ -0,0 +1,54 @@
1
+ ---
2
+ title: Romance
3
+ tagline: Romance Literature in the Book Shelf
4
+ description: Jekyll Collections
5
+
6
+ tags: [ collections ]
7
+ index: [ Jekyll, Collections, Overview]
8
+ categories: [ collections ]
9
+
10
+ permalink: /pages/public/collections/bookshelf/romance/
11
+ regenerate: false
12
+
13
+ resources: []
14
+ resource_options:
15
+ - attic:
16
+ padding_top: 400
17
+ padding_bottom: 50
18
+ opacity: 0.5
19
+ slides:
20
+ - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
21
+ alt: giammarco-boscaro-1920x1280
22
+ ---
23
+
24
+ // Enable the Liquid Preprocessor
25
+ //
26
+ :page-liquid:
27
+
28
+ // Set other global page attributes here
29
+ // -------------------------------------------------------------------
30
+
31
+
32
+ {% comment %} Debugging
33
+ --------------------------------------------------------------- {% endcomment %}
34
+ {% comment %} site.biography: {{ site.biography | debug }} {% endcomment %}
35
+
36
+ {% comment %} Liquid procedures
37
+ --------------------------------------------------------------- {% endcomment %}
38
+ {% capture create_collection_article_preview %}themes/{{site.template.name}}/procedures/collections/create_collection_article_preview.proc{% endcapture %}
39
+
40
+
41
+ [[navigator]]
42
+ == Romance
43
+
44
+ lorem:sentences[5]
45
+
46
+ lorem:sentences[2]
47
+
48
+ ++++
49
+ <div class="row mb-4">
50
+ <div class="col-md-12 col-xs-12">
51
+ {% include {{create_collection_article_preview}} collection=site.romance %}
52
+ </div>
53
+ </div>
54
+ ++++
@@ -14,7 +14,7 @@ index: [ Introduction, Web, Website, Jekyll ]
14
14
  categories: [ pages ]
15
15
 
16
16
  permalink: /pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
17
- regenerate: true
17
+ regenerate: false
18
18
 
19
19
  resources: [ lightbox, carousel ]
20
20
  resource_options:
@@ -32,34 +32,25 @@ resource_options:
32
32
  href: https://unsplash.com/@jeshoots/portfolio
33
33
  ---
34
34
 
35
+ // Page Initializer
36
+ // =============================================================================
35
37
  // Enable the Liquid Preprocessor
36
- // -----------------------------------------------------------------------------
37
38
  :page-liquid:
38
39
 
39
- // Set other global page attributes here
40
- // -----------------------------------------------------------------------------
41
-
42
- // Liquid procedures
43
- // -----------------------------------------------------------------------------
44
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
45
-
46
- // Initialize entry document paths
47
- // -----------------------------------------------------------------------------
48
- {% include {{set_env_entry_document}} init_folders=all %}
49
-
50
- // Load tags and urls
40
+ // Load Liquid procedures
51
41
  // -----------------------------------------------------------------------------
52
- include::{includedir}/attributes.asciidoc[tag=tags]
53
- include::{includedir}/attributes.asciidoc[tag=urls]
54
- include::{includedir}/attributes.asciidoc[tag=data]
42
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
55
43
 
56
- // Additional Asciidoc page attributes goes here
44
+ // Load page attributes (all)
57
45
  // -----------------------------------------------------------------------------
46
+ {% include {{load_attributes}} scope="all" %}
58
47
 
48
+ // Page content
49
+ // =============================================================================
59
50
 
60
51
  // Include sub-documents
61
52
  // -----------------------------------------------------------------------------
62
- include::{documentsdir}/100_meet_and_greet_jekyll.asciidoc[]
53
+ include::{documentdir}/100_meet_and_greet_jekyll.asciidoc[]
63
54
 
64
55
 
65
56
  == Summarize!
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Web in a Day
2
+ title: Web in a Day
3
3
  tagline: preparations
4
4
  description: Modern static website in a day
5
5
 
@@ -8,7 +8,7 @@ index: []
8
8
  categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/learn/kickstarter/web_in_a_day/preparations/
11
- regenerate: true
11
+ regenerate: false
12
12
 
13
13
  resources: [ lightbox, carousel ]
14
14
  resource_options:
@@ -16,34 +16,24 @@ resource_options:
16
16
  collapseDepth: 2
17
17
  ---
18
18
 
19
- // Enable the Liquid Preprocessor
20
- // -----------------------------------------------------------------------------
19
+ // Page Initializer
20
+ // =============================================================================
21
+ // Enable the Liquid Preprocessor
21
22
  :page-liquid:
22
23
 
23
- // Set other global page attributes here
24
- // -----------------------------------------------------------------------------
25
-
26
- // Liquid procedures
27
- // -----------------------------------------------------------------------------
28
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
29
-
30
- // Initialize entry document paths
24
+ // Load Liquid procedures
31
25
  // -----------------------------------------------------------------------------
32
- {% include {{set_env_entry_document}} init_folders=all %}
26
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
33
27
 
34
- // Load tags and urls
28
+ // Load page attributes (all)
35
29
  // -----------------------------------------------------------------------------
36
- include::{includedir}/attributes.asciidoc[tag=tags]
37
- include::{includedir}/attributes.asciidoc[tag=urls]
38
- include::{includedir}/attributes.asciidoc[tag=data]
39
-
40
- // Additional Asciidoc page attributes goes here
41
- // -----------------------------------------------------------------------------
42
-
30
+ {% include {{load_attributes}} scope="all" %}
43
31
 
32
+ // Page content
33
+ // =============================================================================
44
34
  // Include sub-documents
45
35
  // -----------------------------------------------------------------------------
46
- include::{documentsdir}/200_preparations.asciidoc[]
36
+ include::{documentdir}/200_preparations.asciidoc[]
47
37
 
48
38
 
49
39
  == Summarize!
@@ -69,4 +59,3 @@ include::{includedir}/parts.asciidoc[tag=chapters_200_oauth_overview]
69
59
 
70
60
  include::{includedir}/parts.asciidoc[tag=further_reading_200_preparations]
71
61
  /////
72
-
@@ -8,7 +8,7 @@ index: []
8
8
  categories: [ pages ]
9
9
 
10
10
  permalink: /pages/public/learn/kickstarter/web_in_a_day/first_awesome_web/
11
- regenerate: true
11
+ regenerate: false
12
12
 
13
13
  resources: [ lightbox, carousel ]
14
14
  resource_options:
@@ -16,34 +16,25 @@ resource_options:
16
16
  collapseDepth: 2
17
17
  ---
18
18
 
19
- // Enable the Liquid Preprocessor
20
- // -----------------------------------------------------------------------------
19
+ // Page Initializer
20
+ // =============================================================================
21
+ // Enable the Liquid Preprocessor
21
22
  :page-liquid:
22
23
 
23
- // Set other global page attributes here
24
- // -----------------------------------------------------------------------------
25
-
26
- // Liquid procedures
27
- // -----------------------------------------------------------------------------
28
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
29
-
30
- // Initialize entry document paths
31
- // -----------------------------------------------------------------------------
32
- {% include {{set_env_entry_document}} init_folders=all %}
33
-
34
- // Load tags and urls
24
+ // Load Liquid procedures
35
25
  // -----------------------------------------------------------------------------
36
- include::{includedir}/attributes.asciidoc[tag=tags]
37
- include::{includedir}/attributes.asciidoc[tag=urls]
38
- include::{includedir}/attributes.asciidoc[tag=data]
26
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
39
27
 
40
- // Additional Asciidoc page attributes goes here
28
+ // Load page attributes (all)
41
29
  // -----------------------------------------------------------------------------
30
+ {% include {{load_attributes}} scope="all" %}
42
31
 
32
+ // Page content
33
+ // =============================================================================
43
34
 
44
35
  // Include sub-documents
45
36
  // -----------------------------------------------------------------------------
46
- include::{documentsdir}/300_first_awesome_web.asciidoc[]
37
+ include::{documentdir}/300_first_awesome_web.asciidoc[]
47
38
 
48
39
 
49
40
  == Summarize!
@@ -67,4 +58,3 @@ include::{includedir}/parts.asciidoc[tag=chapters_200_oauth_overview]
67
58
 
68
59
  include::{includedir}/parts.asciidoc[tag=further_reading_200_preparations]
69
60
  /////
70
-
@@ -7,6 +7,7 @@
7
7
  // -----------------------------------------------------------------------------
8
8
  tag::urls[]
9
9
 
10
+ :j1-kickstarter-web-in-a-day-intro: /pages/public/learn/kickstarter/web_in_a_day/intro/
10
11
  :j1-web-in-a-day-meet-and-greet: /pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
11
12
  :j1-web-in-a-day-preparations: /pages/public/learn/kickstarter/web_in_a_day/preparations/
12
13
  :j1-web-in-a-day-first-awesome-web: /pages/public/learn/kickstarter/web_in_a_day/first_awesome_web/
@@ -16,7 +17,7 @@ tag::urls[]
16
17
 
17
18
 
18
19
  :j1-download-quickstart-intro: /pages/public/learn/downloads/quickstart/intro/
19
- :j1-kickstarter-web-in-a-day-intro: /pages/public/learn/kickstarter/web_in_a_day/intro/
20
+
20
21
 
21
22
  :github-home: https://github.com/
22
23
  :github-signin: https://github.com/login
@@ -33,7 +34,7 @@ tag::urls[]
33
34
  end::urls[]
34
35
 
35
36
 
36
- // Tags - AsciiDoc attributes used internally
37
+ // Tags - AsciiDoc attributes used internally
37
38
  // -------------------------------------------------------------------
38
39
  tag::tags[]
39
40
 
@@ -60,7 +61,7 @@ tag::tags[]
60
61
  :hs: &nbsp;
61
62
 
62
63
  end::tags[]
63
-
64
+
64
65
 
65
66
  // Data - Data elements for Asciidoctor extensions
66
67
  // -----------------------------------------------------------------------------
@@ -158,17 +159,25 @@ tag::data[]
158
159
  end::data[]
159
160
 
160
161
 
161
- // Product|Author - Document (e.g release) and Author information
162
+ // DOCUMENTS, local document resources
162
163
  // -----------------------------------------------------------------------------
163
- tag::product_info[]
164
- :license: MIT License
165
- :revdate: 2018
166
- :revnumber: 1.0.0
167
- end::product_info[]
164
+ tag::documents[]
165
+ end::documents[]
168
166
 
169
167
 
170
- tag::authors[]
171
- :uri-author-juergen-adams https://jekyll.one
172
- end::authors[]
168
+ // TABLES, local table resources
169
+ // -----------------------------------------------------------------------------
170
+ tag::tables[]
171
+ end::tables[]
173
172
 
174
173
 
174
+ // PRODUCTS, local product information (e.g. release)
175
+ // -----------------------------------------------------------------------------
176
+ tag::products[]
177
+ end::products[]
178
+
179
+
180
+ // AUTHORS, local author information (e.g. article)
181
+ // -----------------------------------------------------------------------------
182
+ tag::authors[]
183
+ end::authors[]
@@ -11,10 +11,10 @@ toc: true
11
11
  scrollbar: false
12
12
 
13
13
  permalink: /pages/public/learn/roundtrip/present_images/
14
- regenerate: true
14
+ regenerate: false
15
15
 
16
16
  resources: [
17
- carousel, lightbox,
17
+ clipboard, rouge, carousel, lightbox,
18
18
  justified_gallery, light_gallery
19
19
  ]
20
20
  resource_options:
@@ -31,59 +31,46 @@ resource_options:
31
31
  href: https://unsplash.com/@ripato/portfolio
32
32
  ---
33
33
 
34
+ // Page Initializer
35
+ // =============================================================================
34
36
  // Enable the Liquid Preprocessor
35
- // -----------------------------------------------------------------------------
36
37
  :page-liquid:
37
38
 
38
- // Set other global page attributes here
39
- // -----------------------------------------------------------------------------
40
- //:my-asciidoc-attribute:
41
-
42
39
  // Load Liquid procedures
43
40
  // -----------------------------------------------------------------------------
44
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
41
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
45
42
 
46
- // Initialize entry document environmental attributes
43
+ // Load page attributes (all)
47
44
  // -----------------------------------------------------------------------------
48
- {% include {{set_env_entry_document}} %}
49
-
50
- // Load tag, url and data attributes
51
- // -----------------------------------------------------------------------------
52
- include::{includedir}/attributes.asciidoc[tag=tags]
53
- include::{includedir}/attributes.asciidoc[tag=urls]
54
- include::{includedir}/attributes.asciidoc[tag=data]
45
+ {% include {{load_attributes}} scope="all" %}
55
46
 
56
47
  // Set local page attributes
57
48
  // -----------------------------------------------------------------------------
58
49
  :images-dir: {imagesdir}/pages/roundtrip/100_present_images
59
50
 
60
-
61
51
  // Page content
62
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63
-
64
- // Include sub-documents
65
- // -----------------------------------------------------------------------------
52
+ // =============================================================================
66
53
 
67
- Welcome to the first preview page focussing the *image module*. This page shows
54
+ Welcome to the first preview page focussing the image module. This page shows
68
55
  you some of the quite useful features of J1 Template to manage your image based
69
56
  content using lightboxes, carousels (slider) and galleries.
70
57
 
71
- The *image module* offer complex functionality based on powerful open source
72
- libraries like the build-in Gallely *gallery* for simple _Bootstrap_ grid-based
73
- image galleries or *Justified Gallery* for high-end, masonry styled preview
74
- maps. The build-in carousel app *carousel*, using the jQuery plugin *Owl Carousel*
58
+ The image module offer complex functionality based on powerful open source
59
+ libraries like the build-in Gallely gallery for simple _Bootstrap_ grid-based
60
+ image galleries or Justified Gallery for high-end, masonry styled preview
61
+ maps. The build-in carousel app carousel, using the jQuery plugin Owl Carousel
75
62
  as a base, let you present your images as slide shows.
76
63
 
77
- Lightboxes like *LightGallery* or *Lightbox V2* support your web for full image
78
- views of your *picture* or *video* content. Have a look, a quick tour what J1
64
+ Lightboxes like LightGallery or Lightbox V2 support your web for full image
65
+ views of your picture or video content. Have a look, a quick tour what J1
79
66
  can do. Have fun!
80
67
 
81
68
  == J1 Lightboxes
82
69
 
83
- A *Lightbox* in general is a helper which displays enlarged, almost
70
+ A Lightbox in general is a helper which displays enlarged, almost
84
71
  screen-filling versions of pictures (or videos), while dimming the rest of the
85
72
  page. The technique, introduced by Lightbox V2, gained widespread popularity
86
- due to its simple and elegant style. The term *lightbox* is used since then for
73
+ due to its simple and elegant style. The term lightbox is used since then for
87
74
  Javascript libraries to support such functionality.
88
75
 
89
76
  For J1 Template, two different lightboxes can be used:
@@ -91,41 +78,40 @@ For J1 Template, two different lightboxes can be used:
91
78
  * Lightbox V2 (lightbox)
92
79
  * LightGallery
93
80
 
94
- The default lightbox used by J1 Template is *Lightbox V2*, a Javascript library
95
- written by _Lokesh Dhakar_. The name of that (build-in) is simply: *lightbox*.
81
+ The default lightbox used by J1 Template is Lightbox V2, a Javascript library
82
+ written by _Lokesh Dhakar_. The name of that (build-in) is simply: lightbox.
96
83
  For more complex use cases, like a thumbnail gallery preview or video support,
97
- *LightGallery* can be used alternatively.
84
+ LightGallery can be used alternatively.
98
85
 
99
- NOTE: The name *LightGallery* implies a sort of a Gallery but the library is a
100
- _lightbox_. And, *LightGallery* provides much more functionality on image-based
86
+ NOTE: The name LightGallery implies a sort of a Gallery but the library is a
87
+ _lightbox_. And, LightGallery provides much more functionality on image-based
101
88
  data rather than enlarged displaying of images. See the examples below to check
102
- for the differences in compare to the more simpler *Lightbox V2* lightbox.
89
+ for the differences in compare to the more simpler Lightbox V2 lightbox.
103
90
 
104
91
  Both lightboxes are fully integrated to be used as standalone modules or to be
105
92
  used as helpers _under-the-hood_ by other apps or modules focussing on image
106
- data like *gallery* or *carousel*, the build-in carousel module.
93
+ data like gallery or carousel, the build-in carousel module.
107
94
 
108
95
  == Lightbox Examples
109
96
 
110
- Find below an example of using the lightbox Lightbox *standalone*. See how
111
- *single* (individual) images are linked for the use with *Lightbox*.
97
+ Find below an example of using the lightbox Lightbox standalone. See how
98
+ single (individual) images are linked for the use with Lightbox.
112
99
 
113
100
  .A Lightbox block for standalone images
114
101
  lightbox::example-standalone[ 400, {data-images-standalone} ]
115
102
 
116
- For a *group* of images (image sets), *Lightbox* support image *groups*. Click
117
- on the images below to see how *Lightbox* manage image groups.
103
+ For a group of images (image sets), Lightbox support image groups. Click
104
+ on the images below to see how Lightbox manage image groups.
118
105
 
119
106
  .A Lightbox block for grouped images
120
107
  lightbox::example-group[ 400, {data-images-group}, group ]
121
108
 
122
-
123
109
  === LightGallery Example
124
110
 
125
- *LightGallery* provides more complex functions on image data. The lightbox
111
+ LightGallery provides more complex functions on image data. The lightbox
126
112
  supports a gallery-styled thumbnail preview plus image resizing, a dowload
127
113
  dialog, sharing provider support and some more helpfull. Check what
128
- *LightGallery* can do by the following example.
114
+ LightGallery can do by the following example.
129
115
 
130
116
  [subs=attributes]
131
117
  ++++
@@ -160,39 +146,37 @@ dialog, sharing provider support and some more helpfull. Check what
160
146
  </script>
161
147
  ++++
162
148
 
163
-
164
149
  == J1 Carousel App
165
150
 
166
- *J1 Carousel* is based on *OWL Carousel V1* in the latest (and unfortuneatly
151
+ J1 Carousel is based on OWL Carousel V1 in the latest (and unfortuneatly
167
152
  last) version of 1.3.3. OWL Carousel is a clean and neat jQuery slider plugin
168
153
  for creating fully responsive and touch-enabled carousel sliders.
169
154
 
170
- NOTE: OWL Carousel V1 is *not* longer available on the Internet; for unknown
171
- reason. Anyway, J1 Template is using this version of *OWL Carousel* as a
155
+ NOTE: OWL Carousel V1 is not longer available on the Internet; for unknown
156
+ reason. Anyway, J1 Template is using this version of OWL Carousel as a
172
157
  build-in carousel module because the software does an excellent job, is based
173
158
  on a MIT license with no issues using them for private and business use.
174
159
  And offers a lot of great features!
175
160
 
176
- /////
177
161
  === Simple Text Carousel
178
162
 
179
163
  A slider or carousel typically is used for displaying images but the
180
- implementation for J1 Template support a lot more *sources* to be displayed
181
- as a slide show: simple *text* for example.
164
+ implementation for J1 Template support a lot more sources to be displayed
165
+ as a slide show: simple text for example.
182
166
 
183
167
  carousel::owl_demo_text_carousel[role="mb-3"]
184
168
 
185
169
  Important statements or topics can be placed e.g. on top of an article or a
186
- paragraph to give them a better *visibility*. In one line, you can present
187
- a bunch of *facts* to know animated for the readers attention within as single
170
+ paragraph to give them a better visibility. In one line, you can present
171
+ a bunch of facts to know animated for the readers attention within as single
188
172
  line - no much space is needed.
189
173
 
190
174
  === Parallax Text Carousel
191
175
 
192
- A more *eye-minded* type of a text show is a *parallax* text slider. If you
176
+ A more eye-minded type of a text show is a parallax text slider. If you
193
177
  want to place emphasis on you personal statements focussing the meaning, this
194
178
  type of a slide show may be interesting. Image based slide shows may draw off
195
- the readers attention from the text, therefor a *pure text based* presentation
179
+ the readers attention from the text, therefor a pure text based presentation
196
180
  may the better choice.
197
181
 
198
182
  .Parallax Slider
@@ -214,16 +198,14 @@ may the better choice.
214
198
  </script>
215
199
  ++++
216
200
 
217
-
218
201
  Parallax text shows are can be placed as banners on a page. A lot of different
219
202
  animations can be used. Internally, J1 Template is using some of the really
220
203
  great CSS styles offered by _animate.css_.
221
204
 
222
205
  TIP: Have a look a https://daneden.github.io/animate.css/[Dan Eden's home page]
223
- to see all the possible dynamic styles you can create based on pure CSS. *Some*
224
- of them are implemented for *OWL Carousel* for animation. See the documetation
225
- for the *CAROUSEL Module* for more details.
226
- /////
206
+ to see all the possible dynamic styles you can create based on pure CSS. Some
207
+ of them are implemented for OWL Carousel for animation. See the documetation
208
+ for the CAROUSEL Module for more details.
227
209
 
228
210
  === Simple Image Carousel
229
211
 
@@ -240,53 +222,51 @@ carousel::owl_demo_simple[role="mb-5"]
240
222
  === Carousel + Caption + Lightbox
241
223
 
242
224
  Carousels can be used for a quite compact form of image galleries. This example
243
- show some pictures having individual caption text *and* support a lightbox to
225
+ show some pictures having individual caption text and support a lightbox to
244
226
  enlarge images full size. For the example below, a quite simple lightbox
245
- is used: *Lightbox V2*; or short: *lightbox*.
227
+ is used: Lightbox V2; or short: lightbox.
246
228
 
247
229
  .Nice cats
248
230
  carousel::owl_demo_cats[role="mb-5"]
249
231
 
250
-
251
- The J1 module *lightbox* is a simple Lightbox but offers a bunch of interesting
232
+ The J1 module lightbox is a simple Lightbox but offers a bunch of interesting
252
233
  features for displaying images. For example, lightbox can display all images
253
- (of a carousel) as a *group*. If one picture is opened in the lightbox, all
234
+ (of a carousel) as a group. If one picture is opened in the lightbox, all
254
235
  the other can browsed as well.
255
236
 
256
237
  === One Slide Carousel + Lightbox
257
238
 
258
- The build-in Carousel *carousel* supports multiple *and* single image shows.
259
- Here you find an example of an single image slide show with *controls* enabled
239
+ The build-in Carousel carousel supports multiple and single image shows.
240
+ Here you find an example of an single image slide show with controls enabled
260
241
  to browse all images back and forth. An indicator below the slider shows how
261
242
  many images the show contains.
262
243
 
263
244
  .Single Slide Carousel and a Lightbox
264
245
  carousel::owl_demo_oneslide[role="mb-5"]
265
246
 
266
-
267
247
  == J1 Gallery App
268
248
 
269
- To create *image* and *video* galleries, J1 Template implements the jQuery
270
- plugin *JustifiedGallery* as the *main* gallery module. Beside Justified
249
+ To create image and video galleries, J1 Template implements the jQuery
250
+ plugin JustifiedGallery as the main gallery module. Beside Justified
271
251
  Gallery, a gallery based on pure _Bootstrap_ code is available with the build-in
272
- gallery app *gallery*.
252
+ gallery app gallery.
273
253
 
274
- *Justified Gallery* is a great jQuery plugin to create responsive, infinite
275
- and high quality *justified* image galleries. J1 Template combines the gallery
276
- with the *lightboxes* supported to *enlage* the images of a gallery.
254
+ Justified Gallery is a great jQuery plugin to create responsive, infinite
255
+ and high quality justified image galleries. J1 Template combines the gallery
256
+ with the lightboxes supported to enlage the images of a gallery.
277
257
 
278
- See *Justified Gallery* in action - and for sure all what you see is even
258
+ See Justified Gallery in action - and for sure all what you see is even
279
259
  responsive. Change the size of your current browser window, by width or height,
280
260
  to see what will happen!
281
261
 
282
262
  === Justified Gallery
283
263
 
284
- Pictures you've made are typically *not* even in size. Images may have the
264
+ Pictures you've made are typically not even in size. Images may have the
285
265
  same size (resolution), but some of the are orientated landscape or other
286
266
  may portrait. For that reason, a more powerful gallery is needed to create
287
- so-called *justified* views.
267
+ so-called justified views.
288
268
 
289
- *Justified Gallery* is using a so-called *masonry grid* layout. It works by
269
+ Justified Gallery is using a so-called masonry grid layout. It works by
290
270
  placing elements in an optimal position based on available horizontal and
291
271
  vertical space. Sort of like mason fitting stones in a wall. You’ll have
292
272
  seen it in use all over the Internet!
@@ -294,7 +274,6 @@ seen it in use all over the Internet!
294
274
  .Masonry grid layout of Justified Gallery
295
275
  gallery::jg_customizer[]
296
276
 
297
-
298
277
  == Whats next
299
278
 
300
279
  Hopefully you've enjoyed exploring the possibilities J1 offers for managing