j1-template 2020.0.21 → 2020.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (306) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/ads/ad.html +2 -2
  3. data/_includes/themes/j1/blocks/footer/generator.html +1 -1
  4. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +2 -2
  5. data/_includes/themes/j1/layouts/content_generator_collection.html +2 -2
  6. data/_includes/themes/j1/layouts/content_generator_page.html +3 -3
  7. data/_includes/themes/j1/layouts/content_generator_post.html +3 -3
  8. data/_includes/themes/j1/layouts/layout_metadata_generator.html +2 -2
  9. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  10. data/_includes/themes/j1/modules/connectors/ads +2 -2
  11. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
  12. data/_includes/themes/j1/modules/connectors/analytics +2 -2
  13. data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
  14. data/_includes/themes/j1/modules/connectors/comments +2 -2
  15. data/_includes/themes/j1/modules/connectors/translator +2 -2
  16. data/_includes/themes/j1/modules/navigator/generator.html +9 -5
  17. data/_includes/themes/j1/procedures/global/attributes_loader.proc +20 -20
  18. data/_includes/themes/j1/procedures/global/create_bs_button.proc +3 -2
  19. data/_includes/themes/j1/procedures/global/setup.proc +9 -9
  20. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -2
  21. data/_includes/themes/j1/procedures/posts/collate_calendar.proc +1 -1
  22. data/_includes/themes/j1/procedures/posts/collate_list.proc +1 -1
  23. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +2 -2
  24. data/_layouts/default.html +3 -3
  25. data/_layouts/home.html +2 -2
  26. data/apps/public/cc/cc.yml +3 -3
  27. data/assets/data/authclient.html +1 -1
  28. data/assets/data/banner.html +27 -22
  29. data/assets/data/cookiebar.html +14 -10
  30. data/assets/data/menu.html +1 -1
  31. data/assets/data/mmenu.html +1 -1
  32. data/assets/data/panel.html +109 -63
  33. data/assets/data/quicklinks.html +2 -2
  34. data/assets/data/search.json +1 -1
  35. data/assets/data/ssm.html +1 -1
  36. data/assets/data/themes.json +8 -8
  37. data/assets/themes/j1/adapter/js/algolia.js +1 -1
  38. data/assets/themes/j1/adapter/js/attic.js +1 -1
  39. data/assets/themes/j1/adapter/js/back2top.js +2 -2
  40. data/assets/themes/j1/adapter/js/carousel.js +1 -1
  41. data/assets/themes/j1/adapter/js/clipboard.js +2 -2
  42. data/assets/themes/j1/adapter/js/framer.js +1 -1
  43. data/assets/themes/j1/adapter/js/gallery_customizer.js +1 -1
  44. data/assets/themes/j1/adapter/js/j1.js +16 -16
  45. data/assets/themes/j1/adapter/js/jf_gallery.js +1 -1
  46. data/assets/themes/j1/adapter/js/lightbox.js +2 -2
  47. data/assets/themes/j1/adapter/js/logger.js +1 -1
  48. data/assets/themes/j1/adapter/js/mmenu.js +17 -11
  49. data/assets/themes/j1/adapter/js/navigator.js +61 -55
  50. data/assets/themes/j1/adapter/js/rouge.js +246 -0
  51. data/assets/themes/j1/adapter/js/rtable.js +181 -0
  52. data/assets/themes/j1/adapter/js/searcher.js +1 -1
  53. data/assets/themes/j1/adapter/js/ssm.js +3 -3
  54. data/assets/themes/j1/adapter/js/themer.js +62 -109
  55. data/assets/themes/j1/adapter/js/toccer.js +10 -2
  56. data/assets/themes/j1/core/css/{icons-fontawesome.css → icon-fonts/fontawesome.css} +0 -0
  57. data/assets/themes/j1/core/css/{icons-fontawesome.min.css → icon-fonts/fontawesome.min.css} +0 -0
  58. data/assets/themes/j1/core/css/{icons-iconify.css → icon-fonts/iconify.css} +0 -0
  59. data/assets/themes/j1/core/css/{icons-iconify.min.css → icon-fonts/iconify.min.css} +0 -0
  60. data/assets/themes/j1/core/css/{icons-materialdesign.css → icon-fonts/materialdesign.css} +0 -0
  61. data/assets/themes/j1/core/css/{icons-materialdesign.min.css → icon-fonts/materialdesign.min.css} +0 -0
  62. data/assets/themes/j1/core/css/{icons-twemoji.css → icon-fonts/twemoji.css} +0 -0
  63. data/assets/themes/j1/core/css/{icons-twemoji.min.css → icon-fonts/twemoji.min.css} +0 -0
  64. data/assets/themes/j1/core/css/{bootstrap.css → themes/bootstrap/bootstrap.css} +0 -0
  65. data/assets/themes/j1/core/css/{bootstrap.min.css → themes/bootstrap/bootstrap.min.css} +0 -0
  66. data/assets/themes/j1/core/css/{uno-dark.css → themes/uno-dark/bootstrap.css} +103 -97
  67. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +6 -0
  68. data/assets/themes/j1/core/css/{uno.css → themes/uno-light/bootstrap.css} +1139 -936
  69. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +8 -0
  70. data/assets/themes/j1/core/css/vendor.css +44 -32
  71. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  72. data/assets/themes/j1/core/js/template.js +1 -1
  73. data/assets/themes/j1/core/js/template.js.map +1 -1
  74. data/assets/themes/j1/core/js/template.min.js +1 -1
  75. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +6930 -0
  76. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +4 -5
  77. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +8 -1
  78. data/assets/themes/j1/modules/carousel/css/theme/uno.css +8 -2
  79. data/assets/themes/j1/modules/jquery/js/jquery.js +7 -4
  80. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -2
  81. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +11 -11
  82. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +386 -12
  83. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +16 -12
  84. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +189 -8
  85. data/assets/themes/j1/modules/rouge/js/select.js +25 -0
  86. data/assets/themes/j1/modules/rtable/LICENSE +22 -0
  87. data/assets/themes/j1/modules/rtable/README.md +418 -0
  88. data/assets/themes/j1/modules/rtable/css/tablesaw.stackonly.css +148 -0
  89. data/assets/themes/j1/modules/rtable/css/theme/uno.css +191 -0
  90. data/assets/themes/j1/modules/rtable/css/theme/uno.min.css +191 -0
  91. data/assets/themes/j1/modules/rtable/js/rtable.js +692 -0
  92. data/assets/themes/j1/modules/rtable/js/rtable.min.js +690 -0
  93. data/assets/themes/j1/modules/rtable/js/tablesaw-init.js +18 -0
  94. data/assets/themes/j1/modules/rtable/js/tablesaw.stackonly.js +2371 -0
  95. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +15 -2
  96. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +1 -1
  97. data/lib/j1/version.rb +1 -1
  98. data/lib/j1_app/j1_auth_manager/config.rb +2 -2
  99. data/lib/starter_web/Gemfile +1 -1
  100. data/lib/starter_web/_config.yml +74 -8
  101. data/lib/starter_web/_data/apps/carousel.yml +2 -2
  102. data/lib/starter_web/_data/blocks/banner.yml +31 -26
  103. data/lib/starter_web/_data/blocks/defaults/banner.yml +14 -13
  104. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  105. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -2
  106. data/lib/starter_web/_data/blocks/footer.yml +1 -1
  107. data/lib/starter_web/_data/blocks/panel.yml +30 -31
  108. data/lib/starter_web/_data/{template_settings.yml → j1_config.yml} +54 -4
  109. data/lib/starter_web/_data/layouts/home.yml +9 -9
  110. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +3 -1
  111. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  112. data/lib/starter_web/_data/modules/defaults/themer.yml +8 -13
  113. data/lib/starter_web/_data/modules/themer.yml +0 -18
  114. data/lib/starter_web/_data/resources.yml +58 -12
  115. data/lib/starter_web/{includes → _includes}/attributes.asciidoc +18 -7
  116. data/lib/starter_web/_includes/documents/licenses/mit.asciidoc +19 -0
  117. data/lib/starter_web/{collections/posts/private → _includes/documents}/readme +0 -0
  118. data/lib/starter_web/{collections/posts/public/wikipedia/_posts/000_includes/tables/debug_variables.asciidoc → _includes/tables/jekyll_variables.asciidoc} +8 -11
  119. data/lib/starter_web/_includes/tables/template_variables.asciidoc +46 -0
  120. data/lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg +0 -0
  121. data/lib/starter_web/assets/images/modules/attics/tldr-1920x800.jpg +0 -0
  122. data/lib/starter_web/collections/posts/{protected → private/_posts}/readme +0 -0
  123. data/lib/starter_web/collections/posts/protected/_posts/readme +0 -0
  124. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +70 -72
  125. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +17 -5
  126. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +32 -25
  127. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +24 -21
  128. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +38 -0
  129. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/documents/readme +0 -0
  130. data/lib/starter_web/collections/posts/public/featured/_posts/{000_includes → _includes/documents}/unsplash-badge.asciidoc +0 -0
  131. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/tables/readme +0 -0
  132. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +493 -506
  133. data/lib/starter_web/collections/posts/public/{featured/_posts/000_includes → series/_posts/_includes}/attributes.asciidoc +8 -18
  134. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/documents/100-docker-using-shared-folders.asciidoc +0 -0
  135. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/documents/loop.sh +0 -0
  136. data/lib/starter_web/collections/posts/public/series/_posts/{000_includes → _includes}/tables/debug_variables.asciidoc +0 -0
  137. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +97 -11
  138. data/lib/starter_web/collections/posts/public/test_posts/_posts/{includes → _includes}/attributes.asciidoc +1 -8
  139. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/documents/readme +0 -0
  140. data/lib/starter_web/collections/posts/public/{series/_posts/includes → test_posts/_posts/_includes}/tables/debug_variables.asciidoc +0 -0
  141. data/lib/starter_web/collections/posts/public/test_posts/_posts/_includes/tables/readme +0 -0
  142. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +14 -5
  143. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/attributes.asciidoc +37 -0
  144. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/documents/readme +0 -0
  145. data/lib/starter_web/collections/posts/public/wikipedia/_posts/_includes/tables/readme +0 -0
  146. data/lib/starter_web/package.json +1 -1
  147. data/lib/starter_web/pages/protected/site_search.adoc +4 -4
  148. data/lib/starter_web/pages/public/blog/navigator/archive.html +2 -2
  149. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
  150. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
  151. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
  152. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +7 -3
  153. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +9 -4
  154. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +8 -4
  155. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{includes → _includes}/attributes.asciidoc +2 -9
  156. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/100_meet_and_greet_jekyll.asciidoc +31 -0
  157. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{includes → _includes}/documents/200_preparations.asciidoc +0 -0
  158. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{includes → _includes}/documents/300_first_awesome_web.asciidoc +0 -0
  159. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/{includes → _includes}/parts.asciidoc +1 -1
  160. data/lib/starter_web/{collections/posts/public/test_posts/_posts/includes → pages/public/learn/kickstarter/web_in_a_day/_includes}/tables/debug_variables.asciidoc +0 -0
  161. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +0 -0
  162. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +56 -54
  163. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +26 -23
  164. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +34 -31
  165. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +51 -48
  166. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +47 -57
  167. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +20 -17
  168. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +223 -72
  169. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +132 -33
  170. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/attributes.asciidoc +6 -0
  171. data/lib/starter_web/pages/public/{test_pages/includes → learn/roundtrip/_includes}/documents/100_gistblock.asciidoc +2 -1
  172. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_bottom_info.asciidoc +0 -0
  173. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_bottom_left_warning.asciidoc +0 -0
  174. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_bottom_right_danger.asciidoc +0 -0
  175. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_central_success.asciidoc +0 -0
  176. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_full_height_left_info.asciidoc +0 -0
  177. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_full_height_right_success.asciidoc +0 -0
  178. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_table_3_column.asciidoc +1 -1
  179. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_top_info.asciidoc +0 -0
  180. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_top_left_info.asciidoc +0 -0
  181. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/410_top_right_success.asciidoc +0 -0
  182. data/lib/starter_web/pages/public/learn/roundtrip/{includes → _includes}/documents/419_advanced_modals_demo.asciidoc +0 -0
  183. data/lib/starter_web/pages/public/learn/roundtrip/_includes/tables/readme +0 -0
  184. data/lib/starter_web/pages/public/learn/{whats_up.adoc → where_to_go.adoc} +28 -23
  185. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +1 -1
  186. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +64 -65
  187. data/lib/starter_web/pages/public/previewer/{includes → _includes}/attributes.asciidoc +6 -0
  188. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +19 -0
  189. data/lib/starter_web/pages/public/previewer/_includes/documents/readme +0 -0
  190. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/100_absolute_sizes.asciidoc +1 -1
  191. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/110_bs_grid_sizes.asciidoc +1 -1
  192. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/120_relative_sizes.asciidoc +1 -1
  193. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/200_rotate.asciidoc +1 -1
  194. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/300_flip.asciidoc +1 -1
  195. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/400_spin_pulsed.asciidoc +1 -1
  196. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/500_bw_color_palette.asciidoc +1 -1
  197. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/510_bs_color_palette.asciidoc +1 -1
  198. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/600_md_color_palette.asciidoc +1 -1
  199. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +1 -1
  200. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/mdi_icons/602_md_color_palette_pink.asciidoc +1 -1
  201. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/twitter_emoji/100_bs_sizes.asciidoc +1 -1
  202. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/twitter_emoji/100_relative_sizes.asciidoc +1 -1
  203. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/twitter_emoji/200_rotate.asciidoc +1 -1
  204. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/twitter_emoji/300_flip.asciidoc +1 -1
  205. data/lib/starter_web/pages/public/previewer/{includes → _includes}/tables/twitter_emoji/400_spin_pulsed.asciidoc +1 -1
  206. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +2059 -1827
  207. data/lib/starter_web/pages/public/previewer/iframer.adoc +1 -2
  208. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +8 -4
  209. data/lib/starter_web/pages/public/previewer/rouge.adoc +200 -0
  210. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +7 -7
  211. data/lib/starter_web/pages/public/test_pages/{includes → _includes}/attributes.asciidoc +3 -1
  212. data/lib/starter_web/pages/public/{learn/roundtrip/includes → test_pages/_includes}/documents/100_gistblock.asciidoc +0 -0
  213. data/lib/starter_web/pages/public/test_pages/{includes → _includes}/tables/000_bem_specifiers.asciidoc +1 -1
  214. data/lib/starter_web/pages/public/test_pages/_includes/tables/000_specifier_examples.asciidoc +56 -0
  215. data/lib/starter_web/pages/public/test_pages/deck_of_posts.adoc +162 -0
  216. data/lib/starter_web/pages/public/test_pages/floating_ad.adoc +7 -21
  217. data/lib/starter_web/pages/public/test_pages/floating_div.adoc +24 -38
  218. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +7 -21
  219. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +100 -8
  220. data/lib/starter_web/pages/public/test_pages/responsive_images.adoc +212 -0
  221. data/lib/starter_web/pages/public/test_pages/responsive_tables.adoc +209 -0
  222. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/attributes.asciidoc +0 -0
  223. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/100_gistblock.asciidoc +0 -0
  224. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_info.asciidoc +0 -0
  225. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +0 -0
  226. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +0 -0
  227. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_central_success.asciidoc +0 -0
  228. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +0 -0
  229. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +0 -0
  230. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_table_3_column.asciidoc +1 -1
  231. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_info.asciidoc +0 -0
  232. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_left_info.asciidoc +0 -0
  233. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/410_top_right_success.asciidoc +0 -0
  234. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +0 -0
  235. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/000_test_youtube_video.adoc +0 -0
  236. data/lib/starter_web/pages/public/{learn → test_pages}/vtutorials/100_basic_video.adoc +0 -0
  237. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  238. data/lib/starter_web/utilsrv/package.json +1 -1
  239. metadata +118 -147
  240. data/assets/data/jupyter/notebooks/_html/template.full.head.html +0 -75
  241. data/assets/data/jupyter/notebooks/_html/visualisation.html +0 -968
  242. data/assets/data/jupyter/notebooks/html/template.html +0 -50
  243. data/assets/data/jupyter/notebooks/html/visualisation.ok.html +0 -949
  244. data/assets/data/jupyter/notebooks/tutorial.ipynb +0 -169
  245. data/assets/data/jupyter/notebooks/visualisation.ipynb +0 -9413
  246. data/assets/themes/j1/core/css/theme-extensions.css +0 -9811
  247. data/assets/themes/j1/core/css/theme-extensions.min.css +0 -1
  248. data/assets/themes/j1/core/css/uno-dark.min.css +0 -6
  249. data/assets/themes/j1/core/css/uno.min.css +0 -8
  250. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css +0 -10278
  251. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css.map +0 -1
  252. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css +0 -7
  253. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map +0 -1
  254. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +0 -4420
  255. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js.map +0 -1
  256. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +0 -7
  257. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +0 -1
  258. data/assets/themes/j1/modules/bsDatepicker/css/datepicker.css +0 -203
  259. data/assets/themes/j1/modules/bsDatepicker/css/theme/uno.css +0 -235
  260. data/assets/themes/j1/modules/bsDatepicker/js/datepicker.js +0 -509
  261. data/assets/themes/j1/modules/bsDatepicker/less/datepicker.less +0 -122
  262. data/assets/themes/j1/modules/jqMouseWheel/README.md +0 -76
  263. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.js +0 -221
  264. data/assets/themes/j1/modules/jqMouseWheel/js/jquery.mousewheel.min.js +0 -9
  265. data/assets/themes/j1/modules/noUISlider/LICENSE +0 -13
  266. data/assets/themes/j1/modules/noUISlider/css/nouislider.css +0 -260
  267. data/assets/themes/j1/modules/noUISlider/css/nouislider.min.css +0 -1
  268. data/assets/themes/j1/modules/noUISlider/js/nouislider.js +0 -2312
  269. data/assets/themes/j1/modules/noUISlider/js/nouislider.min.js +0 -3
  270. data/assets/themes/j1/modules/polyfills/js/msie.js +0 -140
  271. data/lib/starter_web/_data/modules/defaults/cookie_consent.yml +0 -132
  272. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  273. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +0 -81
  274. data/lib/starter_web/collections/_biography/becoming.adoc +0 -72
  275. data/lib/starter_web/collections/_biography/born-to-run.adoc +0 -78
  276. data/lib/starter_web/collections/_biography/forty-autumns.adoc +0 -75
  277. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +0 -69
  278. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +0 -72
  279. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +0 -73
  280. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +0 -64
  281. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +0 -64
  282. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +0 -62
  283. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +0 -63
  284. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +0 -62
  285. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +0 -60
  286. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +0 -67
  287. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +0 -61
  288. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +0 -69
  289. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +0 -66
  290. data/lib/starter_web/collections/_romance/outlander-novel.adoc +0 -78
  291. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +0 -62
  292. data/lib/starter_web/collections/posts/public/series/_posts/000_includes/attributes.asciidoc +0 -66
  293. data/lib/starter_web/collections/posts/public/series/_posts/includes/attributes.asciidoc +0 -66
  294. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/100-docker-using-shared-folders.asciidoc +0 -430
  295. data/lib/starter_web/collections/posts/public/series/_posts/includes/documents/loop.sh +0 -28
  296. data/lib/starter_web/collections/posts/public/wikipedia/_posts/000_includes/attributes.asciidoc +0 -46
  297. data/lib/starter_web/pages/public/bookshelf/100_whats_up.adoc +0 -281
  298. data/lib/starter_web/pages/public/bookshelf/200_book_shelf_biography.adoc +0 -52
  299. data/lib/starter_web/pages/public/bookshelf/300_book_shelf_fantasy.adoc +0 -54
  300. data/lib/starter_web/pages/public/bookshelf/400_book_shelf_romance.adoc +0 -54
  301. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/includes/documents/100_meet_and_greet_jekyll.asciidoc +0 -31
  302. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/attributes.asciidoc +0 -69
  303. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/000_includes/documents/100_buttons.asciidoc +0 -170
  304. data/lib/starter_web/pages/public/learn/roundtrip/510_mdb_preview/mdb_previewer.adoc +0 -52
  305. data/lib/starter_web/pages/public/test_pages/includes/images/pages/minneapolis.1200x400.jpg +0 -0
  306. data/lib/starter_web/pages/public/test_pages/includes/tables/000_specifier_examples.asciidoc +0 -56
@@ -21,22 +21,26 @@ resource_options:
21
21
  // Enable the Liquid Preprocessor
22
22
  :page-liquid:
23
23
 
24
+ // Set page (local) attributes here
25
+ // -----------------------------------------------------------------------------
26
+ // :page--attr: <attr-value>
27
+
24
28
  // Load Liquid procedures
25
29
  // -----------------------------------------------------------------------------
26
30
  {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
27
31
 
28
- // Load page attributes (all)
32
+ // Load page attributes
29
33
  // -----------------------------------------------------------------------------
30
- {% include {{load_attributes}} scope="all" %}
34
+ {% include {{load_attributes}} scope="none" %}
35
+
31
36
 
32
37
  // Page content
33
- // =============================================================================
38
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34
39
 
35
40
  // Include sub-documents
36
41
  // -----------------------------------------------------------------------------
37
42
  include::{documentdir}/300_first_awesome_web.asciidoc[]
38
43
 
39
-
40
44
  == Summarize!
41
45
 
42
46
  include::{includedir}/parts.asciidoc[tag=summarize]
@@ -34,8 +34,8 @@ tag::urls[]
34
34
  end::urls[]
35
35
 
36
36
 
37
- // Tags - AsciiDoc attributes used internally
38
- // -------------------------------------------------------------------
37
+ // TAGS - local Asciidoctor tags
38
+ // -----------------------------------------------------------------------------
39
39
  tag::tags[]
40
40
 
41
41
  :debug: false
@@ -158,7 +158,6 @@ tag::data[]
158
158
 
159
159
  end::data[]
160
160
 
161
-
162
161
  // DOCUMENTS, local document resources
163
162
  // -----------------------------------------------------------------------------
164
163
  tag::documents[]
@@ -171,12 +170,6 @@ tag::tables[]
171
170
  end::tables[]
172
171
 
173
172
 
174
- // PRODUCTS, local product information (e.g. release)
175
- // -----------------------------------------------------------------------------
176
- tag::products[]
177
- end::products[]
178
-
179
-
180
173
  // AUTHORS, local author information (e.g. article)
181
174
  // -----------------------------------------------------------------------------
182
175
  tag::authors[]
@@ -0,0 +1,31 @@
1
+
2
+ *Web in a Day* is the first in a series of tutorials to learn how to
3
+ create modern websites using Jekyll. This Kickstarter focuses on the basics
4
+ of Jekyll and the J1 Template, which all people needs to know for a successful
5
+ way to a modern static website using Jekyll and J1 Template.
6
+
7
+ It is highly recommended to read and work on this tutorial by everyone -
8
+ independently from what level of knowledge they begin. Jekyll is from classic
9
+ Content Management Systems (CMS) like Joomla, WordPress or Drupal.
10
+ No surprise: Jekyll and J1 are different as well.
11
+
12
+ It sounds much, spending a whole day to get Jekyll to know - yes, it is much.
13
+ You'll find a lot of Blog articles like *Jekyll in 15 minutes*. But what can
14
+ be *learned* in 15 minutes?
15
+
16
+ To be fair, most of these blogs are intended to help *installing Jekyll* and
17
+ get the very first steps managed out of the box. If you run Jekyll out of the
18
+ box, the resulting website (from the build-in theme scaffold) might somewhat
19
+ frustrating. You'll get an elementary site created based on Jekyll's theme
20
+ *minima*.
21
+
22
+ To not waste time, get through the tutorial and find out what is the
23
+ *Jekyll Way*. And if this the way you want to go.
24
+
25
+ Have a good time, a good day learning Jekyll.
26
+
27
+
28
+ == Meet and greet Jekyll
29
+
30
+ lorem:sentences[5] +
31
+ lorem:sentences[3] +
@@ -61,7 +61,7 @@ Find here is a list of the basic Chocolatey commands used this section.
61
61
  And some more related ones. If you'd like to explore the Chocolatey CLI a bit
62
62
  *more*, give it a try before moving on.
63
63
 
64
- [cols="8a,4", options="header", role="table-responsive-stacked-lg, full-width"]
64
+ [cols="8a,4", options="header", role="rtable, full-width"]
65
65
  |===============================================================================
66
66
  |Command |Description
67
67
 
@@ -18,6 +18,8 @@ resources: [
18
18
  justified_gallery, light_gallery
19
19
  ]
20
20
  resource_options:
21
+ - toccer:
22
+ collapseDepth: 3
21
23
  - attic:
22
24
  padding_top: 400
23
25
  padding_bottom: 50
@@ -36,30 +38,30 @@ resource_options:
36
38
  // Enable the Liquid Preprocessor
37
39
  :page-liquid:
38
40
 
39
- // Load Liquid procedures
41
+ // Set page (local) attributes here
40
42
  // -----------------------------------------------------------------------------
41
- {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
43
+ // :page--attr: <attr-value>
44
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
42
45
 
43
- // Load page attributes (all)
46
+ // Load Liquid procedures
44
47
  // -----------------------------------------------------------------------------
45
- {% include {{load_attributes}} scope="all" %}
48
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
46
49
 
47
- // Set local page attributes
50
+ // Load page attributes
48
51
  // -----------------------------------------------------------------------------
49
- :images-dir: {imagesdir}/pages/roundtrip/100_present_images
52
+ {% include {{load_attributes}} scope="local" %}
50
53
 
51
54
  // Page content
52
- // =============================================================================
53
-
55
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54
56
  Welcome to the first preview page focussing the image module. This page shows
55
- you some of the quite useful features of J1 Template to manage your image based
56
- content using lightboxes, carousels (slider) and galleries.
57
+ you some of them quite useful features of J1 Template to manage your
58
+ image-based content using lightboxes, carousels (slider) and galleries.
57
59
 
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
62
- as a base, let you present your images as slide shows.
60
+ The image module offers complex functionality based on powerful OpenSource
61
+ libraries like the build-in Gallery gallery for simple _Bootstrap_ grid-based
62
+ image galleries or Justified Gallery for high-end, masonry styled preview maps.
63
+ The build-in carousel app carousel, using the jQuery plugin Owl Carousel as a
64
+ base, let you present your images as slide shows.
63
65
 
64
66
  Lightboxes like LightGallery or Lightbox V2 support your web for full image
65
67
  views of your picture or video content. Have a look, a quick tour what J1
@@ -67,7 +69,7 @@ can do. Have fun!
67
69
 
68
70
  == J1 Lightboxes
69
71
 
70
- A Lightbox in general is a helper which displays enlarged, almost
72
+ A Lightbox, in general, is a helper which displays enlarged, almost
71
73
  screen-filling versions of pictures (or videos), while dimming the rest of the
72
74
  page. The technique, introduced by Lightbox V2, gained widespread popularity
73
75
  due to its simple and elegant style. The term lightbox is used since then for
@@ -83,14 +85,14 @@ written by _Lokesh Dhakar_. The name of that (build-in) is simply: lightbox.
83
85
  For more complex use cases, like a thumbnail gallery preview or video support,
84
86
  LightGallery can be used alternatively.
85
87
 
86
- NOTE: The name LightGallery implies a sort of a Gallery but the library is a
88
+ NOTE: The name LightGallery implies a sort of a Gallery, but the library is a
87
89
  _lightbox_. And, LightGallery provides much more functionality on image-based
88
90
  data rather than enlarged displaying of images. See the examples below to check
89
- for the differences in compare to the more simpler Lightbox V2 lightbox.
91
+ for the differences in comparison to the simpler Lightbox V2 lightbox.
90
92
 
91
93
  Both lightboxes are fully integrated to be used as standalone modules or to be
92
- used as helpers _under-the-hood_ by other apps or modules focussing on image
93
- data like gallery or carousel, the build-in carousel module.
94
+ used as helpers _under-the-hood_ by other apps or modules focussing on
95
+ image-data like gallery or carousel, the build-in carousel module.
94
96
 
95
97
  == Lightbox Examples
96
98
 
@@ -109,8 +111,8 @@ lightbox::example-group[ 400, {data-images-group}, group ]
109
111
  === LightGallery Example
110
112
 
111
113
  LightGallery provides more complex functions on image data. The lightbox
112
- supports a gallery-styled thumbnail preview plus image resizing, a dowload
113
- dialog, sharing provider support and some more helpfull. Check what
114
+ supports a gallery-style thumbnail preview plus image resizing, a dowload
115
+ dialogue, sharing provider support and some more helpful. Check what
114
116
  LightGallery can do by the following example.
115
117
 
116
118
  [subs=attributes]
@@ -148,35 +150,35 @@ LightGallery can do by the following example.
148
150
 
149
151
  == J1 Carousel App
150
152
 
151
- J1 Carousel is based on OWL Carousel V1 in the latest (and unfortuneatly
153
+ J1 Carousel is based on OWL Carousel V1 in the latest (and unfortunately
152
154
  last) version of 1.3.3. OWL Carousel is a clean and neat jQuery slider plugin
153
155
  for creating fully responsive and touch-enabled carousel sliders.
154
156
 
155
- NOTE: OWL Carousel V1 is not longer available on the Internet; for unknown
157
+ NOTE: OWL Carousel V1 is no longer available on the Internet; for an unknown
156
158
  reason. Anyway, J1 Template is using this version of OWL Carousel as a
157
159
  build-in carousel module because the software does an excellent job, is based
158
- on a MIT license with no issues using them for private and business use.
160
+ on an MIT license with no issues using them for private and business use.
159
161
  And offers a lot of great features!
160
162
 
161
163
  === Simple Text Carousel
162
164
 
163
165
  A slider or carousel typically is used for displaying images but the
164
166
  implementation for J1 Template support a lot more sources to be displayed
165
- as a slide show: simple text for example.
167
+ as a slide show: simple text, for example.
166
168
 
167
169
  carousel::owl_demo_text_carousel[role="mb-3"]
168
170
 
169
171
  Important statements or topics can be placed e.g. on top of an article or a
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
172
+ paragraph to give them better visibility. In one line, you can present
173
+ a bunch of facts to know animated for the reader's attention within as single
172
174
  line - no much space is needed.
173
175
 
174
176
  === Parallax Text Carousel
175
177
 
176
- A more eye-minded type of a text show is a parallax text slider. If you
177
- want to place emphasis on you personal statements focussing the meaning, this
178
- type of a slide show may be interesting. Image based slide shows may draw off
179
- the readers attention from the text, therefor a pure text based presentation
178
+ A more eye-minded type of a text-show is a parallax text slider. If you
179
+ want to place emphasis on your personal statements focussing the meaning, this
180
+ kind of a slide show may be interesting. Image-based slide shows may draw off
181
+ the reader's attention from the text, therefor a pure text-based presentation
180
182
  may the better choice.
181
183
 
182
184
  .Parallax Slider
@@ -198,46 +200,46 @@ may the better choice.
198
200
  </script>
199
201
  ++++
200
202
 
201
- Parallax text shows are can be placed as banners on a page. A lot of different
203
+ Parallax text shows can be placed as banners on a page. A lot of different
202
204
  animations can be used. Internally, J1 Template is using some of the really
203
205
  great CSS styles offered by _animate.css_.
204
206
 
205
207
  TIP: Have a look a https://daneden.github.io/animate.css/[Dan Eden's home page]
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
+ to see all the possible dynamic styles, you can create based on pure CSS. Some
209
+ of them are implemented for OWL Carousel for animation. See the documentation
208
210
  for the CAROUSEL Module for more details.
209
211
 
210
212
  === Simple Image Carousel
211
213
 
212
- Carousels are mostly used for pictures data to animate the images as series.
214
+ Carousels are mostly used for pictures data to animate the images as a series.
213
215
  Find with the following some examples how to use a carousel for your image
214
216
  data.
215
217
 
216
218
  A simple image show is useful for example as an animated (or not animated)
217
- banner presenting interesting things of your site or the products offered.
219
+ banner presenting exciting things of your site or the products offered.
218
220
 
219
221
  .Simple Image Carousel
220
222
  carousel::owl_demo_simple[role="mb-5"]
221
223
 
222
224
  === Carousel + Caption + Lightbox
223
225
 
224
- Carousels can be used for a quite compact form of image galleries. This example
225
- show some pictures having individual caption text and support a lightbox to
226
- enlarge images full size. For the example below, a quite simple lightbox
227
- is used: Lightbox V2; or short: lightbox.
226
+ Carousels can be used for an exceptionally compact form of image galleries.
227
+ This example shows some pictures having individual caption text and supports
228
+ a lightbox to enlarge images full size. For the example below, a almost simple
229
+ lightbox is used: Lightbox V2; or short: lightbox.
228
230
 
229
231
  .Nice cats
230
232
  carousel::owl_demo_cats[role="mb-5"]
231
233
 
232
- The J1 module lightbox is a simple Lightbox but offers a bunch of interesting
233
- features for displaying images. For example, lightbox can display all images
234
- (of a carousel) as a group. If one picture is opened in the lightbox, all
235
- the other can browsed as well.
234
+ The J1 module lightbox is a simple Lightbox but offers a bunch of impressive
235
+ features for displaying images. For example, the lightbox can display all
236
+ images (of a carousel) as a group. If one picture is opened in the lightbox, all
237
+ the other can be browsed as well.
236
238
 
237
239
  === One Slide Carousel + Lightbox
238
240
 
239
241
  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
242
+ Here you find an example of a single image slide show with controls enabled
241
243
  to browse all images back and forth. An indicator below the slider shows how
242
244
  many images the show contains.
243
245
 
@@ -248,21 +250,21 @@ carousel::owl_demo_oneslide[role="mb-5"]
248
250
 
249
251
  To create image and video galleries, J1 Template implements the jQuery
250
252
  plugin JustifiedGallery as the main gallery module. Beside Justified
251
- Gallery, a gallery based on pure _Bootstrap_ code is available with the build-in
252
- gallery app gallery.
253
+ Gallery, a gallery based on pure _Bootstrap_ code is available with the
254
+ built-in gallery app *gallery*.
253
255
 
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.
256
+ Justified Gallery is a great jQuery plugin to create responsive, infinite,
257
+ and high quality justified image galleries. J1 Template combines the Gallery
258
+ with the lightboxes supported to enlarge the images of a gallery.
257
259
 
258
- See Justified Gallery in action - and for sure all what you see is even
260
+ See Justified Gallery in action - and for sure all that you see is even
259
261
  responsive. Change the size of your current browser window, by width or height,
260
262
  to see what will happen!
261
263
 
262
264
  === Justified Gallery
263
265
 
264
266
  Pictures you've made are typically not even in size. Images may have the
265
- same size (resolution), but some of the are orientated landscape or other
267
+ same size (resolution), but some of them are orientated landscape or other
266
268
  may portrait. For that reason, a more powerful gallery is needed to create
267
269
  so-called justified views.
268
270
 
@@ -276,7 +278,7 @@ gallery::jg_customizer[]
276
278
 
277
279
  == Whats next
278
280
 
279
- Hopefully you've enjoyed exploring the possibilities J1 offers for managing
281
+ Hopefully, you've enjoyed exploring the possibilities J1 offers for managing
280
282
  and displaying digital image content. But much, much more can the J1 do for
281
283
  your web.
282
284
 
@@ -18,6 +18,8 @@ resources: [
18
18
  vimeo_player, vimeo_player, vimeo_froogaloop
19
19
  ]
20
20
  resource_options:
21
+ - toccer:
22
+ collapseDepth: 3
21
23
  - attic:
22
24
  padding_top: 400
23
25
  padding_bottom: 50
@@ -49,22 +51,23 @@ resource_options:
49
51
  // Enable the Liquid Preprocessor
50
52
  :page-liquid:
51
53
 
54
+ // Set page (local) attributes here
55
+ // -----------------------------------------------------------------------------
56
+ // :page--attr: <attr-value>
57
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
58
+
52
59
  // Load Liquid procedures
53
60
  // -----------------------------------------------------------------------------
54
61
  {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
55
62
 
56
- // Load page attributes (all)
63
+ // Load page attributes
57
64
  // -----------------------------------------------------------------------------
58
- {% include {{load_attributes}} scope="all" %}
65
+ {% include {{load_attributes}} scope="local" %}
59
66
 
60
- // Set local page attributes
61
- // -----------------------------------------------------------------------------
62
- :images-dir: {imagesdir}/pages/roundtrip/100_present_images
63
67
 
64
68
  // Page content
65
- // =============================================================================
66
-
67
- Playing video on a web page seems not that special since you can already
69
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70
+ Playing video on web pages seems not that special since you can already
68
71
  watch videos on web pages through plugins like _Flash Player_, _Quicktime_
69
72
  or _Silverlight_. A new standard goes to HTML5 Video, a pure HTML way to
70
73
  show video on the web; instead of the previous de facto standard of using
@@ -72,9 +75,9 @@ proprietary software.
72
75
 
73
76
  == Video Galleries
74
77
 
75
- HTML5 Video open the doors to your way presenting video content. Modern
76
- browsers support the video tag `<video>` for the HTML5 Video standard. Browsers
77
- have a build-in multimedia framework already for decoding and displaying
78
+ HTML5 Video opens the doors to your way presenting video content. Modern
79
+ browsers support the video tag `<video>` for the HTML5 video standard.
80
+ Browsers have a built-in multimedia framework already for decoding and displaying
78
81
  video content. No need to use such proprietary software components anymore!
79
82
 
80
83
  HTML5 Video support is given by the App gallery combined with the Lightbox
@@ -85,10 +88,10 @@ Two types of video sources are supported:
85
88
  . videos from local files (your web space)
86
89
  . videos from online sources (on the Internet) like YouTube, Vimeo, etc.
87
90
 
88
- The combination of the App gallery and the lightbox LightGallery is quite
91
+ The combination of the App gallery and the lightbox LightGallery is entirely
89
92
  usable for all the video content you want to present on your site. Galleries
90
93
  can be placed elsewhere with your content. You can use them for video blogs
91
- for example by placing them into your blog articles content.
94
+ by putting them into your blog articles content.
92
95
 
93
96
  WARNING: LightGallery can be used for free for private use but for
94
97
  business use, a commercial license is needed. See link:{light-gallery-license}[Light Gallery license]
@@ -96,10 +99,10 @@ how to use LightGallery for commercial webs and projects.
96
99
 
97
100
  == Local video content
98
101
 
99
- Digital image content, simple pictures or vidoes, are quite easy to make.
100
- Today, each and every mobile has a camera - not that bad! Presenting a bunch
101
- of (digital) pictures is very easy by using Justified Gallery for example.
102
- Videos created by a digi cam or a mobile can played by J1 Template using the
102
+ Digital image content, simple pictures or vidoe, are easy to make. Today, each
103
+ and every mobile has a camera - not that bad! Presenting a bunch
104
+ of (digital) pictures is very easy by using Justified Gallery, for example.
105
+ Videos created by a digicam or a mobile can be played by J1 Template using the
103
106
  HTML5 Video support of LightGallery.
104
107
 
105
108
  Two players are available with LightGallery:
@@ -116,11 +119,11 @@ gallery::jg_video_html5[role="mb-5"]
116
119
 
117
120
  == Online video content
118
121
 
119
- The Internet is full of interesting content. Video content is very popular,
120
- the number of channels at e.g. _YouTube_ is enormous. If you want to present
121
- video content from the Internet, e.g. your channnel, the online video
122
- support of J1 Template may a good choice. Find some enjoyable videos from
123
- James Cordon's channel: Carpool Karaoke.
122
+ The Internet is full of inspiring content. Video content is popular,
123
+ the number of channels at _YouTube_ is enormous. If you want to present
124
+ video content from the Internet, e.g. your channel, the online video
125
+ support of J1 Template may be the right choice. Find some enjoyable videos
126
+ from James Cordon's channel: Carpool Karaoke.
124
127
 
125
128
  .YouTube Video Gallery - Carpool Karaoke
126
129
  gallery::jg_video_online_youtube[role="mb-5"]
@@ -131,7 +134,7 @@ gallery::jg_video_online_vimeo[role="mb-5"]
131
134
  == Whats next
132
135
 
133
136
  Images and videos are quite visual - and could be impressive, for sure.
134
- But the most visual component is text for all pages, for all sites on the
137
+ But the most visual component is the text for all pages, for all sites on the
135
138
  Internet. To see how text could be presented great for modern responsive
136
139
  websites, check the section Typography next.
137
140