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
@@ -10,8 +10,10 @@ categories: [ pages ]
10
10
  permalink: /pages/public/learn/roundtrip/themes/
11
11
  regenerate: false
12
12
 
13
- resources: []
13
+ resources: [ rouge, clipboard ]
14
14
  resource_options:
15
+ - toccer:
16
+ collapseDepth: 3
15
17
  - attic:
16
18
  padding_top: 400
17
19
  padding_bottom: 50
@@ -30,64 +32,64 @@ resource_options:
30
32
  // Enable the Liquid Preprocessor
31
33
  :page-liquid:
32
34
 
35
+ // Set page (local) attributes here
36
+ // -----------------------------------------------------------------------------
37
+ // :page--attr: <attr-value>
38
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
39
+
33
40
  // Load Liquid procedures
34
41
  // -----------------------------------------------------------------------------
35
42
  {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
36
43
 
37
- // Load page attributes (all)
44
+ // Load page attributes
38
45
  // -----------------------------------------------------------------------------
39
- {% include {{load_attributes}} scope="all" %}
46
+ {% include {{load_attributes}} scope="local" %}
40
47
 
41
- // Set local page attributes
42
- // -----------------------------------------------------------------------------
43
- :images-dir: {imagesdir}/pages/roundtrip/100_present_images
44
48
 
45
49
  // Page content
46
- // =============================================================================
50
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47
51
  ++++
48
52
  <!-- page_path: {{page_path | debug}} -->
49
53
  <!-- site.source: {{site.source | debug}} -->
50
54
  <!-- site.source.size: {{site.source.size | debug}} -->
51
55
  ++++
52
56
 
53
- The themes feature for J1 Template is in a alpha status of the template
57
+ The themes feature for J1 is in an experimental state for the template
54
58
  system. Anyway, it makes sense to present what is possible using different
55
59
  versions of Bootstrap's CSS styles for a website.
56
60
 
57
- == Themes
61
+ == Template themes
58
62
 
59
63
  It is expected that many people will change the template for their needs. To
60
64
  really create unique websites. Fundamental to do this is are CSS styles
61
65
  defined by Bootstrap.
62
66
 
63
- Modifying the CSS styles of link:{bootstrap-home}[Bootstrap, {browser-window--new}] is not
64
- rocket science. But, to be honest, some knowledge is needed of
67
+ Modifying the CSS styles of link:{bootstrap-home}[Bootstrap, {browser-window--new}]
68
+ is not rocket science. But, to be honest, some knowledge is needed to
65
69
  link:{w3org-css-spec}[the CSS technology] to do so. We encourage you to spend
66
70
  some time first on learning CSS. To learn what is the
67
71
  link:{w3schools-css-tutorial}[design base, {browser-window--new}] of each and every website.
68
- Independendly from using Bootstrap or any other CSS framwork.
69
-
70
- Thanks to the people at link:{bootswatch-home}[Bootswatch, {browser-window--new}], a great
71
- set of already prepared Bootstrap stylesheets in various designs are available
72
- at their website. No need to start from the scratch, to re-define all the
73
- Bootstrap variables and rebuild the framework files to create a new theme. Many
74
- different styles are available. What is already available is at least a good
75
- base for your modifications: your unique design.
76
72
 
77
- Beside the bunch of different stylesheets at Bootswatch, an
78
- link:{bootswatch-api}[integration API, {browser-window--new}] is available that helps a lot
79
- to integrate available designs into a existing site. This API is the base to
80
- integrate Bootswatch stylesheets into J1 Template for easy use.
73
+ Thanks to the people at link:{bootswatch-home}[Bootswatch, {browser-window--new}],
74
+ a great set of already prepared Bootstrap stylesheets in various designs are
75
+ available at their website. No need to start from scratch, to re-define all
76
+ the Bootstrap variables and rebuild the framework files to create a new
77
+ theme. Many different styles are available. What is already available at
78
+ Bootswatch is at least a good base for your modifications; your unique design.
81
79
 
82
- Thanks again the people at Bootswatch for this great work.
80
+ Besides the bunch of different stylesheets at Bootswatch, a
81
+ link:{bootswatch-api}[Integration API, {browser-window--new}] is available
82
+ that helps a lot to integrate available designs into an existing site. This API
83
+ is the base to integrate selectable Bootswatch stylesheets into the J1 Template
84
+ navigation system for easy use.
83
85
 
84
86
 
85
- == Apply a theme
87
+ === Apply a template theme
86
88
 
87
89
  The base for designing pages using J1 Template is the theme Uno, a modern
88
90
  light theme that can be used for many types of websites. And what we mentioned
89
91
  already, web design is not: one size fits all. The theme Uno can be seen as
90
- good base, a starting point. Combining Uno and a different theme may a fast
92
+ a good base, a starting point. Combining Uno and a different theme may a fast
91
93
  solution for your site!?
92
94
 
93
95
  You can find all available themes, all stylesheets to be applied to your pages
@@ -95,18 +97,115 @@ from the menu Themes. You're invited to check how a page is changing for
95
97
  their design if other stylesheets, other ideas of web design is used.
96
98
 
97
99
  NOTE: Changing BS-based styles is one thing, changing from one theme to the
98
- next at runtime a bit more challanging. For the alpha version of J1 Template,
100
+ next at runtime a bit more challenging. For the first version of J1 Template,
99
101
  many styles are automatically changed for J1 specific components as well, but
100
102
  not all of them for now.
101
103
 
102
- Simply select a theme from this menu and a new BS-based stylesheet is
104
+ Simply select a theme from this menu, and a new BS-based stylesheet is
103
105
  automatically applied to your pages.
104
106
 
105
- Have fun!
107
+
108
+ == Code Highlighter Rouge
109
+
110
+ lorem:sentences[5]
111
+
112
+ lorem:sentences[3]
113
+
114
+ === Apply a theme
115
+
116
+ Make a selection of theme below to preview a theme.
117
+
118
+ ++++
119
+ <div class="btn-group">
120
+ <button class="btn btn-primary btn-raised btn-flex btn-lg dropdown-toggle" type="button" data-toggle="dropdown" data-target="#navbarDropdown" aria-haspopup="true" aria-expanded="false">
121
+ Select a theme<span class="caret"></span>
122
+ </button>
123
+ <div class="dropdown-menu">
124
+ <a class="dropdown-item" active="true" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('base16')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>base16</a>
125
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('base16.dark')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>base16.dark</a>
126
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('base16.light')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>base16.light</a>
127
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('base16.monokai')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>base16.monokai</a>
128
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('base16.monokai.dark')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>base16.monokai.dark</a>
129
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('base16.monokai.light')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>base16.monokai.light</a>
130
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('base16.solarized')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>base16.solarized</a>
131
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('base16.solarized.dark')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>base16.solarized.dark</a>
132
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('base16.solarized.light')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>base16.solarized.light</a>
133
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('colorful')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>colorful</a>
134
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('github')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>github</a>
135
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('gruvbox')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>gruvbox</a>
136
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('gruvbox.light')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>gruvbox.light</a>
137
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('igorpro')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>igorpro</a>
138
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('molokai')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>molokai</a>
139
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('monokai')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>monokai</a>
140
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('monokai.sublime')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>monokai.sublime</a>
141
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('pastie')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>pastie</a>
142
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('thankful_eyes')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>thankful_eyes</a>
143
+ <a class="dropdown-item" href="javascript:void(0)" onclick="j1.adapter.rouge.reaplyStyles('tulip')"> <i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>tulip</a>
144
+ </div>
145
+ </div>
146
+ <div id="selected" class="mt-1 mb-3"></div>
147
+ ++++
148
+
149
+ === Liquid
150
+
151
+ {% raw %}
152
+ [source, liquid]
153
+ ----
154
+ Hello {{ 'now' | date: "%Y %h" }}
155
+
156
+ {% comment %} if item.quantity is 4... {% endcomment %}
157
+ {% for i in (1..item.quantity) %}
158
+ {{ i }}
159
+ {% endfor %}
160
+ ----
161
+ {% endraw %}
162
+
163
+ === Javascript
164
+
165
+ [source, javascript]
166
+ ----
167
+ // helper functions
168
+ //
169
+ function styleSheetLoaded(styleSheet) {
170
+ var sheets = document.styleSheets,
171
+ stylesheet = sheets[(sheets.length - 1)];
172
+
173
+ // find CSS file 'styleSheetName' in document
174
+ for(var i in document.styleSheets) {
175
+ if(sheets[i].href && sheets[i].href.indexOf(styleSheet) > -1) {
176
+ return true;;
177
+ }
178
+ }
179
+ }
180
+ ----
181
+
182
+ === Ruby
183
+
184
+ [source, ruby]
185
+ ----
186
+ require 'asciidoctor/extensions' unless RUBY_ENGINE == 'opal'
187
+ include Asciidoctor <1>
188
+
189
+ Asciidoctor::Extensions.register do
190
+ class J1BlockMacro < Extensions::BlockMacroProcessor
191
+ use_dsl
192
+ named :banner
193
+ name_positional_attributes 'role'
194
+
195
+ def process parent, target, attrs
196
+ html = %(<div id="#{target}" class="#{attrs['role']}"></div>)
197
+ create_pass_block parent, html, attrs, subs: nil
198
+ end
199
+ end
200
+ block_macro J1BlockMacro
201
+ end
202
+ ----
203
+ <1> don't miss to load the Asciidoctor ruby
204
+
106
205
 
107
206
  == Whats next
108
207
 
109
- Hopefully you've enjoyed exploring some of the possibilities J1 offers for
208
+ You've explored some of the possibilities J1 offers for
110
209
  managing themes. But much, much more can the J1 do for your website.
111
210
 
112
211
  This was the last place to go for the roundtrip. More details of the most
@@ -114,8 +213,8 @@ common elements of Bootstrap can be found on the previewer for a theme. Have
114
213
  a look at the link:{previewer-theme}[Theme previewer].
115
214
 
116
215
  To make things real for your new site, go for Web in a day. This tutorial
117
- guides you through all the steps how to build a website - your site using
118
- Jekyll nd the template system J1. It's really a nice journey to explore
119
- and learn creating a static web.
216
+ guides you through all the steps on how to build a website - your site using
217
+ Jekyll and the template system J1. It's really a pleasant journey to learn to
218
+ create today's static webs.
120
219
 
121
220
  Start your journey from here: link:{kickstarter-web-in-a-day}[Web in a day].
@@ -80,6 +80,12 @@ tag::data[]
80
80
 
81
81
  end::data[]
82
82
 
83
+
84
+ // Images - Images from local include/images folder
85
+ // -----------------------------------------------------------------------------
86
+ tag::images[]
87
+ end::images[]
88
+
83
89
  // PRODUCTS, local product information (e.g. release)
84
90
  // -----------------------------------------------------------------------------
85
91
  tag::products[]
@@ -7,7 +7,7 @@ block macro `gist::` to do so.
7
7
 
8
8
  The following gist snippet is taken from {asciidoc-extensions-gist-example}[this example, window="_blank"]:
9
9
 
10
- //[source, adoc]
10
+ [source, prometheus, role="noclip"]
11
11
  ----
12
12
  .Gist title
13
13
  gist::git_address[] <1>
@@ -15,6 +15,7 @@ gist::git_address[] <1>
15
15
  <1> For `git_address`, {github-gist-home}[, window="_blank"] is prepended automatically
16
16
 
17
17
  .Example of a gist block
18
+ [source, prometheus, role="noclip"]
18
19
  ----
19
20
  .Guard setup to live preview AsciiDoc output
20
21
  gist::mojavelinux/5546622[]
@@ -1,6 +1,6 @@
1
1
 
2
2
  .Selected extended BS modal examples
3
- [cols="6a,3a,3a", options="header", width="100%", role="table-responsive-stacked-lg"]
3
+ [cols="6a,3a,3a", options="header", width="100%", role="rtable"]
4
4
  |===============================================================================
5
5
  |Postion |Class | Example
6
6
 
@@ -1,13 +1,13 @@
1
1
  ---
2
- title: Whats up
3
- tagline: where to go
4
- description: Where to go
2
+ title: Where to go
3
+ tagline: fasten your way
4
+ description: Where to go, Too Long; Didn't Read, faster your way
5
5
 
6
6
  tags: [ Page, Roundtrip ]
7
- index: [ Start, Template, Whats, Up, Readme, TL;DR ]
7
+ index: [ Start, Template, Where, fast, way, TL;DR ]
8
8
  categories: [ pages ]
9
9
 
10
- permalink: /pages/public/learn/whats_up/
10
+ permalink: /pages/public/learn/where_to_go/
11
11
  regenerate: false
12
12
  toc: true
13
13
 
@@ -20,7 +20,10 @@ resource_options:
20
20
  padding_bottom: 50
21
21
  opacity: 0.5
22
22
  slides:
23
- - url: /assets/images/modules/attics/runner-1920x1200-bw.jpg
23
+ - url: /assets/images/modules/attics/tldr-1920x800.jpg
24
+ # /assets/images/modules/attics/runner-1920x1200-bw.jpg
25
+
26
+
24
27
  alt: Photo by Alexander Redl on Unsplash
25
28
  badge:
26
29
  type: unsplash
@@ -33,23 +36,27 @@ resource_options:
33
36
  // Enable the Liquid Preprocessor
34
37
  :page-liquid:
35
38
 
39
+ // Set page (local) attributes here
40
+ // -----------------------------------------------------------------------------
41
+ // :page--attr: <attr-value>
42
+
36
43
  // Load Liquid procedures
37
44
  // -----------------------------------------------------------------------------
38
45
  {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
39
46
 
40
- // Load page attributes (all)
47
+ // Load page attributes
41
48
  // -----------------------------------------------------------------------------
42
- {% include {{load_attributes}} %}
49
+ {% include {{load_attributes}} scope="none" %}
43
50
 
44
- // Page content
45
- // =============================================================================
46
51
 
52
+ // Page content
53
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47
54
  Welcome to the pages of J1 Template. If your here first time,
48
- hopefully you get on that page first. For sure, there is no better
49
- place to step in.
55
+ a good decision you get on that page first. For sure, there is no better
56
+ place to go.
50
57
 
51
- Having a menu system is great. We hope the the navigator module of J1 will
52
- support you to explore this site, find what your are looking for. The site
58
+ Having a menu system is great. We hope the Navigator module of J1 will
59
+ support you to explore this site, find what you are looking for. The site
53
60
  of J1 has grown over the last month a lot. Many documents were seeking for
54
61
  a home. And we have really a bunch of them.
55
62
 
@@ -59,16 +66,14 @@ use the English language for our international vistors (we are German),
59
66
  right (LTR), and from top to down a page. The same to all menus, sections
60
67
  and pages.
61
68
 
62
- To read the site it is recommended to go for LTR. Other languages, other
69
+ To read the webpages, it is recommended to go for LTR. Other languages, other
63
70
  countries and cultures go for RTL, but currently we've *no* support for RTL
64
71
  implemented.
65
72
 
66
- For that reason, it was a good decision to start from here.
67
-
68
73
  == Whats up
69
74
 
70
- First of all, you've started already! The important first step in to find
71
- your way to Jekyll is done. Congratiulations.
75
+ First of all, you've started already! The crucial first step in to find
76
+ your way to Jekyll is done. Congratulations.
72
77
 
73
78
  The *Learn* section contains all you need to learn what Jekyll and J1 can do
74
79
  for your website. For your new static web - if you like.
@@ -88,10 +93,10 @@ You should go for the *Roundtrip* first. See what you will get. As an overview
88
93
  of some of the main features of *J1*. The roundtrip is a *visual* tour. No
89
94
  technical stuff, nothing academic.
90
95
 
91
- Let's go more deeper and make things real - and your hands dirty. We
92
- recomment to work on the Kickstarter *Web in a Day*. A nice one-day journey
93
- diving into the world of Jekyll. You'll learn a lot and at the end of that day
94
- you know what Jekyll, static webs and the template system J1 is all about.
96
+ Let's go more in-depth and make things real - and your hands dirty. You dive
97
+ into the world of Jekyll. You'll have learned a lot at the end of that
98
+ day about what Jekyll is, static webs and the template system J1 is all
99
+ about.
95
100
 
96
101
  You're welcome!
97
102
 
@@ -12,7 +12,7 @@ How do we use cookies?
12
12
 
13
13
  A number of our pages use cookies to remember:
14
14
 
15
- * your display preferences, such as contrast colour settings or font size
15
+ * your display preferences, such as contrast color settings or font size
16
16
  * if you have already replied to a survey pop-up that asks you if the
17
17
  content was helpful or not (so you won't be asked again)
18
18
  * if you have agreed (or not) to our use of cookies on this site
@@ -36,128 +36,127 @@ resource_options:
36
36
  [[responsive-design]]
37
37
  == Full Responsive
38
38
 
39
- A good user experience browsing a Web is one of the most important features
40
- a site has to offer as a must. Beside excellent content. Presenting content
41
- at it's best on all devices, for all window sizes makes an excellent Web
42
- brilliant. J1 Template support your Web for full responsiveness, for the
43
- best user experience on all modern devices.
39
+ A good user experience browsing a Web site is one of the most important
40
+ feature a site has to offer as a must. Beside excellent content. Presenting
41
+ content at its best on all devices, for all window sizes makes an excellent
42
+ Web brilliant. J1 Template supports your Web for full responsiveness, for
43
+ the best user experience on all modern devices.
44
44
 
45
45
  === Bootstrap 4 Integration
46
46
 
47
47
  To not sidetrack your audience by irritating user interface (UI) components,
48
48
  J1 Template is based on Bootstrap. Bootstrap is one of the most popular
49
49
  frameworks for web development used today. J1 is based on Bootstrap V4, the
50
- last current version to support your visitors by common elements for
51
- navigation, data input, tables and many other components more.
50
+ last current version to support your visitors by common elements for navigation,
51
+ data input, tables, and many other components more.
52
52
 
53
53
  For your development projects, Bootstrap simplifies HTML programming a lot,
54
54
  offers excellent JS support for interactive components like navigation
55
- elements, cards, forms etc.
55
+ elements, cards, forms, etc.
56
56
 
57
57
  [[current-technology]]
58
58
  == HTML5 · CSS3 · JS
59
59
 
60
- The Internet is a rapid changing world. Like the fashion industries, new trends
61
- are set every year. J1 Template combines modern technologies for the world
62
- of static Webs to make a Site uniqe using current standards in terms of web
63
- development, languages and tools.
60
+ The Internet is a rapidly changing world. Like the fashion industries, new
61
+ trends are set every year. J1 Template combines modern technologies for the
62
+ world of static Webs to make a site unique using current standards in terms
63
+ of web development, languages, and tools.
64
64
 
65
65
 
66
66
  === HTML5 + CSS3
67
67
 
68
68
  J1 is using HTML5 for structuring content on the World Wide Web. The current
69
- version of the HTML standard offer a lot of new features including detailed
69
+ version of the HTML standard offers a lot of new features including detailed
70
70
  processing models to support more interoperable implementations. It extends
71
- and improves HTML markups available. HTML5 introduces application
72
- programming interfaces (APIs) for more complex web applications. For same
73
- reasons, the new HTMLstandard is also a good choice for modern cross-platform
74
- mobile applications, because it includes features designed with mobile devices
75
- in mind.
71
+ and improves HTML markups available. HTML5 introduces application programming
72
+ interfaces (APIs) for more complex web applications. For the same reasons,
73
+ the new HTML standard is also a good choice for modern cross-platform mobile
74
+ applications, because it includes features designed with mobile devices in mind.
76
75
 
77
76
  Many new features are included with HTML5. To natively support multimedia and
78
- graphical content, the new `<video>`, `<audio>` and `<canvas>` elements were
79
- added. Beside this, support for scalable vector graphics (SVG) and an API
80
- called MathML for mathematical formulas are now available.
77
+ graphical content, the new <video>, <audio> and <canvas> elements were added.
78
+ Besides this, support for scalable vector graphics (SVG) and an API called
79
+ MathML for mathematical formulas are now available.
81
80
 
82
- The new standard allows to use so-called *semantic* markup elements for your
83
- documents. New structure elements such as `<main>`, `<section>`, `<article>`,
84
- `<header>` or `<footer>` (and many more) were added. Better structured HTML
85
- code can help people having disabilities to read the pages presented better.
81
+ The new standard allows to use so-called semantic markup elements for your
82
+ documents. New structure elements such as <main>, <section>, <article>,
83
+ <header> or <footer> (and many more) were added. Better structured HTML code
84
+ can help people having disabilities to read the pages presented better.
86
85
 
87
- CSS is designed to enable the separation of presentation and content.
88
- Including layout, colors and fonts for example. This separation improves
89
- content accessibility, provide more flexibility and control in the
90
- presentation.
86
+ CSS is designed to enable the separation of presentation and content. Including
87
+ layout, colors, and fonts for example. This separation improves content
88
+ accessibility, provide more flexibility and control in the presentation.
91
89
 
92
90
  Separation of formatting and content also makes it feasible to present the
93
91
  same page in different styles. For example, the themes feature of J1 Template
94
- make use of this.
92
+ makes use of this.
95
93
 
96
- CSS3 is divided into several separate components called *modules*. Each module
94
+ CSS3 is divided into several separate components called modules. Each module
97
95
  adds new capabilities or extends features defined in the former CSS2 standard.
98
- HTML5 in combination with CSS3 allows to create modern and modular code for web
99
- pages that can be viewed on all current devices like Mobiles, Tablets or the
100
- classic Desktop PC. The new HTML5 elements plus CSS3 modules can be used as a
101
- replacement for *proprietary solutions* like Adobe Flash to build modern
102
- webpages based on *open standards*.
96
+ HTML5 in combination with CSS3 allows creating modern and modular code for
97
+ web pages that can be viewed on all current devices like Mobiles, Tablets,
98
+ or the classic Desktop PC. The new HTML5 elements plus CSS3 modules can be
99
+ used as a replacement for proprietary solutions like Adobe Flash to build
100
+ modern webpages based on open standards.
103
101
 
104
102
  === Javascript
105
103
 
106
104
  HTML5 and CSS3 can do a lot. Content placement and basic methods for the
107
- dynamic of elements can be done using pure HTML5 and CSS3. For more
108
- complex solutions like modules the support of Javascript is needed.
105
+ dynamic of elements can be done using pure HTML5 and CSS3. For more complex
106
+ solutions like modules, the support of Javascript is needed.
109
107
 
110
- J1 Template has build-in a wide range of JS powered modules to support a
111
- website for e.g. the navigation, for presenting image data in galeries,
112
- lightboxes and so on.
108
+ J1 Template has build-in a wide range of JS-powered modules to support a
109
+ website e.g. the navigation, for presenting image data in galleries,
110
+ lightboxes, and so on.
113
111
 
114
112
 
115
113
  [[launch-ready]]
116
114
  == Start in No Time
117
115
 
118
- The base idea of J1 Template is to give all people a tool set at their hands
119
- to create a website with no need to start by web development or web design
120
- from the beginning. A website based on J1 is using build-in templates and
121
- engines. As a result, the process to generate HTML code from your content
122
- is done automatically and allows you to concentrate on what truly matters:
123
- your content.
116
+ The base idea of the J1 Template is to give all people a toolset at their
117
+ hands to create a website with no need to start by web development or
118
+ web design from the beginning. A website based on J1 is using build-in
119
+ templates and engines. As a result, the process to generate HTML code from
120
+ your content is done automatically and allows you to concentrate on what
121
+ truly matters: your content.
122
+
123
+ Using J1, you can instantly start a web project by creating your content and
124
+ not by start learning the deep web development technologies.
124
125
 
125
- Using J1, you can instantly start a web project by creating your content
126
- and not by start learning the the deep of web development technologies.
127
126
 
128
127
  === Create your Web
129
128
 
130
- J1 is highly customizeable. Based on a pure configuration, a website can be
131
- created. The template system creates static web pages using Jekyll as
132
- the base HTML code generator. Static website are fast and secure but simple
129
+ J1 is highly customizable. Based on a pure configuration, a website can be
130
+ created. The template system creates static web pages using Jekyll as the
131
+ base HTML code generator. Static websites are fast and secure but simple
133
132
  to manage. No complex database systems and PHP interfaces are needed.
134
133
 
135
134
  To present a static website, only a web server environment is needed. To
136
135
  publish a website on the Internet, many possible platforms can be used like
137
- Github, Netlify or Heroku for example - for free!
136
+ Github, Netlify, or Heroku for example - for free!
138
137
 
139
- The Internet is not a peaceful place. Every site accessible from the public is
140
- attacked from the first second if published. Static websites are robust, fast
141
- and that's import: intrinsicly secure. That means: *not* changeable. No
142
- offender attacking your website is able to break your site. Because it's
143
- static or in other words: unchangeable, unbreakable from it's natur.
138
+ The Internet is not a peaceful place. Every site accessible from the public
139
+ is attacked from the first second if published. Static websites are robust,
140
+ fast and thats import: intrinsically secure. That means: not changeable.
141
+ No offender attacking your website can break your site. Because its static
142
+ or in other words: unchangeable, unbreakable from its nature.
144
143
 
145
144
  This makes a static website for the better.
146
145
 
147
146
  === Modules and Apps
148
147
 
149
- It's predictable what base components are needed for a modern website. For
150
- Content Management Systems (CMS) like Wordpress, Joomla or Drupal a huge
148
+ Its predictable what base components are needed for a modern website. For
149
+ Content Management Systems (CMS) like WordPress, Joomla, or Drupal a huge
151
150
  number of modules are available to extend a site by e.g. Apps like image
152
- galleries, video players, calendars etc.
151
+ galleries, video players, calendars, etc.
153
152
 
154
- This is a bit different for static webs as they don't have a central
155
- Management System as CMS do to integrate external code. There no ecosystem,
156
- no marketplace to get apps and modules from.
153
+ This is a bit different for static webs as they dont have a central Management
154
+ System as CMS does to integrate external code. There no ecosystem, no
155
+ marketplace to get apps and modules from.
157
156
 
158
157
  Luckily, it is not that hard to integrate external components into the world
159
158
  of Jekyll. But one of the objectives of J1 is to give people a ready-to-use
160
- toolset without the need to install, to integrate components that expected
159
+ toolset without the need to install, to integrate components that are expected
161
160
  as a need.
162
161
 
163
162
  A rich set of modules are already included. The modules support common use