j1_template 2019.4.8 → 2019.4.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (403) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +46 -0
  3. data/_includes/themes/j1/{modules/footers/boxes/about_box.proc → blocks/footer/boxes/about_box.proc.org} +0 -0
  4. data/_includes/themes/j1/{modules/footers → blocks/footer}/boxes/contacts_box.proc +1 -1
  5. data/_includes/themes/j1/blocks/footer/boxes/issue.proc +38 -0
  6. data/_includes/themes/j1/{modules/footers → blocks/footer}/boxes/legal_statements.proc +1 -12
  7. data/_includes/themes/j1/{modules/footers → blocks/footer}/boxes/links_box.proc +11 -4
  8. data/_includes/themes/j1/{modules/footers → blocks/footer}/boxes/news_box.proc +8 -2
  9. data/_includes/themes/j1/{modules/footers → blocks/footer}/boxes/social_media_icons.proc +1 -1
  10. data/_includes/themes/j1/{modules/footers/footer_light_generator.html → blocks/footer/generator.html} +7 -7
  11. data/_includes/themes/j1/layouts/_unused/layout_module_generator.html.org +49 -0
  12. data/_includes/themes/j1/layouts/{layout_theme_generator.html → _unused/layout_theme_generator.html} +0 -0
  13. data/_includes/themes/j1/layouts/{layout_theme_generator.new.html → _unused/layout_theme_generator.new.html} +0 -0
  14. data/_includes/themes/j1/layouts/{layout_theme_generator.org.html → _unused/layout_theme_generator.org.html} +0 -0
  15. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +20 -9
  16. data/_includes/themes/j1/layouts/content_generator_page.html +8 -13
  17. data/_includes/themes/j1/layouts/layout_module_generator.html +11 -13
  18. data/_includes/themes/j1/modules/{headers/master_header_generator.html → attics/generator.html} +35 -36
  19. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -1
  20. data/_includes/themes/j1/procedures/global/{_get_page_path.proc.new → _unused/_get_page_path.proc.new} +0 -0
  21. data/_includes/themes/j1/procedures/global/{_get_page_path.proc.org → _unused/_get_page_path.proc.org} +0 -0
  22. data/_includes/themes/j1/procedures/global/set_base_vars_folders.proc +37 -0
  23. data/_includes/themes/j1/procedures/global/setup.proc +37 -45
  24. data/_includes/themes/j1/procedures/layouts/_unused/module_writer.proc.org +309 -0
  25. data/_includes/themes/j1/procedures/layouts/content_writer.proc +2 -1
  26. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
  27. data/_includes/themes/j1/procedures/layouts/module_writer.proc +222 -153
  28. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +6 -9
  29. data/_layouts/default.html +35 -30
  30. data/lib/j1/templates/posts/0000-00-00-welcome-to-j1-template.adoc.erb +14 -5
  31. data/lib/j1/version.rb +1 -1
  32. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.before_merge_added.rb +1 -1
  33. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.new.rb +1 -1
  34. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.no_cookie.mgmt.rb +1 -1
  35. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.ok.rb +1 -1
  36. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.org.2.rb +1 -1
  37. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.org.rb +1 -1
  38. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.update.web_cookie.rb +1 -1
  39. data/lib/j1_app/j1_auth_manager/_views/auth_manager_ui.erb +234 -0
  40. data/lib/j1_app/j1_auth_manager/auth_manager.rb +1 -1
  41. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +9 -8
  42. data/lib/starter_web/Gemfile +22 -24
  43. data/lib/starter_web/_cc_test_data/_config.yml +1 -1
  44. data/lib/starter_web/_cc_test_data/_data/blocks/banner.yml +2 -2
  45. data/lib/starter_web/_cc_test_data/_data/blocks/defaults/banner.yml +1 -1
  46. data/lib/starter_web/_cc_test_data/_data/layouts/app.yml +2 -2
  47. data/lib/starter_web/_cc_test_data/_data/layouts/blog_archive.yml +2 -2
  48. data/lib/starter_web/_cc_test_data/_data/layouts/collection.yml +2 -2
  49. data/lib/starter_web/_cc_test_data/_data/layouts/home.yml +2 -2
  50. data/lib/starter_web/_cc_test_data/_data/layouts/page.yml +2 -2
  51. data/lib/starter_web/_cc_test_data/_data/layouts/post.yml +2 -2
  52. data/lib/starter_web/_cc_test_data/_data/layouts/raw.yml +2 -2
  53. data/lib/starter_web/_cc_test_data/_data/resources.yml +2 -2
  54. data/lib/starter_web/_config.yml +1 -1
  55. data/lib/starter_web/_data/_defaults/resources.yml +1 -1
  56. data/lib/starter_web/_data/_old_configs/j1_resources.org.yml +2 -2
  57. data/lib/starter_web/_data/_old_configs/j1_resources.yml +1 -1
  58. data/lib/starter_web/_data/blocks/_unused/banner.new.yml +297 -0
  59. data/lib/starter_web/_data/blocks/_unused/banner.org.yml +297 -0
  60. data/lib/starter_web/_data/blocks/_unused/panel.new.yml +348 -0
  61. data/lib/starter_web/_data/blocks/_unused/panel.org.yml +331 -0
  62. data/lib/starter_web/_data/blocks/banner.yml +27 -31
  63. data/lib/starter_web/_data/blocks/defaults/banner.yml +1 -1
  64. data/lib/starter_web/_data/blocks/footer.yml +9 -7
  65. data/lib/starter_web/_data/blocks/panel.yml +62 -52
  66. data/lib/starter_web/_data/layouts/app.yml +2 -2
  67. data/lib/starter_web/_data/layouts/blog_archive.yml +2 -2
  68. data/lib/starter_web/_data/layouts/collection.yml +2 -2
  69. data/lib/starter_web/_data/layouts/default.yml +8 -8
  70. data/lib/starter_web/_data/layouts/home.yml +5 -5
  71. data/lib/starter_web/_data/layouts/page.yml +2 -2
  72. data/lib/starter_web/_data/layouts/post.yml +2 -2
  73. data/lib/starter_web/_data/layouts/raw.yml +2 -2
  74. data/lib/starter_web/_data/modules/_old_configs/defaults/banner.yml +1 -1
  75. data/lib/starter_web/_data/modules/_old_configs/j1_banner.yml +1 -1
  76. data/lib/starter_web/_data/modules/_old_configs/j1_header.yml +1 -1
  77. data/lib/starter_web/_data/modules/attics.yml +220 -0
  78. data/lib/starter_web/_data/modules/defaults/attics.yml +220 -0
  79. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +0 -16
  80. data/lib/starter_web/_data/modules/defaults/navigator.yml +3 -3
  81. data/lib/starter_web/_data/modules/defaults/{theme_switcher.yml → themer.yml} +27 -27
  82. data/lib/starter_web/_data/modules/defaults/toccer.yml +40 -40
  83. data/lib/starter_web/_data/modules/log4javascript.yml +0 -16
  84. data/lib/starter_web/_data/modules/navigator_menu.yml +48 -35
  85. data/lib/starter_web/_data/modules/{theme_switcher.yml → themer.yml} +27 -48
  86. data/lib/starter_web/_data/modules/toccer.yml +3 -3
  87. data/lib/starter_web/_data/resources.yml +86 -60
  88. data/lib/starter_web/_data/template_settings.yml +1 -1
  89. data/lib/starter_web/_plugins/filters.rb +10 -0
  90. data/lib/starter_web/assets/_data/_temp/_banner.html +421 -0
  91. data/lib/starter_web/assets/_data/_temp/_panel.html +585 -0
  92. data/lib/starter_web/assets/{data → _data}/_temp/banner.case.snippet.html.asciidoc +0 -0
  93. data/lib/starter_web/assets/{data → _data}/_temp/banner.new.html.asciidoc +0 -0
  94. data/lib/starter_web/assets/{data → _data}/_temp/banner.with.defaults.html.asciidoc +0 -0
  95. data/lib/starter_web/assets/_data/_temp/footer.html.new +228 -0
  96. data/lib/starter_web/assets/_data/_temp/footer.html.org +234 -0
  97. data/lib/starter_web/assets/{data → _data}/_temp/footer.old.html +0 -0
  98. data/lib/starter_web/assets/{data → _data}/_temp/footer_new.html +0 -0
  99. data/lib/starter_web/assets/{data → _data}/_temp/footer_old.html +0 -0
  100. data/lib/starter_web/assets/{data → _data}/_temp/menu.old.html +0 -0
  101. data/lib/starter_web/assets/{data → _data}/_temp/panel.new.html +0 -0
  102. data/lib/starter_web/assets/{data → _data}/_temp/panel.old.html +0 -0
  103. data/lib/starter_web/assets/{data → _data}/_temp/panel.org.html +0 -0
  104. data/lib/starter_web/assets/_data/animate.json +120 -0
  105. data/lib/starter_web/assets/_data/ascii_code_table.json +1794 -0
  106. data/lib/starter_web/assets/_data/authclient.html +365 -0
  107. data/lib/starter_web/assets/_data/banner.html +431 -0
  108. data/lib/starter_web/assets/_data/carousel.json +110 -0
  109. data/lib/starter_web/assets/_data/colors.json +43 -0
  110. data/lib/starter_web/assets/_data/cookie_consent.html +225 -0
  111. data/lib/starter_web/assets/_data/countries.json +974 -0
  112. data/lib/starter_web/assets/_data/font_sizes.json +43 -0
  113. data/lib/starter_web/assets/_data/fontawesome_icons.json +5525 -0
  114. data/lib/starter_web/assets/_data/footer.html +239 -0
  115. data/lib/starter_web/assets/_data/galleries.json +160 -0
  116. data/lib/starter_web/assets/_data/mdi_icons.json +14641 -0
  117. data/lib/starter_web/assets/_data/menu.html +469 -0
  118. data/lib/starter_web/assets/_data/messages.yml +130 -0
  119. data/lib/starter_web/assets/_data/objects.json +458 -0
  120. data/lib/starter_web/assets/_data/panel.html +501 -0
  121. data/lib/starter_web/assets/_data/panel.new.html +498 -0
  122. data/lib/starter_web/assets/_data/quicklinks.html +178 -0
  123. data/lib/starter_web/assets/_data/search.yml +131 -0
  124. data/lib/starter_web/assets/_data/sidebar.html +261 -0
  125. data/lib/starter_web/assets/_data/themes.json +59 -0
  126. data/lib/starter_web/assets/_data/twa_v1.json +6978 -0
  127. data/lib/starter_web/assets/_data/twa_v2.json +12812 -0
  128. data/lib/starter_web/assets/_data/webhook.html +190 -0
  129. data/lib/starter_web/assets/data/_unused/_banner.html +421 -0
  130. data/lib/starter_web/assets/data/_unused/_panel.html +585 -0
  131. data/lib/starter_web/assets/data/_unused/banner.case.snippet.html.asciidoc +91 -0
  132. data/lib/starter_web/assets/data/_unused/banner.new.html.asciidoc +559 -0
  133. data/lib/starter_web/assets/data/_unused/banner.with.defaults.html.asciidoc +547 -0
  134. data/lib/starter_web/assets/data/_unused/footer.html.new +228 -0
  135. data/lib/starter_web/assets/data/_unused/footer.html.org +234 -0
  136. data/lib/starter_web/assets/data/_unused/footer.old.html +231 -0
  137. data/lib/starter_web/assets/data/_unused/footer_new.html +226 -0
  138. data/lib/starter_web/assets/data/_unused/footer_old.html +222 -0
  139. data/lib/starter_web/assets/data/_unused/menu.old.html +462 -0
  140. data/lib/starter_web/assets/data/_unused/panel.new.html +498 -0
  141. data/lib/starter_web/assets/data/_unused/panel.old.html +597 -0
  142. data/lib/starter_web/assets/data/_unused/panel.org.html +597 -0
  143. data/lib/starter_web/assets/data/authclient.html +6 -6
  144. data/lib/starter_web/assets/data/banner.html +92 -82
  145. data/lib/starter_web/assets/data/cookie_consent.html +11 -43
  146. data/lib/starter_web/assets/data/footer.html +16 -11
  147. data/lib/starter_web/assets/data/menu.html +19 -20
  148. data/lib/starter_web/assets/data/messages.yml +20 -19
  149. data/lib/starter_web/assets/data/panel.html +196 -280
  150. data/lib/starter_web/assets/data/webhook.html +4 -4
  151. data/lib/starter_web/assets/images/articles/img2.jpg +0 -0
  152. data/lib/starter_web/assets/images/articles/img3.jpg +0 -0
  153. data/lib/starter_web/assets/images/articles/img7.jpg +0 -0
  154. data/lib/starter_web/assets/images/attics/banner/admin-dashboard-bootstrap-1280x800-bw.jpg +0 -0
  155. data/lib/starter_web/assets/images/attics/banner/docker-1280x600-bw.jpg +0 -0
  156. data/lib/starter_web/assets/images/attics/banner/jekyll.1200x600-bw.jpg +0 -0
  157. data/lib/starter_web/assets/images/attics/banner/library-1920x800-bw.jpg +0 -0
  158. data/lib/starter_web/assets/images/attics/banner/signpost-1920x800-bw.jpg +0 -0
  159. data/lib/starter_web/assets/images/attics/banner/water-journal-1280x600.jpg +0 -0
  160. data/lib/starter_web/assets/images/attics/banner/write-1280x600-bw.jpg +0 -0
  161. data/lib/starter_web/assets/images/attics/building-blocks-1920x1280-bw.jpg +0 -0
  162. data/lib/starter_web/assets/images/attics/cookies-1920x1200-bw.jpg +0 -0
  163. data/lib/starter_web/assets/images/attics/go-up-1920x1280-bw.jpg +0 -0
  164. data/lib/starter_web/assets/images/attics/ideas-start-here-1920x1280-bw.jpg +0 -0
  165. data/lib/starter_web/assets/images/attics/library-1920x1280-bw.jpg +0 -0
  166. data/lib/starter_web/assets/images/attics/premium-1920x1280-bw.jpg +0 -0
  167. data/lib/starter_web/assets/images/attics/runner-1920x1200-bw.jpg +0 -0
  168. data/lib/starter_web/assets/images/attics/spider-web-1920x1200-bw.jpg +0 -0
  169. data/lib/starter_web/assets/images/attics/the-place-1920x1280-bw.jpg +0 -0
  170. data/lib/starter_web/assets/images/attics/welcome-1920x1280-bw.jpg +0 -0
  171. data/lib/starter_web/assets/images/icons/j1/favicon.ico +0 -0
  172. data/lib/starter_web/assets/images/icons/j1/j1-256x256.png +0 -0
  173. data/lib/starter_web/assets/images/icons/j1/j1-32x32.ico +0 -0
  174. data/lib/starter_web/assets/images/icons/j1/j1-512x512.png +0 -0
  175. data/lib/starter_web/assets/images/icons/j1/j1-64x64.png +0 -0
  176. data/lib/starter_web/assets/images/icons/j1/j1..ico +0 -0
  177. data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +37 -47
  178. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/get-started-1920x1280-bw.jpg +0 -0
  179. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/{130_layout_inheritance.png → intro/130_layout_inheritance.png} +0 -0
  180. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/{content_inheritance.png → intro/content_inheritance.png} +0 -0
  181. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/{content_inheritance_thumb.png → intro/content_inheritance_thumb.png} +0 -0
  182. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/{html_layout.png → intro/html_layout.png} +0 -0
  183. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/{j1-quickstart-windows.png → intro/j1-quickstart-windows.png} +0 -0
  184. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-template-theme.jpg +0 -0
  185. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/{j1_layout.png → intro/j1_layout.png} +0 -0
  186. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/{jekyll-minima-theme.png → intro/jekyll-minima-theme.png} +0 -0
  187. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/{lane_inheritance.png → intro/lane_inheritance.png} +0 -0
  188. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/{layout_inheritance.png → intro/layout_inheritance.png} +0 -0
  189. data/lib/starter_web/assets/images/pages/log_expert/image_020.png +0 -0
  190. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg +0 -0
  191. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.jpg +0 -0
  192. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.jpg +0 -0
  193. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.jpg +0 -0
  194. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.jpg +0 -0
  195. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.jpg +0 -0
  196. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.jpg +0 -0
  197. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.jpg +0 -0
  198. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.jpg +0 -0
  199. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/back2top.org.js +17 -19
  200. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/cookie_consent.org.js +1 -1
  201. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/masterheader.org.js +20 -20
  202. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/navigator.new.kapott.1.js +1 -1
  203. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/navigator.new.kapott.2.js +5 -5
  204. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/navigator.plus.old.func.js +980 -0
  205. data/lib/starter_web/assets/themes/j1/adapter/js/{octokit.app_only.js → _unused/octokit.app_only.js} +1 -1
  206. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/octokit.old.js +1 -1
  207. data/lib/starter_web/assets/themes/j1/adapter/js/{switcher.js → _unused/switcher.js} +55 -0
  208. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/template.new-1.js +1 -1
  209. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/template.new.js +4 -4
  210. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/template.old.js +5 -5
  211. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/template.org.js +1 -1
  212. data/lib/starter_web/assets/themes/j1/adapter/js/_unused/themer.css_load_check.js +360 -0
  213. data/lib/starter_web/assets/themes/j1/adapter/js/algolia.js +29 -24
  214. data/lib/starter_web/assets/themes/j1/adapter/js/{master_header.js → attic.js} +242 -213
  215. data/lib/starter_web/assets/themes/j1/adapter/js/back2top.js +38 -36
  216. data/lib/starter_web/assets/themes/j1/adapter/js/bootstrap_gallery.js +33 -33
  217. data/lib/starter_web/assets/themes/j1/adapter/js/carousel.js +35 -30
  218. data/lib/starter_web/assets/themes/j1/adapter/js/cookie_bar.js +24 -19
  219. data/lib/starter_web/assets/themes/j1/adapter/js/cookie_consent.js +89 -72
  220. data/lib/starter_web/assets/themes/j1/adapter/js/custom.js +31 -26
  221. data/lib/starter_web/assets/themes/j1/adapter/js/example.js +28 -22
  222. data/lib/starter_web/assets/themes/j1/adapter/js/framer.js +23 -18
  223. data/lib/starter_web/assets/themes/j1/adapter/js/justified_gallery.js +22 -18
  224. data/lib/starter_web/assets/themes/j1/adapter/js/lightbox.js +23 -18
  225. data/lib/starter_web/assets/themes/j1/adapter/js/logger.js +21 -18
  226. data/lib/starter_web/assets/themes/j1/adapter/js/navigator.js +344 -446
  227. data/lib/starter_web/assets/themes/j1/adapter/js/octokit.js +99 -98
  228. data/lib/starter_web/assets/themes/j1/adapter/js/scroller.js +19 -15
  229. data/lib/starter_web/assets/themes/j1/adapter/js/searcher.js +27 -30
  230. data/lib/starter_web/assets/themes/j1/adapter/js/stickybits.js +21 -15
  231. data/lib/starter_web/assets/themes/j1/adapter/js/themer.js +350 -0
  232. data/lib/starter_web/assets/themes/j1/adapter/js/toccer.js +59 -58
  233. data/lib/starter_web/assets/themes/j1/core/css/globals.css +14545 -0
  234. data/lib/starter_web/assets/themes/j1/core/css/globals.min.css +1 -0
  235. data/lib/starter_web/assets/themes/j1/core/css/globals.scss +28 -0
  236. data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.css +283 -315
  237. data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  238. data/lib/starter_web/assets/themes/j1/core/css/uno.css +283 -315
  239. data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
  240. data/lib/starter_web/assets/themes/j1/core/css/vendor.css +211 -181
  241. data/lib/starter_web/assets/themes/j1/core/css/vendor.min.css +2 -2
  242. data/lib/starter_web/assets/themes/j1/{adapter/js/template.js → core/js/_unused/j1.flicker_timeout.js} +261 -192
  243. data/lib/starter_web/assets/themes/j1/core/js/j1.js +1792 -0
  244. data/lib/starter_web/assets/themes/j1/core/js/template.js +7 -7
  245. data/lib/starter_web/assets/themes/j1/core/js/template.js.map +1 -1
  246. data/lib/starter_web/assets/themes/j1/core/js/template.min.js +1 -1
  247. data/lib/starter_web/collections/posts/private/series/_posts/2018-11-01-docker-using-shared-folders.adoc +7 -9
  248. data/lib/starter_web/collections/posts/protected/wikipedia/_posts/2016-11-20-minneapolis.adoc +0 -1
  249. data/lib/starter_web/collections/posts/protected/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +0 -1
  250. data/lib/starter_web/collections/posts/protected/wikipedia/_posts/2016-11-26-columbia-river.adoc +0 -1
  251. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +123 -26
  252. data/lib/starter_web/collections/posts/public/featured/_posts/000_includes/unsplash-badge.asciidoc +31 -0
  253. data/lib/starter_web/collections/posts/public/featured/_posts/{2018-06-01-top-open-source-static-site-generators.adoc → 2019-05-01-top-open-source-static-site-generators.adoc} +24 -13
  254. data/lib/starter_web/collections/posts/public/featured/_posts/{2019-04-22-about-cookies.adoc → 2019-06-01-about-cookies.adoc} +28 -9
  255. data/lib/starter_web/collections/posts/public/jekyll/_posts/2018-05-01-confusion-about-base-url.adoc +6 -2
  256. data/lib/starter_web/index.html +20 -26
  257. data/lib/starter_web/package.json +6 -5
  258. data/lib/starter_web/pages/private/bookshelf/100_whats_up.adoc +12 -7
  259. data/lib/starter_web/pages/private/bookshelf/200_book_shelf_biography.adoc +3 -3
  260. data/lib/starter_web/pages/private/bookshelf/300_book_shelf_fantasy.adoc +3 -3
  261. data/lib/starter_web/pages/private/bookshelf/400_book_shelf_romance.adoc +3 -3
  262. data/lib/starter_web/pages/private/docs/gh_webhooks/manage_webhook_from_gh.adoc +1 -1
  263. data/lib/starter_web/pages/private/docs/platform/platform.adoc +2 -2
  264. data/lib/starter_web/pages/private/pen/jquery/deferred_try_catch.adoc +1 -1
  265. data/lib/starter_web/pages/protected/previewer/justified_gallery.html +5 -6
  266. data/lib/starter_web/pages/protected/previewer/mdi_icons_preview.adoc +3 -8
  267. data/lib/starter_web/pages/protected/previewer/twitter_emoji_preview.adoc +7 -8
  268. data/lib/starter_web/pages/public/about/{quick_search.adoc → _unused/site_search.adoc} +4 -4
  269. data/lib/starter_web/pages/public/about/about_site.adoc +5 -4
  270. data/lib/starter_web/pages/public/about/become_a_patron.adoc +10 -9
  271. data/lib/starter_web/pages/public/blog/navigator/archive.html +7 -8
  272. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +6 -7
  273. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +8 -8
  274. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +7 -8
  275. data/lib/starter_web/pages/public/blog/navigator/index.html +7 -8
  276. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +1 -1
  277. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +1 -1
  278. data/lib/starter_web/pages/public/panels/service_panel/01_core.adoc +2 -2
  279. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +36 -26
  280. data/lib/starter_web/pages/public/start/_unused/_roundtrip/000_includes/attributes.asciidoc +95 -0
  281. data/lib/starter_web/pages/public/start/_unused/_roundtrip/000_includes/documents/100_gistblock.asciidoc +27 -0
  282. data/lib/starter_web/pages/public/start/_unused/_roundtrip/000_includes/documents/410_extended_modals_html.asciidoc +928 -0
  283. data/lib/starter_web/pages/public/start/_unused/_roundtrip/000_includes/documents/420_responsive_tables.asciidoc +203 -0
  284. data/lib/starter_web/pages/public/start/_unused/_roundtrip/000_whats_up.adoc +63 -0
  285. data/lib/starter_web/pages/public/start/_unused/_roundtrip/100_present_images.adoc +305 -0
  286. data/lib/starter_web/pages/public/start/_unused/_roundtrip/100_present_videos.adoc +159 -0
  287. data/lib/starter_web/pages/public/start/_unused/_roundtrip/200_typography.adoc +517 -0
  288. data/lib/starter_web/pages/public/start/_unused/_roundtrip/300_icon_fonts.adoc +328 -0
  289. data/lib/starter_web/pages/public/start/_unused/_roundtrip/400_asciidoc_extensions.adoc +577 -0
  290. data/lib/starter_web/pages/public/start/_unused/_roundtrip/410_bs_modals_extentions.adoc +465 -0
  291. data/lib/starter_web/pages/public/start/_unused/_roundtrip/420_responsive_tables_extensions.adoc +268 -0
  292. data/lib/starter_web/pages/public/start/_unused/_roundtrip/500_themes.adoc +81 -0
  293. data/lib/starter_web/pages/public/start/_unused/_roundtrip/800_whats_next.adoc +73 -0
  294. data/lib/starter_web/pages/public/start/_unused/_roundtrip/_unused/600_cards.adoc +770 -0
  295. data/lib/starter_web/pages/public/start/_unused/_roundtrip/_unused/710_search_engine.adoc +195 -0
  296. data/lib/starter_web/pages/public/start/_unused/_roundtrip/_unused/720_google_custom_search.adoc +41 -0
  297. data/lib/starter_web/pages/public/start/_unused/bmd_examples/100_bmd_landing_page.asciidoc +2 -2
  298. data/lib/starter_web/pages/public/start/_unused/change_me_first.adoc +139 -0
  299. data/lib/starter_web/pages/public/start/downloads/quickstarter/100_linux_starter.adoc +2 -2
  300. data/lib/starter_web/pages/public/start/downloads/quickstarter/200_macos_starter.adoc +1 -1
  301. data/lib/starter_web/pages/public/start/downloads/quickstarter/300_windows_starter.adoc +1 -1
  302. data/lib/starter_web/pages/public/start/downloads/quickstarter/quickstart.adoc +3 -3
  303. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/attributes.asciidoc +8 -8
  304. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/100_introduction.adoc +22 -14
  305. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/110_preparations.adoc +3 -3
  306. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/120_getting_started.adoc +3 -3
  307. data/lib/starter_web/pages/public/start/roundtrip/000_includes/attributes.asciidoc +2 -0
  308. data/lib/starter_web/pages/public/start/roundtrip/000_includes/documents/410_extended_modals_html.asciidoc +928 -0
  309. data/lib/starter_web/pages/public/start/roundtrip/000_whats_up.adoc +63 -0
  310. data/lib/starter_web/pages/public/start/roundtrip/100_present_images.adoc +15 -103
  311. data/lib/starter_web/pages/public/start/roundtrip/100_present_videos.adoc +159 -0
  312. data/lib/starter_web/pages/public/start/roundtrip/200_typography.adoc +16 -15
  313. data/lib/starter_web/pages/public/start/roundtrip/300_icon_fonts.adoc +9 -8
  314. data/lib/starter_web/pages/public/start/roundtrip/400_asciidoc_extensions.adoc +13 -8
  315. data/lib/starter_web/pages/public/start/roundtrip/410_bs_modals_extentions.adoc +12 -936
  316. data/lib/starter_web/pages/public/start/roundtrip/420_responsive_tables_extensions.adoc +25 -29
  317. data/lib/starter_web/pages/public/start/roundtrip/500_themes.adoc +17 -14
  318. data/lib/starter_web/pages/public/start/roundtrip/800_whats_next.adoc +73 -0
  319. data/lib/starter_web/pages/public/start/roundtrip/_unused/600_cards.adoc +5 -5
  320. data/lib/starter_web/pages/public/start/roundtrip/_unused/710_search_engine.adoc +1 -1
  321. data/lib/starter_web/pages/public/start/roundtrip/_unused/720_google_custom_search.adoc +2 -2
  322. data/lib/starter_web/pages/public/start/whats_next.adoc +76 -0
  323. data/lib/starter_web/pages/public/start/whats_up.adoc +13 -11
  324. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  325. data/lib/starter_web/utilsrv/package.json +1 -1
  326. metadata +274 -120
  327. data/_includes/themes/j1/modules/navigator/generator.olde.html +0 -192
  328. data/lib/starter_web/_data/modules/defaults/header.yml +0 -221
  329. data/lib/starter_web/_data/modules/header.yml +0 -221
  330. data/lib/starter_web/assets/images/animated/1_ZrgWTM-NmdhJFac8T7-4Rg.gif +0 -0
  331. data/lib/starter_web/assets/images/animated/2049.gif +0 -0
  332. data/lib/starter_web/assets/images/carousel/katarina/katarina-1.jpg +0 -0
  333. data/lib/starter_web/assets/images/carousel/katarina/katarina-2.jpg +0 -0
  334. data/lib/starter_web/assets/images/carousel/katarina/katarina-3.jpg +0 -0
  335. data/lib/starter_web/assets/images/carousel/katarina/katarina-4.jpg +0 -0
  336. data/lib/starter_web/assets/images/carousel/katarina/katarina-5.jpg +0 -0
  337. data/lib/starter_web/assets/images/icons/j1/j1.ico +0 -0
  338. data/lib/starter_web/assets/images/icons/j1/scalable/j1v2.svg +0 -2034
  339. data/lib/starter_web/assets/images/master_header/aaron-burden-1280x600.png +0 -0
  340. data/lib/starter_web/assets/images/master_header/admin-bootstrap.jpg +0 -0
  341. data/lib/starter_web/assets/images/master_header/admin-dashboard-bootstrap-1280x600.png +0 -0
  342. data/lib/starter_web/assets/images/master_header/chuttersnap-1280x800.png +0 -0
  343. data/lib/starter_web/assets/images/master_header/clark-tibbs-do-something-1280x600.png +0 -0
  344. data/lib/starter_web/assets/images/master_header/clark-tibbs-do-something-1920x900.png +0 -0
  345. data/lib/starter_web/assets/images/master_header/docker_banner_l-1280x500.png +0 -0
  346. data/lib/starter_web/assets/images/master_header/docker_banner_r-1280x500.png +0 -0
  347. data/lib/starter_web/assets/images/master_header/homehead-default-1280x600.png +0 -0
  348. data/lib/starter_web/assets/images/master_header/homehead-default-1920x800.png +0 -0
  349. data/lib/starter_web/assets/images/master_header/ideas-start-here-1280x900.png +0 -0
  350. data/lib/starter_web/assets/images/master_header/ideas-start-here-1920x1200.png +0 -0
  351. data/lib/starter_web/assets/images/master_header/maarten-van-den-heuvel-1280x600.png +0 -0
  352. data/lib/starter_web/assets/images/master_header/pagehead-default-1280x500.png +0 -0
  353. data/lib/starter_web/assets/images/master_header/pagehead-default-1920x600.png +0 -0
  354. data/lib/starter_web/assets/images/master_header/stefan-stefancik-1280x800.png +0 -0
  355. data/lib/starter_web/assets/images/master_header/tables-1920.jpg +0 -0
  356. data/lib/starter_web/assets/images/master_header/water-journal-1280x600.png +0 -0
  357. data/lib/starter_web/assets/images/master_header/whats-up-1920x1200.png +0 -0
  358. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/j1-template-theme.png +0 -0
  359. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-modals.jpg +0 -0
  360. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920.jpg +0 -0
  361. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920.jpg +0 -0
  362. data/lib/starter_web/assets/images/pages/roundtrip/meeting.jpg +0 -0
  363. data/lib/starter_web/assets/images/pages/roundtrip/oleg-magni-1920x1280.png +0 -0
  364. data/lib/starter_web/assets/images/pages/roundtrip/package.json +0 -125
  365. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1280x600.jpg +0 -0
  366. data/lib/starter_web/assets/images/pages/roundtrip/readme_1280x600.png +0 -0
  367. data/lib/starter_web/assets/images/pages/roundtrip/readme_1920x1000.png +0 -0
  368. data/lib/starter_web/assets/images/pages/roundtrip/theme-1920.jpg +0 -0
  369. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920.jpg +0 -0
  370. data/lib/starter_web/assets/images/public/aaron-burden-1280x600.png +0 -0
  371. data/lib/starter_web/assets/images/public/admin-bootstrap.jpg +0 -0
  372. data/lib/starter_web/assets/images/public/admin-dashboard-bootstrap-1280x600.png +0 -0
  373. data/lib/starter_web/assets/images/public/cat-5.jpg +0 -0
  374. data/lib/starter_web/assets/images/public/cat-6.jpg +0 -0
  375. data/lib/starter_web/assets/images/public/cat-7.jpg +0 -0
  376. data/lib/starter_web/assets/images/public/cat-8.jpg +0 -0
  377. data/lib/starter_web/assets/images/public/chuttersnap-1280x800.png +0 -0
  378. data/lib/starter_web/assets/images/public/clark-tibbs-do-something-1280x600.png +0 -0
  379. data/lib/starter_web/assets/images/public/clark-tibbs-do-something-1920x900.png +0 -0
  380. data/lib/starter_web/assets/images/public/docker_banner_l-1280x500.png +0 -0
  381. data/lib/starter_web/assets/images/public/docker_banner_r-1280x500.png +0 -0
  382. data/lib/starter_web/assets/images/public/homehead-default-1280x600.png +0 -0
  383. data/lib/starter_web/assets/images/public/homehead-default-1920x800.png +0 -0
  384. data/lib/starter_web/assets/images/public/ideas-start-here-1280x900.png +0 -0
  385. data/lib/starter_web/assets/images/public/ideas-start-here-1920x1200.png +0 -0
  386. data/lib/starter_web/assets/images/public/image_01.jpg +0 -0
  387. data/lib/starter_web/assets/images/public/image_02.jpg +0 -0
  388. data/lib/starter_web/assets/images/public/image_03.jpg +0 -0
  389. data/lib/starter_web/assets/images/public/image_04.jpg +0 -0
  390. data/lib/starter_web/assets/images/public/katarina-1.jpg +0 -0
  391. data/lib/starter_web/assets/images/public/katarina-2.jpg +0 -0
  392. data/lib/starter_web/assets/images/public/katarina-3.jpg +0 -0
  393. data/lib/starter_web/assets/images/public/katarina-4.jpg +0 -0
  394. data/lib/starter_web/assets/images/public/katarina-5.jpg +0 -0
  395. data/lib/starter_web/assets/images/public/maarten-van-den-heuvel-1280x600.png +0 -0
  396. data/lib/starter_web/assets/images/public/pagehead-default-1280x500.png +0 -0
  397. data/lib/starter_web/assets/images/public/pagehead-default-1920x600.png +0 -0
  398. data/lib/starter_web/assets/images/public/stefan-stefancik-1280x800.png +0 -0
  399. data/lib/starter_web/assets/images/public/tables-1920.jpg +0 -0
  400. data/lib/starter_web/assets/images/public/water-journal-1280x600.png +0 -0
  401. data/lib/starter_web/collections/posts/public/featured/_posts/2018-07-01-what-is-a-static-site.adoc +0 -140
  402. data/lib/starter_web/pages/public/start/change_me_first.adoc +0 -67
  403. data/screenshot.png +0 -0
@@ -0,0 +1,203 @@
1
+ == Responsive Tables
2
+
3
+ Creating a design for responsive tables is challenging. The approch used by
4
+ J1 Template is based on pure CSS for simplicity and portability to be viewed
5
+ best on all devices and browsers.
6
+
7
+ But, for sure, the solution provided is a compromise. To fit the common needs
8
+ for tables viewed on desktop *and* mobile devices, three types of responsive
9
+ tables are implemented:
10
+
11
+ .Types of responsive tables
12
+ [cols="2a,4a,6a", options="header", width="100%", role="rtable_v table-responsive mt-3"]
13
+ |===============================================================================
14
+ |Type |Style |Description
15
+
16
+ |Bootstrap
17
+ |`table-responsive`
18
+ |The adding the class `.table-responsive`, it creates a responsive table based
19
+ on BS CSS styles. The table will then scroll horizontally on small devices.
20
+
21
+
22
+ |V Table
23
+ |`rtable_v`
24
+ |The style `.rtable_v` *rebuilds* a table. A header is set in *invisible* and
25
+ all *columns* gets vertically *stacked* as *rows*.
26
+
27
+ |H Table
28
+ |`rtable_h`
29
+ |The style `.rtable_h` *rebuilds* a table for multiple columns into a fixed,
30
+ two column style having only *one* row. The table header get rewritten
31
+ *stacked* and *fixed* for the first column. All other rows of the previous
32
+ table are *horizontal* slideable using a scrollbar or moved on touch.
33
+
34
+ |===============================================================================
35
+
36
+ [NOTE]
37
+ ====
38
+ The styles for responsive tables takes effect if the viewport is
39
+ smaller than 768px for the width (x-axis), typically for small devices
40
+ like mobiles or tablets.
41
+
42
+ The styles for V Table *or* H Table can be combined with *Bootstrap*
43
+ responsive tables.
44
+
45
+ .Example V Table
46
+ [source, sh]
47
+ ----
48
+ [cols="6a,6a", role="table-responsive rtable_v"]
49
+ |===============================================
50
+ |Variable |Description
51
+ ...
52
+ |===============================================
53
+ ----
54
+ ====
55
+
56
+ To see the transformation in action, for desktop devices resize the browser
57
+ window or use a device the viewport is smaller than 768px (mobiles or tablets)
58
+
59
+
60
+ === 2-column Table
61
+
62
+ lorem:sentences[2] +
63
+ lorem:sentences[3] +
64
+
65
+ [cols="6a,6a", options="header", width="100%", role="rtable_v table-responsive mt-3"]
66
+ |===============================================================================
67
+ |Variable |Description
68
+
69
+ |`page.content`
70
+ |The content of the Page, rendered or un-rendered
71
+ depending upon what Liquid is being processed and what `page` is.
72
+
73
+ |`page.title`
74
+ |The title of the Page.
75
+
76
+ |`page.excerpt`
77
+ |The un-rendered excerpt of the Page.
78
+
79
+ |`page.url`
80
+ |The URL of the Post without the domain, but with a leading
81
+ slash, e.g. `/2008/12/14/my-post.html`
82
+
83
+ |`page.date`
84
+ |The Date assigned to the Post. This can be overridden in a
85
+ Post's front matter by specifying a new date/time in the format
86
+ `YYYY-MM-DD HH:MM:SS` (assuming UTC), or `YYYY-MM-DD HH:MM:SS +/-TTTT`
87
+ (to specify a time zone using an offset from UTC. e.g.
88
+ `2008-12-14 10:30:00 +0900`).
89
+
90
+ |`page.id`
91
+ |An identifier unique to the Post (useful in RSS feeds). e.g.
92
+ `/2008/12/14/my-post`
93
+
94
+ |`page.categories`
95
+ |The list of categories to which this post belongs.
96
+ Categories are derived from the directory structure above the `_posts`
97
+ directory. For example, a post at
98
+ `/work/code/_posts/2008-12-24-closures.md` would have this field set to
99
+ `['work', 'code']`. These can also be specified in the
100
+ link:../frontmatter/[YAML Front Matter].
101
+
102
+ |===============================================================================
103
+
104
+
105
+ [cols="6a,6a", options="header", width="100%", role="rtable_h table-responsive mt-3"]
106
+ |===============================================================================
107
+ |Variable |Description
108
+
109
+ |`page.content`
110
+ |The content of the Page, rendered or un-rendered
111
+ depending upon what Liquid is being processed and what `page` is.
112
+
113
+ |`page.title`
114
+ |The title of the Page.
115
+
116
+ |`page.excerpt`
117
+ |The un-rendered excerpt of the Page.
118
+
119
+ |`page.url`
120
+ |The URL of the Post without the domain, but with a leading
121
+ slash, e.g. `/2008/12/14/my-post.html`
122
+
123
+ |`page.date`
124
+ |The Date assigned to the Post. This can be overridden in a
125
+ Post's front matter by specifying a new date/time in the format
126
+ `YYYY-MM-DD HH:MM:SS` (assuming UTC), or `YYYY-MM-DD HH:MM:SS +/-TTTT`
127
+ (to specify a time zone using an offset from UTC. e.g.
128
+ `2008-12-14 10:30:00 +0900`).
129
+
130
+ |`page.id`
131
+ |An identifier unique to the Post (useful in RSS feeds). e.g.
132
+ `/2008/12/14/my-post`
133
+
134
+ |`page.categories`
135
+ |The list of categories to which this post belongs.
136
+ Categories are derived from the directory structure above the `_posts`
137
+ directory. For example, a post at
138
+ `/work/code/_posts/2008-12-24-closures.md` would have this field set to
139
+ `['work', 'code']`. These can also be specified in the
140
+ link:../frontmatter/[YAML Front Matter].
141
+
142
+ |===============================================================================
143
+
144
+
145
+ === Multi-column Table
146
+
147
+ lorem:sentences[2] +
148
+ lorem:sentences[3] +
149
+
150
+ [cols="3,2,2,5", options="header", width="100%", role="rtable_v table-responsive mt-3"]
151
+ |===============================================================================
152
+ |Parameter |Type |Default |Description
153
+
154
+ |`background_color`
155
+ |Hash
156
+ |`md_white`
157
+ |The *background_color hash* contains a pair of colors to control the header
158
+ background as a gradient.
159
+
160
+ |`background_color.color_1`
161
+ |Symbolic color \| RGB valuess
162
+ |`md_indigo`
163
+ |Start value (color) for the gradient used for the header box background.
164
+ Alternatively, the color can be configured as (hexadecimal) RGB valuess of
165
+ the form `#RRGGBB`
166
+
167
+ |`background_color.color_2`
168
+ |Symbolic color \| RGB valuess
169
+ |`md_indigo`
170
+ |End value (color) for the gradient used for the header box background.
171
+ Alternatively, the color can be configured as (hexadecimal) RGB valuess of
172
+ the form `#RRGGBB`
173
+
174
+ |===============================================================================
175
+
176
+
177
+
178
+ [cols="3,2,2,5", options="header", width="100%", role="rtable_h table-responsive mt-3"]
179
+ |===============================================================================
180
+ |Parameter |Type |Default |Description
181
+
182
+ |`background_color`
183
+ |Hash
184
+ |`md_white`
185
+ |The *background_color hash* contains a pair of colors to control the header
186
+ background as a gradient.
187
+
188
+ |`background_color.color_1`
189
+ |Symbolic color \| RGB valuess
190
+ |`md_indigo`
191
+ |Start value (color) for the gradient used for the header box background.
192
+ Alternatively, the color can be configured as (hexadecimal) RGB valuess of
193
+ the form `#RRGGBB`
194
+
195
+ |`background_color.color_2`
196
+ |Symbolic color \| RGB valuess
197
+ |`md_indigo`
198
+ |End value (color) for the gradient used for the header box background.
199
+ Alternatively, the color can be configured as (hexadecimal) RGB valuess of
200
+ the form `#RRGGBB`
201
+
202
+ |===============================================================================
203
+
@@ -0,0 +1,63 @@
1
+ ---
2
+ title: Roundtrip
3
+ tagline: step in
4
+ description: What to get
5
+
6
+ tags: [ Start, Template, Whats, Up, Readme, TL;DR ]
7
+ index: []
8
+ categories: [ pages ]
9
+
10
+ permalink: /pages/public/start/roundtrip/whats_up/
11
+ regenerate: false
12
+
13
+ resources: [ lightbox ]
14
+ resource_options:
15
+ - attic:
16
+ opacity: 0.5
17
+ slides:
18
+ - url: /assets/images/attics/the-place-1920x1280-bw.jpg
19
+ alt: Photo by Tim Mossholder on Unsplash
20
+ badge:
21
+ type: unsplash
22
+ author: Tim Mossholder
23
+ href: https://unsplash.com/@timmossholder/portfolio
24
+ ---
25
+
26
+ // Enable the Liquid Preprocessor
27
+ //
28
+ :page-liquid:
29
+
30
+ // Set other global page attributes here
31
+ // -------------------------------------------------------------------
32
+
33
+
34
+ {% comment %} Liquid procedures
35
+ --------------------------------------------------------------- {% endcomment %}
36
+ {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
37
+
38
+
39
+ // NOTE: Initialize entry document paths
40
+ //
41
+ {% include {{set_env_entry_document}} init_folders=all %}
42
+
43
+ // Load tags and urls
44
+ // -----------------------------------------------------------------------------
45
+ include::{includedir}/attributes.asciidoc[tag=tags]
46
+ include::{includedir}/attributes.asciidoc[tag=urls]
47
+ include::{includedir}/attributes.asciidoc[tag=data]
48
+
49
+ // Additional Asciidoc page attributes goes here
50
+ //
51
+
52
+ This is for you when you're yust too lazy to read the whole stuff.
53
+
54
+ lorem:sentences[5]
55
+
56
+ == Whats up
57
+
58
+ lorem:sentences[5]
59
+
60
+ lorem:sentences[3]
61
+
62
+
63
+
@@ -0,0 +1,305 @@
1
+ ---
2
+ #scrollbar: true
3
+
4
+ title: Roundtrip
5
+ tagline: present images
6
+ description: J1 Template Roundtrip - Present image based data
7
+
8
+ tags: [ Template, Roundtrip, Images ]
9
+ index: []
10
+ categories: [ pages ]
11
+
12
+ toc: true
13
+
14
+ permalink: /pages/public/start/roundtrip/present_images/
15
+ regenerate: false
16
+
17
+ resources: [
18
+ carousel, justified_gallery,
19
+ lightbox, light_gallery, bs_gallery
20
+ ]
21
+ resource_options:
22
+ - attic:
23
+ opacity: 0.5
24
+ slides:
25
+ - url: /assets/images/pages/roundtrip/images-1920x1280-bw.jpg
26
+ alt: Photo by Ricardo Gomez Angel on Unsplash
27
+ badge:
28
+ type: unsplash
29
+ author: Ricardo Gomez Angel
30
+ href: https://unsplash.com/@ripato/portfolio
31
+ ---
32
+
33
+ // Enable the Liquid Preprocessor
34
+ // -----------------------------------------------------------------------------
35
+ :page-liquid:
36
+
37
+ // Set other global page attributes here
38
+ // -----------------------------------------------------------------------------
39
+ //:my-asciidoc-attribute:
40
+
41
+ // Load Liquid procedures
42
+ // -----------------------------------------------------------------------------
43
+ {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
44
+ {% capture set_image_block %}themes/{{site.template.name}}/procedures/global/set_image_block.proc{%endcapture%}
45
+
46
+ // Initialize entry document environmental attributes
47
+ // -----------------------------------------------------------------------------
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]
55
+
56
+ // Set local page attributes
57
+ // -----------------------------------------------------------------------------
58
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
59
+
60
+ // NOTE: Place an excerpt at the most top position
61
+ // -----------------------------------------------------------------------------
62
+ // Page excerpt text ..
63
+ //
64
+ // [role="clearfix mb-3"]
65
+ // excerpt__end
66
+
67
+ // Page content
68
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
+
70
+ Welcome to the first preview page focussing the *Image Module*. This page shows
71
+ you some of the quite useful features of J1 Template to manage your image based
72
+ content using lightboxes, carousels (slider) and galleries.
73
+
74
+ The *Image Module* offer complex functionality based on powerful open source
75
+ libraries like the build-in Gallely *gallery* for simple _Bootstrap_ grid-based
76
+ image galleries or *Justified Gallery* for high-end, masonry styled preview
77
+ maps. The build-in carousel app *carousel*, using the jQuery plugin *Owl Carousel*
78
+ as a base, let you present your images as slide shows.
79
+
80
+ Lightboxes like *LightGallery* or *Lightbox V2* support your web for full image
81
+ views of your *picture* or *video* content. Have a look, a quick tour what J1
82
+ can do. Have fun!
83
+
84
+ == J1 Lightboxes
85
+
86
+ A *Lightbox* in general is a helper which displays enlarged, almost
87
+ screen-filling versions of pictures (or videos), while dimming the rest of the
88
+ page. The technique, introduced by Lightbox V2, gained widespread popularity
89
+ due to its simple and elegant style. The term *lightbox* is used since then for
90
+ Javascript libraries to support such functionality.
91
+
92
+ For J1 Template, two different lightboxes can be used:
93
+
94
+ * Lightbox V2 (lightbox)
95
+ * LightGallery
96
+
97
+ The default lightbox used by J1 Template is *Lightbox V2*, a Javascript library
98
+ written by _Lokesh Dhakar_. The name of that (build-in) is simply: *lightbox*.
99
+ For more complex use cases, like a thumbnail gallery preview or video support,
100
+ *LightGallery* can be used alternatively.
101
+
102
+ NOTE: The name *LightGallery* implies a sort of a Gallery but the library is a
103
+ _lightbox_. And, *LightGallery* provides much more functionality on image-based
104
+ data rather than enlarged displaying of images. See the examples below to check
105
+ for the differences in compare to the more simpler *Lightbox V2* lightbox.
106
+
107
+ Both lightboxes are fully integrated to be used as standalone modules or to be
108
+ used as helpers _under-the-hood_ by other apps or modules focussing on image
109
+ data like *gallery* or *carousel*, the build-in carousel module.
110
+
111
+ === Lightbox Examples
112
+
113
+ Find below an example of using the lightbox Lightbox *standalone*. See how
114
+ *single* (individual) images are linked for the use with *Lightbox*.
115
+
116
+ .A Lightbox block for standalone images
117
+ lightbox::example-standalone[ 400, {data-images-standalone} ]
118
+
119
+ For a *group* of images (image sets), *Lightbox* support image *groups*. Click
120
+ on the images below to see how *Lightbox* manage image groups.
121
+
122
+ .A Lightbox block for grouped images
123
+ lightbox::example-group[ 400, {data-images-group}, group ]
124
+
125
+
126
+ === LightGallery Example
127
+
128
+ *LightGallery* provides more complex functions on image data. The lightbox
129
+ supports a gallery-styled thumbnail preview plus image resizing, a dowload
130
+ dialog, sharing provider support and some more helpfull. Check what
131
+ *LightGallery* can do by the following example.
132
+
133
+ [subs=attributes]
134
+ ++++
135
+ <div id="caption1" style="display:none">
136
+ <h4 class="notoc">Image 1</h4><p>Golden Gate Bridge with San Francisco in distance</p>
137
+ </div>
138
+ <div id="caption2" style="display:none">
139
+ <h4 class="notoc">Image 2</h4><p>Forest with mountains behind</p>
140
+ </div>
141
+ <div id="caption3" style="display:none">
142
+ <h4 class="notoc">Image 3</h4><p>Bicyclist looking out over hill at ocean</p>
143
+ </div>
144
+
145
+ <div id="lightgallery-roundtrip-example" class="imageblock mb-4" data-sub-html=".caption">
146
+ <a href="{images-dir}/lightbox-image-1.jpg" data-sub-html="#caption1">
147
+ <img src="{images-dir}/lightbox-thumb-1.jpg" alt="Golden Gate Bridge with San Francisco in distance">
148
+ </a>
149
+ <a href="{images-dir}/lightbox-image-2.jpg" data-sub-html="#caption2">
150
+ <img src="{images-dir}/lightbox-thumb-2.jpg" alt="Forest with mountains behind">
151
+ </a>
152
+ <a href="{images-dir}/lightbox-image-3.jpg" data-sub-html="#caption3">
153
+ <img src="{images-dir}/lightbox-thumb-3.jpg" alt="Bicyclist looking out over hill at ocean">
154
+ </a>
155
+ </div>
156
+
157
+ <script>
158
+ $(document).ready(function(){
159
+ $('#lightgallery-roundtrip-example').lightGallery({
160
+ thumbnail: true
161
+ });
162
+ });
163
+ </script>
164
+ ++++
165
+
166
+
167
+ == J1 Carousel App
168
+
169
+ *J1 Carousel* is based on *OWL Carousel V1* in the latest (and unfortuneatly
170
+ last) version of 1.3.3. OWL Carousel is a clean and neat jQuery slider plugin
171
+ for creating fully responsive and touch-enabled carousel sliders.
172
+
173
+ NOTE: OWL Carousel V1 is *not* longer available on the Internet; for unknown
174
+ reason. Anyway, J1 Template is using this version of *OWL Carousel* as a
175
+ build-in carousel module because the software does an excellent job, is based
176
+ on a MIT license with no issues using them for private and business use.
177
+ And offers a lot of great features!
178
+
179
+ === Simple Text Carousel
180
+
181
+ A slider or carousel typically is used for displaying images but the
182
+ implementation for J1 Template support a lot more *sources* to be displayed
183
+ as a slide show: simple *text* for example.
184
+
185
+ carousel::owl_demo_text_carousel[role="mb-3"]
186
+
187
+ Important statements or topics can be placed e.g. on top of an article or a
188
+ paragraph to give them a better *visibility*. In one line, you can present
189
+ a bunch of *facts* to know animated for the readers attention within as single
190
+ line - no much space is needed.
191
+
192
+ === Parallax Text Carousel
193
+
194
+ A more *eye-minded* type of a text show is a *parallax* text slider. If you
195
+ want to place emphasis on you personal statements focussing the meaning, this
196
+ type of a slide show may be interesting. Image based slide shows may draw off
197
+ the readers attention from the text, therefor a *pure text based* presentation
198
+ may the better choice.
199
+
200
+ ++++
201
+ <div class="parallax-slider__owl_demo_text_carousel_parallax mb-3" style="background-position: 50% 45px">
202
+ <div id="owl_demo_text_carousel_parallax"></div>
203
+ </div>
204
+
205
+ <script>
206
+ $('head').append('<style>.parallax-slider__owl_demo_text_carousel_parallax{background:url(/assets/images/quotes/default.png) 50% 0 repeat fixed}</style>');
207
+ $('head').append('<style>.parallax-slider__owl_demo_text_carousel_parallax{padding:75px 0 75px 25px;position:relative}</style>');
208
+ $('head').append('<style>.parallax-slider__owl_demo_text_carousel_parallax{color:#e5e5e5;font-size:1.5rem;font-weight:400}</style>');
209
+ $('head').append('<!-- style>.parallax-slider__owl_demo_text_carousel_parallax{text-align:center}</style -->');
210
+ $('head').append('<!-- style>.parallax-slider__owl_demo_text_carousel_parallax{text-transform:uppercase}</style -->');
211
+ $('head').append('<style>.parallax-slider__owl_demo_text_carousel_parallax:before{top:0;left:0;width:100%;height:100%;content:" ";position:absolute;background:url(/assets/images/patterns/gridtile.png) repeat;}</style>');
212
+ $('head').append('<style>.parallax-slider__owl_demo_text_carousel_parallax:after{top:0;left:0;width:100%;height:100%;content:" ";position:absolute;background:rgba(0,0,0,0.3)}</style>');
213
+ </script>
214
+ ++++
215
+
216
+
217
+ Parallax text shows are can be placed as banners on a page. A lot of different
218
+ animations can be used. Internally, J1 Template is using some of the really
219
+ great CSS styles offered by _annimate.css_.
220
+
221
+ TIP: Have a look a https://daneden.github.io/animate.css/[Dan Eden's home page]
222
+ to see all the possible dynamic styles you can create based on pure CSS. *Some*
223
+ of them are implemented for *OWL Carousel* for animation. See the documetation
224
+ for the *CAROUSEL Module* for more details.
225
+
226
+ === Simple Image Carousel
227
+
228
+ Carousels are mostly used for pictures data to animate the images as series.
229
+ Find with the following some examples how to use a carousel for your image
230
+ data.
231
+
232
+ A simple image show is useful for example as an animated (or not animated)
233
+ banner presenting interesting things of your site or the products offered.
234
+
235
+ .Simple Image Carousel
236
+ carousel::owl_demo_simple[role="mb-5"]
237
+
238
+ === Carousel + Caption + Lightbox
239
+
240
+ Carousels can be used for a quite compact form of image galleries. This example
241
+ show some pictures having individual caption text *and* support a lightbox to
242
+ enlarge images full size. For the example below, a quite simple lightbox
243
+ is used: *Lightbox V2*; or short: *lightbox*.
244
+
245
+ .Nice cats
246
+ carousel::owl_demo_cats[role="mb-5"]
247
+
248
+
249
+ The J1 module *lightbox* is a simple Lightbox but offers a bunch of interesting
250
+ features for displaying images. For example, lightbox can display all images
251
+ (of a carousel) as a *group*. If one picture is opened in the lightbox, all
252
+ the other can browsed as well.
253
+
254
+ === One Slide Carousel + Lightbox
255
+
256
+ The build-in Carousel *carousel* supports multiple *and* single image shows.
257
+ Here you find an example of an single image slide show with *controls* enabled
258
+ to browse all images back and forth. An indicator below the slider shows how
259
+ many images the show contains.
260
+
261
+ .Single Slide Carousel and a Lightbox
262
+ carousel::owl_demo_oneslide[role="mb-5"]
263
+
264
+
265
+ == J1 Gallery App
266
+
267
+ To create *image* and *video* galleries, J1 Template implements the jQuery
268
+ plugin *JustifiedGallery* as the *main* gallery module. Beside Justified
269
+ Gallery, a gallery based on pure _Bootstrap_ code is available with the build-in
270
+ gallery app *gallery*.
271
+
272
+ *Justified Gallery* is a great jQuery plugin to create responsive, infinite
273
+ and high quality *justified* image galleries. J1 Template combines the gallery
274
+ with the *lightboxes* supported to *enlage* the images of a gallery.
275
+
276
+ The same to *gallery*. The gallery app is a slim jQuery plugin to create
277
+ galleries using the *grid system* of _Bootstrap_ navively. As mentioned ealier,
278
+ *gallery* is simple but a good choice for *even* sized images or for video
279
+ (thumbnail) previews. Video previews are based typically on *even* sized
280
+ *thumbnail* images. For that reason, the build-in module *gallery* is a
281
+ good choice.
282
+
283
+ See both of them in action - and for sure all what you see is even responsive.
284
+ Change the size of your current browser window, by width or height, to see
285
+ what will happen!
286
+
287
+
288
+ == What's next
289
+
290
+ lorem:sentences[3].
291
+
292
+ lorem:sentences[3]
293
+
294
+ What? Find out how it works: link:{roundtrip-present-videos}[Present videos].
295
+
296
+
297
+ /////
298
+ == What's next?
299
+
300
+ Hopefully you've enjoyed exploring the possibilities J1 offers for managing
301
+ and displaying digital image content. But much, much more can the J1 do for
302
+ your web.
303
+
304
+ Incredible? See the next example page link:{roundtrip-cards}[to check what Cards are all about].
305
+ /////