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
@@ -17,40 +17,26 @@ resources: [ lightbox ]
17
17
  resource_options:
18
18
  ---
19
19
 
20
+ // Page Initializer
21
+ // =============================================================================
20
22
  // Enable the Liquid Preprocessor
21
- // -----------------------------------------------------------------------------
22
23
  :page-liquid:
23
24
 
24
-
25
- // Set other global page attributes here
25
+ // Set page (local) attributes here
26
26
  // -----------------------------------------------------------------------------
27
- //:my-asciidoc-attribute:
27
+ // :page--attr: <attr-value>
28
28
 
29
29
  // Load Liquid procedures
30
30
  // -----------------------------------------------------------------------------
31
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
32
-
31
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
33
32
 
34
- // Initialize entry document environmental attributes
33
+ // Load page attributes
35
34
  // -----------------------------------------------------------------------------
36
- {% include {{set_env_entry_document}} %}
35
+ {% include {{load_attributes}} scope="none" %}
37
36
 
38
- // Load tag, url and data attributes
39
- // -----------------------------------------------------------------------------
40
- // include::{includedir}/attributes.asciidoc[tag=tags]
41
- // include::{includedir}/attributes.asciidoc[tag=urls]
42
- // include::{includedir}/attributes.asciidoc[tag=data]
43
-
44
- // Set local page attributes
45
- // -----------------------------------------------------------------------------
46
- // :images-dir: {imagesdir}/path/to/page/images
47
37
 
48
38
  // Page content
49
39
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
50
-
51
- // Include sub-documents
52
- // -----------------------------------------------------------------------------
53
-
54
40
  Welcome to the pages of J1 Template. If your here first time,
55
41
  hopefully you get on that page first. For sure, there is no better
56
42
  place to step in.
@@ -14,63 +14,49 @@ resources: [ lightbox ]
14
14
  resource_options:
15
15
  ---
16
16
 
17
+ // Page Initializer
18
+ // =============================================================================
17
19
  // Enable the Liquid Preprocessor
18
- // -----------------------------------------------------------------------------
19
20
  :page-liquid:
20
21
 
21
-
22
- // Set other global page attributes here
22
+ // Set page (local) attributes here
23
23
  // -----------------------------------------------------------------------------
24
- //:my-asciidoc-attribute:
24
+ // :page--attr: <attr-value>
25
25
 
26
26
  // Load Liquid procedures
27
27
  // -----------------------------------------------------------------------------
28
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
29
-
30
-
31
- // Initialize entry document environmental attributes
32
- // -----------------------------------------------------------------------------
33
- {% include {{set_env_entry_document}} %}
28
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
34
29
 
35
- // Load tag, url and data attributes
30
+ // Load page attributes
36
31
  // -----------------------------------------------------------------------------
37
- // include::{includedir}/attributes.asciidoc[tag=tags]
38
- // include::{includedir}/attributes.asciidoc[tag=urls]
39
- // include::{includedir}/attributes.asciidoc[tag=data]
32
+ {% include {{load_attributes}} scope="none" %}
40
33
 
41
- // Set local page attributes
42
- // -----------------------------------------------------------------------------
43
- // :images-dir: {imagesdir}/path/to/page/images
44
34
 
45
35
  // Page content
46
36
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47
-
48
- // Include sub-documents
49
- // -----------------------------------------------------------------------------
50
-
51
37
  ++++
52
- <div id="adblock" class="row no-gutters adblock">
53
- <div class="doc-example mb-3">
54
- <button type="button" class="btn btn-secondary btn-raised">Primary</button>
55
- <button type="button" class="btn btn-secondary btn-raised">Secondary</button>
56
- <button type="button" class="btn btn-success btn-raised">Success</button>
57
- <button type="button" class="btn btn-info btn-raised">Info</button>
58
- <button type="button" class="btn btn-warning btn-raised">Warning</button>
59
- <button type="button" class="btn btn-danger btn-raised">Danger</button>
60
- <button type="button" class="btn btn-link btn-raised">Link</button>
61
- </div>
38
+ <div id="adblock" class="row no-gutters adblock">
39
+ <div class="doc-example mb-3">
40
+ <button type="button" class="btn btn-secondary btn-raised">Primary</button>
41
+ <button type="button" class="btn btn-secondary btn-raised">Secondary</button>
42
+ <button type="button" class="btn btn-success btn-raised">Success</button>
43
+ <button type="button" class="btn btn-info btn-raised">Info</button>
44
+ <button type="button" class="btn btn-warning btn-raised">Warning</button>
45
+ <button type="button" class="btn btn-danger btn-raised">Danger</button>
46
+ <button type="button" class="btn btn-link btn-raised">Link</button>
62
47
  </div>
48
+ </div>
63
49
  ++++
64
50
 
65
51
  ++++
66
- <div class="">
67
- <div class="floating-div">
68
- <p>This "floating div" could be a form, a call to action, an ad,
69
- or whatever other content you want to float in sidebar as the user
70
- scrolls up and down the page.
71
- </p>
52
+ <div class="">
53
+ <div class="floating-div">
54
+ <p>This "floating div" could be a form, a call to action, an ad,
55
+ or whatever other content you want to float in sidebar as the user
56
+ scrolls up and down the page.
57
+ </p>
58
+ </div>
72
59
  </div>
73
- </div>
74
60
  ++++
75
61
 
76
62
  Welcome to the pages of J1 Template. If your here first time,
@@ -28,40 +28,26 @@ resource_options:
28
28
  # href: https://unsplash.com/@ripato/portfolio
29
29
  ---
30
30
 
31
+ // Page Initializer
32
+ // =============================================================================
31
33
  // Enable the Liquid Preprocessor
32
- // -----------------------------------------------------------------------------
33
34
  :page-liquid:
34
35
 
35
- // Set other global page attributes here
36
+ // Set page (local) attributes here
36
37
  // -----------------------------------------------------------------------------
37
- //:my-asciidoc-attribute:
38
+ // :page--attr: <attr-value>
38
39
 
39
40
  // Load Liquid procedures
40
41
  // -----------------------------------------------------------------------------
41
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
42
-
43
- // Initialize entry document environmental attributes
44
- // -----------------------------------------------------------------------------
45
- {% include {{set_env_entry_document}} %}
46
-
47
- // Load tag, url and data attributes
48
- // -----------------------------------------------------------------------------
49
- // include::{includedir}/attributes.asciidoc[tag=tags]
50
- // include::{includedir}/attributes.asciidoc[tag=urls]
51
- // include::{includedir}/attributes.asciidoc[tag=data]
42
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
52
43
 
53
- // Set local page attributes
44
+ // Load page attributes
54
45
  // -----------------------------------------------------------------------------
55
- // :images-dir: {imagesdir}/pages/roundtrip/100_present_images
46
+ {% include {{load_attributes}} scope="none" %}
56
47
 
57
48
 
58
49
  // Page content
59
50
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
-
61
- // Include sub-documents
62
- // -----------------------------------------------------------------------------
63
-
64
-
65
51
  == Paginator
66
52
 
67
53
  lorem:sentences[3]
@@ -13,7 +13,7 @@ regenerate: false
13
13
  toc: true
14
14
  advertising: false
15
15
 
16
- resources: []
16
+ resources: [ rouge ]
17
17
  resource_options:
18
18
  # - ssm:
19
19
  # mode: menu
@@ -38,17 +38,110 @@ resource_options:
38
38
  // Enable the Liquid Preprocessor
39
39
  :page-liquid:
40
40
 
41
+ // Set page (local) attributes here
42
+ // -----------------------------------------------------------------------------
43
+ :debug: true
44
+ :content: false
45
+
41
46
  // Load Liquid procedures
42
47
  // -----------------------------------------------------------------------------
43
48
  {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
44
49
 
45
- // Load page attributes (all)
50
+ // Load page attributes
46
51
  // -----------------------------------------------------------------------------
47
- {% include {{load_attributes}} scope="all" %}
52
+ {% include {{load_attributes}} scope="global" %}
53
+
48
54
 
49
55
  // Page content
50
56
  // =============================================================================
57
+ ifeval::[{debug} == true]
58
+ == Notes
59
+
60
+ The Liquid preprocessor not applied to included AsciiDoc files by the
61
+ *jekyll-asciidoc* plugin.
62
+
63
+ See::
64
+ * link:{url-asciidoctor-plugin--issue_166}[Plugin {char-middot} jekyll-asciidoc {char-middot} issue #166, {browser-window--new}] +
65
+ * link:{url__asciidoctor-plugin--issue_166}[Plugin {char-middot} jekyll-asciidoc {char-middot} issue #166, {browser-window--new}]
66
+
67
+ Comments::
68
+ *mojavelinux* commented on 3 Oct 2017
69
+
70
+ [source, text, role="mb-5"]
71
+ ----
72
+ The problem is that the liquid filter is applied to the raw source, before
73
+ the AsciiDoc plugin gets involved. That step doesn't know anything about
74
+ AsciiDoc includes, so it only looks at the flat source. Then Asciidoctor
75
+ comes in and converts the content. Only then is the include file folded in,
76
+ but Asciidoctor doesn't know anything about liquid. That's why the liquid
77
+ tags are not processed in the include file.
78
+
79
+ There was never a test for this scenario, which is why it got overlooked.
80
+
81
+ In order to solve this, we'd need to introduce a custom IncludeProcessor
82
+ that applies the liquid filter on the included content. At the moment,
83
+ that has side effects, so it needs to be handled carefully.
84
+ ----
85
+
86
+ == Variables
87
+
88
+ // Include table|s (global source)
89
+ // -----------------------------------------------------------------------------
90
+ include::{table-template--variables}[]
91
+
92
+ .Jekyll variables (Liquid)
93
+ [cols="3,3a,6a, options="header", width="100%", role="rtable mt-3"]
94
+ |===============================================================================
95
+ |Name |Value |Description
51
96
 
97
+ |`page.path`
98
+ |{{ page.path }}
99
+ |The path to the raw post or page. Example usage: Linking back to the page
100
+ or post's source on GitHub. This can be overridden in the `YAML Front Matter`.
101
+
102
+ |`site.collections_dir`
103
+ |{{ site.collections_dir }}
104
+ |lorem:sentences[1]
105
+
106
+ |`page.images.dir`
107
+ |{{ page.images.dir }}
108
+ |Image path set pagewise. See FRONTMATTER defaults in `_config.yml` for the
109
+ images path specified by: `images.dir` for specific page *type*. See the
110
+ example below for a page of type *pages*.
111
+ [source, yaml]
112
+ ----
113
+ defaults:
114
+ - scope:
115
+ path: pages
116
+ type: pages
117
+
118
+ values:
119
+ images:
120
+ dir: /assets/images/pages
121
+ ----
122
+
123
+ |`page-imagesdir`
124
+ |{{ page-imagesdir }}
125
+ | Images path set in the page by `:page-imagesdir:`.
126
+
127
+ |`template`
128
+ |{{ site.template.name }}
129
+ |Name of the template used for rendering a page. Settings are taken from
130
+ sitewide configuration defined by `_config.yml`.
131
+
132
+ |`includedir`
133
+ |{{ includedir }}
134
+ |lorem:sentences[1]
135
+
136
+ |===============================================================================
137
+
138
+ == MIT license
139
+
140
+ include::{docs-licenses--mit}[]
141
+
142
+ endif::[]
143
+
144
+ ifeval::[{content} == true]
52
145
  == BEM Notation
53
146
 
54
147
  J1 Template is using the **B**lock, **E**lement, **M**odifier methodology
@@ -78,7 +171,7 @@ the BEM notation for variables and attributes is using only *hyphens*.
78
171
  An element is prepended by a single hyphen (`-`), modifiers by double
79
172
  ones (`--`).
80
173
 
81
- // Include tables
174
+ // Include table|s (local source)
82
175
  // -----------------------------------------------------------------------------
83
176
  include::{tabledir}/000_bem_specifiers.asciidoc[]
84
177
 
@@ -95,9 +188,8 @@ so that they’re on the same page even not witten by their selves.
95
188
 
96
189
  == Examples
97
190
 
98
- Following attributes are loaded from *global* attributes file
99
- *~/source/includes/attributes.asciidoc*.
100
-
101
- // Include tables
191
+ // Include table|s (local source)
102
192
  // -----------------------------------------------------------------------------
103
193
  include::{tabledir}/000_specifier_examples.asciidoc[]
194
+
195
+ endif::[]
@@ -0,0 +1,212 @@
1
+ ---
2
+ title: RImages Tester
3
+ tagline: check responsive images
4
+ description: responsive images
5
+
6
+ tags: [ Page, Tester ]
7
+ index: [ responsive, table ]
8
+ categories: [ pages ]
9
+
10
+ toc: true
11
+ advertising: false
12
+
13
+ #image: /assets/images/modules/attics/cookies-1920x1200-bw.jpg
14
+ image: /assets/images/collections/blog/featured/what-is-a-baseurl.jpg
15
+
16
+ permalink: /pages/public/test_pages/responsive_images/
17
+ regenerate: false
18
+
19
+ resources: [ lightbox ]
20
+ resource_options:
21
+ - attic:
22
+ padding_top: 400
23
+ padding_bottom: 50
24
+ opacity: 0.5
25
+ slides:
26
+ - url: /assets/images/modules/attics/banner/jekyll.1200x600-bw.jpg
27
+ alt: jekyll.1200x600-bw.jpg
28
+ ---
29
+
30
+ // Page Initializer
31
+ // =============================================================================
32
+ // Enable the Liquid Preprocessor
33
+ :page-liquid:
34
+
35
+ // Set page (local) attributes here
36
+ // -----------------------------------------------------------------------------
37
+ // :page--attr: <attr-value>
38
+
39
+ // Load Liquid procedures
40
+ // -----------------------------------------------------------------------------
41
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
42
+
43
+ // Load page attributes
44
+ // -----------------------------------------------------------------------------
45
+ {% include {{load_attributes}} scope="none" %}
46
+
47
+
48
+ // Page content
49
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
50
+ Creating a design for responsive tables is challenging. The approch used by
51
+ J1 Template is based on pure CSS on top of the classic Bootstrap styles for
52
+ simplicity and portability to be viewed best on all devices and browsers.
53
+
54
+ See:
55
+
56
+ * https://jsfiddle.net/huypn/pcwudrmc/25813/[jsfiddle]
57
+
58
+ == Image
59
+ /////
60
+ [role="img-wrap ratio-4-3 mb-3"]
61
+ image::{{page.image}}[{{page.title}}]
62
+ /////
63
+
64
+ ++++
65
+ <section id="home_news_panel" class="mt-3 mr-5 mb-3 ml-3"><div class="container">
66
+ <!-- Heading -->
67
+ <div class="row">
68
+ <div class="">
69
+ <h1 class="g-font-weight-500 mb-0">Creators Blog</h1>
70
+ <p class="tagline mb-0"><b>latest news</b></p>
71
+ <div class="d-inline-block g-width-50 g-height-2 bg-primary mb-2"></div>
72
+ </div>
73
+ <p class="">Explore the blog and find some interesting articles around Jekyll and website creation processes in general. And this blog is an excellent example how J1 and Jekyll can be used for blogging. <br>
74
+ Have fun!
75
+ </p>
76
+ </div>
77
+ <!-- End Heading -->
78
+ <!-- Recent posts -->
79
+ <div class="card-deck">
80
+ <!-- Post -->
81
+ <article class="card raised-z5 mb-3">
82
+ <img class="img-fluid g-height-200" src="/assets/images/modules/attics/katie-moum-1920x1280.jpg" alt="Welcome">
83
+ <h3 class="card-header bg-primary notoc">Welcome</h3>
84
+ <!-- Body|Excerpt -->
85
+ <div class="card-body r-text-300">
86
+ If you’re not familiar with Jekyll (or other site generators), Jekyll is a so-called static site generator. Think of it like a CMS but without all the complexity and headache. No need to build a giant content strangling Rube Goldberg machine to manage content. All ...
87
+ </div>
88
+ <!-- End Body|Excerpt -->
89
+ <div class="card-footer r-text-200">
90
+ <div class="text-muted r-text-200">
91
+ <i class="mdi mdi-calendar-blank mr-1"></i>
92
+ 2019 August, 1
93
+ </div>
94
+ <a class="card-link md-blue font-weight-bold g-font-size-12 text-uppercase" href="/posts/public/featured/2019/08/01/welcome-to-j1-template/">
95
+ Read · jekyll for everyone
96
+ </a>
97
+ </div>
98
+ </article>
99
+ <!-- End Post -->
100
+ <!-- Calculate 'column setters' to manage BS break points for 'responsive' card deck (rcard-deck) -->
101
+ <!-- Add 'column setters' for BS break points -->
102
+ <div class="w-100 d-none d-sm-block d-md-none"> <!-- break on sm --> </div>
103
+ <!-- Post -->
104
+ <article class="card raised-z5 mb-3">
105
+ <img class="img-fluid g-height-200" src="/assets/images/modules/attics/cookies-1920x1200-bw.jpg" alt="Cookies">
106
+ <h3 class="card-header bg-primary notoc">Cookies</h3>
107
+ <!-- Body|Excerpt -->
108
+ <div class="card-body r-text-300">
109
+ Is it needed for vistors to know what cookies are all about? Not first place. Cookies are widely used. All users visting web sites are bothered all the time to accept on cookies. Because cookies are used that often. For good reasons - but for ...
110
+ </div>
111
+ <!-- End Body|Excerpt -->
112
+ <div class="card-footer r-text-200">
113
+ <div class="text-muted r-text-200">
114
+ <i class="mdi mdi-calendar-blank mr-1"></i>
115
+ 2019 June, 1
116
+ </div>
117
+ <a class="card-link md-blue font-weight-bold g-font-size-12 text-uppercase" href="/posts/public/featured/2019/06/01/about-cookies/">
118
+ Read · good to know
119
+ </a>
120
+ </div>
121
+ </article>
122
+ <!-- End Post -->
123
+ <!-- Calculate 'column setters' to manage BS break points for 'responsive' card deck (rcard-deck) -->
124
+ <!-- Add 'column setters' for BS break points -->
125
+ <div class="w-100 d-none d-sm-block d-md-none"> <!-- break on sm --> </div>
126
+ <div class="w-100 d-none d-md-block d-lg-none"> <!-- break on md --> </div>
127
+ <!-- Post -->
128
+ <article class="card raised-z5 mb-3">
129
+ <img class="img-fluid g-height-200" src="/assets/images/modules/attics/building-blocks-1920x1280-bw.jpg" alt="Site generators">
130
+ <h3 class="card-header bg-primary notoc">Site generators</h3>
131
+ <!-- Body|Excerpt -->
132
+ <div class="card-body r-text-300">
133
+ People quite often ask, if static websites make sense for anything beyond a one-page website. Some other see in static websites the stone age of the World Wide Web. What’s about static websites today? What’s achiveable? This article highlights top OpenSource projects, in many ...
134
+ </div>
135
+ <!-- End Body|Excerpt -->
136
+ <div class="card-footer r-text-200">
137
+ <div class="text-muted r-text-200">
138
+ <i class="mdi mdi-calendar-blank mr-1"></i>
139
+ 2019 May, 1
140
+ </div>
141
+ <a class="card-link md-blue font-weight-bold g-font-size-12 text-uppercase" href="/posts/public/featured/2019/05/01/top-open-source-static-site-generators/">
142
+ Read · OpenSource tools
143
+ </a>
144
+ </div>
145
+ </article>
146
+ <!-- End Post -->
147
+ <!-- Calculate 'column setters' to manage BS break points for 'responsive' card deck (rcard-deck) -->
148
+ <!-- Add 'column setters' for BS break points -->
149
+ <div class="w-100 d-none d-sm-block d-md-none"> <!-- break on sm --> </div>
150
+ <div class="w-100 d-none d-lg-block d-xl-none"> <!-- break on lg --> </div>
151
+ <div class="w-100 d-none d-xl-block">
152
+ <!-- break on xl --> </div>
153
+ </div>
154
+ <!-- End recent posts -->
155
+ </div></section>
156
+
157
+ <div class="row">
158
+ <div class="col-md-3">
159
+ <div class="img-wrap ratio-4-3">
160
+ <div class="img-content">
161
+ <img src="https://picsum.photos/200" />
162
+ </div>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <h2>Block-level Elements</h2>
168
+ <p>Or, if you'd like, you can also attach Backstretch to another block level element on the page.</p>
169
+ <div id="demo">
170
+ <div><p>The background image on this element was set using Backstretch.</p></div>
171
+ </div>
172
+
173
+ <script>
174
+ $("#demo").backstretch("{{page.image}}");
175
+ $(".img-fluid").backstretch();
176
+ </script>
177
+ ++++
178
+
179
+ ++++
180
+ <style>
181
+ .img-wrap {
182
+ position: relative;
183
+ }
184
+ .img-wrap .img-content {
185
+ position: absolute;
186
+ top: 0;
187
+ bottom: 0;
188
+ left: 0;
189
+ right: 0;
190
+ display: flex;
191
+ align-items: center;
192
+ justify-content: center;
193
+ }
194
+ .img-wrap .img-content > img {
195
+ max-width: 100%;
196
+ max-height: 100%;
197
+ width: 100%;
198
+ }
199
+ .img-wrap.ratio-4-3 {
200
+ padding-top: 75%;
201
+ }
202
+ .img-wrap.ratio-16-9 {
203
+ padding-top: 56.25%;
204
+ }
205
+ .img-wrap.ratio-3-2 {
206
+ padding-top: 66.66%;
207
+ }
208
+ .img-wrap.ratio-8-5 {
209
+ padding-top: 62.5%;
210
+ }
211
+ </style>
212
+ ++++