j1-template 2020.0.22 → 2020.0.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (266) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_page.html +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_post.html +63 -161
  4. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +14 -0
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -3
  6. data/_includes/themes/j1/modules/connectors/comment/disqus.html +37 -24
  7. data/_includes/themes/j1/modules/navigator/generator.html +8 -3
  8. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +36 -26
  9. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  10. data/_includes/themes/j1/procedures/posts/create_series_header.proc +9 -5
  11. data/assets/data/banner.html +1 -1
  12. data/assets/data/fam.html +124 -0
  13. data/assets/data/mmenu_sidebar.html +3 -3
  14. data/assets/data/panel.html +9 -9
  15. data/assets/data/quicklinks.html +13 -13
  16. data/assets/error_pages/HTTP204.html +1 -0
  17. data/assets/error_pages/HTTP400.html +3 -2
  18. data/assets/error_pages/HTTP401.html +3 -2
  19. data/assets/error_pages/HTTP403.html +3 -2
  20. data/assets/error_pages/HTTP404.html +3 -2
  21. data/assets/error_pages/HTTP500.html +3 -2
  22. data/assets/error_pages/HTTP501.html +3 -2
  23. data/assets/error_pages/HTTP502.html +3 -2
  24. data/assets/error_pages/HTTP503.html +3 -2
  25. data/assets/error_pages/HTTP520.html +3 -2
  26. data/assets/error_pages/HTTP521.html +3 -2
  27. data/assets/error_pages/HTTP533.html +3 -2
  28. data/assets/themes/j1/adapter/js/{ssm.js → fam.js} +248 -138
  29. data/assets/themes/j1/adapter/js/framer.js +72 -56
  30. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -1
  31. data/assets/themes/j1/adapter/js/j1.js +8 -2
  32. data/assets/themes/j1/adapter/js/{searcher.js → lunr_search.js} +68 -65
  33. data/assets/themes/j1/adapter/js/toccer.js +62 -30
  34. data/assets/themes/j1/core/css/bootstrap.css +7154 -0
  35. data/assets/themes/j1/core/css/bootstrap.min.css +6 -0
  36. data/assets/themes/j1/core/css/custom.scss +28 -0
  37. data/assets/themes/j1/core/css/globals.css +14523 -0
  38. data/assets/themes/j1/core/css/globals.min.css +1 -0
  39. data/assets/themes/j1/core/css/globals.scss +28 -0
  40. data/assets/themes/j1/core/css/theme_extensions.css +11558 -0
  41. data/assets/themes/j1/core/css/theme_extensions.min.css +1 -0
  42. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +7 -4
  43. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +2 -2
  44. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +7 -4
  45. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +2 -2
  46. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +514 -417
  47. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +2 -2
  48. data/assets/themes/j1/core/css/uno.css +11823 -0
  49. data/assets/themes/j1/core/css/uno.min.css +1 -0
  50. data/assets/themes/j1/core/css/uno.scss +28 -0
  51. data/assets/themes/j1/core/css/vendor.css +5 -4
  52. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  53. data/assets/themes/j1/core/css/vendor.scss +28 -0
  54. data/assets/themes/j1/core/js/template.js +6 -11
  55. data/assets/themes/j1/core/js/template.js.map +1 -1
  56. data/assets/themes/j1/core/js/template.min.js +1 -1
  57. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +6 -0
  58. data/assets/themes/j1/modules/cash/js/cash.js +1374 -0
  59. data/assets/themes/j1/modules/cash/js/cash.min.js +42 -0
  60. data/assets/themes/j1/modules/fam/css/uno/fam.css +369 -0
  61. data/assets/themes/j1/modules/fam/js/fam.js +477 -0
  62. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +1 -1
  63. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.js → resizer.js} +0 -0
  64. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.map → resizer.map} +0 -0
  65. data/assets/themes/j1/modules/iframeResizer/js/{iframeResizer.min.js → resizer.min.js} +0 -0
  66. data/assets/themes/j1/modules/jquery/js/require.js +2145 -0
  67. data/assets/themes/j1/modules/jquery/js/require.min.js +5 -0
  68. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.css +32 -0
  69. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.min.css +25 -0
  70. data/assets/themes/j1/modules/lunrSearch/js/dateformat.js +125 -0
  71. data/assets/themes/j1/modules/lunrSearch/js/dateformat.min.js +14 -0
  72. data/assets/themes/j1/modules/lunrSearch/js/lunr.js +3475 -0
  73. data/assets/themes/j1/modules/lunrSearch/js/lunr.min.js +51 -0
  74. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.js +184 -0
  75. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.min.js +17 -0
  76. data/assets/themes/j1/modules/lunrSearch/js/mustache.js +772 -0
  77. data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +772 -0
  78. data/assets/themes/j1/modules/lunrSearch/js/uri.js +2340 -0
  79. data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +93 -0
  80. data/assets/themes/j1/modules/materialize/js/anime.js +1283 -0
  81. data/assets/themes/j1/modules/materialize/js/anime.min.js +34 -0
  82. data/assets/themes/j1/modules/materialize/js/autocomplete.js +450 -0
  83. data/assets/themes/j1/modules/materialize/js/buttons.js +409 -0
  84. data/assets/themes/j1/modules/materialize/js/cards.js +40 -0
  85. data/assets/themes/j1/modules/materialize/js/carousel.js +717 -0
  86. data/assets/themes/j1/modules/materialize/js/cash-dom.js +1044 -0
  87. data/assets/themes/j1/modules/materialize/js/cash.js +960 -0
  88. data/assets/themes/j1/modules/materialize/js/characterCounter.js +136 -0
  89. data/assets/themes/j1/modules/materialize/js/chips.js +481 -0
  90. data/assets/themes/j1/modules/materialize/js/collapsible.js +275 -0
  91. data/assets/themes/j1/modules/materialize/js/component.js +44 -0
  92. data/assets/themes/j1/modules/materialize/js/datepicker.js +975 -0
  93. data/assets/themes/j1/modules/materialize/js/dropdown.js +617 -0
  94. data/assets/themes/j1/modules/materialize/js/forms.js +275 -0
  95. data/assets/themes/j1/modules/materialize/js/global.js +427 -0
  96. data/assets/themes/j1/modules/materialize/js/materialbox.js +453 -0
  97. data/assets/themes/j1/modules/materialize/js/modal.js +382 -0
  98. data/assets/themes/j1/modules/materialize/js/parallax.js +138 -0
  99. data/assets/themes/j1/modules/materialize/js/pushpin.js +145 -0
  100. data/assets/themes/j1/modules/materialize/js/range.js +263 -0
  101. data/assets/themes/j1/modules/materialize/js/ripple.js +335 -0
  102. data/assets/themes/j1/modules/materialize/js/scrollspy.js +295 -0
  103. data/assets/themes/j1/modules/materialize/js/select.js +432 -0
  104. data/assets/themes/j1/modules/materialize/js/sidenav.js +580 -0
  105. data/assets/themes/j1/modules/materialize/js/slider.js +359 -0
  106. data/assets/themes/j1/modules/materialize/js/tabs.js +402 -0
  107. data/assets/themes/j1/modules/materialize/js/tapTarget.js +314 -0
  108. data/assets/themes/j1/modules/materialize/js/timepicker.js +647 -0
  109. data/assets/themes/j1/modules/materialize/js/toasts.js +310 -0
  110. data/assets/themes/j1/modules/materialize/js/tooltip.js +303 -0
  111. data/assets/themes/j1/modules/materialize/js/waves.js +335 -0
  112. data/assets/themes/j1/modules/materialize/scss/components/_badges.scss +55 -0
  113. data/assets/themes/j1/modules/materialize/scss/components/_buttons.scss +322 -0
  114. data/assets/themes/j1/modules/materialize/scss/components/_cards.scss +195 -0
  115. data/assets/themes/j1/modules/materialize/scss/components/_carousel.scss +90 -0
  116. data/assets/themes/j1/modules/materialize/scss/components/_chips.scss +90 -0
  117. data/assets/themes/j1/modules/materialize/scss/components/_collapsible.scss +91 -0
  118. data/assets/themes/j1/modules/materialize/scss/components/_color-classes.scss +32 -0
  119. data/assets/themes/j1/modules/materialize/scss/components/_color-variables.scss +370 -0
  120. data/assets/themes/j1/modules/materialize/scss/components/_datepicker.scss +191 -0
  121. data/assets/themes/j1/modules/materialize/scss/components/_dropdown.scss +85 -0
  122. data/assets/themes/j1/modules/materialize/scss/components/_global.scss +769 -0
  123. data/assets/themes/j1/modules/materialize/scss/components/_grid.scss +156 -0
  124. data/assets/themes/j1/modules/materialize/scss/components/_icons-material-design.scss +5 -0
  125. data/assets/themes/j1/modules/materialize/scss/components/_materialbox.scss +43 -0
  126. data/assets/themes/j1/modules/materialize/scss/components/_modal.scss +94 -0
  127. data/assets/themes/j1/modules/materialize/scss/components/_navbar.scss +208 -0
  128. data/assets/themes/j1/modules/materialize/scss/components/_normalize.scss +447 -0
  129. data/assets/themes/j1/modules/materialize/scss/components/_preloader.scss +334 -0
  130. data/assets/themes/j1/modules/materialize/scss/components/_pulse.scss +34 -0
  131. data/assets/themes/j1/modules/materialize/scss/components/_sidenav.scss +216 -0
  132. data/assets/themes/j1/modules/materialize/scss/components/_slider.scss +92 -0
  133. data/assets/themes/j1/modules/materialize/scss/components/_table_of_contents.scss +33 -0
  134. data/assets/themes/j1/modules/materialize/scss/components/_tabs.scss +99 -0
  135. data/assets/themes/j1/modules/materialize/scss/components/_tapTarget.scss +103 -0
  136. data/assets/themes/j1/modules/materialize/scss/components/_timepicker.scss +183 -0
  137. data/assets/themes/j1/modules/materialize/scss/components/_toast.scss +58 -0
  138. data/assets/themes/j1/modules/materialize/scss/components/_tooltip.scss +32 -0
  139. data/assets/themes/j1/modules/materialize/scss/components/_transitions.scss +13 -0
  140. data/assets/themes/j1/modules/materialize/scss/components/_typography.scss +60 -0
  141. data/assets/themes/j1/modules/materialize/scss/components/_variables.scss +349 -0
  142. data/assets/themes/j1/modules/materialize/scss/components/_waves.scss +114 -0
  143. data/assets/themes/j1/modules/materialize/scss/components/forms/_checkboxes.scss +200 -0
  144. data/assets/themes/j1/modules/materialize/scss/components/forms/_file-input.scss +44 -0
  145. data/assets/themes/j1/modules/materialize/scss/components/forms/_forms.scss +22 -0
  146. data/assets/themes/j1/modules/materialize/scss/components/forms/_input-fields.scss +354 -0
  147. data/assets/themes/j1/modules/materialize/scss/components/forms/_radio-buttons.scss +115 -0
  148. data/assets/themes/j1/modules/materialize/scss/components/forms/_range.scss +161 -0
  149. data/assets/themes/j1/modules/materialize/scss/components/forms/_select.scss +180 -0
  150. data/assets/themes/j1/modules/materialize/scss/components/forms/_switches.scss +89 -0
  151. data/assets/themes/j1/modules/materialize/scss/materialize.scss +41 -0
  152. data/assets/themes/j1/modules/{bsThemeSwitcher → themeSwitcher}/js/switcher.js +0 -0
  153. data/assets/themes/j1/modules/{bsThemeSwitcher → themeSwitcher}/js/switcher.min.js +0 -0
  154. data/lib/j1/version.rb +1 -1
  155. data/lib/starter_web/Gemfile +12 -16
  156. data/lib/starter_web/_config.yml +95 -21
  157. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  158. data/lib/starter_web/_data/blocks/panel.yml +6 -6
  159. data/lib/starter_web/_data/j1_config.yml +7 -6
  160. data/lib/starter_web/_data/layouts/home.yml +13 -3
  161. data/lib/starter_web/_data/layouts/page.yml +10 -0
  162. data/lib/starter_web/_data/layouts/post.yml +10 -0
  163. data/lib/starter_web/_data/modules/defaults/{ssm.yml → fam.yml} +12 -15
  164. data/lib/starter_web/_data/modules/defaults/lunr_search.yml +171 -0
  165. data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -4
  166. data/lib/starter_web/_data/modules/defaults/toccer.yml +4 -2
  167. data/lib/starter_web/_data/modules/fam.yml +158 -0
  168. data/lib/starter_web/_data/modules/{back2top.yml → lunr_search.yml} +15 -9
  169. data/lib/starter_web/_data/modules/navigator.yml +2 -2
  170. data/lib/starter_web/_data/modules/navigator_menu.yml +57 -6
  171. data/lib/starter_web/_data/modules/toccer.yml +0 -73
  172. data/lib/starter_web/_data/resources.yml +151 -104
  173. data/lib/starter_web/_includes/attributes.asciidoc +2 -2
  174. data/lib/starter_web/_includes/breadcrumbs.html +11 -0
  175. data/lib/starter_web/_plugins/debug.rb +0 -1
  176. data/lib/starter_web/_plugins/filters.rb +0 -1
  177. data/lib/starter_web/_plugins/{lorem-inline.rb → lorem_inline.rb} +1 -2
  178. data/lib/starter_web/_plugins/lunr_index.rb +313 -0
  179. data/lib/starter_web/_plugins/prettify.rb +0 -3
  180. data/lib/starter_web/_plugins/simple_search_filter.rb +0 -1
  181. data/lib/starter_web/_plugins/symlink_watcher.rb +2 -3
  182. data/lib/starter_web/assets/images/modules/attics/banner/lunr-banner-1280x800.jpg +0 -0
  183. data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
  184. data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
  185. data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
  186. data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
  187. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +2 -4
  188. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +4 -2
  189. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +3 -2
  190. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +5 -4
  191. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +144 -0
  192. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +146 -0
  193. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +146 -0
  194. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +146 -0
  195. data/lib/starter_web/collections/posts/public/test_posts/_posts/2020-09-11-test_post.adoc +2 -4
  196. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +2 -3
  197. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +2 -7
  198. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +2 -6
  199. data/lib/starter_web/index.html +16 -10
  200. data/lib/starter_web/package.json +5 -2
  201. data/lib/starter_web/pages/public/about/about_site.adoc +0 -2
  202. data/lib/starter_web/pages/public/about/become_a_patron.adoc +1 -3
  203. data/lib/starter_web/pages/public/blog/navigator/archive.html +8 -1
  204. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +7 -3
  205. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +8 -1
  206. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +7 -2
  207. data/lib/starter_web/pages/public/blog/navigator/index.html +6 -2
  208. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +3 -4
  209. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +3 -4
  210. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +3 -4
  211. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +25 -20
  212. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +14 -12
  213. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +20 -20
  214. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +13 -8
  215. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +14 -9
  216. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +9 -6
  217. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +62 -8
  218. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +9 -7
  219. data/lib/starter_web/pages/public/learn/roundtrip/600_lunr.adoc +237 -0
  220. data/lib/starter_web/pages/public/learn/roundtrip/610_fam.adoc +302 -0
  221. data/lib/starter_web/pages/public/learn/where_to_go.adoc +3 -7
  222. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +3 -2
  223. data/lib/starter_web/pages/public/legal/de/200_terms_of_use.adoc +2 -1
  224. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +2 -1
  225. data/lib/starter_web/pages/public/legal/de/400_license_agreement.adoc +2 -1
  226. data/lib/starter_web/pages/public/legal/de/500_support.adoc +2 -1
  227. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +30 -27
  228. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +8 -5
  229. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +12 -8
  230. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -0
  231. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +8 -1
  232. data/lib/starter_web/pages/public/legal/en/500_support.adoc +8 -1
  233. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +3 -1
  234. data/lib/starter_web/pages/public/previewer/iframer.adoc +36 -28
  235. data/lib/starter_web/pages/public/previewer/justified_gallery.html +2 -1
  236. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +2 -1
  237. data/lib/starter_web/pages/public/previewer/rouge.adoc +4 -2
  238. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +2 -1
  239. data/lib/starter_web/pages/public/test_pages/breadcrumbs_tester.adoc +62 -0
  240. data/lib/starter_web/pages/public/test_pages/deck_of_posts.adoc +3 -0
  241. data/lib/starter_web/pages/public/test_pages/floating_actions_button.adoc +523 -0
  242. data/lib/starter_web/pages/public/test_pages/floating_ad.adoc +1 -0
  243. data/lib/starter_web/pages/public/test_pages/floating_div.adoc +1 -0
  244. data/lib/starter_web/pages/public/test_pages/lunr_tester.adoc +89 -0
  245. data/lib/starter_web/pages/public/test_pages/nav_pagination_tester.adoc +1 -0
  246. data/lib/starter_web/pages/public/test_pages/page_attribute_tester.adoc +1 -0
  247. data/lib/starter_web/pages/public/test_pages/responsive_images.adoc +3 -2
  248. data/lib/starter_web/pages/public/test_pages/responsive_tables.adoc +1 -0
  249. data/lib/starter_web/pages/public/test_pages/toccer_tester.adoc +2245 -0
  250. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  251. data/lib/starter_web/utilsrv/package.json +1 -1
  252. metadata +137 -29
  253. data/assets/data/search.json +0 -165
  254. data/assets/data/ssm.html +0 -242
  255. data/assets/themes/j1/adapter/js/back2top.js +0 -231
  256. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js +0 -468
  257. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js +0 -6
  258. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +0 -95
  259. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +0 -15
  260. data/assets/themes/j1/modules/tocbot/css/tocbot.css +0 -75
  261. data/assets/themes/j1/modules/tocbot/css/tocbot.min.css +0 -19
  262. data/assets/themes/j1/modules/tocbot/js/tocbot.js +0 -19
  263. data/assets/themes/j1/modules/tocbot/js/tocbot.min.js +0 -19
  264. data/lib/starter_web/_data/modules/defaults/back2top.yml +0 -146
  265. data/lib/starter_web/_data/modules/defaults/stickybits.yml +0 -36
  266. data/lib/starter_web/_data/modules/ssm.yml +0 -142
@@ -1,25 +1,31 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: present images
4
- description: J1 Template Roundtrip - Present image based data
5
-
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Images ]
8
- categories: [ pages ]
9
-
10
- toc: true
11
- scrollbar: false
4
+ description: >
5
+ This page show some of quite useful features of J1 Template to manage your
6
+ image-based content using lightboxes, carousels (slider) and galleries.
7
+ The image module offers complex functionality based on powerful OpenSource
8
+ libraries like Justified Gallery for high-end, masonry styled preview maps.
9
+ A carousel app, using the jQuery plugin Owl Carousel as a base, let you
10
+ present your images as slide shows.
11
+ Lightboxes like LightGallery or Lightbox V2 support your web for full image
12
+ views of your picture or video content. Have a look, a quick tour what J1
13
+ can do for image data.
14
+
15
+ date: 2020-11-03 12:00:00
16
+ tags: [ Roundtrip, Introduction ]
17
+ categories: [ Images, Module ]
18
+
19
+ fam_menu_id: open_toc
12
20
 
13
21
  permalink: /pages/public/learn/roundtrip/present_images/
14
- regenerate: false
22
+ regenerate: true
15
23
 
16
24
  resources: [
17
25
  clipboard, rouge, carousel, lightbox,
18
26
  justified_gallery, light_gallery
19
27
  ]
20
28
  resource_options:
21
- - toccer:
22
- collapseDepth: 3
23
29
  - attic:
24
30
  padding_top: 400
25
31
  padding_bottom: 50
@@ -49,23 +55,22 @@ resource_options:
49
55
 
50
56
  // Load page attributes
51
57
  // -----------------------------------------------------------------------------
52
- {% include {{load_attributes}} scope="local" %}
58
+ {% include {{load_attributes}} scope="all" %}
53
59
 
54
60
  // Page content
55
61
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
- Welcome to the first preview page focussing the image module. This page shows
57
- you some of them quite useful features of J1 Template to manage your
58
- image-based content using lightboxes, carousels (slider) and galleries.
62
+ Welcome to the first preview page focussing the image module. This page show
63
+ some of quite useful features of J1 Template to manage your image-based content
64
+ using lightboxes, carousels (slider) and galleries.
59
65
 
60
66
  The image module offers complex functionality based on powerful OpenSource
61
- libraries like the build-in Gallery gallery for simple _Bootstrap_ grid-based
62
- image galleries or Justified Gallery for high-end, masonry styled preview maps.
63
- The build-in carousel app carousel, using the jQuery plugin Owl Carousel as a
64
- base, let you present your images as slide shows.
67
+ libraries like Justified Gallery for high-end, masonry styled preview maps.
68
+ A carousel app, using the jQuery plugin Owl Carousel as a base, let you
69
+ present your images as slide shows.
65
70
 
66
71
  Lightboxes like LightGallery or Lightbox V2 support your web for full image
67
72
  views of your picture or video content. Have a look, a quick tour what J1
68
- can do. Have fun!
73
+ can do for image data. Have fun!
69
74
 
70
75
  == J1 Lightboxes
71
76
 
@@ -1,25 +1,26 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: present videos
4
- description: J1 Template Roundtrip - Present video based data
5
-
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Video ]
8
- categories: [ pages ]
9
-
10
- scrollbar: false
11
- toc: true
4
+ description: >
5
+ Playing video on web pages seems not that special since you can already
6
+ watch videos on web pages through plugins like Flash Player, Quicktime
7
+ or Silverlight.
8
+ A new standard goes to HTML5 Video, a pure HTML way to
9
+ show video on the web; instead of the previous de facto standard of using
10
+ proprietary software.
11
+
12
+ date: 2020-11-04 12:00:00
13
+ tags: [ Roundtrip, Introduction ]
14
+ categories: [ Video, Module ]
12
15
 
13
16
  permalink: /pages/public/learn/roundtrip/present_videos/
14
17
  regenerate: false
15
18
 
16
19
  resources: [
17
20
  light_gallery, justified_gallery, video_js,
18
- vimeo_player, vimeo_player, vimeo_froogaloop
21
+ vimeo_player, vimeo_froogaloop
19
22
  ]
20
23
  resource_options:
21
- - toccer:
22
- collapseDepth: 3
23
24
  - attic:
24
25
  padding_top: 400
25
26
  padding_bottom: 50
@@ -62,11 +63,12 @@ resource_options:
62
63
 
63
64
  // Load page attributes
64
65
  // -----------------------------------------------------------------------------
65
- {% include {{load_attributes}} scope="local" %}
66
+ {% include {{load_attributes}} scope="all" %}
66
67
 
67
68
 
68
69
  // Page content
69
70
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71
+
70
72
  Playing video on web pages seems not that special since you can already
71
73
  watch videos on web pages through plugins like _Flash Player_, _Quicktime_
72
74
  or _Silverlight_. A new standard goes to HTML5 Video, a pure HTML way to
@@ -1,24 +1,21 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: typography
4
- description: Typography, a crucial branding element
4
+ description: >
5
+ The character font serves as one of the most crucial branding elements for
6
+ any business. Typography matters for any media presenting text. The text will
7
+ take on an important role of acting not only as plain text but will also serve
8
+ as something like images.
5
9
 
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Typography ]
8
- categories: [ pages ]
10
+ date: 2020-11-05 12:00:00
11
+ tags: [ Roundtrip, Introduction ]
12
+ categories: [ Typography, Module ]
9
13
 
10
14
  permalink: /pages/public/learn/roundtrip/typography/
11
15
  regenerate: false
12
16
 
13
- toc: true
14
- advertising: false
15
-
16
17
  resources: []
17
18
  resource_options:
18
- - toccer:
19
- collapseDepth: 3
20
- # - ssm:
21
- # mode: menu
22
19
  - attic:
23
20
  padding_top: 400
24
21
  padding_bottom: 50
@@ -51,17 +48,18 @@ resource_options:
51
48
 
52
49
  // Load page attributes
53
50
  // -----------------------------------------------------------------------------
54
- {% include {{load_attributes}} scope="local" %}
51
+ {% include {{load_attributes}} scope="all" %}
55
52
 
56
53
 
57
54
  // Page content
58
55
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
+
59
57
  == Typography
60
58
 
61
- Typography serves as one of the most crucial branding elements for any business.
62
- Typography matters for any media presenting text. The text will take on an
63
- important role of acting not only as plain text but will also serve as
64
- something like images.
59
+ The character font serves as one of the most crucial branding elements for
60
+ any business. Typography matters for any media presenting text. The text will
61
+ take on an important role of acting not only as plain text but will also serve
62
+ as something like images.
65
63
 
66
64
  == Responsive Text
67
65
 
@@ -84,8 +82,9 @@ what will happen in terms of responsiveness.
84
82
  </button>
85
83
  <div class="mb-4">
86
84
  <div class="content">
87
- <h4 class="notoc">The Extremes of Good and Evil</h4>
88
- <h6 class="notoc text-gray mb-3">Cicero, Paragraph 1.10.32 · Translation by H. Rackham, Issue 1914 - De Finibus</h6>
85
+ <!-- jadams, 2020-11-15: adjusted heading levels (Google optimisation) -->
86
+ <h3 class="notoc">The Extremes of Good and Evil</h3>
87
+ <p class="small notoc text-gray mb-3">Cicero, Paragraph 1.10.32 · Translation by H. Rackham, Issue 1914 - De Finibus</p>
89
88
  <p class="toggle-description no-r-text">
90
89
  But I must explain to you how all this mistaken idea of denouncing
91
90
  pleasure and praising pain was born and I will give you a complete
@@ -140,8 +139,9 @@ responsiveness in action.
140
139
  </button>
141
140
  <div class="mb-4">
142
141
  <div class="content">
143
- <h4 class="notoc">The Extremes of Good and Evil</h4>
144
- <h6 class="notoc text-gray mb-3">Cicero, Paragraph 1.10.33 · Translation by H. Rackham, Issue 1914 - De Finibus</h6>
142
+ <!-- jadams, 2020-11-15: adjusted heading levels (Google optimisation) -->
143
+ <h3 class="notoc">The Extremes of Good and Evil</h3>
144
+ <p class="small notoc text-gray mb-3">Cicero, Paragraph 1.10.32 · Translation by H. Rackham, Issue 1914 - De Finibus</p>
145
145
  <p class="scale-description r-text-300">
146
146
  On the other hand, we denounce with righteous indignation and dislike men who
147
147
  are so beguiled and demoralized by the charms of pleasure of the moment, so
@@ -1,19 +1,23 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: icon fonts
4
- description: J1 Template Roundtrip - Icon Fonts
5
-
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Material, Design, MDI, FontAwesome, Icon, Fonts ]
8
- categories: [ pages ]
4
+ description: >
5
+ J1 Template support popular icons font sets out-of-the-box.
6
+ The icon sets MDI and FA are very good in design and have a rich set of
7
+ different icons for many categories used for the Web.
8
+ Iconify icons is not a locally stored icon-set like MDI or FA. All icons are
9
+ loaded over the Internet using the so-called Unified OpenSource Icon
10
+ Framework.
11
+
12
+ date: 2020-11-06 12:00:00
13
+ tags: [ Roundtrip, Introduction ]
14
+ categories: [ Icon, Module ]
9
15
 
10
16
  permalink: /pages/public/learn/roundtrip/mdi_icon_font/
11
17
  regenerate: false
12
18
 
13
19
  resources: [ iconify ]
14
20
  resource_options:
15
- - toccer:
16
- collapseDepth: 3
17
21
  - attic:
18
22
  padding_top: 400
19
23
  padding_bottom: 50
@@ -43,11 +47,12 @@ resource_options:
43
47
 
44
48
  // Load page attributes
45
49
  // -----------------------------------------------------------------------------
46
- {% include {{load_attributes}} scope="local" %}
50
+ {% include {{load_attributes}} scope="all" %}
47
51
 
48
52
 
49
53
  // Page content
50
54
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
+
51
56
  == Icon Fonts
52
57
 
53
58
  J1 Template support popular icons font sets out-of-the-box:
@@ -1,19 +1,24 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: asciidoc extensions
4
- description: Asciidoc Extensions (asciidoctor)
5
-
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Asciidoc, Asciidoctor, Extensions ]
8
- categories: [ pages ]
4
+ description: >
5
+ J1 Template implements some incubating Ruby-based extensions
6
+ for Asciidoctor. Most extensions are based on the examples
7
+ given with the Asciidoctor Extensions Lab.
8
+ All implemented Asciidoctor Extensions can be found in this article.
9
+ A set of useful extensions to the Markup language Asciidoc are made
10
+ especially for documents of the Jekyll content type pages, but can
11
+ be used for post or collections as well.
12
+
13
+ date: 2020-11-07 12:00:00
14
+ tags: [ Roundtrip, Introduction ]
15
+ categories: [ Asciidoc, Extension ]
9
16
 
10
17
  permalink: /pages/public/learn/roundtrip/asciidoc_extensions/
11
18
  regenerate: false
12
19
 
13
20
  resources: [ lightbox, iconify, twemoji, rouge ]
14
21
  resource_options:
15
- - toccer:
16
- collapseDepth: 3
17
22
  - attic:
18
23
  padding_top: 400
19
24
  padding_bottom: 50
@@ -43,11 +48,12 @@ resource_options:
43
48
 
44
49
  // Load page attributes
45
50
  // -----------------------------------------------------------------------------
46
- {% include {{load_attributes}} scope="local" %}
51
+ {% include {{load_attributes}} scope="all" %}
47
52
 
48
53
 
49
54
  // Page content
50
55
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
+
51
57
  J1 Template implements some incubating Ruby-based extensions for Asciidoctor.
52
58
  Most extensions are based on the examples given with the
53
59
  {asciidoctor-extensions-lab}[Asciidoctor Extensions Lab, {browser-window--new}].
@@ -58,7 +64,6 @@ To create extensions on your own, it is highly recommended to read first the
58
64
  {asciidoctor-user-manual-extensions}[extensions section, {browser-window--new}] in
59
65
  the Asciidoctor user manual.
60
66
 
61
-
62
67
  == Asciidoc Extensions
63
68
 
64
69
  All already implemented Asciidoctor Extensions can be found below. A set of
@@ -1,11 +1,15 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: advanced bootstrap modals
4
- description: Advanced Bootstrap Modals for J1 Template
4
+ description: >
5
+ Bootstrap modals are used to add dialogues to your web pages for user
6
+ notifications. To highlight important information to your visitor's. Modals
7
+ are positioned over everything else in the document so that messages
8
+ get the users attention.
5
9
 
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Bootstrap, advanced, Modal]
8
- categories: [ pages ]
10
+ date: 2020-11-08 12:00:00
11
+ tags: [ Roundtrip, Introduction ]
12
+ categories: [ Bootstrap, Modal, Extension ]
9
13
 
10
14
  flowtext: false
11
15
 
@@ -14,8 +18,6 @@ regenerate: false
14
18
 
15
19
  resources: []
16
20
  resource_options:
17
- - toccer:
18
- collapseDepth: 3
19
21
  - attic:
20
22
  padding_top: 400
21
23
  padding_bottom: 50
@@ -46,6 +48,7 @@ resource_options:
46
48
 
47
49
  // Page content
48
50
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
51
+
49
52
  Advanced Bootstrap Modals are based on the free package of
50
53
  link:{mdb-home}[Material Design for Bootstrap, {browser-window--new}] on version
51
54
  *4.3.2*. This version can be found following this link:
@@ -1,12 +1,14 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: responsive tables
4
- description: Enhanced table styles for J1 Template
4
+ description: >
5
+ Creating a design for responsive tables is challenging. The approach used by
6
+ J1 Template is based on pure CSS on top of the classic Bootstrap styles for
7
+ simplicity and portability to be viewed best on all devices and browsers.
5
8
 
6
-
7
- tags: [ Page, Roundtrip ]
8
- index: [ Template, Bootstrap, Roundtrip, Extended, Tables]
9
- categories: [ pages ]
9
+ date: 2020-11-09 12:00:00
10
+ tags: [ Roundtrip, Introduction ]
11
+ categories: [ Bootstrap, Table, Extension ]
10
12
 
11
13
  flowtext: false
12
14
 
@@ -15,8 +17,6 @@ regenerate: false
15
17
 
16
18
  resources: [ rtable, rouge ]
17
19
  resource_options:
18
- - toccer:
19
- collapseDepth: 3
20
20
  - attic:
21
21
  padding_top: 400
22
22
  padding_bottom: 50
@@ -38,6 +38,7 @@ resource_options:
38
38
  // Set page (local) attributes here
39
39
  // -----------------------------------------------------------------------------
40
40
  // :page--attr: <attr-value>
41
+ :debug:
41
42
  :images-dir: {imagesdir}/pages/roundtrip/100_present_images
42
43
 
43
44
  // Load Liquid procedures
@@ -46,15 +47,68 @@ resource_options:
46
47
 
47
48
  // Load page attributes
48
49
  // -----------------------------------------------------------------------------
49
- {% include {{load_attributes}} scope="local" %}
50
+ {% include {{load_attributes}} scope="all" %}
50
51
 
51
52
 
52
53
  // Page content
53
54
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
+
54
56
  Creating a design for responsive tables is challenging. The approach used by
55
57
  J1 Template is based on pure CSS on top of the classic Bootstrap styles for
56
58
  simplicity and portability to be viewed best on all devices and browsers.
57
59
 
60
+ ifdef::debug[]
61
+
62
+ .Source, options NOT set
63
+ [source, md, role="noclip"]
64
+ ----
65
+ [cols=",", options="header", ]
66
+ |===============================================================================
67
+ |Bratze |Bru
68
+
69
+ |Fick
70
+ |dich
71
+
72
+ |===============================================================================
73
+ ----
74
+
75
+
76
+ .Options NOT set
77
+ [cols=",", options="header", ]
78
+ |===============================================================================
79
+ |Bratze |Bru
80
+
81
+ |Fick
82
+ |dich
83
+
84
+ |===============================================================================
85
+
86
+ .Source, options SET
87
+ [source, adoc, role="noclip"]
88
+ ----
89
+ [cols="6a,6a", options="header", width="100%", role="table-responsive mt-3"]
90
+ |===============================================================================
91
+ |Bratze |Bru
92
+
93
+ |Fick
94
+ |dich
95
+
96
+ |===============================================================================
97
+ ----
98
+
99
+ .options set
100
+ [cols="6a,6a", options="header", width="100%", role="table-responsive mt-3"]
101
+ |===============================================================================
102
+ |Bratze |Bru
103
+
104
+ |Fick
105
+ |dich
106
+
107
+ |===============================================================================
108
+ endif::[]
109
+
110
+
111
+
58
112
  == Table types
59
113
 
60
114
  But, for sure, the solution provided is a compromise. To fit the common needs
@@ -1,19 +1,20 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: themes
4
- description: J1 Template Roundtrip - Template Themes
4
+ description: >
5
+ The themes feature for J1 is in an experimental state for the template
6
+ system. Anyway, it makes sense to present what is possible using different
7
+ versions of Bootstrap's CSS styles for a website.
5
8
 
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Bootstrap, Themes ]
8
- categories: [ pages ]
9
+ date: 2020-11-10 12:00:00
10
+ tags: [ Roundtrip, Introduction ]
11
+ categories: [ Theme, Module ]
9
12
 
10
13
  permalink: /pages/public/learn/roundtrip/themes/
11
14
  regenerate: false
12
15
 
13
16
  resources: [ rouge, clipboard ]
14
17
  resource_options:
15
- - toccer:
16
- collapseDepth: 3
17
18
  - attic:
18
19
  padding_top: 400
19
20
  padding_bottom: 50
@@ -43,11 +44,12 @@ resource_options:
43
44
 
44
45
  // Load page attributes
45
46
  // -----------------------------------------------------------------------------
46
- {% include {{load_attributes}} scope="local" %}
47
+ {% include {{load_attributes}} scope="all" %}
47
48
 
48
49
 
49
50
  // Page content
50
51
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52
+
51
53
  ++++
52
54
  <!-- page_path: {{page_path | debug}} -->
53
55
  <!-- site.source: {{site.source | debug}} -->