j1-template 2023.0.17 → 2023.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (293) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_collection.html +2 -3
  3. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -2
  4. data/_includes/themes/j1/modules/attics/generator.html +3 -1
  5. data/_includes/themes/j1/modules/navigator/generator.html +2 -2
  6. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
  7. data/_layouts/{paginator/autopage_category.html → autopage_category.html} +1 -1
  8. data/_layouts/{paginator/autopage_collection.html → autopage_collection.html} +1 -6
  9. data/_layouts/{paginator/autopage_collections_tags.html → autopage_collections_tags.html} +1 -1
  10. data/_layouts/category.html +67 -0
  11. data/_layouts/readme +2 -0
  12. data/assets/data/banner.html +8 -6
  13. data/assets/data/masonry.html +397 -0
  14. data/assets/data/panel.html +1 -1
  15. data/assets/data/quicklinks.html +12 -12
  16. data/assets/data/slick.html +288 -0
  17. data/assets/error_pages/HTTP204.html +1 -1
  18. data/assets/error_pages/HTTP400.html +1 -1
  19. data/assets/error_pages/HTTP401.html +1 -1
  20. data/assets/error_pages/HTTP403.html +1 -1
  21. data/assets/error_pages/HTTP404.html +1 -1
  22. data/assets/error_pages/HTTP444.html +1 -1
  23. data/assets/error_pages/HTTP445.html +1 -1
  24. data/assets/error_pages/HTTP446.html +1 -1
  25. data/assets/error_pages/HTTP447.html +1 -1
  26. data/assets/error_pages/HTTP448.html +1 -1
  27. data/assets/error_pages/HTTP500.html +1 -1
  28. data/assets/error_pages/HTTP501.html +1 -1
  29. data/assets/error_pages/HTTP502.html +1 -1
  30. data/assets/error_pages/HTTP503.html +1 -1
  31. data/assets/themes/j1/adapter/js/attic.js +31 -16
  32. data/assets/themes/j1/adapter/js/j1.js +55 -21
  33. data/assets/themes/j1/adapter/js/masonry.js +119 -49
  34. data/assets/themes/j1/adapter/js/mmenu.js +4 -3
  35. data/assets/themes/j1/adapter/js/navigator.js +69 -19
  36. data/assets/themes/j1/adapter/js/slick.js +293 -44
  37. data/assets/themes/j1/adapter/js/toccer.js +27 -14
  38. data/assets/themes/j1/adapter/js/waves.js +3 -1
  39. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +294 -364
  40. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
  41. data/assets/themes/j1/core/js/template.js +56 -60
  42. data/assets/themes/j1/core/js/template.min.js +6 -6
  43. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  44. data/assets/themes/j1/modules/masonry/css/theme/uno.css +35 -0
  45. data/assets/themes/j1/modules/masonry/css/theme/uno.min.css +15 -0
  46. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +3 -3
  47. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  48. data/assets/themes/j1/modules/slick/lightbox/LICENSE +20 -0
  49. data/assets/themes/j1/modules/slick/lightbox/README.md +138 -0
  50. data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.css +128 -0
  51. data/assets/themes/j1/modules/slick/lightbox/css/slick-lightbox.min.css +1 -0
  52. data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.css +36 -0
  53. data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.min.css +15 -0
  54. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.js +353 -0
  55. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js +2 -0
  56. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js.map +1 -0
  57. data/assets/themes/j1/modules/slick/{README.md → slider/README.md} +13 -14
  58. data/assets/themes/j1/modules/slick/{css → slider/css}/slick.css +16 -10
  59. data/assets/themes/j1/modules/slick/slider/css/slick.min.css +15 -0
  60. data/assets/themes/j1/modules/slick/slider/css/theme/uno.css +292 -0
  61. data/assets/themes/j1/modules/slick/slider/css/theme/uno.min.css +15 -0
  62. data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.svg +14 -14
  63. data/assets/themes/j1/modules/slick/slider/js/slick.js +3037 -0
  64. data/assets/themes/j1/modules/translator/css/translator.css +3 -19
  65. data/assets/themes/j1/modules/translator/css/translator.min.css +1 -1
  66. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/fastfilereaderext.so +0 -0
  67. data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/rubyeventmachine.so +0 -0
  68. data/lib/j1/version.rb +1 -1
  69. data/lib/j1_app/log4r/yamlconfigurator.rb +41 -41
  70. data/lib/starter_web/Gemfile +4 -4
  71. data/lib/starter_web/README.md +142 -143
  72. data/lib/starter_web/_config.yml +55 -25
  73. data/lib/starter_web/_data/blocks/banner.yml +45 -46
  74. data/lib/starter_web/_data/blocks/defaults/banner.yml +4 -4
  75. data/lib/starter_web/_data/blocks/defaults/panel.yml +11 -11
  76. data/lib/starter_web/_data/blocks/footer.yml +2 -2
  77. data/lib/starter_web/_data/blocks/panel.yml +9 -9
  78. data/lib/starter_web/_data/layouts/collection.yml +9 -0
  79. data/lib/starter_web/_data/layouts/home.yml +51 -21
  80. data/lib/starter_web/_data/layouts/page.yml +36 -3
  81. data/lib/starter_web/_data/layouts/post.yml +36 -3
  82. data/lib/starter_web/_data/layouts/raw.yml +35 -3
  83. data/lib/starter_web/_data/modules/advertising.yml +1 -2
  84. data/lib/starter_web/_data/modules/analytics.yml +1 -2
  85. data/lib/starter_web/_data/modules/attics.yml +2 -2
  86. data/lib/starter_web/_data/modules/blog_navigator.yml +1 -2
  87. data/lib/starter_web/_data/modules/carousel.yml +1 -2
  88. data/lib/starter_web/_data/modules/comments.yml +1 -2
  89. data/lib/starter_web/_data/modules/cookieconsent.yml +1 -2
  90. data/lib/starter_web/_data/modules/cookies.yml +1 -2
  91. data/lib/starter_web/_data/modules/defaults/advertising.yml +1 -2
  92. data/lib/starter_web/_data/modules/defaults/analytics.yml +1 -2
  93. data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
  94. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -2
  95. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +1 -1
  96. data/lib/starter_web/_data/modules/defaults/carousel.yml +1 -2
  97. data/lib/starter_web/_data/modules/defaults/comments.yml +1 -1
  98. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +1 -2
  99. data/lib/starter_web/_data/modules/defaults/cookies.yml +1 -2
  100. data/lib/starter_web/_data/modules/defaults/dropdowns.yml +1 -2
  101. data/lib/starter_web/_data/modules/defaults/fab.yml +1 -2
  102. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -2
  103. data/lib/starter_web/_data/modules/defaults/justifiedGallery.yml +1 -2
  104. data/lib/starter_web/_data/modules/defaults/lightGallery.yml +1 -2
  105. data/lib/starter_web/_data/modules/defaults/lightbox.yml +1 -2
  106. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -2
  107. data/lib/starter_web/_data/modules/defaults/log4r.yml +7 -9
  108. data/lib/starter_web/_data/modules/defaults/lunr.yml +1 -2
  109. data/lib/starter_web/_data/modules/defaults/masonry.yml +52 -23
  110. data/lib/starter_web/_data/modules/defaults/navigator.yml +13 -12
  111. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +1 -2
  112. data/lib/starter_web/_data/modules/defaults/particles.yml +1 -2
  113. data/lib/starter_web/_data/modules/defaults/rangeSlider.yml +1 -2
  114. data/lib/starter_web/_data/modules/defaults/rtable.yml +1 -2
  115. data/lib/starter_web/_data/modules/defaults/{scoller.yml → scroller.yml} +8 -2
  116. data/lib/starter_web/_data/modules/defaults/slick.yml +493 -0
  117. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
  118. data/lib/starter_web/_data/modules/defaults/toccer.yml +2 -3
  119. data/lib/starter_web/_data/modules/defaults/translator.yml +2 -3
  120. data/lib/starter_web/_data/modules/defaults/waves.yml +1 -2
  121. data/lib/starter_web/_data/modules/dropdowns.yml +1 -2
  122. data/lib/starter_web/_data/modules/fab.yml +1 -2
  123. data/lib/starter_web/_data/modules/framer.yml +1 -2
  124. data/lib/starter_web/_data/modules/justifiedGallery.yml +1 -2
  125. data/lib/starter_web/_data/modules/lightGallery.yml +1 -2
  126. data/lib/starter_web/_data/modules/lightbox.yml +1 -2
  127. data/lib/starter_web/_data/modules/log4r.yml +140 -7
  128. data/lib/starter_web/_data/modules/lunr.yml +1 -2
  129. data/lib/starter_web/_data/modules/masonry.yml +293 -24
  130. data/lib/starter_web/_data/modules/masterslider.yml +2 -1
  131. data/lib/starter_web/_data/modules/navigator.yml +13 -25
  132. data/lib/starter_web/_data/modules/navigator_menu.yml +632 -560
  133. data/lib/starter_web/_data/modules/particles.yml +1 -2
  134. data/lib/starter_web/_data/modules/rangeSlider.yml +1 -2
  135. data/lib/starter_web/_data/modules/rtable.yml +1 -2
  136. data/lib/starter_web/_data/modules/scroller.yml +9 -3
  137. data/lib/starter_web/_data/modules/slick.yml +501 -0
  138. data/lib/starter_web/_data/modules/themer.yml +1 -2
  139. data/lib/starter_web/_data/modules/toccer.yml +1 -2
  140. data/lib/starter_web/_data/modules/translator.yml +1 -2
  141. data/lib/starter_web/_data/modules/waves.yml +1 -2
  142. data/lib/starter_web/_data/plugins/defaults/paginator.yml +23 -4
  143. data/lib/starter_web/_data/plugins/paginator.yml +10 -13
  144. data/lib/starter_web/_data/puma/config.rb +10 -0
  145. data/lib/starter_web/_data/resources.yml +36 -29
  146. data/lib/starter_web/_data/templates/feed.xml +1 -1
  147. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +2 -2
  148. data/lib/starter_web/_data/utilities/util_srv.yml +2 -3
  149. data/lib/starter_web/_includes/attributes.asciidoc +24 -0
  150. data/lib/starter_web/_includes/custom/static/readme +1 -1
  151. data/lib/starter_web/_includes/custom/templates/collection_panel.html +131 -0
  152. data/lib/starter_web/_includes/custom/templates/custom_header.html +98 -0
  153. data/lib/starter_web/_includes/custom/templates/people_panel.html +144 -0
  154. data/lib/starter_web/_includes/custom/templates/readme +1 -1
  155. data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +1 -1
  156. data/lib/starter_web/_plugins/asciidoctor/gallery-block.rb +1 -1
  157. data/lib/starter_web/_plugins/asciidoctor/gist-block.rb +1 -1
  158. data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
  159. data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +50 -0
  160. data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +7 -6
  161. data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +10 -0
  162. data/lib/starter_web/_plugins/asciidoctor/placeholder-inline.rb +44 -0
  163. data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +49 -0
  164. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  165. data/lib/starter_web/assets/images/collections/people/diana-petersen.jpg +0 -0
  166. data/lib/starter_web/assets/images/collections/people/larry-parker.jpg +0 -0
  167. data/lib/starter_web/assets/images/collections/people/parveen-anand.jpg +0 -0
  168. data/lib/starter_web/assets/images/collections/portfolio/1.jpg +0 -0
  169. data/lib/starter_web/assets/images/collections/portfolio/2.jpg +0 -0
  170. data/lib/starter_web/assets/images/collections/portfolio/3.jpg +0 -0
  171. data/lib/starter_web/assets/images/collections/portfolio/4.jpg +0 -0
  172. data/lib/starter_web/assets/images/collections/portfolio/5.jpg +0 -0
  173. data/lib/starter_web/assets/images/collections/portfolio/6.jpg +0 -0
  174. data/lib/starter_web/assets/images/custom/header/avatar.svg +248 -0
  175. data/lib/starter_web/assets/images/custom/header/family.svg +2209 -0
  176. data/lib/starter_web/assets/images/icons/controls/close-icon.svg +1 -0
  177. data/lib/starter_web/assets/images/icons/controls/up.svg +1 -0
  178. data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
  179. data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
  180. data/lib/starter_web/assets/images/modules/gallery/old_times/image_02.jpg +0 -0
  181. data/lib/starter_web/assets/images/posts/featured/post-1.jpg +0 -0
  182. data/lib/starter_web/assets/images/posts/featured/post-2.jpg +0 -0
  183. data/lib/starter_web/assets/images/posts/featured/post-3.jpg +0 -0
  184. data/lib/starter_web/assets/images/posts/featured/post-4.jpg +0 -0
  185. data/lib/starter_web/assets/images/posts/featured/post-5.jpg +0 -0
  186. data/lib/starter_web/assets/images/posts/natural_food/post-1.jpg +0 -0
  187. data/lib/starter_web/assets/images/posts/natural_food/post-10.jpg +0 -0
  188. data/lib/starter_web/assets/images/posts/natural_food/post-11.jpg +0 -0
  189. data/lib/starter_web/assets/images/posts/natural_food/post-12.jpg +0 -0
  190. data/lib/starter_web/assets/images/posts/natural_food/post-13.jpg +0 -0
  191. data/lib/starter_web/assets/images/posts/natural_food/post-2.jpg +0 -0
  192. data/lib/starter_web/assets/images/posts/natural_food/post-3.jpg +0 -0
  193. data/lib/starter_web/assets/images/posts/natural_food/post-4.jpg +0 -0
  194. data/lib/starter_web/assets/images/posts/natural_food/post-5.jpg +0 -0
  195. data/lib/starter_web/assets/images/posts/natural_food/post-6.jpg +0 -0
  196. data/lib/starter_web/assets/images/posts/natural_food/post-7.jpg +0 -0
  197. data/lib/starter_web/assets/images/posts/natural_food/post-8.jpg +0 -0
  198. data/lib/starter_web/assets/images/posts/natural_food/post-9.jpg +0 -0
  199. data/lib/starter_web/assets/images/posts/post-img.jpg +0 -0
  200. data/lib/starter_web/assets/images/posts/post-single.jpg +0 -0
  201. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +12 -8
  202. data/lib/starter_web/collections/_biography/becoming.adoc +11 -8
  203. data/lib/starter_web/collections/_biography/born-to-run.adoc +11 -8
  204. data/lib/starter_web/collections/_biography/forty-autumns.adoc +11 -7
  205. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +11 -9
  206. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +11 -7
  207. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +12 -10
  208. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +92 -0
  209. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +92 -0
  210. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +88 -0
  211. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +94 -0
  212. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +88 -0
  213. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +86 -0
  214. data/lib/starter_web/collections/_people/diana-petersen.adoc +167 -0
  215. data/lib/starter_web/collections/_people/larry-parker.adoc +167 -0
  216. data/lib/starter_web/collections/_people/parveen-anand.adoc +167 -0
  217. data/lib/starter_web/collections/_portfolio/branding.adoc +97 -0
  218. data/lib/starter_web/collections/_portfolio/graphic_design.adoc +97 -0
  219. data/lib/starter_web/collections/_portfolio/identity.adoc +99 -0
  220. data/lib/starter_web/collections/_portfolio/illustration.adoc +101 -0
  221. data/lib/starter_web/collections/_portfolio/photography.adoc +100 -0
  222. data/lib/starter_web/collections/_portfolio/web_design.adoc +109 -0
  223. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +95 -0
  224. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +86 -0
  225. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +97 -0
  226. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +92 -0
  227. data/lib/starter_web/collections/_romance/outlander-novel.adoc +105 -0
  228. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +92 -0
  229. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +49 -6
  230. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +0 -13
  231. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +2 -2
  232. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
  233. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +118 -0
  234. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +118 -0
  235. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +118 -0
  236. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +117 -0
  237. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +117 -0
  238. data/lib/starter_web/dot.bundle/config +2 -0
  239. data/lib/starter_web/index.html +19 -4
  240. data/lib/starter_web/package.json +9 -9
  241. data/lib/starter_web/pages/public/about/site.adoc +2 -2
  242. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
  243. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +1 -1
  244. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +1 -1
  245. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +1 -1
  246. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +1 -1
  247. data/lib/starter_web/pages/public/features/template.adoc +1 -1
  248. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +107 -0
  249. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_biography.adoc +98 -0
  250. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_fantasy.adoc +86 -0
  251. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_romance.adoc +87 -0
  252. data/lib/starter_web/pages/public/{bookshelf/whats_up.adoc → learn/bookshelf/jekyll_collections.adoc} +31 -23
  253. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  254. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +8 -4
  255. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +21 -13
  256. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +10 -1
  257. data/lib/starter_web/pages/public/learn/roundtrip/lunr_search.adoc +22 -5
  258. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +14 -8
  259. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +61 -5
  260. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +15 -3
  261. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +13 -1
  262. data/lib/starter_web/pages/public/learn/roundtrip/typography.adoc +10 -3
  263. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +4 -4
  264. data/lib/starter_web/pages/public/plans/plans.adoc +25 -12
  265. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +117 -116
  266. data/lib/starter_web/utilsrv/_defaults/package.json +2 -2
  267. data/lib/starter_web/utilsrv/package.json +2 -2
  268. metadata +120 -38
  269. data/_layouts/paginator/readme +0 -2
  270. data/assets/themes/j1/modules/slick/css/slick.min.css +0 -15
  271. data/assets/themes/j1/modules/slick/js/slick.js +0 -2295
  272. data/lib/starter_web/assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg +0 -0
  273. data/lib/starter_web/assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg +0 -0
  274. data/lib/starter_web/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg +0 -0
  275. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +0 -144
  276. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +0 -103
  277. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +0 -117
  278. data/lib/starter_web/collections/posts/public/series/_posts/_includes/attributes.asciidoc +0 -44
  279. data/lib/starter_web/collections/posts/public/series/_posts/_includes/documents/readme +0 -0
  280. data/lib/starter_web/collections/posts/public/series/_posts/_includes/tables/readme +0 -0
  281. data/lib/starter_web/pages/public/bookshelf/viewer_biography.adoc +0 -58
  282. /data/_layouts/{paginator/autopage_tags.html → autopage_tags.html} +0 -0
  283. /data/assets/themes/j1/modules/slick/{LICENSE → slider/LICENSE} +0 -0
  284. /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.eot +0 -0
  285. /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.ttf +0 -0
  286. /data/assets/themes/j1/modules/slick/{fonts → slider/fonts}/slick.woff +0 -0
  287. /data/assets/themes/j1/modules/slick/{ajax-loader.gif → slider/images/ajax-loader.gif} +0 -0
  288. /data/assets/themes/j1/modules/slick/{js → slider/js}/slick.min.js +0 -0
  289. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/dynamic-web-access.png +0 -0
  290. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jamstack-generators.png +0 -0
  291. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.1200x400.png +0 -0
  292. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.png +0 -0
  293. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/static-web-access.png +0 -0
@@ -79,19 +79,19 @@ settings:
79
79
 
80
80
  wave:
81
81
  top:
82
- enabled: false
83
- height: 3 # [1 .. 9]
84
- style: wave-1 # default
85
- color: "#dcdcdc"
86
- background_color: "#f5f5f5"
87
- transform: false # false or rotate|flip-x|flip-y and combinations
82
+ enabled: false
83
+ height: 3 # [1 .. 9]
84
+ style: wave-1 # default
85
+ color: "#DCDCDC"
86
+ background_color: "#F5F5F5"
87
+ transform: false # false or rotate|flip-x|flip-y and combinations
88
88
  bottom:
89
- enabled: false
90
- height: 3
91
- style: wave-4
92
- color: "#dcdcdc"
93
- background_color: "#f5f5f5"
94
- transform: rotate
89
+ enabled: false
90
+ height: 3
91
+ style: wave-4
92
+ color: "#DCDCDC"
93
+ background_color: "#F5F5F5"
94
+ transform: rotate
95
95
 
96
96
  cards:
97
97
 
@@ -185,36 +185,36 @@ settings:
185
185
  # --------------------------------------------------------------------------
186
186
  # home_parallax_banner
187
187
  #
188
- - name: Home Parallax Banner
188
+ - name: Home Parallax Banner
189
189
  banner:
190
- enabled: true
190
+ enabled: true
191
191
 
192
- id: home_parallax_banner
193
- comment: Main parallax banner shown on home page
194
- type: parallax
192
+ id: home_parallax_banner
193
+ comment: Main parallax banner shown on home page
194
+ type: parallax
195
195
  properties:
196
196
 
197
197
  cards:
198
198
 
199
- - name: Quote settings
199
+ - name: Quote settings
200
200
  card:
201
- enabled: true
202
- type: quote
203
- # cite: J1 Team
204
- cite_text_size: 300%
205
- cite_text_quotes: false
201
+ enabled: true
202
+ type: quote
203
+ # cite: J1 Team
204
+ cite_text_size: 300%
205
+ cite_text_quotes: false
206
206
  cite_text: >
207
- <strong>
208
- <span class="text-primary">Making is</span>
209
- <span class="text-light">like Wanting, <br> but even</span>
210
- <span class="text-primary">Better</span>
211
- </strong>
207
+ <strong>
208
+ <span class="text-primary">Making is</span>
209
+ <span class="text-light">like Wanting, <br> but even</span>
210
+ <span class="text-primary">Better</span>
211
+ </strong>
212
212
 
213
- text_color: "#E0E0E0"
214
- gridify: true
215
- size_y: 450
216
- darken: 6
217
- background_image: /assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg
213
+ text_color: "#E0E0E0"
214
+ gridify: true
215
+ size_y: 450
216
+ darken: 6
217
+ background_image: /assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg
218
218
 
219
219
 
220
220
  # ----------------------------------------------------------------------------
@@ -228,23 +228,22 @@ settings:
228
228
  # --------------------------------------------------------------------------
229
229
  # home_image_banner
230
230
  #
231
- - name: Home Image Banner
231
+ - name: Home Image Banner
232
232
  banner:
233
- enabled: true
233
+ enabled: true
234
234
 
235
- id: home_image_banner
236
- comment: Image banner shown on home page
237
- type: image
238
- properties: mt-6 mb-6
235
+ id: home_image_banner
236
+ comment: Image banner shown on home page
237
+ type: image
238
+ properties: mt-6 mb-6
239
239
 
240
240
  image:
241
- gridify: false
242
- height: 450
243
- justify: true
244
- brightness: 80
245
- opacity: false
246
- picture: /assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg
247
-
241
+ gridify: false
242
+ height: 450
243
+ justify: true
244
+ brightness: 80
245
+ opacity: false
246
+ picture: /assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg
248
247
 
249
248
  # ------------------------------------------------------------------------------
250
249
  # END config
@@ -149,7 +149,7 @@ defaults:
149
149
  icon: image
150
150
  icon_color: md_white
151
151
  icon_size: lg
152
- href: javascript:void(0)
152
+ href: #!
153
153
  target: _blank
154
154
 
155
155
  - button:
@@ -158,7 +158,7 @@ defaults:
158
158
  icon: image
159
159
  icon_color: md_white
160
160
  icon_size: lg
161
- href: javascript:void(0)
161
+ href: #!
162
162
  target: _blank
163
163
 
164
164
  - button:
@@ -167,7 +167,7 @@ defaults:
167
167
  icon: image
168
168
  icon_color: md_white
169
169
  icon_size: lg
170
- href: javascript:void(0)
170
+ href: #!
171
171
  target: _blank
172
172
 
173
173
 
@@ -239,7 +239,7 @@ defaults:
239
239
  icon: image
240
240
  icon_color: md_white
241
241
  icon_size: lg
242
- href: javascript:void(0)
242
+ href: #!
243
243
  target: _blank
244
244
 
245
245
 
@@ -96,7 +96,7 @@ defaults:
96
96
  icon: image
97
97
  icon_size: lg
98
98
  icon_color: md-grey-50
99
- href: javascript:void(0)
99
+ href: #!
100
100
 
101
101
  - card:
102
102
  enabled: false
@@ -116,7 +116,7 @@ defaults:
116
116
  icon: image
117
117
  icon_size: lg
118
118
  icon_color: md-grey-50
119
- href: javascript:void(0)
119
+ href: #!
120
120
 
121
121
  - card:
122
122
  enabled: false
@@ -136,7 +136,7 @@ defaults:
136
136
  icon: image
137
137
  icon_size: lg
138
138
  icon_color: md-grey-50
139
- href: javascript:void(0)
139
+ href: #!
140
140
 
141
141
 
142
142
  # ----------------------------------------------------------------------------
@@ -172,7 +172,7 @@ defaults:
172
172
  icon: image
173
173
  icon_size: 8x
174
174
  icon_color: md-grey-800
175
- href: javascript:void(0)
175
+ href: #!
176
176
  title: service-panel title-1
177
177
  tagline: service-panel tagline-1
178
178
  text: card text 1
@@ -180,13 +180,13 @@ defaults:
180
180
  services:
181
181
  - service:
182
182
  title: service 1-1
183
- href: javascript:void(0)
183
+ href: #!
184
184
  - service:
185
185
  title: service 1-2
186
- href: javascript:void(0)
186
+ href: #!
187
187
  - service:
188
188
  title: service 1-3
189
- href: javascript:void(0)
189
+ href: #!
190
190
 
191
191
  - card:
192
192
  enabled: false
@@ -194,7 +194,7 @@ defaults:
194
194
  icon: image
195
195
  icon_size: 8x
196
196
  icon_color: md-grey-800
197
- href: javascript:void(0)
197
+ href: #!
198
198
  title: service-panel title-2
199
199
  tagline: service-panel tagline-2
200
200
  text: service-panel card text 2
@@ -202,13 +202,13 @@ defaults:
202
202
  services:
203
203
  - service:
204
204
  title: service 2-1
205
- href: javascript:void(0)
205
+ href: #!
206
206
  - service:
207
207
  title: service 2-2
208
- href: javascript:void(0)
208
+ href: #!
209
209
  - service:
210
210
  title: service 2-3
211
- href: javascript:void(0)
211
+ href: #!
212
212
 
213
213
 
214
214
  # ----------------------------------------------------------------------------
@@ -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:
@@ -198,7 +198,7 @@ settings:
198
198
 
199
199
  - name: Home Plan Panel
200
200
  panel:
201
- enabled: false
201
+ enabled: true
202
202
 
203
203
  id: home_plan_panel
204
204
  comment: Plan Panel
@@ -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
  #
@@ -232,7 +244,7 @@ lanes:
232
244
  id: divider-1
233
245
  region: body-main
234
246
  type: async
235
- properties: mt-4 mr-0 mb-4 ml-0
247
+ properties: row banner-divider mt-4 mr-0 mb-4 ml-0
236
248
 
237
249
  # ----------------------------------------------------------------------------
238
250
  # IMAGE banner
@@ -284,27 +296,23 @@ lanes:
284
296
  path: templates
285
297
  file: bs5_accordion.html
286
298
 
287
- # ----------------------------------------------------------------------------
288
- # SERVICE panel
289
- #
290
- # Complex, but fully configurake display element (mainly used on landing
291
- # pages) to give a detailed inside view on the services provided by
292
- # the website. Find the configuration with:
293
- #
294
- # panels: ~/_data/blocks/panel.yml
295
- #
296
- # NOTE:
297
- # The property 'id' of a panel element MUST be the same as specified
298
- # the configuration for panels (panel.yml).
299
- #
300
- # ----------------------------------------------------------------------------
301
- #
302
299
  - lane:
303
300
  enabled: false
304
- id: home_service_panel
301
+ id: custom_content
305
302
  region: body-main
306
- type: async
307
- properties: elevated-z3
303
+ type: sync
304
+ base: _includes/custom
305
+ path: templates
306
+ file: people_panel.html
307
+
308
+ - lane:
309
+ enabled: false
310
+ id: custom_content
311
+ region: body-main
312
+ type: sync
313
+ base: _includes/custom
314
+ path: templates
315
+ file: collection_panel.html
308
316
 
309
317
  # ----------------------------------------------------------------------------
310
318
  # INTRO panel
@@ -350,6 +358,28 @@ lanes:
350
358
  type: async
351
359
  properties: elevated-z0
352
360
 
361
+ # ----------------------------------------------------------------------------
362
+ # SERVICE panel
363
+ #
364
+ # Complex, but fully configurake display element (mainly used on landing
365
+ # pages) to give a detailed inside view on the services provided by
366
+ # the website. Find the configuration with:
367
+ #
368
+ # panels: ~/_data/blocks/panel.yml
369
+ #
370
+ # NOTE:
371
+ # The property 'id' of a panel element MUST be the same as specified
372
+ # the configuration for panels (panel.yml).
373
+ #
374
+ # ----------------------------------------------------------------------------
375
+ #
376
+ - lane:
377
+ enabled: false
378
+ id: home_service_panel
379
+ region: body-main
380
+ type: async
381
+ properties: elevated-z1
382
+
353
383
  # ----------------------------------------------------------------------------
354
384
  # PLAN panel
355
385
  #
@@ -366,11 +396,11 @@ lanes:
366
396
  # ----------------------------------------------------------------------------
367
397
  #
368
398
  - lane:
369
- enabled: true
399
+ enabled: false
370
400
  id: home_plan_panel
371
401
  region: body-main
372
402
  type: async
373
- properties: elevated-z3
403
+ properties: elevated-z1
374
404
 
375
405
  # ----------------------------------------------------------------------------
376
406
  # NEWS panel
@@ -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