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
@@ -16,15 +16,28 @@
16
16
  # -----------------------------------------------------------------------------
17
17
  */
18
18
 
19
+ /* overload settings for class toc */
19
20
  .toc {
20
- overflow-y: auto;
21
+ overflow: hidden;
21
22
  }
22
23
 
24
+ /* enable scrollbar for toccer */
23
25
  .toc > .toc-list {
24
- overflow: hidden;
26
+ overflow-y: scroll;
25
27
  position: relative;
26
28
  }
27
29
 
30
+ /* hide scrollbar for FF browser */
31
+ .toc > .toc-list {
32
+ scrollbar-width: none;
33
+ }
34
+
35
+ /* hide scrollbar for webkit based browsers */
36
+ .toc-list::-webkit-scrollbar {
37
+ width: 0px;
38
+ background: transparent;
39
+ }
40
+
28
41
  .toc > .toc-list li {
29
42
  list-style: none;
30
43
  }
@@ -12,4 +12,4 @@
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
13
13
  # -----------------------------------------------------------------------------
14
14
  */
15
- .toc{overflow-y:auto}.toc>.toc-list{overflow:hidden;position:relative}.toc>.toc-list li{list-style:none}.toc-list{margin:0;padding-left:10px}a.toc-link{color:#bdbdbd;height:100%;font-size:1rem}a.toc-link:hover{color:#757575!important;text-decoration:none;font-weight:700}.is-collapsible{max-height:1000px;overflow:hidden;transition:all 300ms ease-in-out}.is-collapsed{max-height:0}.is-position-fixed{position:fixed!important;top:0}.is-active-link{font-weight:700}.toc-link::before{background-color:#e0e0e0;content:' ';display:inline-block;height:inherit;left:0;margin-top:-1px;position:absolute;width:2px}.is-active-link::before{background-color:#757575}
15
+ .toc{overflow:hidden}.toc>.toc-list{overflow-y:scroll;position:relative}.toc>.toc-list{scrollbar-width:none}.toc-list::-webkit-scrollbar{width:0;background:transparent}.toc>.toc-list li{list-style:none}.toc-list{margin:0;padding-left:10px}a.toc-link{color:#bdbdbd;height:100%;font-size:1rem}a.toc-link:hover{color:#757575!important;text-decoration:none;font-weight:700}.is-collapsible{max-height:1000px;overflow:hidden;transition:all 300ms ease-in-out}.is-collapsed{max-height:0}.is-position-fixed{position:fixed!important;top:0}.is-active-link{font-weight:700}.toc-link::before{background-color:#e0e0e0;content:' ';display:inline-block;height:inherit;left:0;margin-top:-1px;position:absolute;width:2px}.is-active-link::before{background-color:#757575}
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2020.0.21'
2
+ VERSION = '2020.0.22'
3
3
  end
@@ -48,8 +48,8 @@ module J1App
48
48
  end
49
49
 
50
50
  def self.template_config_file
51
- # File.join(Dir.pwd, '_data/template_settings.yml')
52
- File.join(J1App.project_path, '_data/template_settings.yml')
51
+ # File.join(Dir.pwd, '_data/j1_config.yml')
52
+ File.join(J1App.project_path, '_data/j1_config.yml')
53
53
  end
54
54
 
55
55
  def self.template_config
@@ -58,7 +58,7 @@ gem 'jekyll', '~> 4.0'
58
58
  # versions available for unsupported settings
59
59
  # TODO: Open range if template settings are stable
60
60
  #
61
- gem 'j1-template', '~> 2020.0.21' , '= 2020.0.21'
61
+ gem 'j1-template', '~> 2020.0.22' , '= 2020.0.22'
62
62
 
63
63
  # ------------------------------------------------------------------------------
64
64
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -53,7 +53,7 @@ environment: production
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Template Gem
55
55
  #
56
- version: 2020.0.21
56
+ version: 2020.0.22
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
@@ -61,16 +61,15 @@ version: 2020.0.21
61
61
  #
62
62
  copyright: J1 · Copyright © 2020
63
63
 
64
-
65
64
  # ==============================================================================
66
65
  # 2. THEME configuration
67
66
  #
68
67
  # ------------------------------------------------------------------------------
69
68
  #
70
- # Set the (gem-based) theme and the (Bootrap) theme used for the site
69
+ # Set the (gem-based) theme used for the site
71
70
  #
72
71
  # J1 Template is a so-called gem-based template for Jekyll. All components
73
- # for the template J1 (template core and template modules) are Ruby gem
72
+ # for the template J1 (template core and template modules) are Ruby Gem
74
73
  # managed by the Ruby bundler respectively by the GEM manager "gem". All
75
74
  # components are available public at RubyGems.org.
76
75
  #
@@ -119,7 +118,6 @@ template:
119
118
  name: j1
120
119
  config: j1_config
121
120
 
122
-
123
121
  # ==============================================================================
124
122
  # 3. SITE configuration
125
123
  #
@@ -348,7 +346,7 @@ base_path: ""
348
346
  #
349
347
  protocol: http
350
348
  host: localhost
351
- port: 4000
349
+ #port:
352
350
  timezone: Europe/Berlin
353
351
  encoding: UTF-8
354
352
 
@@ -364,7 +362,7 @@ show_dir_listing: false
364
362
  # source: .
365
363
  # destination: _site
366
364
  #
367
- source: .
365
+ source: .
368
366
  destination: _site
369
367
  plugins_dir: _plugins
370
368
  layouts_dir: _layouts
@@ -558,6 +556,31 @@ autopages:
558
556
  enabled: false
559
557
  layouts: [ paginator/autopage_collection.html ]
560
558
 
559
+ # ------------------------------------------------------------------------------
560
+ # COLLECTION settings
561
+ # See: https://jekyllrb.com/docs/collections/#collections
562
+ #
563
+ collections:
564
+
565
+ # ----------------------------------------------------------------------------
566
+ # Featured articles
567
+ #
568
+ featured:
569
+ output: true
570
+ permalink: /collections/:collection/:name/
571
+
572
+ # ----------------------------------------------------------------------------
573
+ # Book shelf
574
+ #
575
+ biography:
576
+ output: true
577
+ permalink: /collections/public/:collection/:name/
578
+ fantasy:
579
+ output: true
580
+ permalink: /collections/public/:collection/:name/
581
+ romance:
582
+ output: true
583
+ permalink: /collections/public/:collection/:name/
561
584
 
562
585
  # ------------------------------------------------------------------------------
563
586
  # FRONTMATTER defaults
@@ -679,7 +702,6 @@ defaults:
679
702
  # category-image: img26.jpg
680
703
  dir: /assets/images/collections/blog/series
681
704
 
682
-
683
705
  # ----------------------------------------------------------------------------
684
706
  # PUBLIC - WIKIPEDIA
685
707
  #
@@ -712,6 +734,50 @@ defaults:
712
734
  category-image:
713
735
  dir: /assets/images/collections/blog/wikipedia
714
736
 
737
+ # ----------------------------------------------------------------------------
738
+ # Collections
739
+ #
740
+
741
+ # ----------------------------------------------------------------------------
742
+ # Featured Articles
743
+ #
744
+ - scope:
745
+ type: featured
746
+ path: collections/_featured
747
+
748
+ values:
749
+ layout: page
750
+
751
+ # ----------------------------------------------------------------------------
752
+ # Biography (Book Shelf)
753
+ #
754
+ - scope:
755
+ type: biography
756
+ path: collections/_biography
757
+
758
+ values:
759
+ layout: page
760
+
761
+ # ----------------------------------------------------------------------------
762
+ # Fantasy (Book Shelf)
763
+ #
764
+ - scope:
765
+ type: fantasy
766
+ path: collections/_fantasy
767
+
768
+ values:
769
+ layout: page
770
+
771
+ # ----------------------------------------------------------------------------
772
+ # Romance (Book Shelf)
773
+ #
774
+ - scope:
775
+ type: romance
776
+ path: collections/_romance
777
+
778
+ values:
779
+ layout: page
780
+
715
781
  # ==============================================================================
716
782
  # 6. LAYOUT configuration
717
783
  #
@@ -382,7 +382,7 @@ settings:
382
382
 
383
383
  text: [
384
384
  "<big>Jekyll One Template</big> </br> <i>Clean, responsive and fully featured Template made for Jekyll</i>",
385
- "<big>Jekyll meets Bootstrap</big> </br> <i>Best of open source and commercial software for the Web</i>",
385
+ "<big>Jekyll meets Bootstrap</big> </br> <i>Best of OpenSource and commercial software for the Web</i>",
386
386
  "<big>J1 is Open Source</big> </br> <i>No pain for private or professional use</i>",
387
387
  "<big>Explore this site</big> </br> <i>Learn what's possible if you go the Jekyll Way</i>",
388
388
  "<big>Create modern static sites</big> </br> <i>Secure, powerful and fast<i>"
@@ -407,7 +407,7 @@ settings:
407
407
 
408
408
  text: [
409
409
  "<big>Jekyll One Template</big> </br> <i>Clean, responsive and fully featured Template made for Jekyll</i>",
410
- "<big>Jekyll meets Bootstrap</big> </br> <i>Best of open source and commercial software for the Web</i>",
410
+ "<big>Jekyll meets Bootstrap</big> </br> <i>Best of OpenSource and commercial software for the Web</i>",
411
411
  "<big>J1 is Open Source</big> </br> <i>No pain for private or professional use</i>",
412
412
  "<big>Explore this site</big> </br> <i>Learn what's possible if you go the Jekyll Way</i>",
413
413
  "<big>Create modern static sites</big> </br> <i>Secure, powerful and fast<i>"
@@ -24,7 +24,6 @@ about_config:
24
24
  # SETTINGS
25
25
  #
26
26
  settings:
27
-
28
27
  # ----------------------------------------------------------------------------
29
28
  # General parallax settings
30
29
  #
@@ -84,7 +83,6 @@ settings:
84
83
  # DIVIDER Banner
85
84
  #
86
85
  divider:
87
-
88
86
  # --------------------------------------------------------------------------
89
87
  # DIVIDER banner properties
90
88
  #
@@ -114,7 +112,6 @@ settings:
114
112
  # TEASER Banner
115
113
  #
116
114
  teaser:
117
-
118
115
  # --------------------------------------------------------------------------
119
116
  # home_teaser_banner
120
117
  #
@@ -125,6 +122,7 @@ settings:
125
122
  comment: Top teaser shown on home page
126
123
  type: teaser
127
124
  icon_family: MDI
125
+
128
126
  style: light
129
127
  lane_span: fixed
130
128
 
@@ -137,31 +135,32 @@ settings:
137
135
  type: text
138
136
  animate: fadeInUp
139
137
  title: Jekyll One Template
140
- tagline: <large><b>powerful modern static websites</b></large>
138
+ tagline: <b>powerful modern static websites</b>
141
139
  description: >
142
140
  <p>
143
- Jekyll One Template is the first toolbox to create modern webs
144
- as well as a learning platform to experience what is in behind
145
- of current Internet Technologies for the World Wide Web.
146
- J1 provides creative people both: a rich toolset to build websites
147
- and the knowledge needed to learn what's all about.
141
+ Jekyll One Template is the first toolbox to create modern
142
+ webs as well as a learning platform to experience what is in
143
+ behind of current Internet Technologies for the World Wide Web.
144
+ J1 provides creative people with both: a rich toolset to build
145
+ websites and the knowledge needed to learn what's all about.
148
146
  </p>
149
147
  <p>
150
148
  J1 meets Jekyll and Bootstrap. And makes a lot of friends.
151
149
  The template system combines the best of free software for the web.
152
- Jekyll One Template is open source and the modules included
150
+ Jekyll One Template is OpenSource and the modules included
153
151
  are free to use as well. No license issues for private
154
152
  or professional use.
155
153
  </p>
156
154
  <p>
157
- Explore what's possible if you create websites the
158
- the static way.
155
+ Explore what's possible if you statically
156
+ create websites.
159
157
  </p>
160
158
  buttons:
161
159
  - name: Roundtrip button
162
160
  button:
163
161
  text: Roundtrip
164
- class: btn btn-raised btn-flex btn-md btn-primary mr-2
162
+ class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-2
163
+ style: "min-width: 17rem"
165
164
  icon: eye
166
165
  icon_color: md_white
167
166
  icon_size: 24px
@@ -171,7 +170,8 @@ settings:
171
170
  - name: Kickstarter button
172
171
  button:
173
172
  text: Kickstart
174
- class: btn btn-raised btn-flex btn-md btn-primary
173
+ class: btn btn-raised btn-flex btn-md btn-primary mr-2 mb-2
174
+ style: "min-width: 17rem"
175
175
  icon: rocket
176
176
  icon_color: md_white
177
177
  icon_size: 24px
@@ -198,6 +198,7 @@ settings:
198
198
  comment: Teaser shown on home page below the parallax
199
199
  type: teaser
200
200
  icon_family: MDI
201
+
201
202
  style: light
202
203
  lane_span: fixed
203
204
 
@@ -212,14 +213,15 @@ settings:
212
213
  title: Are you corious?
213
214
  tagline: <large><b>creating websites</b></large>
214
215
  description: >
215
- It is not a secret, that many options are available today to create
216
- and present a web. Content Management Systems like Wordpress or
217
- Online Services like Wix can be used to manage and present a website.
218
- CMS are fairly complex because of their nature. CMS are creating dynamic
219
- pages stored in database systems. And they are using complex programming
220
- interfaces to generate each and every page.
221
- On the other hand, a Online Service simplifies the process of creating a
222
- website a lot but you're quite limited in what a Service Provider is giving
216
+ It is not a secret that many options are available today to create
217
+ and present websites. Content Management Systems (CMS) like WordPress,
218
+ or Online Services like Wix, can be used to manage and deliver a website.
219
+ Using Content Management Systems is reasonably complex because of their
220
+ nature. A CMS creates dynamic pages based on data stored in database systems.
221
+ And they are using quite complex programming interfaces like PHP to generate
222
+ each and every page.
223
+ On the other hand, an Online Service simplifies the process of creating a
224
+ website a lot, but you're quite limited in what a Service Provider is giving
223
225
  you at your hands.
224
226
  <br/><br/>
225
227
  To learn what is behind the scenes will be a quite challenging job if you go for a CMS.
@@ -228,10 +230,10 @@ settings:
228
230
  A provider won't get you any insight view what's happening in behind.
229
231
  <br/><br/>
230
232
  J1 is created to flatten the learning curve for learning how modern websites
231
- are being created. Using Jekyll One, people can start on a beginner level but
232
- simultaneously achive good results. That's important for all users but especially
233
- for learners. The website generator Jekyll plus the template system J1 enables all
234
- to reach a next level and having always fun what they're doing.
233
+ are being made. Using Jekyll One, people can start on a beginner level but
234
+ simultaneously achieve good results. That's important for all users but especially
235
+ for learners. The website generator Jekyll plus the template system J1 enables
236
+ all to reach the next level and always having fun what they're doing.
235
237
  <br/><br/>
236
238
  Jekyll One is meant to be a useful site for creators, for makers, for learners.
237
239
  For all people having this on their minds: creating unique websites by getting
@@ -265,6 +267,7 @@ settings:
265
267
  enabled: true
266
268
  type: image
267
269
  comment: Main image banner shown on home page
270
+
268
271
  lane_span: fluid
269
272
 
270
273
  cards:
@@ -291,6 +294,7 @@ settings:
291
294
  enabled: true
292
295
  type: parallax
293
296
  comment: Main parallax banner shown on home page
297
+
294
298
  style: dark
295
299
  lane_span: fluid
296
300
 
@@ -324,6 +328,7 @@ settings:
324
328
  enabled: false
325
329
  type: parallax
326
330
  comment: Main parallax banner shown on home page
331
+
327
332
  style: dark
328
333
  lane_span: fluid
329
334
 
@@ -16,7 +16,6 @@
16
16
  # DEFAULT settings
17
17
  #
18
18
  defaults:
19
-
20
19
  # ----------------------------------------------------------------------------
21
20
  # Global settings
22
21
  #
@@ -82,7 +81,7 @@ defaults:
82
81
  #
83
82
  divider:
84
83
  # --------------------------------------------------------------------------
85
- # DIVIDER banner properties
84
+ # DIVIDER banner settings
86
85
  #
87
86
  id: divider
88
87
  enabled: false
@@ -90,12 +89,14 @@ defaults:
90
89
  comment: Default Divider Banner
91
90
 
92
91
  lane_span: fixed
93
- helper_classes: mt-4 mb-4
94
92
 
95
93
 
94
+ # ----------------------------------------------------------------------------
95
+ # TEASER banner
96
+ #
96
97
  teaser:
97
98
  # --------------------------------------------------------------------------
98
- # TEASER banner properties
99
+ # TEASER banner settings
99
100
  #
100
101
  enabled: false
101
102
  id: teaser_banner
@@ -108,7 +109,6 @@ defaults:
108
109
  background_color_2: md_gray_50
109
110
 
110
111
  lane_span: fixed
111
- helper_classes: mt-4 mb-4
112
112
 
113
113
  cards:
114
114
  card:
@@ -149,10 +149,12 @@ defaults:
149
149
  icon_size: lg
150
150
  href: javascript:void(0)
151
151
  target: blank
152
-
152
+ # ----------------------------------------------------------------------------
153
+ # IMAGE banner
154
+ #
153
155
  image:
154
156
  # --------------------------------------------------------------------------
155
- # IMAGE Banner properties
157
+ # IMAGE banner settings
156
158
  #
157
159
  enabled: false
158
160
  id: image_banner
@@ -163,7 +165,6 @@ defaults:
163
165
  background_color_2: md_gray_50
164
166
 
165
167
  lane_span: fluid
166
- helper_classes: mt-4 mb-4
167
168
 
168
169
  cards:
169
170
 
@@ -185,9 +186,12 @@ defaults:
185
186
  href: javascript:void(0)
186
187
  target: blank
187
188
 
189
+ # ----------------------------------------------------------------------------
190
+ # PARALLAX banner
191
+ #
188
192
  parallax:
189
193
  # --------------------------------------------------------------------------
190
- # PARALLAX Banner properties
194
+ # PARALLAX banner settings
191
195
  #
192
196
  enabled: false
193
197
  id: parallax_banner
@@ -199,7 +203,6 @@ defaults:
199
203
  background_color_2: md_gray_50
200
204
 
201
205
  lane_span: fluid
202
- helper_classes: mt-4 mb-4
203
206
 
204
207
  cards:
205
208
 
@@ -228,7 +231,6 @@ defaults:
228
231
  href: javascript:void(0)
229
232
  target: blank
230
233
 
231
-
232
234
  # ----------------------------------------------------------------------------
233
235
  # EXCEPTION banner
234
236
  #
@@ -238,7 +240,7 @@ defaults:
238
240
  #
239
241
  exception:
240
242
  # --------------------------------------------------------------------------
241
- # EXCEPTION banner properties
243
+ # EXCEPTION banner settings
242
244
  #
243
245
  id: exception_container
244
246
  enabled: true
@@ -246,7 +248,6 @@ defaults:
246
248
  comment: Default Exception Banner
247
249
 
248
250
  lane_span: fixed
249
- helper_classes: mt-4 mb-4
250
251
 
251
252
  # ------------------------------------------------------------------------------
252
253
  # END config