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
@@ -109,7 +109,7 @@ defaults:
109
109
  title: J1 Template
110
110
  text: >
111
111
  Jekyll meets Bootstrap - and makes a lot of friends.
112
- J1 Template combines the best of open source software for
112
+ J1 Template combines the best of OpenSource software for
113
113
  the Web and the Web site generator Jekyll. J1 is Open
114
114
  Source and the modules packed as well - no pain for private
115
115
  or professional use.
@@ -16,7 +16,6 @@
16
16
  # DEFAULT settings
17
17
  #
18
18
  defaults:
19
-
20
19
  # ----------------------------------------------------------------------------
21
20
  # Global settings
22
21
  #
@@ -33,6 +32,7 @@ defaults:
33
32
  id: intro_panel_id
34
33
  type: intro
35
34
  icon_family: MDI
35
+
36
36
  style: flat
37
37
  raised:
38
38
  lane_span: fixed
@@ -111,6 +111,7 @@ defaults:
111
111
  id: service_panel_id
112
112
  type: service_panel
113
113
  icon_family: MDI
114
+
114
115
  style: flat
115
116
  lane_span: fixed
116
117
 
@@ -201,6 +202,7 @@ defaults:
201
202
  style: flat
202
203
  title: news-panel-title
203
204
  tagline: news-panel-tagline
205
+
204
206
  lane_span: fixed
205
207
 
206
208
  boxes:
@@ -249,7 +251,6 @@ defaults:
249
251
  comment: Default Exception Panel
250
252
 
251
253
  lane_span: fixed
252
- helper_classes: mt-4 mb-4
253
254
 
254
255
  # ------------------------------------------------------------------------------
255
256
  # END config
@@ -119,7 +119,7 @@ settings:
119
119
  text: >
120
120
  J1 meets Jekyll and Bootstrap. And makes a lot of friends.
121
121
  The template system combines the best of free software for the web.
122
- Jekyll One Template is open source and the modules included
122
+ Jekyll One Template is OpenSource and the modules included
123
123
  are free to use as well.
124
124
  <br/><br/>
125
125
  No issues for private or professional use.
@@ -44,20 +44,20 @@ settings:
44
44
  tagline: top features
45
45
  description: >
46
46
  <p>
47
- People quite often ask, if static websites make sense for
48
- anything beyond a one-page website. Some other see in static websites
49
- the stone age of the World Wide Web. What's about of static websites
50
- today? What's achiveable?
47
+ People quite often ask if static websites make sense
48
+ for anything beyond a one-page website. Some others see in
49
+ static websites the stone age of the World Wide Web. What's
50
+ about static websites today? What's achievable?
51
51
  </p>
52
52
  <p>
53
- This board highlights top features, what make static webs not
54
- only an option, but an attractive method to create fast, secure
55
- and sophisticated websites for many use cases.
53
+ This board highlights top features, which make static webs
54
+ not only an option, but an attractive method to create fast,
55
+ secure, and sophisticated websites for many use cases.
56
56
  </p>
57
+
57
58
  style: flat
58
59
  raised:
59
60
  lane_span: fixed
60
- helper_classes:
61
61
 
62
62
  cards:
63
63
 
@@ -70,7 +70,7 @@ settings:
70
70
  icon: responsive
71
71
  icon_family: MDI
72
72
  icon_size: 3x
73
- icon_color: md-white
73
+ icon_color: md-grey-300
74
74
  text: >
75
75
  The Web is everywhere. J1 Template supports modern
76
76
  web browsers on all devices. For best results on PCs,
@@ -97,7 +97,7 @@ settings:
97
97
  icon: language-html5
98
98
  icon_family: MDI
99
99
  icon_size: 3x
100
- icon_color: md-white
100
+ icon_color: md-grey-300
101
101
  text: >
102
102
  Current Technology and Design. Excellent performance to
103
103
  run a website. Use Jekyll One to present your content
@@ -124,7 +124,7 @@ settings:
124
124
  icon: clock
125
125
  icon_family: MDI
126
126
  icon_size: 3x
127
- icon_color: md-white
127
+ icon_color: md-grey-300
128
128
  text: >
129
129
  No programming is needed to start using J1. The Template
130
130
  provides a large number of building blocks to create
@@ -157,9 +157,9 @@ settings:
157
157
  type: service
158
158
  animate:
159
159
  icon_family: MDI
160
+
160
161
  style: flat
161
162
  lane_span: fluid
162
- helper_classes:
163
163
 
164
164
  header:
165
165
  enabled: true
@@ -167,7 +167,7 @@ settings:
167
167
  tagline: overview
168
168
  description: >
169
169
  Creating and managing Web sites using Jekyll is different
170
- in compare to CMS Systems like Drupal, Joomla oder Wordpress.
170
+ in comparison to CMS Systems like Drupal, Joomla, or WordPress.
171
171
  No surprise: Jekyll One Template is <b>different</b> as well.
172
172
  Template systems are very common, a huge number of site
173
173
  templates are available for all CMS and Web site generators.
@@ -180,14 +180,14 @@ settings:
180
180
  creators system and often hard to customize. J1 for Jekyll goes different.
181
181
  J1 Template combines layout, design and <b>functionality</b> for a web.
182
182
  The template offers building blocks to create common page components,
183
- implements a sytem independend markup language (Asciidoc and Markdown)
184
- to create the content and adds a large number of usefull functions based
183
+ implements a system independent markup language (Asciidoc and Markdown)
184
+ to create the content and adds a large number of useful functions based
185
185
  on common Javascript libraries for the web from a single source. That way,
186
186
  J1 web sites behaves as one unit in design <b>and</b> functionality.
187
187
  No breaks between the different components.
188
188
  <br \><br \>
189
189
  How get this managed? Find below the answers to how J1 Template is
190
- organized, the building blocks and functional components as an overview.
190
+ organized, the building blocks, and functional components as an overview.
191
191
  Read in in a quite compact form what J1 Template constitutes: the <b>Core</b>,
192
192
  the <b>Components</b> and the <b>Module</b>.
193
193
 
@@ -200,15 +200,15 @@ settings:
200
200
  type: service
201
201
  icon: bullseye
202
202
  icon_size: mdi-6x
203
- icon_color: md-white
203
+ icon_color: md-grey-300
204
204
  href: /pages/public/panel/service_panel/core
205
205
  title: J1 Template
206
206
  tagline: The Core
207
207
  text: >
208
- The core integrates the site generator Jekyll into J1, contains all
209
- base functions for page layout, design and configuration. Provides
210
- procedures to generate web pages automatically based on a given layout
211
- based on design settings.
208
+ The core integrates the site generator Jekyll into J1,
209
+ contains all base functions for page layout, design, and
210
+ configuration. Provides procedures to generate web pages
211
+ automatically based on a given layout based on design settings.
212
212
 
213
213
  services:
214
214
 
@@ -233,7 +233,7 @@ settings:
233
233
  type: service
234
234
  icon: locker-multiple
235
235
  icon_size: mdi-6x
236
- icon_color: md-white
236
+ icon_color: md-grey-300
237
237
  href: /pages/public/panel/service_panel/components/
238
238
  title: J1 Template
239
239
  tagline: The Components
@@ -266,15 +266,15 @@ settings:
266
266
  type: service
267
267
  icon: language-javascript
268
268
  icon_size: mdi-6x
269
- icon_color: md-white
269
+ icon_color: md-grey-300
270
270
  href: /pages/public/panel/service_panel/modules/
271
271
  title: J1 Template
272
272
  tagline: The Modules
273
273
  text: >
274
- Javascript libraries and ready-to-use applications gets
275
- the site dynamic. JS modules add complex functionality
276
- to Web pages to integrate for example image and video content or
277
- provides sliders to present animated text or image data.
274
+ Javascript libraries and ready-to-use applications
275
+ gets the site dynamic. JS modules add complex functionality
276
+ to Web pages to integrate for example image and video content
277
+ or provides sliders to present animated text or image data.
278
278
 
279
279
  services:
280
280
 
@@ -309,12 +309,11 @@ settings:
309
309
  animate:
310
310
  title: Creators Blog
311
311
  tagline: latest news
312
- helper_classes:
313
312
 
314
313
  description: >
315
- Explore the blog and find some interesting articles around Jekyll and
314
+ Explore the blog and find interesting articles around Jekyll and
316
315
  website creation processes in general. And this blog is an excellent
317
- example how J1 and Jekyll can be used for blogging.
316
+ example of how J1 and Jekyll can be used for blogging.
318
317
  <br/>
319
318
  Have fun!
320
319
 
@@ -325,7 +324,7 @@ settings:
325
324
  enabled: true
326
325
  category: featured
327
326
  # truncatewords: 30 # currently NOT used
328
- max_posts: 3
327
+ max_posts: 6
329
328
  readmore_text: Read
330
329
 
331
330
  # # ----------------------------------------------------------------------------
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/template_settings.yml
2
+ # ~/_data/j1_config.yml
3
3
  # J1 Template settings
4
4
  #
5
5
  # Product/Info:
@@ -11,11 +11,34 @@
11
11
  # For details, see https://jekyll.one
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
-
15
14
  # ==============================================================================
16
15
  # THEME configuration
17
16
  #
18
17
  # ------------------------------------------------------------------------------
18
+ # Sets the default theme used for J1 Template for default
19
+ #
20
+ # Note: Themes from Bootswatch cannot used currently as default theme
21
+ #
22
+ # ------------------------------------------------------------------------------
23
+ # theme.name
24
+ #
25
+ # values Uno light|Uno dark
26
+ # default: Uno light
27
+ # ------------------------------------------------------------------------------
28
+ # theme.author
29
+ #
30
+ # values <string>
31
+ # default: J1 Team
32
+ # ------------------------------------------------------------------------------
33
+ # theme.url
34
+ #
35
+ # values <url>
36
+ # default: https://jekyll.one/
37
+ # ------------------------------------------------------------------------------
38
+ theme:
39
+ name: Uno light
40
+ author: J1 Team
41
+ author_url: https://jekyll.one/
19
42
 
20
43
  # ------------------------------------------------------------------------------
21
44
  # CSS and SASS settings
@@ -172,6 +195,18 @@ user:
172
195
  #
173
196
  # ------------------------------------------------------------------------------
174
197
 
198
+ # ------------------------------------------------------------------------------
199
+ # cards.card-deck (responsive card decks)
200
+ #
201
+ # Bootstrap card decks are NOT responsive by default. Additional breakpoint
202
+ # classes for J1 Template introduce support on card decks for responsiveness.
203
+ # With the values for `break_on_XX`, the number of cards can be specified
204
+ # to be shown on a deck per *row*.
205
+ #
206
+ # default: no defaults
207
+ # values: integer (num of cards)
208
+ #
209
+ # ------------------------------------------------------------------------------
175
210
  # ------------------------------------------------------------------------------
176
211
  # popovers.trigger (tooltips.trigger)
177
212
  #
@@ -190,7 +225,15 @@ user:
190
225
  # BOOTSTRAP framework settings
191
226
  #
192
227
  bootstrap:
193
- default_theme: uno
228
+ default_theme: bootstrap
229
+
230
+ cards:
231
+ card_deck:
232
+ break_on_sm: 1
233
+ break_on_md: 2
234
+ break_on_lg: 3
235
+ break_on_xl: 3
236
+
194
237
 
195
238
  tooltips:
196
239
  enabled: true
@@ -200,6 +243,13 @@ bootstrap:
200
243
  enabled: true
201
244
  trigger: hover
202
245
 
246
+ # ------------------------------------------------------------------------------
247
+ # HIGHLIGHTER settings
248
+ #
249
+ rouge:
250
+ theme_light: igorpro
251
+ theme_dark: monokai.sublime
252
+
203
253
  # ------------------------------------------------------------------------------
204
254
  # SEO settings (optimization)
205
255
  #
@@ -256,7 +306,7 @@ font:
256
306
  css:
257
307
  preload: true
258
308
  css: [
259
- /assets/themes/j1/core/css/uno,
309
+ /assets/themes/j1/core/css/themes/uno-light/bootstrap,
260
310
  /assets/themes/j1/core/css/vendor
261
311
  ]
262
312
  files: []
@@ -123,7 +123,7 @@ lanes:
123
123
  id: master_slider
124
124
  region: body-header
125
125
  type: async
126
- helper_classes: mb-0
126
+ properties: mb-0
127
127
 
128
128
  # ----------------------------------------------------------------------------
129
129
  # PAGE CONTENT (region body-main)
@@ -173,7 +173,7 @@ lanes:
173
173
  id: home_teaser_banner
174
174
  region: body-main
175
175
  type: async
176
- helper_classes: mt-3 mr-5 mb-5 ml-3
176
+ properties: mt-3 mr-5 mb-0 ml-3
177
177
 
178
178
  # ----------------------------------------------------------------------------
179
179
  # DIVIDER banner
@@ -183,7 +183,7 @@ lanes:
183
183
  id: divider-1
184
184
  region: body-main
185
185
  type: async
186
- helper_classes: mt-4 mb-4
186
+ properties: mt-4 mb-4
187
187
 
188
188
  # ----------------------------------------------------------------------------
189
189
  # INTRO panel
@@ -193,7 +193,7 @@ lanes:
193
193
  id: home_intro_panel
194
194
  region: body-main
195
195
  type: async
196
- helper_classes: mt-3 mr-5 ml-3
196
+ properties: mt-3 mr-5 mb-3 ml-3
197
197
 
198
198
  # ----------------------------------------------------------------------------
199
199
  # PARALLAX banner
@@ -203,7 +203,7 @@ lanes:
203
203
  id: home_parallax_banner
204
204
  region: body-main
205
205
  type: async
206
- helper_classes: mb-3
206
+ properties: mb-3
207
207
 
208
208
  # ----------------------------------------------------------------------------
209
209
  # IMAGE banner
@@ -213,7 +213,7 @@ lanes:
213
213
  id: home_image_banner
214
214
  region: body-main
215
215
  type: async
216
- helper_classes: mb-3
216
+ properties: mb-3
217
217
 
218
218
  # ----------------------------------------------------------------------------
219
219
  # SERVICE panel
@@ -223,7 +223,7 @@ lanes:
223
223
  id: home_service_panel
224
224
  region: body-main
225
225
  type: async
226
- helper_classes: mt-3 mr-5 ml-3
226
+ properties: mt-3 mr-5 mb-3 ml-3
227
227
 
228
228
  # ----------------------------------------------------------------------------
229
229
  # DIVIDER banner
@@ -233,7 +233,7 @@ lanes:
233
233
  id: divider-2
234
234
  region: body-main
235
235
  type: async
236
- helper_classes: mt-4 mb-4
236
+ properties: mt-4 mb-4
237
237
 
238
238
  # ----------------------------------------------------------------------------
239
239
  # NEWS panel
@@ -243,7 +243,7 @@ lanes:
243
243
  id: home_news_panel
244
244
  region: body-main
245
245
  type: async
246
- helper_classes: mt-3 mr-5 ml-3
246
+ properties: mt-3 mr-5 mb-3 ml-3
247
247
 
248
248
  # ------------------------------------------------------------------------------
249
249
  # END config
@@ -57,12 +57,14 @@ defaults:
57
57
  category_second_party: 2nd Party
58
58
 
59
59
  buttons:
60
- policy_button: true
60
+ policy_button: false
61
61
  policy_button_text: Cookie Policy
62
62
  accept_button: true
63
63
  accept_button_text: Yes, I accept cookies
64
64
  decline_button: true
65
65
  decline_button_text: No, I refuse cookies
66
+ revoke_button_text: Yes, please revoke cookie consent
67
+ do_nothing_button_text: No, please do nothing
66
68
 
67
69
  policy_about: >
68
70
  This website uses cookies to ensure vistors get the best experience
@@ -201,7 +201,7 @@ defaults:
201
201
  icon_size: mdi-2x
202
202
  search_icon: magnify
203
203
  close_icon: close
204
- clear_icon: filter-remove
204
+ clear_icon: format-clear
205
205
  input_color: rgba(0, 0, 0, 0.7) # rgba-darken-700
206
206
  background_color: "#FAFAFA" # md-grey-50
207
207
  placeholder: QuickSearch
@@ -142,27 +142,22 @@ about_config:
142
142
  #
143
143
  defaults:
144
144
 
145
- enabled: true
145
+ enabled: false
146
146
  saveToCookie: true
147
147
  debug: false
148
148
  preview_page: /pages/public/previewer/theme/
149
- # default_theme_css: /assets/themes/j1/core/css/uno.css
150
- # default_theme_name: Uno
151
- # default_theme_author: J1 Team
152
- # default_theme_link: https://jekyll.one/
153
- menu_icon_family: FontAwesome
154
- menu_icon_color: rgba_darken
155
- menu_icon_size: large
149
+ menu_icon_family: MDI
150
+ menu_icon_color: "#9E9E9E"
151
+ menu_icon_size: mdi-sm
156
152
  cssThemeLink: bootstrapTheme
157
- defaultCssFile: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css
153
+ defaultCssFile: https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css
158
154
  bootswatchApiUrl: https://bootswatch.com/api
159
155
  bootswatchApiVersion: 4
160
156
  loadFromBootswatch: true
161
- localFeed: /assets/data/themes.json
162
157
  localThemes: /assets/data/themes.json
163
- excludeBootswatch: default, lux, sketchy
164
- includeBootswatch: /assets/themes/j1/core/css/theme-extensions.css
165
- skipIncludeBootswatch: Uno
158
+ excludeBootswatch: "Default, default, Lux, Sketchy"
159
+ includeBootswatch:
160
+ skipIncludeBootswatch:
166
161
 
167
162
  # ------------------------------------------------------------------------------
168
163
  # END config