j1-template 2021.0.15 → 2021.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (438) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +4 -0
  3. data/_includes/themes/j1/layouts/layout_metadata_generator.html +54 -39
  4. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +15 -7
  5. data/_includes/themes/j1/modules/connectors/ads +4 -6
  6. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
  7. data/_includes/themes/j1/modules/connectors/analytics +5 -4
  8. data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
  9. data/_includes/themes/j1/modules/connectors/comments +7 -6
  10. data/_includes/themes/j1/modules/connectors/translator +3 -4
  11. data/_includes/themes/j1/modules/navigator/generator.html +2 -38
  12. data/_includes/themes/j1/modules/navigator/generator.org.html +232 -0
  13. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
  14. data/_includes/themes/j1/procedures/global/create_bs_button.proc +64 -22
  15. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -10
  16. data/_layouts/default.html +11 -1
  17. data/apps/public/cc/index.adoc +13 -4
  18. data/assets/data/authclient.html +234 -228
  19. data/assets/data/banner.html +34 -31
  20. data/assets/data/cookiebar.html +205 -198
  21. data/assets/data/fam.html +7 -2
  22. data/assets/data/footer.html +4 -0
  23. data/assets/data/footer.new.1.html +256 -0
  24. data/assets/data/footer.new.2.html +256 -0
  25. data/assets/data/footer.org.html +249 -0
  26. data/assets/data/galleries.json +2 -2
  27. data/assets/data/gallery_customizer.html +16 -6
  28. data/assets/data/menu.html +7 -2
  29. data/assets/data/mmenu.html +6 -2
  30. data/assets/data/mmenu_sidebar.html +5 -1
  31. data/assets/data/mmenu_toc.html +4 -0
  32. data/assets/data/panel.html +23 -15
  33. data/assets/data/quicklinks.html +6 -1
  34. data/assets/error_pages/HTTP204.html +2 -1
  35. data/assets/error_pages/HTTP400.html +2 -1
  36. data/assets/error_pages/HTTP401.html +2 -1
  37. data/assets/error_pages/HTTP403.html +2 -1
  38. data/assets/error_pages/HTTP404.html +2 -1
  39. data/assets/error_pages/HTTP500.html +2 -1
  40. data/assets/error_pages/HTTP501.html +2 -1
  41. data/assets/error_pages/HTTP502.html +2 -1
  42. data/assets/error_pages/HTTP503.html +2 -1
  43. data/assets/error_pages/HTTP520.html +2 -1
  44. data/assets/error_pages/HTTP521.html +2 -1
  45. data/assets/error_pages/HTTP533.html +2 -1
  46. data/assets/themes/j1/adapter/js/asciidoctor.js +166 -0
  47. data/assets/themes/j1/adapter/js/carousel.js +24 -0
  48. data/assets/themes/j1/adapter/js/fam.js +8 -12
  49. data/assets/themes/j1/adapter/js/j1.js +83 -28
  50. data/assets/themes/j1/adapter/js/j1.new.js +1878 -0
  51. data/assets/themes/j1/adapter/js/j1.org.js +1874 -0
  52. data/assets/themes/j1/adapter/js/{jf_gallery.js → justifiedGallery.js} +9 -9
  53. data/assets/themes/j1/adapter/js/{gallery_customizer.js → justifiedGalleryCustomizer.js} +14 -13
  54. data/assets/themes/j1/adapter/js/logger.js +35 -23
  55. data/assets/themes/j1/adapter/js/mmenu.js +8 -4
  56. data/assets/themes/j1/adapter/js/navigator.js +72 -32
  57. data/assets/themes/j1/adapter/js/themer.js +19 -40
  58. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +17 -14
  59. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  60. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +3959 -239
  61. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  62. data/assets/themes/j1/core/css/vendor.css +14 -2
  63. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  64. data/assets/themes/j1/core/js/template.js +8 -2
  65. data/assets/themes/j1/core/js/template.js.map +1 -1
  66. data/assets/themes/j1/core/js/template.min.js +8 -2
  67. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  68. data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.css +58 -0
  69. data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.min.css +5 -0
  70. data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.css +778 -0
  71. data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.min.css +5 -0
  72. data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.css +981 -0
  73. data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.min.css +5 -0
  74. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.eot +0 -0
  75. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.svg +47 -0
  76. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.ttf +0 -0
  77. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.woff +0 -0
  78. data/assets/themes/j1/modules/_lightGallery/css/img/loading.gif +0 -0
  79. data/assets/themes/j1/modules/_lightGallery/css/img/video-play.png +0 -0
  80. data/assets/themes/j1/modules/_lightGallery/css/img/vimeo-play.png +0 -0
  81. data/assets/themes/j1/modules/_lightGallery/css/img/youtube-play.png +0 -0
  82. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/animation-w.png +0 -0
  83. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/customize-w.png +0 -0
  84. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/dynamic-w.png +0 -0
  85. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/facebook-icon.svg +10 -0
  86. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/googleplus-icon.svg +30 -0
  87. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/html5-w.png +0 -0
  88. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/linked-in.png +0 -0
  89. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/module-w.png +0 -0
  90. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/play-button.png +0 -0
  91. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/responsive-w.png +0 -0
  92. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/thumb-w.png +0 -0
  93. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/touch-w.png +0 -0
  94. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter-icon.svg +15 -0
  95. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter.png +0 -0
  96. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/video1-w.png +0 -0
  97. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom-w.png +0 -0
  98. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom.png +0 -0
  99. data/assets/themes/j1/modules/_lightGallery/css/themes/uno.css +262 -0
  100. data/assets/themes/j1/modules/_lightGallery/css/themes/uno.min.css +15 -0
  101. data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.js +1362 -0
  102. data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.min.js +4 -0
  103. data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.js +402 -0
  104. data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.min.js +8 -0
  105. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.js +206 -0
  106. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.min.js +5 -0
  107. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.js +126 -0
  108. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.min.js +5 -0
  109. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.js +101 -0
  110. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.min.js +5 -0
  111. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.js +105 -0
  112. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.min.js +5 -0
  113. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.js +107 -0
  114. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.min.js +5 -0
  115. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.js +478 -0
  116. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.min.js +5 -0
  117. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.js +342 -0
  118. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.min.js +5 -0
  119. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.js +527 -0
  120. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.min.js +5 -0
  121. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -2
  122. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
  123. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
  124. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
  125. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
  126. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
  127. data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
  128. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
  129. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.js +1368 -0
  130. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.min.js +10 -0
  131. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +344 -0
  132. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +7 -0
  133. data/assets/themes/j1/modules/log4javascript/docs/backwardsincompatibilities.html +90 -0
  134. data/assets/themes/j1/modules/log4javascript/docs/distribution.html +87 -0
  135. data/assets/themes/j1/modules/log4javascript/docs/index.html +190 -0
  136. data/assets/themes/j1/modules/log4javascript/docs/lite.html +182 -0
  137. data/assets/themes/j1/modules/log4javascript/docs/manual.html +3217 -0
  138. data/assets/themes/j1/modules/log4javascript/docs/manual_lite.html +383 -0
  139. data/assets/themes/j1/modules/log4javascript/docs/quickstart.html +230 -0
  140. data/assets/themes/j1/modules/log4javascript/docs/whatsnew.html +86 -0
  141. data/assets/themes/j1/modules/log4javascript/js/log4javascript.js +5826 -0
  142. data/assets/themes/j1/modules/{util/js/log4javascript.js → log4javascript/js/log4javascript.min.js} +17 -0
  143. data/exe/j1 +1 -1
  144. data/lib/j1/commands/generate.rb +32 -9
  145. data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/fastfilereaderext.so +0 -0
  146. data/lib/{patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.6 → j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/2.7}/rubyeventmachine.so +0 -0
  147. data/lib/j1/patches/rubygems/execjs-2.7.0/lib/execjs/external_runtime.rb +246 -0
  148. data/lib/j1/version.rb +3 -3
  149. data/lib/j1_app.rb +1 -1
  150. data/lib/j1_app/j1_auth_manager/auth_manager.rb +8 -2
  151. data/lib/j1_app/j1_site_manager/static_site.no-cross-origin.rb +94 -0
  152. data/lib/j1_app/j1_site_manager/static_site.rb +13 -11
  153. data/lib/starter_web/Gemfile +20 -14
  154. data/lib/starter_web/_config.yml +78 -122
  155. data/lib/starter_web/_data/_defaults/j1_config.yml +460 -0
  156. data/lib/starter_web/_data/_defaults/resources.yml +626 -325
  157. data/lib/starter_web/_data/apps/defaults/{justified_gallery.yml → justifiedGallery.yml} +2 -2
  158. data/lib/starter_web/_data/apps/defaults/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +1 -0
  159. data/lib/starter_web/_data/apps/defaults/{light_gallery.yml → lightGallery.yml} +0 -0
  160. data/lib/starter_web/_data/apps/{justified_gallery.yml → justifiedGallery.yml} +7 -7
  161. data/lib/starter_web/_data/apps/{gallery_customizer.yml → justifiedGalleryCustomizer.yml} +0 -0
  162. data/lib/starter_web/_data/apps/{light_gallery.yml → lightGallery.yml} +0 -0
  163. data/lib/starter_web/_data/blocks/banner.yml +45 -51
  164. data/lib/starter_web/_data/blocks/footer.yml +15 -3
  165. data/lib/starter_web/_data/blocks/panel.yml +13 -13
  166. data/lib/starter_web/_data/builder/blog_navigator.yml +6 -1
  167. data/lib/starter_web/_data/j1_config.yml +8 -7
  168. data/lib/starter_web/_data/layouts/blog_archive.yml +9 -0
  169. data/lib/starter_web/_data/layouts/collection.yml +10 -0
  170. data/lib/starter_web/_data/layouts/default.yml +25 -59
  171. data/lib/starter_web/_data/layouts/home.yml +6 -5
  172. data/lib/starter_web/_data/layouts/page.yml +1 -1
  173. data/lib/starter_web/_data/modules/authentication.yml +11 -100
  174. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -0
  175. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +1 -0
  176. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +37 -40
  177. data/lib/starter_web/_data/modules/defaults/navigator.yml +5 -2
  178. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +2 -0
  179. data/lib/starter_web/_data/modules/log4javascript.yml +11 -83
  180. data/lib/starter_web/_data/modules/navigator.yml +24 -21
  181. data/lib/starter_web/_data/modules/navigator_menu.yml +27 -8
  182. data/lib/starter_web/_data/modules/quicksearch.yml +2 -0
  183. data/lib/starter_web/_data/plugins/defaults/paginator.yml +15 -12
  184. data/lib/starter_web/_data/plugins/paginator.yml +5 -3
  185. data/lib/starter_web/_data/private.yml +29 -57
  186. data/lib/starter_web/_data/resources.yml +37 -17
  187. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +49 -3
  188. data/lib/starter_web/_data/utilities/util_srv.yml +8 -65
  189. data/lib/starter_web/_includes/attributes.asciidoc +10 -6
  190. data/lib/starter_web/_plugins/asciidoctor-extensions/callout.rb +47 -5
  191. data/lib/starter_web/_plugins/asciidoctor-extensions/conum.rb +28 -1
  192. data/lib/starter_web/_plugins/lunr_index.rb +17 -2
  193. data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png +0 -0
  194. data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.gif +0 -0
  195. data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.jpg +0 -0
  196. data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.png +0 -0
  197. data/lib/starter_web/assets/images/modules/attics/christa-dodoo-1920x1280.jpg +0 -0
  198. data/lib/starter_web/assets/images/modules/attics/leon-1920x1280.jpg +0 -0
  199. data/lib/starter_web/assets/images/modules/attics/machine-generator-1920x1280.jpg +0 -0
  200. data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.gif +0 -0
  201. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +42 -49
  202. data/lib/starter_web/collections/posts/public/featured/_posts/{2020-06-01-about-cookies.adoc → 2020-01-01-about-cookies.adoc} +37 -42
  203. data/lib/starter_web/collections/posts/public/featured/_posts/{2020-05-01-top-site-generators.adoc → 2021-03-01-site-generators.adoc} +51 -31
  204. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +119 -0
  205. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +4 -0
  206. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +2 -8
  207. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +3 -10
  208. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +3 -10
  209. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +3 -10
  210. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +4 -2
  211. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +4 -2
  212. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +4 -2
  213. data/lib/starter_web/dot.gitattributes +1 -1
  214. data/lib/starter_web/dot.gitignore +5 -1
  215. data/lib/starter_web/index.html +7 -13
  216. data/lib/starter_web/package.json +5 -4
  217. data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
  218. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +1 -1
  219. data/lib/starter_web/pages/public/asciidoc_skeletons/book/000_intro.adoc +7 -1
  220. data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +5 -1
  221. data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +7 -2
  222. data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +5 -0
  223. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +7 -2
  224. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +1 -1
  225. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +2 -2
  226. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +7 -2
  227. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +6 -1
  228. data/lib/starter_web/pages/public/blog/navigator/archive.html +41 -25
  229. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +49 -29
  230. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +47 -30
  231. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +42 -14
  232. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -5
  233. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +45 -48
  234. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +244 -0
  235. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +21 -20
  236. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +6 -2
  237. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +39 -35
  238. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +38 -36
  239. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +16 -14
  240. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +11 -9
  241. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +30 -27
  242. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +51 -50
  243. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/100_gistblock.asciidoc +1 -1
  244. data/lib/starter_web/pages/public/learn/where_to_go.adoc +33 -22
  245. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +116 -0
  246. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +82 -0
  247. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +77 -53
  248. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +123 -0
  249. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +85 -72
  250. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1 -1
  251. data/lib/starter_web/pages/public/previewer/iframer.adoc +1 -1
  252. data/lib/starter_web/pages/public/previewer/justified_gallery.html +3 -3
  253. data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +1 -1940
  254. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +7 -9
  255. data/lib/starter_web/pages/public/previewer/rouge.adoc +1 -1
  256. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +1 -1
  257. data/lib/starter_web/utilsrv/_defaults/package.json +13 -9
  258. data/lib/starter_web/utilsrv/package.json +6 -2
  259. data/lib/starter_web/utilsrv/server.js +228 -55
  260. metadata +106 -216
  261. data/assets/data/menu.1.html +0 -505
  262. data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +0 -110
  263. data/lib/starter_web/_data/_defaults/template_settings.yml +0 -258
  264. data/lib/starter_web/_data/plugins/defaults/notebooks.yml +0 -61
  265. data/lib/starter_web/_data/plugins/notebooks.yml +0 -70
  266. data/lib/starter_web/_data/private.yml@localhost +0 -199
  267. data/lib/starter_web/assets/images/collections/blog/featured/staticgen.jpg +0 -0
  268. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
  269. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
  270. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
  271. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
  272. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  273. data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.jpg +0 -0
  274. data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.jpg +0 -0
  275. data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
  276. data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
  277. data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
  278. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
  279. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
  280. data/lib/starter_web/assets/images/modules/attics/florian-olivo-1920x1280.jpg +0 -0
  281. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
  282. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
  283. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
  284. data/lib/starter_web/assets/images/modules/attics/joel-filipe-1920x1280.jpg +0 -0
  285. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  286. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
  287. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
  288. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
  289. data/lib/starter_web/assets/images/modules/attics/markus-spiske-1920x1280.jpg +0 -0
  290. data/lib/starter_web/assets/images/modules/attics/markus-spiske.jpg +0 -0
  291. data/lib/starter_web/assets/images/modules/attics/markus-spiske3-1920x1280.jpg +0 -0
  292. data/lib/starter_web/assets/images/modules/attics/modules-apps-1920x1280.jpg +0 -0
  293. data/lib/starter_web/assets/images/modules/attics/nicola-styles-1920x1280.jpg +0 -0
  294. data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
  295. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
  296. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
  297. data/lib/starter_web/assets/images/modules/attics/responsive-text-1920x1280.jpg +0 -0
  298. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
  299. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  300. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
  301. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280.jpg +0 -0
  302. data/lib/starter_web/assets/images/modules/icons/algolia/search-by-algolia.png +0 -0
  303. data/lib/starter_web/assets/images/modules/icons/d1/d1-256x256.png +0 -0
  304. data/lib/starter_web/assets/images/modules/icons/d1/d1-32x32.ico +0 -0
  305. data/lib/starter_web/assets/images/modules/icons/d1/d1-512x512.png +0 -0
  306. data/lib/starter_web/assets/images/modules/icons/d1/d1-64x64.png +0 -0
  307. data/lib/starter_web/assets/images/modules/icons/d1/d1.ico +0 -0
  308. data/lib/starter_web/assets/images/modules/icons/d1/favicon.ico +0 -0
  309. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +0 -2025
  310. data/lib/starter_web/assets/images/modules/icons/netlify/nf-logo.png +0 -0
  311. data/lib/starter_web/assets/images/modules/icons/p1/favicon.ico +0 -0
  312. data/lib/starter_web/assets/images/modules/icons/p1/p1-256x256.png +0 -0
  313. data/lib/starter_web/assets/images/modules/icons/p1/p1-32x32.ico +0 -0
  314. data/lib/starter_web/assets/images/modules/icons/p1/p1-512x512.png +0 -0
  315. data/lib/starter_web/assets/images/modules/icons/p1/p1-64x64.png +0 -0
  316. data/lib/starter_web/assets/images/modules/icons/p1/p1.ico +0 -0
  317. data/lib/starter_web/assets/images/modules/icons/p1/scalable/p1.svg +0 -2020
  318. data/lib/starter_web/assets/images/modules/icons/patreon/favicon-16x16.png +0 -0
  319. data/lib/starter_web/assets/images/modules/icons/patreon/favicon-32x32.png +0 -0
  320. data/lib/starter_web/assets/images/pages/j1_webhooks/000_browser_console-1280x600.jpg +0 -0
  321. data/lib/starter_web/assets/images/pages/j1_webhooks/001_smee_channel-1280x400.jpg +0 -0
  322. data/lib/starter_web/assets/images/pages/j1_webhooks/002_gh_repo_settings-1280x800.jpg +0 -0
  323. data/lib/starter_web/assets/images/pages/j1_webhooks/003_gh_webhook_settings-1280x1000.jpg +0 -0
  324. data/lib/starter_web/assets/images/pages/j1_webhooks/004_gh_webhook_settings-post-1280x600.jpg +0 -0
  325. data/lib/starter_web/assets/images/pages/j1_webhooks/005_smee_channel_ping_receive-1280x800.jpg +0 -0
  326. data/lib/starter_web/assets/images/pages/j1_webhooks/006_gh_redeliver_payload-1280x900.jpg +0 -0
  327. data/lib/starter_web/assets/images/pages/j1_webhooks/007_receive_redelivered_payload-1280x800.jpg +0 -0
  328. data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_browser_console.jpg +0 -0
  329. data/lib/starter_web/assets/images/pages/j1_webhooks/base/000_smee_channel.jpg +0 -0
  330. data/lib/starter_web/assets/images/pages/j1_webhooks/base/002_gh_repo-settings.jpg +0 -0
  331. data/lib/starter_web/assets/images/pages/j1_webhooks/base/003_gh_webhook_settings.jpg +0 -0
  332. data/lib/starter_web/assets/images/pages/j1_webhooks/base/004_gh_webhook_settings-post.jpg +0 -0
  333. data/lib/starter_web/assets/images/pages/j1_webhooks/base/005_smee_channel_ping_received.jpg +0 -0
  334. data/lib/starter_web/assets/images/pages/j1_webhooks/base/006_gh_redeliver_payload.jpg +0 -0
  335. data/lib/starter_web/assets/images/pages/j1_webhooks/base/007_receive_redelivered_payload.jpg +0 -0
  336. data/lib/starter_web/assets/images/pages/j1_webhooks/base/webhook_flow.jpg +0 -0
  337. data/lib/starter_web/assets/images/pages/j1_webhooks/flows/webhook_flow-1920x1280.jpg +0 -0
  338. data/lib/starter_web/assets/images/pages/j1_webhooks/scaleable/webhook_flow.svg +0 -432
  339. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/auth_mgmr_signin_request_flow.uxf +0 -632
  340. data/lib/starter_web/assets/images/pages/j1_webhooks/uml/webhook_flow.uxf +0 -648
  341. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/get-started-1920x1280-bw.jpg +0 -0
  342. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/130_layout_inheritance.png +0 -0
  343. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance.png +0 -0
  344. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/content_inheritance_thumb.png +0 -0
  345. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/html_layout.png +0 -0
  346. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-quickstart-windows.png +0 -0
  347. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1-template-theme.jpg +0 -0
  348. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/j1_layout.png +0 -0
  349. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/jekyll-minima-theme.png +0 -0
  350. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/lane_inheritance.png +0 -0
  351. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/intro/layout_inheritance.png +0 -0
  352. data/lib/starter_web/assets/images/pages/kickstarter/web_in_a_day/preparations/msys_installation.jpg +0 -0
  353. data/lib/starter_web/assets/images/pages/log4j/apache-log4j-logo.png +0 -0
  354. data/lib/starter_web/assets/images/pages/log4r/code-1920x600.jpg +0 -0
  355. data/lib/starter_web/assets/images/pages/log4r/log4r-logo.png +0 -0
  356. data/lib/starter_web/assets/images/pages/log_expert/image_000.png +0 -0
  357. data/lib/starter_web/assets/images/pages/log_expert/image_001.png +0 -0
  358. data/lib/starter_web/assets/images/pages/log_expert/image_002.png +0 -0
  359. data/lib/starter_web/assets/images/pages/log_expert/image_003.png +0 -0
  360. data/lib/starter_web/assets/images/pages/log_expert/image_004.png +0 -0
  361. data/lib/starter_web/assets/images/pages/log_expert/image_005.png +0 -0
  362. data/lib/starter_web/assets/images/pages/log_expert/image_006.png +0 -0
  363. data/lib/starter_web/assets/images/pages/log_expert/image_007.png +0 -0
  364. data/lib/starter_web/assets/images/pages/log_expert/image_008.png +0 -0
  365. data/lib/starter_web/assets/images/pages/log_expert/image_009.png +0 -0
  366. data/lib/starter_web/assets/images/pages/log_expert/image_010.png +0 -0
  367. data/lib/starter_web/assets/images/pages/log_expert/image_011.png +0 -0
  368. data/lib/starter_web/assets/images/pages/log_expert/image_012.png +0 -0
  369. data/lib/starter_web/assets/images/pages/log_expert/image_013.png +0 -0
  370. data/lib/starter_web/assets/images/pages/log_expert/image_014.png +0 -0
  371. data/lib/starter_web/assets/images/pages/log_expert/image_015.png +0 -0
  372. data/lib/starter_web/assets/images/pages/log_expert/image_016.png +0 -0
  373. data/lib/starter_web/assets/images/pages/log_expert/image_017.png +0 -0
  374. data/lib/starter_web/assets/images/pages/log_expert/image_018.png +0 -0
  375. data/lib/starter_web/assets/images/pages/log_expert/image_019.png +0 -0
  376. data/lib/starter_web/assets/images/pages/log_expert/image_020.png +0 -0
  377. data/lib/starter_web/assets/images/pages/log_expert/image_021.png +0 -0
  378. data/lib/starter_web/assets/images/pages/log_expert/image_022.png +0 -0
  379. data/lib/starter_web/assets/images/pages/log_expert/image_023.png +0 -0
  380. data/lib/starter_web/assets/images/pages/log_expert/image_024.png +0 -0
  381. data/lib/starter_web/assets/images/pages/log_expert/image_025.png +0 -0
  382. data/lib/starter_web/assets/images/pages/log_expert/image_026.png +0 -0
  383. data/lib/starter_web/assets/images/pages/log_expert/image_027.png +0 -0
  384. data/lib/starter_web/assets/images/pages/log_expert/image_028.png +0 -0
  385. data/lib/starter_web/assets/images/pages/log_expert/image_029.png +0 -0
  386. data/lib/starter_web/assets/images/pages/log_expert/image_030.png +0 -0
  387. data/lib/starter_web/assets/images/pages/log_expert/image_031.png +0 -0
  388. data/lib/starter_web/assets/images/pages/log_expert/image_032.png +0 -0
  389. data/lib/starter_web/assets/images/pages/log_expert/image_033.png +0 -0
  390. data/lib/starter_web/assets/images/pages/log_expert/image_034.png +0 -0
  391. data/lib/starter_web/assets/images/pages/log_expert/image_035.png +0 -0
  392. data/lib/starter_web/assets/images/pages/log_expert/image_036.png +0 -0
  393. data/lib/starter_web/assets/images/pages/log_expert/image_037.png +0 -0
  394. data/lib/starter_web/assets/images/pages/log_expert/image_038.png +0 -0
  395. data/lib/starter_web/assets/images/pages/log_expert/image_039.png +0 -0
  396. data/lib/starter_web/assets/images/pages/log_expert/image_040.png +0 -0
  397. data/lib/starter_web/assets/images/pages/log_expert/image_041.png +0 -0
  398. data/lib/starter_web/assets/images/pages/log_expert/image_042.png +0 -0
  399. data/lib/starter_web/assets/images/pages/log_expert/image_043.png +0 -0
  400. data/lib/starter_web/assets/images/pages/log_expert/image_044.png +0 -0
  401. data/lib/starter_web/assets/images/pages/log_expert/image_045.png +0 -0
  402. data/lib/starter_web/assets/images/pages/log_expert/image_046.png +0 -0
  403. data/lib/starter_web/assets/images/pages/log_expert/image_047.png +0 -0
  404. data/lib/starter_web/assets/images/pages/log_expert/image_048.png +0 -0
  405. data/lib/starter_web/assets/images/pages/log_expert/image_049.png +0 -0
  406. data/lib/starter_web/assets/images/pages/log_expert/image_050.png +0 -0
  407. data/lib/starter_web/assets/images/pages/log_expert/image_051.png +0 -0
  408. data/lib/starter_web/assets/images/pages/log_expert/image_052.png +0 -0
  409. data/lib/starter_web/assets/images/pages/log_expert/image_053.png +0 -0
  410. data/lib/starter_web/assets/images/pages/log_expert/image_054.png +0 -0
  411. data/lib/starter_web/assets/images/pages/log_expert/image_055.png +0 -0
  412. data/lib/starter_web/assets/images/pages/log_expert/image_056.png +0 -0
  413. data/lib/starter_web/assets/images/pages/log_expert/image_057.png +0 -0
  414. data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
  415. data/lib/starter_web/assets/images/pages/pen/jquery/jQuery-logo.png +0 -0
  416. data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1280x600.jpg +0 -0
  417. data/lib/starter_web/assets/images/pages/pen/jquery/jquery-banner-1920x800.jpg +0 -0
  418. data/lib/starter_web/assets/images/pages/pen/jquery/src/JQuery-Logo.svg +0 -122
  419. data/lib/starter_web/assets/images/pages/pen/jquery/src/banner.psd +0 -0
  420. data/lib/starter_web/assets/images/pages/winlogbeat/coordinate-map.png +0 -0
  421. data/lib/starter_web/assets/images/pages/winlogbeat/kibana-powershell.jpg +0 -0
  422. data/lib/starter_web/assets/images/pages/winlogbeat/option_ignore_outgoing.png +0 -0
  423. data/lib/starter_web/assets/images/pages/winlogbeat/winlogbeat-dashboard.png +0 -0
  424. data/lib/starter_web/assets/images/pages/writers_guide/1280px-PDCA_Process.png +0 -0
  425. data/lib/starter_web/assets/images/pages/writers_guide/annie-spratt-1920x1280.jpg +0 -0
  426. data/lib/starter_web/assets/images/pages/writers_guide/deming-cycle.png +0 -0
  427. data/lib/starter_web/assets/images/pages/writers_guide/humble-lamb-1920x1280.jpg +0 -0
  428. data/lib/starter_web/assets/images/pages/writers_guide/john-schnobrich-1920x1280.jpg +0 -0
  429. data/lib/starter_web/assets/images/pages/writers_guide/sigmund-1920x1280.jpg +0 -0
  430. data/lib/starter_web/collections/posts/public/series/_posts/_includes/attributes.asciidoc +0 -37
  431. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/readme +0 -0
  432. data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/debug_variables.asciidoc +0 -47
  433. data/lib/starter_web/pages/protected/site_search.adoc +0 -180
  434. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.pdf +1 -5439
  435. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +0 -93
  436. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +0 -55
  437. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +0 -53
  438. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +0 -50
@@ -1,23 +1,25 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: present videos
4
- date: 2020-11-04 00:00:00
4
+ date: 2020-11-04 00:00:00 +100
5
5
  description: >
6
6
  Playing video on web pages seems not that special since you can already
7
7
  watch videos on web pages through plugins like Flash Player, Quicktime
8
- or Silverlight.
9
- A new standard goes to HTML5 Video, a pure HTML way to
8
+ or Silverlight. A new standard goes to HTML5 Video, a pure HTML way to
10
9
  show video on the web; instead of the previous de facto standard of using
11
10
  proprietary software.
12
11
 
13
- tags: [ Roundtrip, Introduction ]
14
12
  categories: [ Video, Modules ]
13
+ tags: [ Roundtrip, Introduction ]
15
14
 
16
15
  permalink: /pages/public/learn/roundtrip/present_videos/
17
16
  regenerate: false
18
17
 
18
+ comments: false
19
+ fam_menu_id: page_ctrl_simple
20
+
19
21
  resources: [
20
- light_gallery, justified_gallery, video_js,
22
+ lightGallery, justifiedGallery, video_js,
21
23
  vimeo_player, vimeo_froogaloop
22
24
  ]
23
25
  resource_options:
@@ -69,14 +71,14 @@ resource_options:
69
71
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70
72
 
71
73
  Playing video on web pages seems not that special since you can already
72
- watch videos on web pages through plugins like _Flash Player_, _Quicktime_
74
+ watch videos on web pages through plugins like _Flash Player_, _Quicktime_,
73
75
  or _Silverlight_. A new standard goes to HTML5 Video, a pure HTML way to
74
- show video on the web; instead of the previous de facto standard of using
76
+ show video on the web, instead of the previous de facto standard of using
75
77
  proprietary software.
76
78
 
77
79
  == Video Galleries
78
80
 
79
- HTML5 Video opens the doors to your way presenting video content. Modern
81
+ HTML5 Video opens the doors to your way of presenting video content. Modern
80
82
  browsers support the video tag `<video>` for the HTML5 video standard.
81
83
  Browsers have a built-in multimedia framework already for decoding and displaying
82
84
  video content. No need to use such proprietary software components anymore!
@@ -86,21 +88,21 @@ LightGallery.
86
88
 
87
89
  Two types of video sources are supported:
88
90
 
89
- . videos from local files (your web space)
91
+ . videos from local files (your webspace)
90
92
  . videos from online sources (on the Internet) like YouTube, Vimeo, etc.
91
93
 
92
94
  The combination of the App gallery and the lightbox LightGallery is entirely
93
95
  usable for all the video content you want to present on your site. Galleries
94
96
  can be placed elsewhere with your content. You can use them for video blogs
95
- by putting them into your blog articles content.
97
+ by putting them into your blog article's content.
96
98
 
97
- WARNING: LightGallery can be used for free for private use but for
98
- business use, a commercial license is needed. See link:{light-gallery-license}[Light Gallery license]
99
- how to use LightGallery for commercial webs and projects.
99
+ WARNING: LightGallery can be used for free for private use, but a commercial
100
+ license is needed for business use. See link:{light-gallery-license}[Light Gallery license]
101
+ how to use LightGallery for commercial websites and projects.
100
102
 
101
103
  == Local video content
102
104
 
103
- Digital image content, simple pictures or vidoe, are easy to make. Today, each
105
+ Digital image content, simple pictures or videos, are easy to make. Today, each
104
106
  and every mobile has a camera - not that bad! Presenting a bunch
105
107
  of (digital) pictures is very easy by using Justified Gallery, for example.
106
108
  Videos created by a digicam or a mobile can be played by J1 Template using the
@@ -112,17 +114,16 @@ Two players are available with LightGallery:
112
114
  . http://videojs.com/[video.js], a excellent Javascript video library
113
115
 
114
116
  NOTE: The HTML5 specification does _not_ define which video and audio formats
115
- browsers _should_ support. J1 LightGallery supports all _typical_ types of
116
- HTML5 Video formats browsers support today such as MP4, WebM, and Ogg.
117
+ browsers _should_ support. J1 LightGallery can play all types of standard
118
+ HTML5 Video formats on modern browsers today (MP4, WebM, and Ogg).
117
119
 
118
- .HTML5 video gallery
119
120
  gallery::jg_video_html5[role="mb-5"]
120
121
 
121
122
  == Online video content
122
123
 
123
124
  The Internet is full of inspiring content. Video content is popular,
124
- the number of channels at _YouTube_ is enormous. If you want to present
125
- video content from the Internet, e.g. your channel, the online video
125
+ the number of channels on _YouTube_ is enormous. If you want to present
126
+ video content from the Internet, e.g., your channel, the online video
126
127
  support of J1 Template may be the right choice. Find some enjoyable videos
127
128
  from James Cordon's channel: Carpool Karaoke.
128
129
 
@@ -134,7 +135,7 @@ gallery::jg_video_online_vimeo[role="mb-5"]
134
135
 
135
136
  == Whats next
136
137
 
137
- Images and videos are quite visual - and could be impressive, for sure.
138
+ Images and videos are pretty visual. And it can be impressive, for sure.
138
139
  But the most visual component is the text for all pages, for all sites on the
139
140
  Internet. To see how text could be presented great for modern responsive
140
141
  websites, check the section Typography next.
@@ -1,15 +1,19 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: typography
4
- date: 2020-11-05 00:00:00
4
+ date: 2020-11-05 00:00:00 +100
5
5
  description: >
6
6
  The character font serves as one of the most crucial branding elements for
7
7
  any business. Typography matters for any media presenting text. The text will
8
8
  take on an important role of acting not only as plain text but will also serve
9
9
  as something like images.
10
10
 
11
- tags: [ Roundtrip, Introduction ]
12
11
  categories: [ Typography, Module ]
12
+ tags: [ Roundtrip, Introduction ]
13
+
14
+
15
+ comments: false
16
+ fam_menu_id: page_ctrl_simple
13
17
 
14
18
  permalink: /pages/public/learn/roundtrip/typography/
15
19
  regenerate: false
@@ -1,17 +1,21 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: icon fonts
4
- date: 2020-11-06 00:00:00
4
+ date: 2020-11-06 00:00:00 +100
5
5
  description: >
6
- J1 Template support popular icons font sets out-of-the-box.
6
+ J1 Template supports popular icons font sets out-of-the-box.
7
7
  The icon sets MDI and FA are very good in design and have a rich set of
8
8
  different icons for many categories used for the Web.
9
9
  Iconify icons is not a locally stored icon-set like MDI or FA. All icons are
10
10
  loaded over the Internet using the so-called Unified OpenSource Icon
11
11
  Framework.
12
12
 
13
- tags: [ Roundtrip, Introduction ]
14
13
  categories: [ Icon, Module ]
14
+ tags: [ Roundtrip, Introduction ]
15
+
16
+
17
+ comments: false
18
+ fam_menu_id: page_ctrl_simple
15
19
 
16
20
  permalink: /pages/public/learn/roundtrip/mdi_icon_font/
17
21
  regenerate: false
@@ -55,15 +59,15 @@ resource_options:
55
59
 
56
60
  == Icon Fonts
57
61
 
58
- J1 Template support popular icons font sets out-of-the-box:
62
+ J1 Template supports popular icons font sets out-of-the-box:
59
63
 
60
64
  * link:{mdi-home}[Material Design Icons, {browser-window--new}] (MDI)
61
65
  * link:{fontawesome-home}[FontAwesome Icons V5, {browser-window--new}] (FA)
62
66
  * link:{iconify-home}[Iconify Icons, {browser-window--new}] (II)
63
67
 
64
68
  The icon sets MDI and FA are very good in design and have a rich set of
65
- different icons for many categories used for the Web. See below some details
66
- for <<Material Design Icons>> and <<FontAwesome Icons>>.
69
+ different icons for many categories used for the Web. See below for some
70
+ details for <<Material Design Icons>> and <<FontAwesome Icons>>.
67
71
 
68
72
  Iconify icons is not a locally stored icon-set like MDI or FA. All icons are
69
73
  loaded over the Internet using the so-called *Unified OpenSource Icon
@@ -72,15 +76,14 @@ Framework*. See section <<Iconify Icons>> for more information.
72
76
 
73
77
  == Material Design Icons
74
78
 
75
- The primary icon-set for J1 Template is
79
+ The primary icon-set for the J1 Template is
76
80
  link:{mdi-home}[Material Design Icons, {browser-window--new}],
77
- because it is extremely rich set providing more than 5900+ icons for the
78
- current version (v5.9.55). From a design perspective, _MDI_ has an excellen
79
- *Material Design* support an comes with the original icon set created by
80
- _Google_ build-in.
81
+ because it is a rich set providing more than 5900+ icons for the current
82
+ version (v5.9.55). MDI has excellent *Material Design* support from a design
83
+ perspective and comes with the original icon set created by _Google_ build-in.
81
84
 
82
85
  _Material Design Icons_ (MDI) is a beneficial design resource for Web Design
83
- that is based on _Google_'s Material Design. _MDI_ is a community-driven
86
+ based on _Google_'s Material Design. _MDI_ is a community-driven
84
87
  project to create an increased number of icons based on _Google_'s official
85
88
  repository and MD style specification.
86
89
 
@@ -223,13 +226,13 @@ mdi:heart[5x md-red-900 mdi-pulsed]
223
226
 
224
227
  |===============================================================================
225
228
 
226
- NOTE: Using Material Design Icons with Asciidoc is quite easy as an inline
227
- macro `mdi:` is available to place icons where ever you want. See more about
229
+ NOTE: Using Material Design Icons with Asciidoc is easy as an inline
230
+ macro `mdi:` is available to place icons whereever you want. See more about
228
231
  this in section
229
- link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
232
+ link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions].
230
233
 
231
234
  _MDI_ is a growing collection to allow designers and developers targeting
232
- various platforms to download icons in the format, color and size they need
235
+ various platforms to download icons in the format, color, and size they need
233
236
  for any project. The repo contains today 2100+ icons plus converted icons from
234
237
  the official set created by _Google_.
235
238
 
@@ -239,8 +242,8 @@ icon set is fully integrated and can be used out-of-the-box.
239
242
  == FontAwesome Icons
240
243
 
241
244
  _FontAwesome_ is a font and icon toolkit based on CSS. It was initially created
242
- by _Dave Gandy_. The previous *version 4* was mainly for the use with Twitter
243
- Bootstrap *V3*. The new version *V5*, released in December 2017, is focussing
245
+ by _Dave Gandy_. The previous *version 4* was mainly for the use of Twitter
246
+ Bootstrap *V3*. The new version *V5*, released in December 2017, focuses on
244
247
  all frameworks used for web development. Today, the *free FA* icon set comes
245
248
  with 1400+ icons included.
246
249
 
@@ -252,33 +255,34 @@ The free versions (all releases up to 4 and the free version for 5) are
252
255
  available under SIL Open Font License 1.1, Creative Commons Attribution 4.0,
253
256
  and the MIT License.
254
257
 
255
- FontAwesome V5 meets the Material Design idea (of _Google_) and in comparison
256
- to Version 4, the current version is much more than a face-lifting. Version 5
257
- comes with more than 2300+ icons, but many of them are available with the Pro
258
- license only. For the Free version, only a subset of 900+ icons is available.
258
+ FontAwesome V5 meets the Material Design idea (of _Google_), and in comparison
259
+ to Version 4, the current version is much more than face-lifting. Version 5
260
+ comes with more than 2300+ icons, but many are available only with the Pro
261
+ license. For the Free version, only a subset of 900+ icons is available.
259
262
 
260
- NOTE: The CSS styles for FontAwesome V5 has been extended for J1 Template to
261
- the same classes (and their respective names) as for other Font Icon sets.
263
+ NOTE: The CSS styles for FontAwesome V5 have been extended for the J1 Template
264
+ to the same classes (and their respective names) for other Font Icon sets.
262
265
  Already existing styles like `fa-flip-vertical` are available as `fa-flip-v`
263
266
  as well.
264
267
 
265
- You can checkout what icons available at
268
+ You can check out what icons available at
266
269
  link:{fontawesome-icons}[FontAwesome Icons, {browser-window--new}].
267
270
  _FontAwesome_ V5 is fully integrated - no need for additional resources to
268
- load. But in comparison to Version 4, a lot of differences needs to be
271
+ load. But in comparison to Version 4, a lot of differences need to be
269
272
  noticed.
270
273
 
271
274
  If you haven't used V5 yet, it is highly recommended to visit the
272
275
  link:{fontawesome-get-started}[Get started, {browser-window--new}] pages to
273
- learn the basics and features and styles.
276
+ learn the basics and features, and styles.
274
277
 
275
- With version V5 of _FontAwesome_, the icon set is split in two general parts:
278
+ With version V5 of _FontAwesome_, the icon set is split into two general
279
+ parts:
276
280
 
277
281
  * standard icons (symbols) indicated by *FAS*
278
282
  * brand icons (icons for companies and brands) indicated by *FAB*
279
283
 
280
- NOTE: Using FontAwesome with Asciidoc is quite easy as two inline macros
281
- `fab:` and `fas:` are available to place icons where ever you want. See more
284
+ NOTE: Using FontAwesome with Asciidoc is quite easy as two inline macros,
285
+ `fab:` and `fas:`, are available to place icons where ever you want. See more
282
286
  about this in section
283
287
  link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
284
288
 
@@ -441,21 +445,21 @@ fas:heart[5x md-red-900 fa-pulsed]
441
445
  == Iconify Icons
442
446
 
443
447
  MDI and FA are rich icon sets but designed for general use. Sometimes icons
444
- are missing in one of these fonts like specific brand or theme icons. An
448
+ are missing in one of these fonts, like a specific brand or theme icon. An
445
449
  interesting solution for using font icons from a remote repository is
446
450
  link:{iconify-home}[Iconify, {browser-window--new}]. Iconify is a so-called
447
451
  unified OpenSource icon framework that makes it possible to use icons from
448
452
  different icon sets using one (unified) syntax.
449
453
 
450
- To access that framework, a Javascript client is needed. For J1 Template, the
451
- client is build-in and is loaded if Iconify is requested as a resource. To see
452
- what icon sets available with that framework, check the page
454
+ To access that framework, a Javascript client is needed. For the J1 Template,
455
+ the client is build-in and is loaded if Iconify is requested as a resource.
456
+ To see what icon sets available with that framework, check the page
453
457
  link:{iconify-icon-sets}[Iconify Icon Sets, {browser-window--new}].
454
458
 
455
459
  NOTE: Using Iconify icons with J1 Template is quite easy. An Asciidoctor
456
460
  inline macro `iconify:` (Asciidoctor Extension) is available to place icons
457
461
  where ever you want. See more about this in section
458
- link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
462
+ link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions].
459
463
 
460
464
  Currently, over 40,000 vector icons are available for many different use cases.
461
465
  Find some examples below.
@@ -1,18 +1,19 @@
1
1
  ---
2
2
  title: Roundtrip
3
3
  tagline: asciidoc extensions
4
- date: 2020-11-07 00:00:00
4
+ date: 2020-11-07 00:00:00 +100
5
5
  description: >
6
- J1 Template implements some incubating Ruby-based extensions
7
- for Asciidoctor. Most extensions are based on the examples
8
- given with the Asciidoctor Extensions Lab.
9
- All implemented Asciidoctor Extensions can be found in this article.
10
- A set of useful extensions to the Markup language Asciidoc are made
11
- especially for documents of the Jekyll content type pages, but can
12
- be used for post or collections as well.
6
+ J1 Template implements some incubating Ruby-based
7
+ extensions for Asciidoctor. Most extensions are based
8
+ on the examples given with the Asciidoctor Extensions
9
+ Lab. All implemented Asciidoctor Extensions can be
10
+ found in this article.
13
11
 
14
- tags: [ Roundtrip, Introduction ]
15
12
  categories: [ Asciidoc, Extension ]
13
+ tags: [ Roundtrip, Introduction ]
14
+
15
+ comments: false
16
+ fam_menu_id: page_ctrl_simple
16
17
 
17
18
  permalink: /pages/public/learn/roundtrip/asciidoc_extensions/
18
19
  regenerate: false
@@ -60,27 +61,27 @@ Most extensions are based on the examples given with the
60
61
  If you simply want to use the extensions from this repository, go ahead to
61
62
  {asciidoctor-extensions-use-extension}[Using an extension, {browser-window--new}].
62
63
 
63
- To create extensions on your own, it is highly recommended to read first the
64
+ To create extensions on your own, it is highly recommended to read the
64
65
  {asciidoctor-user-manual-extensions}[extensions section, {browser-window--new}] in
65
66
  the Asciidoctor user manual.
66
67
 
67
68
  == Asciidoc Extensions
68
69
 
69
- All already implemented Asciidoctor Extensions can be found below. A set of
70
- additional useful extensions to the Markup language Asciidoc are made
71
- especially for documents of the Jekyll content type pages (but can be used
72
- for post or collections as well).
70
+ All already implemented Asciidoctor Extensions can be found below. Additional
71
+ valuable extensions to the Markup language Asciidoc to the Markup language
72
+ Asciidoc are made especially for documents of the Jekyll content type pages
73
+ (but can be used for posts or collections as well).
73
74
 
74
75
  == Asciidoc Code
75
76
 
76
77
  J1 Template adds a simple Javascript based on the `View Result Extension` to
77
78
  any `listingblock`. The extension adds an interactive toggle button `VIEW`
78
- to the output of an Asciidoc listingblock box placed to the top right of
79
+ to the output of an Asciidoc listing block box placed to the top right of
79
80
  the example box. If a result block `[.result]` is placed under a `listingblock`,
80
81
  clicking the toggle button `VIEW` displays (or hide) the content given by the
81
82
  `result block`.
82
83
 
83
- The `View Result Extension` is quite useful for example sections discussing
84
+ The `View Result Extension` is quite helpful, for sections discussing
84
85
  Asciidoc code and how the resulting (HTML) code would look alike.
85
86
 
86
87
  .This example place a button `VIEW` top right of the example box
@@ -118,8 +119,8 @@ CAUTION: Icon background-color: red
118
119
  == Q&A Blocks
119
120
 
120
121
  Q&A sections are used quite often to answer popular questions. To make
121
- such a Q&A section more eye-minded, the additional Admonition Blocks
122
- `[QUESTION]` and `[ANSWER]` are available for J1 Template as Asciidoctor
122
+ such a Q&A section more eye-minded. The additional Admonition Blocks
123
+ `[QUESTION]` and `[ANSWER]` are available through the J1 Template Asciidoctor
123
124
  extensions.
124
125
 
125
126
  === Question block
@@ -145,7 +146,7 @@ What's the main tool for selecting colors used for J1 Template?
145
146
 
146
147
  The Admonition Answer block is an extension to the Asciidoc admonition
147
148
  block types that introduce an admonition type of answer in conjunction
148
- to the admonition of type question.
149
+ with the type question's admonition.
149
150
 
150
151
  .Example of a answer block
151
152
  [source, prometheus, role="noclip"]
@@ -165,11 +166,11 @@ You'll find the full color scheme for Material Design.
165
166
 
166
167
  == Lightboxes
167
168
 
168
- To make the use of the built-in Lightbox easier, J1 Template offers an Asciidoc
169
- extension: the LightBox block macro. The `lightbox::` block macro embeds one or
170
- more images into the output document and puts the default Lightbox (lightbox)
171
- for J1 automatically on. For all images, the `size` (width) and individual
172
- `caption text` can be configured.
169
+ To make the use of the built-in Lightbox easier, the J1 Template offers an
170
+ Asciidoc extension: the LightBox block macro. The `lightbox::` block macro
171
+ embeds one or more images into the output document and puts the default
172
+ Lightbox for J1 automatically on. For all images, the `size` (width) and
173
+ individual `caption text` can be configured.
173
174
 
174
175
  .Lightbox Block
175
176
  [source, prometheus, role="noclip"]
@@ -182,11 +183,11 @@ NOTE: For a `lightbox::` block, images are placed in the output document
182
183
  without any other scaling than in width - they are placed using simple
183
184
  HTML `img` tags. This is fine for images that are even in size. For images in
184
185
  different sizes, a gallery should be used as a J1 Gallery Apps to rearrange
185
- images and make them fit at its best for the available space.
186
+ images and make them fit at their best for the available space.
186
187
 
187
188
  === Standalone Images
188
189
 
189
- For your convenience, and better readability, the image data should be
190
+ For your convenience and better readability, the image data should be
190
191
  defined as Asciidoc attributes. The image data is given as a string
191
192
  of data pairs:
192
193
 
@@ -209,7 +210,7 @@ default asset path for images, a relative path needs to be given for
209
210
  `path/to/image`.
210
211
 
211
212
  WARNING: If an absolute path is configured, like `/path/to/image`, the base
212
- path gets ignored - this is the default behaviour of the Asciidoc Markup
213
+ path gets ignored - this is the default behavior of the Asciidoc Markup
213
214
  processor. If an absolute path is given, the full path to the images
214
215
  used has to be configured.
215
216
 
@@ -245,7 +246,7 @@ lightbox::images-group[ 400, {data-images-group}, group_name ]
245
246
 
246
247
  == Icon Fonts
247
248
 
248
- J1 Template comes with full icon support for Asciidoc documents included.
249
+ The J1 Template comes with full icon support for Asciidoc documents included.
249
250
  All icon fonts are supported:
250
251
 
251
252
  * FA (FontAwesome)
@@ -390,17 +391,17 @@ and Twitter Emoji emoji:smile[].
390
391
 
391
392
  == Blind Text (Lorem)
392
393
 
393
- The Ruby Gem Middleman, a Ruby-gem based static site generator, provides a
394
- set of powerful helpers for generating random text content. The Lorem
394
+ The Ruby Gem Middleman, a Ruby-based static site generator, provides a
395
+ set of great helpers for generating random text content. The Lorem
395
396
  inline macro `lorem:` adapted this functionality from Middleman for the use
396
397
  of Asciidoc-based documents processed by Jekyll.
397
398
 
398
399
  If you start writing larger documents having several chapters, not all of the
399
400
  content is available at the beginning. It is quite useful to place blind text
400
- first to get a better impression how a page will look-alike that is not
401
+ first to get a better impression of how a page will look-alike that is not
401
402
  finished yet.
402
403
 
403
- Placeholders for blind text comes in several flavours given by `macro`. The
404
+ Placeholders for blind text comes in several flavors given by `macro`. The
404
405
  syntax for the `lorem:` inline macro is simple like this:
405
406
 
406
407
  [source, prometheus]
@@ -491,11 +492,12 @@ include::{documentdir}/100_gistblock.asciidoc[]
491
492
 
492
493
  Asciidoc, respectively Asciidoctor, extensions open up the Markup language to
493
494
  new use cases. Using the full power of programming languages to extend what's
494
- needed whether it be Ruby, Java, Groovy or JavaScript. The number of extensions
495
- will grow - to get handy and powerful functionality that is needed for modern
496
- web pages based on the Asciidoc Markup language generated by Jekyll. For sure!
495
+ needed, whether it be Ruby, Java, Groovy, or JavaScript. The number of
496
+ extensions will grow - to get handy and powerful functionality that is needed
497
+ for modern web pages based on the Asciidoc Markup language generated by Jekyll.
498
+ For sure!
497
499
 
498
- The next preview is focussing advanced Bootstrap Modals. The modals feature
500
+ The next preview is focussing on advanced Bootstrap Modals. The modals feature
499
501
  is currently in beta status, but it is a great option to customize your
500
502
  user dialogues using them!
501
503