j1-template 2023.0.17 → 2023.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (269) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -2
  3. data/_includes/themes/j1/modules/attics/generator.html +3 -1
  4. data/_includes/themes/j1/modules/navigator/generator.html +2 -2
  5. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
  6. data/_layouts/{paginator/autopage_category.html → autopage_category.html} +1 -1
  7. data/_layouts/{paginator/autopage_collection.html → autopage_collection.html} +1 -6
  8. data/_layouts/{paginator/autopage_collections_tags.html → autopage_collections_tags.html} +1 -1
  9. data/_layouts/category.html +67 -0
  10. data/_layouts/readme +2 -0
  11. data/assets/data/banner.html +2 -2
  12. data/assets/data/masonry.4.html +213 -0
  13. data/assets/data/masonry.html +207 -0
  14. data/assets/data/panel.html +1 -1
  15. data/assets/data/quicklinks.html +12 -12
  16. data/assets/data/slick.html +192 -0
  17. data/assets/themes/j1/adapter/js/attic.js +31 -16
  18. data/assets/themes/j1/adapter/js/j1.js +55 -21
  19. data/assets/themes/j1/adapter/js/masonry.js +111 -49
  20. data/assets/themes/j1/adapter/js/mmenu.js +4 -3
  21. data/assets/themes/j1/adapter/js/navigator.js +69 -19
  22. data/assets/themes/j1/adapter/js/slick.3.js +365 -0
  23. data/assets/themes/j1/adapter/js/slick.js +188 -44
  24. data/assets/themes/j1/adapter/js/toccer.js +27 -14
  25. data/assets/themes/j1/adapter/js/waves.js +3 -1
  26. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +47 -364
  27. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
  28. data/assets/themes/j1/core/js/template.js +1 -3
  29. data/assets/themes/j1/core/js/template.min.js +1 -1
  30. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  31. data/assets/themes/j1/modules/masonry/css/theme/uno.css +35 -0
  32. data/assets/themes/j1/modules/masonry/css/theme/uno.min.css +15 -0
  33. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +3 -3
  34. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  35. data/assets/themes/j1/modules/slick/lightbox/LICENSE +20 -0
  36. data/assets/themes/j1/modules/slick/lightbox/README.md +133 -0
  37. data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.css +128 -0
  38. data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.min.css +1 -0
  39. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.js +353 -0
  40. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js +2 -0
  41. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js.map +1 -0
  42. data/assets/themes/j1/modules/slick/{README.md → slider/README.md} +13 -14
  43. data/assets/themes/j1/modules/slick/{css → slider/css}/slick.css +16 -10
  44. data/assets/themes/j1/modules/slick/slider/css/slick.min.css +15 -0
  45. data/assets/themes/j1/modules/slick/slider/css/theme/uno.css +256 -0
  46. data/assets/themes/j1/modules/slick/slider/css/theme/uno.min.css +15 -0
  47. data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.svg +14 -14
  48. data/assets/themes/j1/modules/slick/{js → slider/js}/slick.js +6 -1
  49. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/fastfilereaderext.so +0 -0
  50. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/rubyeventmachine.so +0 -0
  51. data/lib/j1/version.rb +1 -1
  52. data/lib/j1_app/log4r/yamlconfigurator.rb +41 -41
  53. data/lib/starter_web/Gemfile +4 -4
  54. data/lib/starter_web/README.md +142 -143
  55. data/lib/starter_web/_config.yml +31 -25
  56. data/lib/starter_web/_data/blocks/defaults/banner.yml +4 -4
  57. data/lib/starter_web/_data/blocks/defaults/panel.yml +11 -11
  58. data/lib/starter_web/_data/blocks/footer.yml +2 -2
  59. data/lib/starter_web/_data/blocks/panel.yml +8 -8
  60. data/lib/starter_web/_data/layouts/collection.yml +9 -0
  61. data/lib/starter_web/_data/layouts/home.yml +12 -0
  62. data/lib/starter_web/_data/layouts/page.yml +36 -3
  63. data/lib/starter_web/_data/layouts/post.yml +36 -3
  64. data/lib/starter_web/_data/layouts/raw.yml +35 -3
  65. data/lib/starter_web/_data/modules/advertising.yml +1 -2
  66. data/lib/starter_web/_data/modules/analytics.yml +1 -2
  67. data/lib/starter_web/_data/modules/attics.yml +2 -2
  68. data/lib/starter_web/_data/modules/blog_navigator.yml +1 -2
  69. data/lib/starter_web/_data/modules/carousel.yml +1 -2
  70. data/lib/starter_web/_data/modules/comments.yml +1 -2
  71. data/lib/starter_web/_data/modules/cookieconsent.yml +1 -2
  72. data/lib/starter_web/_data/modules/cookies.yml +1 -2
  73. data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -2
  74. data/lib/starter_web/_data/modules/defaults/analytics.yml +1 -2
  75. data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
  76. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -2
  77. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +1 -1
  78. data/lib/starter_web/_data/modules/defaults/carousel.yml +1 -2
  79. data/lib/starter_web/_data/modules/defaults/comments.yml +1 -1
  80. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +1 -2
  81. data/lib/starter_web/_data/modules/defaults/cookies.yml +1 -2
  82. data/lib/starter_web/_data/modules/defaults/dropdowns.yml +1 -2
  83. data/lib/starter_web/_data/modules/defaults/fab.yml +1 -2
  84. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -2
  85. data/lib/starter_web/_data/modules/defaults/justifiedGallery.yml +1 -2
  86. data/lib/starter_web/_data/modules/defaults/lightGallery.yml +1 -2
  87. data/lib/starter_web/_data/modules/defaults/lightbox.yml +1 -2
  88. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -2
  89. data/lib/starter_web/_data/modules/defaults/log4r.yml +7 -9
  90. data/lib/starter_web/_data/modules/defaults/lunr.yml +1 -2
  91. data/lib/starter_web/_data/modules/defaults/masonry.yml +52 -23
  92. data/lib/starter_web/_data/modules/defaults/navigator.yml +13 -12
  93. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -2
  94. data/lib/starter_web/_data/modules/defaults/particles.yml +1 -2
  95. data/lib/starter_web/_data/modules/defaults/rangeSlider.yml +1 -2
  96. data/lib/starter_web/_data/modules/defaults/rtable.yml +1 -2
  97. data/lib/starter_web/_data/modules/defaults/{scoller.yml → scroller.yml} +8 -2
  98. data/lib/starter_web/_data/modules/defaults/slick.yml +493 -0
  99. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
  100. data/lib/starter_web/_data/modules/defaults/toccer.yml +2 -3
  101. data/lib/starter_web/_data/modules/defaults/translator.yml +2 -3
  102. data/lib/starter_web/_data/modules/defaults/waves.yml +1 -2
  103. data/lib/starter_web/_data/modules/dropdowns.yml +1 -2
  104. data/lib/starter_web/_data/modules/fab.yml +1 -2
  105. data/lib/starter_web/_data/modules/framer.yml +1 -2
  106. data/lib/starter_web/_data/modules/justifiedGallery.yml +1 -2
  107. data/lib/starter_web/_data/modules/lightGallery.yml +1 -2
  108. data/lib/starter_web/_data/modules/lightbox.yml +1 -2
  109. data/lib/starter_web/_data/modules/log4r.yml +140 -7
  110. data/lib/starter_web/_data/modules/lunr.yml +1 -2
  111. data/lib/starter_web/_data/modules/masonry.yml +178 -23
  112. data/lib/starter_web/_data/modules/masterslider.yml +2 -1
  113. data/lib/starter_web/_data/modules/navigator.yml +13 -25
  114. data/lib/starter_web/_data/modules/navigator_menu.yml +31 -0
  115. data/lib/starter_web/_data/modules/particles.yml +1 -2
  116. data/lib/starter_web/_data/modules/rangeSlider.yml +1 -2
  117. data/lib/starter_web/_data/modules/rtable.yml +1 -2
  118. data/lib/starter_web/_data/modules/scroller.yml +8 -2
  119. data/lib/starter_web/_data/modules/slick.yml +295 -0
  120. data/lib/starter_web/_data/modules/themer.yml +1 -2
  121. data/lib/starter_web/_data/modules/toccer.yml +1 -2
  122. data/lib/starter_web/_data/modules/translator.yml +1 -2
  123. data/lib/starter_web/_data/modules/waves.yml +1 -2
  124. data/lib/starter_web/_data/plugins/defaults/paginator.yml +23 -4
  125. data/lib/starter_web/_data/plugins/paginator.yml +10 -13
  126. data/lib/starter_web/_data/resources.yml +35 -29
  127. data/lib/starter_web/_data/templates/feed.xml +1 -1
  128. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +2 -2
  129. data/lib/starter_web/_data/utilities/util_srv.yml +2 -3
  130. data/lib/starter_web/_includes/custom/templates/custom_header.html +76 -0
  131. data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +50 -0
  132. data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +6 -5
  133. data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +49 -0
  134. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  135. data/lib/starter_web/assets/images/custom/header/avatar.svg +248 -0
  136. data/lib/starter_web/assets/images/custom/header/family.svg +2209 -0
  137. data/lib/starter_web/assets/images/parsa/customers/200x150/img1.png +0 -0
  138. data/lib/starter_web/assets/images/parsa/customers/200x150/img2.png +0 -0
  139. data/lib/starter_web/assets/images/parsa/customers/200x150/img3.png +0 -0
  140. data/lib/starter_web/assets/images/parsa/customers/200x150/img4.png +0 -0
  141. data/lib/starter_web/assets/images/parsa/customers/200x150/img5.png +0 -0
  142. data/lib/starter_web/assets/images/parsa/customers/200x150/img6.png +0 -0
  143. data/lib/starter_web/assets/images/parsa/customers/200x150/img7.png +0 -0
  144. data/lib/starter_web/assets/images/parsa/customers/200x150/img8.png +0 -0
  145. data/lib/starter_web/assets/images/parsa/customers/200x150/img9.png +0 -0
  146. data/lib/starter_web/assets/images/parsa/customers/client-1.png +0 -0
  147. data/lib/starter_web/assets/images/parsa/customers/client-2.png +0 -0
  148. data/lib/starter_web/assets/images/parsa/customers/client-3.png +0 -0
  149. data/lib/starter_web/assets/images/parsa/customers/client-4.png +0 -0
  150. data/lib/starter_web/assets/images/parsa/customers/client-5.png +0 -0
  151. data/lib/starter_web/assets/images/parsa/customers/client-6.png +0 -0
  152. data/lib/starter_web/assets/images/parsa/customers/client-7.png +0 -0
  153. data/lib/starter_web/assets/images/parsa/icons/close-icon.svg +1 -0
  154. data/lib/starter_web/assets/images/parsa/icons/favicon.ico +0 -0
  155. data/lib/starter_web/assets/images/parsa/icons/icon.png +0 -0
  156. data/lib/starter_web/assets/images/parsa/icons/icon.svg +152 -0
  157. data/lib/starter_web/assets/images/parsa/icons/logo.svg +172 -0
  158. data/lib/starter_web/assets/images/parsa/icons/up.svg +1 -0
  159. data/lib/starter_web/assets/images/parsa/masthead/19-02-_2023_09-05-46.jpg +0 -0
  160. data/lib/starter_web/assets/images/parsa/masthead/banner-img.png +0 -0
  161. data/lib/starter_web/assets/images/parsa/pages/1920x1280/author.jpg +0 -0
  162. data/lib/starter_web/assets/images/parsa/pages/1920x1280/contact.jpg +0 -0
  163. data/lib/starter_web/assets/images/parsa/pages/author.jpg +0 -0
  164. data/lib/starter_web/assets/images/parsa/pages/contact.jpg +0 -0
  165. data/lib/starter_web/assets/images/parsa/partners/scalable/facebook.svg +34 -0
  166. data/lib/starter_web/assets/images/parsa/partners/scalable/google.svg +35 -0
  167. data/lib/starter_web/assets/images/parsa/partners/scalable/ibm.svg +24 -0
  168. data/lib/starter_web/assets/images/parsa/partners/scalable/microsoft.svg +42 -0
  169. data/lib/starter_web/assets/images/parsa/portfolio/1.jpg +0 -0
  170. data/lib/starter_web/assets/images/parsa/portfolio/2.jpg +0 -0
  171. data/lib/starter_web/assets/images/parsa/portfolio/3.jpg +0 -0
  172. data/lib/starter_web/assets/images/parsa/portfolio/4.jpg +0 -0
  173. data/lib/starter_web/assets/images/parsa/portfolio/5.jpg +0 -0
  174. data/lib/starter_web/assets/images/parsa/portfolio/6.jpg +0 -0
  175. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-img.jpg +0 -0
  176. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-single.jpg +0 -0
  177. data/lib/starter_web/assets/images/parsa/posts/featured/post-1.jpg +0 -0
  178. data/lib/starter_web/assets/images/parsa/posts/featured/post-2.jpg +0 -0
  179. data/lib/starter_web/assets/images/parsa/posts/featured/post-3.jpg +0 -0
  180. data/lib/starter_web/assets/images/parsa/posts/featured/post-4.jpg +0 -0
  181. data/lib/starter_web/assets/images/parsa/posts/featured/post-5.jpg +0 -0
  182. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-1.jpg +0 -0
  183. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-10.jpg +0 -0
  184. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-11.jpg +0 -0
  185. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-12.jpg +0 -0
  186. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-13.jpg +0 -0
  187. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-2.jpg +0 -0
  188. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-3.jpg +0 -0
  189. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-4.jpg +0 -0
  190. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-5.jpg +0 -0
  191. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-6.jpg +0 -0
  192. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-7.jpg +0 -0
  193. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-8.jpg +0 -0
  194. data/lib/starter_web/assets/images/parsa/posts/natural_food/post-9.jpg +0 -0
  195. data/lib/starter_web/assets/images/parsa/posts/post-img.jpg +0 -0
  196. data/lib/starter_web/assets/images/parsa/posts/post-single.jpg +0 -0
  197. data/lib/starter_web/assets/images/parsa/promo/home/screenshot.jpg +0 -0
  198. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +7 -3
  199. data/lib/starter_web/collections/_biography/becoming.adoc +6 -3
  200. data/lib/starter_web/collections/_biography/born-to-run.adoc +6 -3
  201. data/lib/starter_web/collections/_biography/forty-autumns.adoc +6 -2
  202. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +6 -3
  203. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +6 -2
  204. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +6 -3
  205. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +82 -0
  206. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +82 -0
  207. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +80 -0
  208. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +82 -0
  209. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +80 -0
  210. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +78 -0
  211. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +86 -0
  212. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +79 -0
  213. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +87 -0
  214. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +84 -0
  215. data/lib/starter_web/collections/_romance/outlander-novel.adoc +96 -0
  216. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +80 -0
  217. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +49 -6
  218. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -13
  219. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +118 -0
  220. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +118 -0
  221. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +118 -0
  222. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +117 -0
  223. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +117 -0
  224. data/lib/starter_web/dot.bundle/config +2 -0
  225. data/lib/starter_web/index.html +129 -114
  226. data/lib/starter_web/package.json +9 -9
  227. data/lib/starter_web/pages/public/about/site.adoc +2 -2
  228. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
  229. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +1 -1
  230. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
  231. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
  232. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
  233. data/lib/starter_web/pages/public/bookshelf/article_previewer/viewer_biography.adoc +89 -0
  234. data/lib/starter_web/pages/public/bookshelf/article_previewer/viewer_fantasy.adoc +81 -0
  235. data/lib/starter_web/pages/public/bookshelf/article_previewer/viewer_romance.adoc +81 -0
  236. data/lib/starter_web/pages/public/bookshelf/{whats_up.adoc → jekyll_collections.adoc} +31 -23
  237. data/lib/starter_web/pages/public/features/template.adoc +1 -1
  238. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +8 -4
  239. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +21 -13
  240. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -1
  241. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +22 -5
  242. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +14 -8
  243. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +8 -1
  244. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +15 -3
  245. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +13 -1
  246. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +10 -3
  247. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +4 -4
  248. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +117 -116
  249. data/lib/starter_web/pages/public/previewer/preview_masonry.adoc +361 -0
  250. data/lib/starter_web/pages/public/previewer/preview_slick_slider.adoc +375 -0
  251. data/lib/starter_web/utilsrv/_defaults/package.json +2 -2
  252. data/lib/starter_web/utilsrv/package.json +2 -2
  253. metadata +132 -30
  254. data/_layouts/paginator/readme +0 -2
  255. data/assets/themes/j1/modules/slick/css/slick.min.css +0 -15
  256. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +0 -144
  257. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +0 -103
  258. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +0 -117
  259. data/lib/starter_web/collections/posts/public/series/_posts/_includes/attributes.asciidoc +0 -44
  260. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/readme +0 -0
  261. data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/readme +0 -0
  262. data/lib/starter_web/pages/public/bookshelf/viewer_biography.adoc +0 -58
  263. /data/_layouts/{paginator/autopage_tags.html → autopage_tags.html} +0 -0
  264. /data/assets/themes/j1/modules/slick/{LICENSE → slider/LICENSE} +0 -0
  265. /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.eot +0 -0
  266. /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.ttf +0 -0
  267. /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.woff +0 -0
  268. /data/assets/themes/j1/modules/slick/{ajax-loader.gif → slider/images/ajax-loader.gif} +0 -0
  269. /data/assets/themes/j1/modules/slick/{js → slider/js}/slick.min.js +0 -0
@@ -49,8 +49,8 @@ settings:
49
49
  height: 4 # [1 .. 9]
50
50
  style: wave-4
51
51
  transform: false # false or rotate|flip-x|flip-y and combinations
52
- color: "#212121"
53
- background_color: "#f5f5f5"
52
+ color: "#455A64"
53
+ background_color: "#fafafa"
54
54
 
55
55
  # ----------------------------------------------------------------------
56
56
  # ISSUE settings
@@ -87,14 +87,14 @@ settings:
87
87
  height: 2 # [1 .. 9]
88
88
  style: wave-1 # default
89
89
  color: "#EEEEEE" # "#dcdcdc"
90
- background_color: "#f5f5f5" # auto|rgb_value, "#f5f5f5"
90
+ background_color: "#fafafa" # auto|rgb_value, "#fafafa"
91
91
  transform: false # false or rotate|flip-x|flip-y and combinations
92
92
  bottom:
93
93
  enabled: true
94
94
  height: 2
95
95
  style: wave-4
96
96
  color: "#EEEEEE"
97
- background_color: "#f5f5f5"
97
+ background_color: "#fafafa"
98
98
  transform: flip-y flip-x
99
99
 
100
100
  cards:
@@ -234,14 +234,14 @@ settings:
234
234
  height: 4 # [1 .. 9]
235
235
  style: wave-4 # default
236
236
  color: "#EEEEEE"
237
- background_color: "#f5f5f5"
237
+ background_color: "#fafafa"
238
238
  transform: false # false or rotate|flip-x|flip-y and combinations
239
239
  bottom:
240
240
  enabled: true
241
241
  height: 2
242
242
  style: wave-4
243
243
  color: "#EEEEEE"
244
- background_color: "#f5f5f5"
244
+ background_color: "#fafafa"
245
245
  transform: rotate
246
246
 
247
247
  cards:
@@ -434,14 +434,14 @@ settings:
434
434
  height: 2 # [1 .. 9]
435
435
  style: wave-1 # default
436
436
  color: "#EEEEEE"
437
- background_color: "#f5f5f5"
437
+ background_color: "#fafafa"
438
438
  transform: false # false or rotate|flip-x|flip-y and combinations
439
439
  bottom:
440
440
  enabled: true
441
441
  height: 2
442
442
  style: wave-4
443
443
  color: "#EEEEEE"
444
- background_color: "#f5f5f5"
444
+ background_color: "#fafafa"
445
445
  transform: rotate
446
446
 
447
447
  cards:
@@ -750,14 +750,14 @@ settings:
750
750
  height: 2 # [1 .. 9]
751
751
  style: wave-1 # default
752
752
  color: "#EEEEEE"
753
- background_color: "#f5f5f5"
753
+ background_color: "#fafafa"
754
754
  transform: false # false or rotate|flip-x|flip-y and combinations
755
755
  bottom:
756
756
  enabled: false
757
757
  height: 2
758
758
  style: wave-4
759
759
  color: "#EEEEEE"
760
- background_color: "#f5f5f5"
760
+ background_color: "#fafafa"
761
761
  transform: rotate
762
762
 
763
763
  cards:
@@ -138,6 +138,15 @@ lanes:
138
138
  path: modules/attics
139
139
  file: generator.html
140
140
 
141
+ - lane:
142
+ enabled: false
143
+ id: custom_header
144
+ region: body-header
145
+ type: sync
146
+ base: _includes/custom
147
+ path: templates
148
+ file: custom_header.html
149
+
141
150
  # ----------------------------------------------------------------------------
142
151
  # CONTENT region (region body-main)
143
152
  #
@@ -165,6 +165,9 @@ lanes:
165
165
  # set to 'true to generate the required placeholder. The property
166
166
  # 'enabled' of a master header to switch on|off an attic is set on a
167
167
  # per LAYOUT basis defined in the attics configuration file 'attics.yml'.
168
+ # NOTE:
169
+ # If the default header (attic) is DISABLED (enabled set to false),
170
+ # the correcponding module has to be DISABLED as well
168
171
  # ----------------------------------------------------------------------------
169
172
  #
170
173
  - lane:
@@ -176,6 +179,15 @@ lanes:
176
179
  path: modules/attics
177
180
  file: generator.html
178
181
 
182
+ - lane:
183
+ enabled: false
184
+ id: custom_header
185
+ region: body-header
186
+ type: sync
187
+ base: _includes/custom
188
+ path: templates
189
+ file: custom_header.html
190
+
179
191
  # ----------------------------------------------------------------------------
180
192
  # CONTENT region (region body-main)
181
193
  #
@@ -123,21 +123,54 @@ lanes:
123
123
  # ----------------------------------------------------------------------------
124
124
 
125
125
  # ----------------------------------------------------------------------------
126
+ # HEADER region (body-header)
127
+ #
126
128
  # MASTER header (attic)
127
- # All pages are using a specific header to display a title and a
128
- # tagline. Title and tagline are to be configured with the FRONTMATTER
129
- # of a page for individual data (text).
130
129
  #
130
+ # All pages are using a specific (master) header placed at the top
131
+ # postion of a page (if enabled). Attics are fully configurable and
132
+ # can provide text information and|or image-related data like pictures
133
+ # or videos. Find the configuration for 'attics' with:
134
+ #
135
+ # attics: ~/_data/modules/attics.yml
136
+ #
137
+ # NOTE:
138
+ # Master headers (attics) are specified on a per LAYOUT basis for
139
+ # GENERAL settings. Individual settings like 'title' and 'tagline' or
140
+ # the background image are to be configured with the FRONTMATTER of
141
+ # a page (per PAGE basis). Individual configurations are set by the
142
+ # resource option record 'resource_options' by the key 'attic'.
143
+ # NOTE:
144
+ # The property 'id' of a master header is set on a per LAYOUT basis
145
+ # defined in the attics configuration file 'attics.yml'.
146
+ # NOTE:
147
+ # The property 'enabled' of the lane in region 'body-header is ALWAYS
148
+ # set to 'true to generate the required placeholder. The property
149
+ # 'enabled' of a master header to switch on|off an attic is set on a
150
+ # per LAYOUT basis defined in the attics configuration file 'attics.yml'.
151
+ # NOTE:
152
+ # If the default header (attic) is DISABLED (enabled set to false),
153
+ # the correcponding module has to be DISABLED as well
131
154
  # ----------------------------------------------------------------------------
132
155
  #
133
156
  - lane:
134
157
  enabled: true
158
+ id: header
135
159
  region: body-header
136
160
  type: sync
137
161
  base: _includes/themes/j1
138
162
  path: modules/attics
139
163
  file: generator.html
140
164
 
165
+ - lane:
166
+ enabled: false
167
+ id: custom_header
168
+ region: body-header
169
+ type: sync
170
+ base: _includes/custom
171
+ path: templates
172
+ file: custom_header.html
173
+
141
174
  # ----------------------------------------------------------------------------
142
175
  # CONTENT region (region body-main)
143
176
  #
@@ -123,21 +123,54 @@ lanes:
123
123
  # ----------------------------------------------------------------------------
124
124
 
125
125
  # ----------------------------------------------------------------------------
126
+ # HEADER region (body-header)
127
+ #
126
128
  # MASTER header (attic)
127
- # All pages are using a specific header to display a title and a
128
- # tagline. Title and tagline are to be configured with the FRONTMATTER
129
- # of a page for individual data (text).
130
129
  #
130
+ # All pages are using a specific (master) header placed at the top
131
+ # postion of a page (if enabled). Attics are fully configurable and
132
+ # can provide text information and|or image-related data like pictures
133
+ # or videos. Find the configuration for 'attics' with:
134
+ #
135
+ # attics: ~/_data/modules/attics.yml
136
+ #
137
+ # NOTE:
138
+ # Master headers (attics) are specified on a per LAYOUT basis for
139
+ # GENERAL settings. Individual settings like 'title' and 'tagline' or
140
+ # the background image are to be configured with the FRONTMATTER of
141
+ # a page (per PAGE basis). Individual configurations are set by the
142
+ # resource option record 'resource_options' by the key 'attic'.
143
+ # NOTE:
144
+ # The property 'id' of a master header is set on a per LAYOUT basis
145
+ # defined in the attics configuration file 'attics.yml'.
146
+ # NOTE:
147
+ # The property 'enabled' of the lane in region 'body-header is ALWAYS
148
+ # set to 'true to generate the required placeholder. The property
149
+ # 'enabled' of a master header to switch on|off an attic is set on a
150
+ # per LAYOUT basis defined in the attics configuration file 'attics.yml'.
151
+ # NOTE:
152
+ # If the default header (attic) is DISABLED (enabled set to false),
153
+ # the correcponding module has to be DISABLED as well
131
154
  # ----------------------------------------------------------------------------
132
155
  #
133
156
  - lane:
134
157
  enabled: true
158
+ id: header
135
159
  region: body-header
136
160
  type: sync
137
161
  base: _includes/themes/j1
138
162
  path: modules/attics
139
163
  file: generator.html
140
164
 
165
+ - lane:
166
+ enabled: false
167
+ id: custom_header
168
+ region: body-header
169
+ type: sync
170
+ base: _includes/custom
171
+ path: templates
172
+ file: custom_header.html
173
+
141
174
  # ----------------------------------------------------------------------------
142
175
  # CONTENT region (region body-main)
143
176
  #
@@ -123,11 +123,34 @@ lanes:
123
123
  # ----------------------------------------------------------------------------
124
124
 
125
125
  # ----------------------------------------------------------------------------
126
+ # HEADER region (body-header)
127
+ #
126
128
  # MASTER header (attic)
127
- # All pages are using a specific header to display a title and a
128
- # tagline. Title and tagline are to be configured with the FRONTMATTER
129
- # of a page for individual data (text).
130
129
  #
130
+ # All pages are using a specific (master) header placed at the top
131
+ # postion of a page (if enabled). Attics are fully configurable and
132
+ # can provide text information and|or image-related data like pictures
133
+ # or videos. Find the configuration for 'attics' with:
134
+ #
135
+ # attics: ~/_data/modules/attics.yml
136
+ #
137
+ # NOTE:
138
+ # Master headers (attics) are specified on a per LAYOUT basis for
139
+ # GENERAL settings. Individual settings like 'title' and 'tagline' or
140
+ # the background image are to be configured with the FRONTMATTER of
141
+ # a page (per PAGE basis). Individual configurations are set by the
142
+ # resource option record 'resource_options' by the key 'attic'.
143
+ # NOTE:
144
+ # The property 'id' of a master header is set on a per LAYOUT basis
145
+ # defined in the attics configuration file 'attics.yml'.
146
+ # NOTE:
147
+ # The property 'enabled' of the lane in region 'body-header is ALWAYS
148
+ # set to 'true to generate the required placeholder. The property
149
+ # 'enabled' of a master header to switch on|off an attic is set on a
150
+ # per LAYOUT basis defined in the attics configuration file 'attics.yml'.
151
+ # NOTE:
152
+ # If the default header (attic) is DISABLED (enabled set to false),
153
+ # the correcponding module has to be DISABLED as well
131
154
  # ----------------------------------------------------------------------------
132
155
  #
133
156
  - lane:
@@ -138,6 +161,15 @@ lanes:
138
161
  path: modules/attics
139
162
  file: generator.html
140
163
 
164
+ - lane:
165
+ enabled: false
166
+ id: custom_header
167
+ region: body-header
168
+ type: sync
169
+ base: _includes/custom
170
+ path: templates
171
+ file: custom_header.html
172
+
141
173
  # ----------------------------------------------------------------------------
142
174
  # CONTENT region (region body-main)
143
175
  #
@@ -16,10 +16,9 @@
16
16
  # ------------------------------------------------------------------------------
17
17
 
18
18
  # ------------------------------------------------------------------------------
19
- # Description (used for J1 CC only)
19
+ # Description
20
20
  #
21
21
  description:
22
-
23
22
  title: Advertising
24
23
  scope: User settings
25
24
  location: _data/modules/advertising.yml
@@ -12,10 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
-
19
18
  title: J1 Analytics
20
19
  scope: User settings
21
20
  location: _data/modules/analytics.yml
@@ -22,10 +22,9 @@
22
22
  # ------------------------------------------------------------------------------
23
23
 
24
24
  # ------------------------------------------------------------------------------
25
- # Description (used for J1 CC only)
25
+ # Description
26
26
  #
27
27
  description:
28
-
29
28
  title: Attics
30
29
  scope: User settings
31
30
  location: _data/modules/attics.yml
@@ -34,6 +33,7 @@ description:
34
33
  # SETTINGS
35
34
  #
36
35
  settings:
36
+ enabled: true
37
37
 
38
38
  # ----------------------------------------------------------------------------
39
39
  # Global properties (all layouts)
@@ -13,10 +13,9 @@
13
13
  # ------------------------------------------------------------------------------
14
14
 
15
15
  # ------------------------------------------------------------------------------
16
- # Description (used for J1 CC only)
16
+ # Description
17
17
  #
18
18
  description:
19
-
20
19
  title: J1 Blog Navigator
21
20
  scope: User settings
22
21
  location: _data/builder/blog_navigator.yml
@@ -12,10 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
-
19
18
  title: Carousel
20
19
  scope: User settings
21
20
  location: _data/apps/carousel.yml
@@ -12,10 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
-
19
18
  title: J1 Comments
20
19
  scope: User settings
21
20
  location: _data/modules/comments.yml
@@ -12,10 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
-
19
18
  title: CookieConsent
20
19
  scope: User settings
21
20
  location: _data/modules/cookieconsent.yml
@@ -12,10 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
-
19
18
  title: Cookies
20
19
  scope: User settings
21
20
  location: _data/modules/cookies.yml
@@ -16,10 +16,9 @@
16
16
  # ------------------------------------------------------------------------------
17
17
 
18
18
  # ------------------------------------------------------------------------------
19
- # Description (used for J1 CC only)
19
+ # Description
20
20
  #
21
21
  description:
22
-
23
22
  title: Advertising
24
23
  scope: Default settings
25
24
  location: _data/modules/default/advertising.yml
@@ -16,10 +16,9 @@
16
16
  # ------------------------------------------------------------------------------
17
17
 
18
18
  # ------------------------------------------------------------------------------
19
- # Description (used for J1 CC only)
19
+ # Description
20
20
  #
21
21
  description:
22
-
23
22
  title: Analytics
24
23
  scope: Default settings
25
24
  location: _data/modules/default/analytics.yml
@@ -21,10 +21,9 @@
21
21
  # ------------------------------------------------------------------------------
22
22
 
23
23
  # ------------------------------------------------------------------------------
24
- # Description (used for J1 CC only)
24
+ # Description
25
25
  #
26
26
  description:
27
-
28
27
  title: Attics
29
28
  scope: Default settings
30
29
  location: _data/modules/defaults/header.yml
@@ -33,6 +32,7 @@ description:
33
32
  # Default configuration settings
34
33
  #
35
34
  defaults:
35
+ enabled: false
36
36
 
37
37
  # ----------------------------------------------------------------------------
38
38
  # Global settings for text- and image-based header
@@ -13,10 +13,9 @@
13
13
  # ------------------------------------------------------------------------------
14
14
 
15
15
  # ------------------------------------------------------------------------------
16
- # Description (used for J1 CC only)
16
+ # Description
17
17
  #
18
18
  description:
19
-
20
19
  title: Authentication
21
20
  scope: Default settings
22
21
  location: _data/modules/defaults/authentication.yml
@@ -13,7 +13,7 @@
13
13
  # ------------------------------------------------------------------------------
14
14
 
15
15
  # ------------------------------------------------------------------------------
16
- # Description (used for J1 CC only)
16
+ # Description
17
17
  #
18
18
  description:
19
19
  title: J1 Blog Navigator
@@ -12,10 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
-
19
18
  title: Carousel
20
19
  scope: Default settings
21
20
  location: _data/apps/default/carousel.yml
@@ -12,7 +12,7 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
18
  title: J1 Comments
@@ -12,10 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
-
19
18
  title: CookieConsent
20
19
  scope: Default settings
21
20
  location: _data/modules/defaults/cookieconsent.yml
@@ -16,10 +16,9 @@
16
16
  #
17
17
 
18
18
  # ------------------------------------------------------------------------------
19
- # Description (used for J1 CC only)
19
+ # Description
20
20
  #
21
21
  description:
22
-
23
22
  title: Cookies
24
23
  scope: Default settings
25
24
  location: _data/modules/defaults/cookies.yml
@@ -19,10 +19,9 @@
19
19
  # ------------------------------------------------------------------------------
20
20
 
21
21
  # ------------------------------------------------------------------------------
22
- # Description (used for J1 CC only)
22
+ # Description
23
23
  #
24
24
  description:
25
-
26
25
  title: Dropdowns Module
27
26
  scope: Default settings
28
27
  location: _data/modules/defaults/dropdowns.yml
@@ -16,10 +16,9 @@
16
16
  # ------------------------------------------------------------------------------
17
17
 
18
18
  # ------------------------------------------------------------------------------
19
- # Description (used for J1 CC only)
19
+ # Description
20
20
  #
21
21
  description:
22
-
23
22
  title: Floating Action Button
24
23
  scope: Default settings
25
24
  location: _data/modules/defaults/fab.yml
@@ -12,10 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
-
19
18
  title: Framer
20
19
  scope: Default settings
21
20
  location: _data/modules/defaults/framer.yml
@@ -12,10 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
-
19
18
  title: Justified Gallery
20
19
  scope: Default settings
21
20
  location: _data/apps/defaults/justifiedGallery.yml
@@ -13,10 +13,9 @@
13
13
  # ------------------------------------------------------------------------------
14
14
 
15
15
  # ------------------------------------------------------------------------------
16
- # Description (used for J1 CC only)
16
+ # Description
17
17
  #
18
18
  description:
19
-
20
19
  title: Light Gallery
21
20
  scope: Default settings
22
21
  location: _data/apps/defaults/light_gallery.yml
@@ -12,10 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # Description (used for J1 CC only)
15
+ # Description
16
16
  #
17
17
  description:
18
-
19
18
  title: Lightbox
20
19
  scope: User settings
21
20
  location: _data/modules/lightbox.yml
@@ -13,10 +13,9 @@
13
13
  # ------------------------------------------------------------------------------
14
14
 
15
15
  # ------------------------------------------------------------------------------
16
- # Description (used for J1 CC only)
16
+ # Description
17
17
  #
18
18
  description:
19
-
20
19
  title: Logger
21
20
  scope: Default settings
22
21
  location: _data/modules/defaults/log4javascript.yml