j1-template 2020.0.2 → 2020.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (222) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +22 -18
  3. data/_includes/themes/j1/layouts/content_generator_collection.html +15 -12
  4. data/_includes/themes/j1/layouts/content_generator_page.html +16 -17
  5. data/_includes/themes/j1/layouts/content_generator_post.html +21 -26
  6. data/_includes/themes/j1/modules/navigator/generator.html +62 -40
  7. data/{lib/starter_web/apps/public/cc → apps/public/cc/cc.yml} +0 -0
  8. data/apps/public/cc/index.adoc +107 -0
  9. data/assets/data/menu.html +6 -5
  10. data/assets/data/mmenu.html +455 -0
  11. data/assets/data/{sidebar.html → mmenu_sidebar.html} +24 -18
  12. data/assets/data/mmenu_toc.html +45 -0
  13. data/assets/data/quicklinks.html +9 -4
  14. data/assets/data/ssm.html +227 -0
  15. data/assets/error_pages/HTTP204.html +3 -3
  16. data/assets/themes/j1/adapter/js/algolia.js +321 -0
  17. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/attic.js +4 -4
  18. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/carousel.js +3 -3
  19. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/cookie_consent.js +0 -0
  20. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/framer.js +3 -3
  21. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/gallery_customizer.js +0 -0
  22. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/j1.js +15 -38
  23. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/justified_gallery.js +0 -0
  24. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/lightbox.js +0 -0
  25. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/logger.js +0 -0
  26. data/assets/themes/j1/adapter/js/mmenu.js +452 -0
  27. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/navigator.js +50 -50
  28. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/searcher.js +0 -0
  29. data/assets/themes/j1/adapter/js/ssm.js +507 -0
  30. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/themer.js +1 -1
  31. data/{lib/starter_web/assets → assets}/themes/j1/adapter/js/toccer.js +42 -44
  32. data/assets/themes/j1/core/css/bootstrap.css +116 -93
  33. data/assets/themes/j1/core/css/bootstrap.min.css +4 -4
  34. data/assets/themes/j1/core/css/globals.css +1 -1
  35. data/assets/themes/j1/core/css/theme_extensions.css +690 -137
  36. data/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  37. data/assets/themes/j1/core/css/uno.css +690 -137
  38. data/assets/themes/j1/core/css/uno.min.css +1 -1
  39. data/assets/themes/j1/core/css/vendor.css +134 -105
  40. data/assets/themes/j1/core/css/vendor.min.css +4 -4
  41. data/assets/themes/j1/core/js/template.js +306 -24
  42. data/assets/themes/j1/core/js/template.js.map +1 -1
  43. data/assets/themes/j1/core/js/template.min.js +1 -1
  44. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel.css +0 -0
  45. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel.min.css +0 -0
  46. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel_transitions.css +0 -0
  47. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/carousel_transitions.min.css +0 -0
  48. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/theme/uno.css +0 -0
  49. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/css/theme/uno.min.css +0 -0
  50. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/ajax-loader.gif +0 -0
  51. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/grabbing.png +0 -0
  52. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/owl-logo.png +0 -0
  53. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/images/owl.video.play.png +0 -0
  54. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/js/carousel.js +0 -0
  55. data/{lib/starter_web/assets → assets}/themes/j1/extensions/carousel/js/carousel.min.js +0 -0
  56. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iconify/js/iconify.min.js +0 -0
  57. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.absolute.html +0 -0
  58. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.content.html +0 -0
  59. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.hover.html +0 -0
  60. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.nested.html +0 -0
  61. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.textarea.html +0 -0
  62. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/frame.tolerance.html +0 -0
  63. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/index.html +0 -0
  64. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/examples/two.html +0 -0
  65. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.js +0 -0
  66. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.map +0 -0
  67. data/{lib/starter_web/assets → assets}/themes/j1/extensions/iframe_resizer/js/client/iframeResizer.contentWindow.min.js +0 -0
  68. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/LICENSE +0 -0
  69. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/README.md +0 -0
  70. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/css/justifiedGallery.css +0 -0
  71. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/css/justifiedGallery.min.css +0 -0
  72. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/css/theme/uno.css +0 -0
  73. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/js/justifiedGallery.3.7.0.js +0 -0
  74. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/js/justifiedGallery.js +0 -0
  75. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/js/justifiedGallery.min.js +0 -0
  76. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/less/.csslintrc +0 -0
  77. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v3.7.0/less/justifiedGallery.less +0 -0
  78. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/css/justifiedGallery.css +0 -0
  79. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/css/justifiedGallery.min.css +0 -0
  80. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/css/theme/uno.css +0 -0
  81. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/js/jquery.justifiedGallery.js +0 -0
  82. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/_versions/v4.0.0/js/jquery.justifiedGallery.min.js +0 -0
  83. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/justifiedGallery.css +0 -0
  84. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/justifiedGallery.min.css +0 -0
  85. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/theme/uno.css +0 -0
  86. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/css/theme/uno.min.css +0 -0
  87. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/js/justifiedGallery.js +0 -0
  88. data/{lib/starter_web/assets → assets}/themes/j1/extensions/justified_gallery/js/justifiedGallery.min.js +0 -0
  89. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-fb-comment-box.css +0 -0
  90. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-fb-comment-box.min.css +0 -0
  91. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-transitions.css +0 -0
  92. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lg-transitions.min.css +0 -0
  93. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lightgallery.css +0 -0
  94. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/core/lightgallery.min.css +0 -0
  95. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.eot +0 -0
  96. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.svg +0 -0
  97. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.ttf +0 -0
  98. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/fonts/lg.woff +0 -0
  99. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/loading.gif +0 -0
  100. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/video-play.png +0 -0
  101. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/vimeo-play.png +0 -0
  102. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/img/youtube-play.png +0 -0
  103. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/animation-w.png +0 -0
  104. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/customize-w.png +0 -0
  105. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/dynamic-w.png +0 -0
  106. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/facebook-icon.svg +0 -0
  107. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/googleplus-icon.svg +0 -0
  108. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/html5-w.png +0 -0
  109. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/linked-in.png +0 -0
  110. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/module-w.png +0 -0
  111. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/play-button.png +0 -0
  112. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/responsive-w.png +0 -0
  113. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/thumb-w.png +0 -0
  114. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/touch-w.png +0 -0
  115. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/twitter-icon.svg +0 -0
  116. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/twitter.png +0 -0
  117. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/video1-w.png +0 -0
  118. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/zoom-w.png +0 -0
  119. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/icons/zoom.png +0 -0
  120. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/uno.css +0 -0
  121. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/css/themes/uno.min.css +0 -0
  122. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/core/lightgallery.js +0 -0
  123. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/core/lightgallery.min.js +0 -0
  124. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/j1/j1-video.js +0 -0
  125. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/j1/j1-video.min.js +0 -0
  126. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-autoplay.js +0 -0
  127. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-autoplay.min.js +0 -0
  128. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-fullscreen.js +0 -0
  129. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-fullscreen.min.js +0 -0
  130. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-hash.js +0 -0
  131. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-hash.min.js +0 -0
  132. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-pager.js +0 -0
  133. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-pager.min.js +0 -0
  134. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-share.js +0 -0
  135. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-share.min.js +0 -0
  136. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-thumbnail.js +0 -0
  137. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-thumbnail.min.js +0 -0
  138. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-video.js +0 -0
  139. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-video.min.js +0 -0
  140. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-zoom.js +0 -0
  141. data/{lib/starter_web/assets → assets}/themes/j1/extensions/light_gallery/js/modules/lg-zoom.min.js +0 -0
  142. data/{lib/starter_web/assets → assets}/themes/j1/extensions/log4javascript/log4javascript.js +0 -0
  143. data/{lib/starter_web/assets → assets}/themes/j1/extensions/log4javascript/log4javascript.min.js +0 -0
  144. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.dark/theme.css +0 -0
  145. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.light/theme.css +0 -0
  146. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.monokai.dark/theme.css +0 -0
  147. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.monokai.light/theme.css +0 -0
  148. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.monokai/theme.css +0 -0
  149. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.solarized.dark/theme.css +0 -0
  150. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.solarized.light/theme.css +0 -0
  151. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16.solarized/theme.css +0 -0
  152. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/base16/theme.css +0 -0
  153. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/colorful/theme.css +0 -0
  154. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/github/theme.css +0 -0
  155. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/gruvbox.dark/theme.css +0 -0
  156. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/gruvbox.light/theme.css +0 -0
  157. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/gruvbox/theme.css +0 -0
  158. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/igorpro/theme.css +0 -0
  159. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/molokai/theme.css +0 -0
  160. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/monokai.sublime/theme.css +0 -0
  161. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/monokai/theme.css +0 -0
  162. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/pastie/theme.css +0 -0
  163. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/thankful_eyes/theme.css +0 -0
  164. data/{lib/starter_web/assets → assets}/themes/j1/extensions/rouge/css/tulip/theme.css +0 -0
  165. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/city.css +0 -0
  166. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/city.min.css +0 -0
  167. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/fantasy.css +0 -0
  168. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/fantasy.min.css +0 -0
  169. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/forest.css +0 -0
  170. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/forest.min.css +0 -0
  171. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/sea.css +0 -0
  172. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/themes/sea.min.css +0 -0
  173. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/video-js.css +0 -0
  174. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/css/video-js.min.css +0 -0
  175. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/js/video.js +0 -0
  176. data/{lib/starter_web/assets → assets}/themes/j1/extensions/videojs/js/video.min.js +0 -0
  177. data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/froogaloop/js/froogaloop2.min.js +0 -0
  178. data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.js +0 -0
  179. data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.js.map +0 -0
  180. data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.min.js +0 -0
  181. data/{lib/starter_web/assets → assets}/themes/j1/extensions/vimeo/player/js/player.min.js.map +0 -0
  182. data/lib/j1/version.rb +1 -1
  183. data/lib/j1_app/j1_auth_manager/auth_manager.rb +8 -0
  184. data/lib/starter_web/Gemfile +2 -2
  185. data/lib/starter_web/_config.yml +12 -139
  186. data/lib/starter_web/_data/modules/authentication.yml +1 -1
  187. data/lib/starter_web/_data/modules/defaults/navigator.yml +25 -24
  188. data/lib/starter_web/_data/modules/defaults/ssm.yml +50 -0
  189. data/lib/starter_web/_data/modules/defaults/toccer.yml +14 -15
  190. data/lib/starter_web/_data/modules/navigator.yml +164 -97
  191. data/lib/starter_web/_data/modules/ssm.yml +133 -0
  192. data/lib/starter_web/_data/modules/toccer.yml +20 -62
  193. data/lib/starter_web/_data/resources.yml +68 -51
  194. data/lib/starter_web/_data/template_settings.yml +13 -13
  195. data/lib/starter_web/_plugins/uglify.rb +41 -0
  196. data/lib/starter_web/assets/images/modules/icons/j1/{j1..ico → j1.ico} +0 -0
  197. data/lib/starter_web/collections/posts/public/{jekyll → featured}/_posts/2018-05-01-confusion-about-base-url.adoc +0 -0
  198. data/lib/starter_web/package.json +1 -1
  199. data/lib/starter_web/pages/public/about/about_site.adoc +3 -3
  200. data/lib/starter_web/pages/public/about/become_a_patron.adoc +9 -11
  201. data/lib/starter_web/pages/public/learn/floating_sidebar.adoc +199 -0
  202. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +3 -3
  203. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +6 -7
  204. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +5 -5
  205. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +22 -24
  206. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +27 -30
  207. data/lib/starter_web/pages/public/learn/whats_up.adoc +12 -11
  208. data/lib/starter_web/pages/public/legal/en/500_support.adoc +1 -1
  209. data/lib/starter_web/pages/public/previewer/000_includes/tables/mdi_icons/200_rotate.asciidoc +1 -1
  210. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +2 -3
  211. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +3 -3
  212. data/lib/starter_web/pages/public/site_search.adoc +196 -0
  213. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  214. data/lib/starter_web/utilsrv/package.json +1 -1
  215. metadata +169 -164
  216. data/assets/themes/j1/core/css/globals.scss +0 -28
  217. data/lib/starter_web/_data/modules/back2top.yml +0 -40
  218. data/lib/starter_web/_data/modules/defaults/back2top.yml +0 -147
  219. data/lib/starter_web/_data/modules/defaults/smooth_scroll.yml +0 -169
  220. data/lib/starter_web/_data/modules/smooth_scroll.yml +0 -169
  221. data/lib/starter_web/assets/themes/j1/adapter/js/back2top.js +0 -227
  222. data/lib/starter_web/assets/themes/j1/adapter/js/scroller.js +0 -177
@@ -0,0 +1,41 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_plugins/uglify.rb
3
+ # Liquid filter for J1 Template to uglify JS
4
+ #
5
+ # Product/Info:
6
+ # http://jekyll.one
7
+ #
8
+ # Copyright (C) 2020 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12
+ # ------------------------------------------------------------------------------
13
+ # => Uglifier.compile(File.read(input))
14
+ # ------------------------------------------------------------------------------
15
+ #
16
+ # NOTE:
17
+ # CustomFilters cannot be used in SAFE mode (e.g not usable for
18
+ # rendering pages with Jekyll on GitHub
19
+ #
20
+ # USAGE:
21
+ # {% capture cache_name %}
22
+ #
23
+ # liquid code to generate HTML output goes here
24
+ #
25
+ # {% endcapture %}
26
+ # {{ cache_name | uglify }}
27
+ #
28
+ # ------------------------------------------------------------------------------
29
+ require 'uglifier'
30
+
31
+ module Jekyll
32
+ module UglifyJS
33
+ def uglify(input)
34
+ site_config = @context.scopes[0]["site_config"]
35
+ path = @context.registers[:page]["url"]
36
+ Uglifier.compile(File.read("X:/j1/github/j1-template/packages/400_template_site/_site/assets/themes/j1/adapter/js/toccer.js"))
37
+ end
38
+ end
39
+ end
40
+
41
+ Liquid::Template.register_filter(Jekyll::UglifyJS)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1_starter",
4
- "version": "2020.0.2",
4
+ "version": "2020.0.7",
5
5
  "description": "J1 Template starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -1,6 +1,6 @@
1
1
  ---
2
- title: Abouttt
3
- tagline: J1 Template
2
+ title: J1 Template
3
+ tagline: about
4
4
  description: Things you should know about this site
5
5
  categories: [ pages ]
6
6
 
@@ -37,4 +37,4 @@ lorem:sentences[5]
37
37
 
38
38
  == Hall of fame
39
39
 
40
- lorem:sentences[5]
40
+ lorem:sentences[5]
@@ -1,6 +1,6 @@
1
1
  ---
2
- title: Become a patron
3
- tagline: help us to create premium content
2
+ title: J1 Template
3
+ tagline: become a patron
4
4
  description: Help to create premium content
5
5
  categories: [ pages ]
6
6
 
@@ -16,7 +16,7 @@ resource_options:
16
16
  - attic:
17
17
  padding_top: 400
18
18
  padding_bottom: 50
19
- opacity: 0.5
19
+ opacity: 0.5
20
20
  slides:
21
21
  - url: /assets/images/modules/attics/premium-1920x1280-bw.jpg
22
22
  alt: Photo by Anders Nord on Unsplash
@@ -29,9 +29,9 @@ resource_options:
29
29
  // Page content
30
30
  // -----------------------------------------------------------------------------
31
31
 
32
- _Patron_ allows fans -- the *patrons* -- to pay creators for their work. Many
33
- of these creators are influencers: photographers on Instagram, comedians
34
- on YouTube, podcasters that tweet, creative technicians providing useful
32
+ _Patron_ allows fans -- the *patrons* -- to pay creators for their work. Many
33
+ of these creators are influencers: photographers on Instagram, comedians
34
+ on YouTube, podcasters that tweet, creative technicians providing useful
35
35
  software, tools and tutorials.
36
36
 
37
37
  Simple like this.
@@ -40,11 +40,9 @@ Simple like this.
40
40
  == Become a Patron
41
41
 
42
42
  What does that mean? A _Patron_ support a _Creator_ for the provided content
43
- they love, they like to use: excellent content services -- created with passion.
43
+ they love, they like to use: excellent content services -- created with passion.
44
44
 
45
45
  What does a creator need to provide outstanding, useful products to the people?
46
46
 
47
- No surprise: time and money. What is, vice versa, quite the same. But that's not
48
- all.
49
-
50
-
47
+ No surprise: time and money. What is, vice versa, quite the same. But that's not
48
+ all.
@@ -0,0 +1,199 @@
1
+ ---
2
+ title: Floating SideBar
3
+ tagline: where to go
4
+ description: Where to go
5
+
6
+ tags: [ Page, Roundtrip ]
7
+ index: [ Start, Template, Whats, Up, Readme, TL;DR ]
8
+ categories: [ pages ]
9
+
10
+ permalink: /pages/public/learn/fsb/
11
+ regenerate: false
12
+
13
+ resources: [ lightbox ]
14
+ resource_options:
15
+ - attic:
16
+ padding_top: 400
17
+ padding_bottom: 50
18
+ opacity: 0.5
19
+ slides:
20
+ - url: /assets/images/modules/attics/runner-1920x1200-bw.jpg
21
+ alt: Photo by Alexander Redl on Unsplash
22
+ badge:
23
+ type: unsplash
24
+ author: Alexander Redl
25
+ href: https://unsplash.com/@alexanderredl
26
+ ---
27
+
28
+ // Enable the Liquid Preprocessor
29
+ // -----------------------------------------------------------------------------
30
+ :page-liquid:
31
+
32
+
33
+ // Set other global page attributes here
34
+ // -----------------------------------------------------------------------------
35
+ //:my-asciidoc-attribute:
36
+
37
+ // Load Liquid procedures
38
+ // -----------------------------------------------------------------------------
39
+ {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
40
+
41
+
42
+ // Initialize entry document environmental attributes
43
+ // -----------------------------------------------------------------------------
44
+ {% include {{set_env_entry_document}} %}
45
+
46
+ // Load tag, url and data attributes
47
+ // -----------------------------------------------------------------------------
48
+ // include::{includedir}/attributes.asciidoc[tag=tags]
49
+ // include::{includedir}/attributes.asciidoc[tag=urls]
50
+ // include::{includedir}/attributes.asciidoc[tag=data]
51
+
52
+ // Set local page attributes
53
+ // -----------------------------------------------------------------------------
54
+ // :images-dir: {imagesdir}/path/to/page/images
55
+
56
+
57
+ // Page content
58
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59
+
60
+ // Include sub-documents
61
+ // -----------------------------------------------------------------------------
62
+
63
+ ++++
64
+ <div class="sidebar">
65
+ <div class="floating-div">
66
+ <p>This "floating div" could be a form, a call to action, an ad,
67
+ or whatever other content you want to float in sidebar as the user
68
+ scrolls up and down the page.
69
+ </p>
70
+ </div>
71
+ </div>
72
+ ++++
73
+
74
+ Welcome to the pages of J1 Template. If your here first time,
75
+ hopefully you get on that page first. For sure, there is no better
76
+ place to step in.
77
+
78
+ Having a menu system is great. We hope the the navigator module of J1 will
79
+ support you to explore this site, find what your are looking for. The site
80
+ of J1 has grown over the last month a lot. Many documents were seeking for
81
+ a home. And we have really a bunch of them.
82
+
83
+ To get better orientated, the site is organized for *natural reading*. As we
84
+ use the English language for our international vistors (we are German),
85
+ *natural reading* means for a western language, reading from the left to the
86
+ right (LTR), and from top to down a page. The same to all menus, sections
87
+ and pages.
88
+
89
+ To read the site it is recommended to go for LTR. Other languages, other
90
+ countries and cultures go for RTL, but currently we've *no* support for RTL
91
+ implemented.
92
+
93
+ For that reason, it was a good decision to start from here.
94
+
95
+ == Whats up
96
+
97
+ First of all, you've started already! The important first step in to find
98
+ your way to Jekyll is done. Congratiulations.
99
+
100
+ The *Learn* section contains all you need to learn what Jekyll and J1 can do
101
+ for your website. For your new static web - if you like.
102
+
103
+ With this section you'll find a:
104
+
105
+ . *Roundtrip* to show some of the main features of the template system
106
+ *J1*.
107
+
108
+ . *Kickstarter* are Tutorials. The most important one to start is *Web in a Day*.
109
+ This tutorial guides you through all the steps to build a website using
110
+ the template system Jekyll One - your site using Jekyll and the template J1.
111
+
112
+ == Where to go
113
+
114
+ You should go for the *Roundtrip* first. See what you will get. As an overview
115
+ of some of the main features of *J1*. The roundtrip is a *visual* tour. No
116
+ technical stuff, nothing academic.
117
+
118
+ Let's go more deeper and make things real - and your hands dirty. We
119
+ recomment to work on the Kickstarter *Web in a Day*. A nice one-day journey
120
+ diving into the world of Jekyll. You'll learn a lot and at the end of that day
121
+ you know what Jekyll, static webs and the template system J1 is all about.
122
+
123
+ You're welcome!
124
+
125
+ If you like, continue by walking through the roundtrip examples
126
+ link:/pages/public/learn/roundtrip/present_images/[by starting the tour here].
127
+
128
+ ++++
129
+ <style>
130
+
131
+ .sidebar {
132
+ width:33.33%;
133
+ float:left;
134
+ padding: 0 10px;
135
+ }
136
+
137
+ .floating-div {
138
+ background-color: #333;
139
+ padding: 10px 50px;
140
+ color:#EEE;
141
+ font-size: 20px;
142
+ margin-top:10px;
143
+ position: absolute;
144
+ right: -40px;
145
+ }
146
+
147
+ .sticky {
148
+ position: fixed;
149
+ top: 150px;
150
+ right:-40px;
151
+ margin: 0;
152
+ width:calc(33.33% - 25px);
153
+ }
154
+
155
+ .abs {
156
+ position: absolute;
157
+ bottom: 10px;
158
+ right:10px;
159
+ width:calc(33.33% - 20px);
160
+ }
161
+ </style>
162
+
163
+ <script>
164
+ $(document).ready(function() {
165
+ var dependencies_met_core = setInterval(function() {
166
+ if (j1.getState() == 'finished') {
167
+ // variables
168
+ var main_content = $('.js-toc-content');
169
+ var m = $(main_content).offset().top;
170
+ var topPosition = $('.floating-div').offset().top - 10;
171
+ var floatingDivHeight = $('.floating-div').outerHeight();
172
+ var footer = $('#j1_footer');
173
+ var footerFromTop = $('#j1_footer').offset().top;
174
+ var absPosition = footerFromTop - floatingDivHeight - 20;
175
+ var win = $(window);
176
+ var floatingDiv = $('.floating-div');
177
+
178
+ win.scroll(function() {
179
+ if (window.matchMedia('(min-width: 768px)').matches) {
180
+ if ((win.scrollTop() > topPosition) && (win.scrollTop() < absPosition)) {
181
+ floatingDiv.addClass('sticky');
182
+ floatingDiv.removeClass('abs');
183
+
184
+ } else if ((win.scrollTop() > topPosition) && (win.scrollTop() > absPosition)) {
185
+ floatingDiv.removeClass('sticky');
186
+ floatingDiv.addClass('abs');
187
+
188
+ } else {
189
+ floatingDiv.removeClass('sticky');
190
+ floatingDiv.removeClass('abs');
191
+ }
192
+ }
193
+ });
194
+ clearInterval(dependencies_met_core);
195
+ }
196
+ }, 25);
197
+ });
198
+ </script>
199
+ ++++
@@ -1,5 +1,5 @@
1
1
  ---
2
- title: Roundtripppp
2
+ title: Roundtrip
3
3
  tagline: present images
4
4
  description: J1 Template Roundtrip - Present image based data
5
5
 
@@ -105,7 +105,7 @@ Both lightboxes are fully integrated to be used as standalone modules or to be
105
105
  used as helpers _under-the-hood_ by other apps or modules focussing on image
106
106
  data like *gallery* or *carousel*, the build-in carousel module.
107
107
 
108
- === Lightbox Examples
108
+ == Lightbox Examples
109
109
 
110
110
  Find below an example of using the lightbox Lightbox *standalone*. See how
111
111
  *single* (individual) images are linked for the use with *Lightbox*.
@@ -276,7 +276,7 @@ and high quality *justified* image galleries. J1 Template combines the gallery
276
276
  with the *lightboxes* supported to *enlage* the images of a gallery.
277
277
 
278
278
  See *Justified Gallery* in action - and for sure all what you see is even
279
- responsive. Change the size of your current browser window, by width or height,
279
+ responsive. Change the size of your current browser window, by width or height,
280
280
  to see what will happen!
281
281
 
282
282
  === Justified Gallery
@@ -13,8 +13,8 @@ toc: true
13
13
  permalink: /pages/public/learn/roundtrip/present_videos/
14
14
  regenerate: true
15
15
 
16
- resources: [
17
- light_gallery, justified_gallery, video_js,
16
+ resources: [
17
+ light_gallery, justified_gallery, video_js,
18
18
  vimeo_player, vimeo_player, vimeo_froogaloop
19
19
  ]
20
20
  resource_options:
@@ -44,7 +44,7 @@ resource_options:
44
44
 
45
45
  ---
46
46
 
47
- // Enable the Liquid Preprocessor
47
+ // Enable the Liquid Preprocessor
48
48
  // -----------------------------------------------------------------------------
49
49
  :page-liquid:
50
50
 
@@ -107,7 +107,7 @@ WARNING: *LightGallery* can be used *for free* for *private use* but for
107
107
  business use, a *commercial license* is needed. See link:{light-gallery-license}[Light Gallery license]
108
108
  how to use LightGallery for *commercial* webs and projects.
109
109
 
110
- === Local video content
110
+ == Local video content
111
111
 
112
112
  Digital image content, simple pictures or vidoes, are quite easy to make.
113
113
  Today, each and every mobile has a camera - not that bad! Presenting a bunch
@@ -127,7 +127,7 @@ HTML5 Video formats browsers support today such as *MP4*, *WebM*, and *Ogg*.
127
127
  .HTML5 video gallery
128
128
  gallery::jg_video_html5[role="mb-5"]
129
129
 
130
- === Online video content
130
+ == Online video content
131
131
 
132
132
  The Internet is full of interesting content. Video content is very popular,
133
133
  the number of channels at e.g. _YouTube_ is enormous. If you want to present
@@ -141,12 +141,11 @@ gallery::jg_video_online_youtube[role="mb-5"]
141
141
  .Vimeo Video Gallery - Fashion
142
142
  gallery::jg_video_online_vimeo[role="mb-5"]
143
143
 
144
-
145
144
  == Whats next
146
145
 
147
146
  Images and videos are quite *visual* - and could be impressive, for sure.
148
147
  But the most visual component is *text* for all pages, for all sites on the
149
- Internet. To see how text could be presented great for modern responsive
148
+ Internet. To see how text could be presented great for modern responsive
150
149
  websites, check the section *Typography* next.
151
150
 
152
151
  What? Find out how it works. go for: link:{roundtrip-typography}[Typography].
@@ -63,11 +63,11 @@ include::{includedir}/attributes.asciidoc[tag=data]
63
63
  == Typography
64
64
 
65
65
  Typography serves as one the most crucial branding elements for any business.
66
- Typography matters for any media presenting text. Text will take on a important
67
- role of acting not only as plain text but will also serve as something like
66
+ Typography matters for any media presenting text. Text will take on a important
67
+ role of acting not only as plain text but will also serve as something like
68
68
  images.
69
69
 
70
- === Responsive Text
70
+ == Responsive Text
71
71
 
72
72
  One common flaw seen in many templates and frameworks (sadly to say: the same
73
73
  to Bootstrap) is a lack of support for truly *responsive text*. While elements
@@ -124,7 +124,7 @@ will happen in terms of responsiveness.
124
124
  To see Responsive Text `r-text` in action, use the button above to toggle on
125
125
  and off Responsive Text to see the difference!
126
126
 
127
- === Scaling Responsive Text
127
+ == Scaling Responsive Text
128
128
 
129
129
  Responsive Text comes in five different scale factors in a range from 100 to
130
130
  500. Scaling `r-text` gives you the flexibility to use `r-text` everywhere. Or
@@ -174,7 +174,7 @@ of the text in action.
174
174
  </script>
175
175
  ++++
176
176
 
177
- === Scale factors
177
+ == Scale factors
178
178
 
179
179
  As mentioned, `r-text` comes in five levels of size. The base of `r-text` are
180
180
  the Fibonacci numbers extracted from the Fibonacci series. These numbers are
@@ -67,20 +67,20 @@ J1 Template support popular icons font sets out-of-the-box:
67
67
  * link:{fontawesome-home}[FontAwesome Icons V5, {window}] (FA)
68
68
  * link:{iconify-home}[Iconify Icons, {window}] (II)
69
69
 
70
- The icon sets MDI and FA are very good in design and have a rich set of
71
- different icons for many categories used for the Web. See below some details
70
+ The icon sets MDI and FA are very good in design and have a rich set of
71
+ different icons for many categories used for the Web. See below some details
72
72
  for <<Material Design Icons>> and <<FontAwesome Icons>>.
73
73
 
74
- Iconify Icons is not a local stored icon set like MDI or FA. All icons are
75
- loaded over the *Internet* using the so-called unified open source icon
74
+ Iconify Icons is not a local stored icon set like MDI or FA. All icons are
75
+ loaded over the *Internet* using the so-called unified open source icon
76
76
  framework. See section <<Iconify Icons>> for more information.
77
77
 
78
78
 
79
- === Material Design Icons
79
+ == Material Design Icons
80
80
 
81
- The primary icon set for J1 Template are link:{mdi-home}[Material Design Icons, {window}],
82
- because it is an rich set providing more than 3300+ icons (v3.3.92). From a design
83
- prospective, _MDI_ has an excellent Material Design support an comes with the
81
+ The primary icon set for J1 Template are link:{mdi-home}[Material Design Icons, {window}],
82
+ because it is an rich set providing more than 3300+ icons (v3.3.92). From a design
83
+ prospective, _MDI_ has an excellent Material Design support an comes with the
84
84
  original icon set created by _Google_ build-in.
85
85
 
86
86
  _Material Design Icons_ (MDI) is a very helpful design resource for Web Design
@@ -187,7 +187,7 @@ mdi:heart[5x md-red-900 mdi-pulsed]
187
187
 
188
188
  |===============================================================================
189
189
 
190
- NOTE: Using Material Design Icons with Asciidoc is quite easy as an inline macro
190
+ NOTE: Using Material Design Icons with Asciidoc is quite easy as an inline macro
191
191
  `mdi:` is avaialble to place icons where ever you want. See more about
192
192
  this in section link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
193
193
 
@@ -204,14 +204,12 @@ J1 implemetation regarding sizes, colors, animations etc. Go for the
204
204
  link:{previewer-mdi}[Preview Page, {window}] and check-out what's
205
205
  possible using MDI font icons!
206
206
 
207
+ == FontAwesome Icons
207
208
 
208
-
209
- === FontAwesome Icons
210
-
211
- FontAwesome is a font and icon toolkit based on CSS. It was originally created
212
- by Dave Gandy. The previous version 4 was mainly for the use with Twitter
213
- Bootstrap V3. The new version V5, released in December 2017, is focussing all
214
- frameworks used for web development. Today, FA comes with 2300+ icons included.
209
+ FontAwesome is a font and icon toolkit based on CSS. It was originally created
210
+ by Dave Gandy. The previous version 4 was mainly for the use with Twitter
211
+ Bootstrap V3. The new version V5, released in December 2017, is focussing all
212
+ frameworks used for web development. Today, FA comes with 2300+ icons included.
215
213
 
216
214
 
217
215
  [NOTE]
@@ -323,7 +321,7 @@ fas:heart[5x md-red-900 fa-pulsed]
323
321
 
324
322
  |===============================================================================
325
323
 
326
- NOTE: Using FontAwesome with Asciidoc is quite easy as two inline macros
324
+ NOTE: Using FontAwesome with Asciidoc is quite easy as two inline macros
327
325
  `fas:` and `fas:` are avaialble to place icons where ever you want. See more about
328
326
  this in section link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
329
327
 
@@ -335,7 +333,7 @@ license only. For the *Free* version, a subset of 900+ icons is available.
335
333
  NOTE: The CSS styles for FontAwesome V5 has been extended for J1 Template to
336
334
  the *same* styles (and their respective *names*) as for other Font Icon sets.
337
335
  Already existing styles like `fa-flip-vertical` is available as `fa-flip-v`
338
- as well. See all styles that can be used with the MDI
336
+ as well. See all styles that can be used with the MDI
339
337
  link:{previewer-mdi}[Preview Page, {window}].
340
338
 
341
339
  You can checkout what icons available at link:{fontawesome-icons}[FontAwesome Icons,
@@ -348,18 +346,18 @@ link:{fontawesome-get-started}[Get started, {window}] pages to learn
348
346
  the basics and features and styles.
349
347
 
350
348
 
351
- === Iconify Icons
349
+ == Iconify Icons
352
350
 
353
351
  MDI and FA are quite rich icon sets but designed for *general* use. Sometimes
354
352
  icons are missing in one of these fonts like specific *brand* or *theme*
355
353
  icons.
356
354
 
357
- An interesting solution for using font icons from a *remote* repository is
358
- link:{iconify-home}[Iconify, {window}]. Iconify is a so-called unified
359
- *open source icon framework* that makes it possible to use icons from different
355
+ An interesting solution for using font icons from a *remote* repository is
356
+ link:{iconify-home}[Iconify, {window}]. Iconify is a so-called unified
357
+ *open source icon framework* that makes it possible to use icons from different
360
358
  icon sets using one syntax.
361
359
 
362
- To access that framework, a Javascript client is needed. For J1 Template, the
360
+ To access that framework, a Javascript client is needed. For J1 Template, the
363
361
  client is available with the JS assets (/assets/themes/j1/extensions/iconify)
364
362
  and is loaded per default. To see what icon sets available with that framework,
365
363
  check the page link:{iconify-icon-sets}[Iconify Icon Sets, {window}].
@@ -417,7 +415,7 @@ iconify:medical-icon:i-ear-nose-throat[5x]
417
415
 
418
416
  |===============================================================================
419
417
 
420
- NOTE: Using Iconify icons with Asciidoc is quite easy as an inline macro
418
+ NOTE: Using Iconify icons with Asciidoc is quite easy as an inline macro
421
419
  `iconify:` is avaialble to place icons where ever you want. See more about
422
420
  this in section link:{roundtrip-asciidoc-extensions}#icon-fonts[Asciidoc Extensions]
423
421