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
@@ -26,7 +26,7 @@ Have fun!
26
26
  The template comes with a Web included, a skeleton for your new Web site.
27
27
  This Web is called the **Starter Web**, a general-purpose Website scaffold to
28
28
  be modified for your needs. The built-in Starter Web can be visited live
29
- at [Netlify](https://j1-preview-netlify.netlify.app/).
29
+ at [starter.jekyll.one](https://starter.jekyll.one/).
30
30
 
31
31
  **Have fun exploring what a modern static web, a Jekyll site can do**!
32
32
 
@@ -49,25 +49,25 @@ issues for private or professional use.
49
49
 
50
50
  * Jekyll V4 support
51
51
  * Ruby V3 support
52
+ * Bootstrap V5 support
52
53
  * Asciidoc (Asciidoctor) and Markdown support
53
54
  * Asciidoctor plugins included
54
- * Bootstrap V5 (v5.2)
55
55
  * Responsive Design
56
- * Material Design
57
56
  * Responsive Text
58
57
  * Responsive HTML tables
58
+ + Full-text search
59
59
  * Compressed HTML, CSS and Javascript support
60
- * Themes support (Bootswatch)
61
- * Icon Font support (MDI, FA, Iconify, Twitter Emoji)
62
- * Themeable source code highlighting (Rouge)
60
+ * Themes support
61
+ * Icon Font support (MDI, FA, Iconify)
62
+ * Themeable source code highlighting
63
63
  * Desktop and Mobile Web and Navigation ready
64
64
  * Fully configurable
65
65
  * Highest Google Lighthouse scores
66
66
 
67
67
  ## Modules and Extensions
68
68
 
69
- * Bootstrap extensions included
70
- * Bootstrap Themes Support included
69
+ * Bootstrap V5 extensions included
70
+ * Bootstrap V% Themes Support included
71
71
  * Asciidoctor extensions included
72
72
  * Advanced Banners and Panels included
73
73
  * Source Code Hightlighter (Rouge) included
@@ -83,12 +83,12 @@ issues for private or professional use.
83
83
  * Master Header module included
84
84
  * Clipboard module included
85
85
  * TOC module included
86
- * Floating Action Buttons included
86
+ * Floating Action Buttons (FAB) included
87
87
  * Lightbox module included
88
88
  * Gallery module included
89
- * Carousel module included
90
- * Slider module included
89
+ * Carousel and Slider modules included
91
90
  * Video modules included
91
+ * Masonry module included
92
92
 
93
93
  ## Addons and Integrations
94
94
 
@@ -143,9 +143,8 @@ that all dev packages are installed for your OS (Linux, OSX, or Windows).
143
143
 
144
144
  For Ruby on Windows, a installation using **RubyInstaller** is recommended.
145
145
  A current Ruby of version **3.1** is available at the
146
- [RubyInstaller](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.2-1/rubyinstaller-devkit-3.1.2-1-x64.exe)
146
+ [RubyInstaller V31](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.3-1/rubyinstaller-devkit-3.1.3-1-x64.exe)
147
147
  site.
148
-
149
148
  Note, to automatically install a development environment for Ruby on *Windows*,
150
149
  a version of Ruby should be installed that is already **bundled** with a
151
150
  **DEVKIT** (MSYS2 toolchain).
@@ -313,20 +312,21 @@ downloaad|install all dpended Ruby GEMs as required (userized).
313
312
  The Repo for the **latest** version of J1 Theme is published on Github.
314
313
  You can get it by **cloning** the repository using **Git**`:
315
314
 
316
- git clone https://github.com/jekyll-one/j1-template-starter.git
315
+ git clone https://github.com/jekyll-one/j1-starter
317
316
 
318
- The repo gets written to folder `j1-template-starter`. Have a look and
317
+ The repo gets written to folder `j1-starter`. Have a look and
319
318
  browse the folder. You'll see a structure like this:
320
319
 
321
320
  General J1 Project Repo structure:
322
321
 
323
322
  ``` sh
324
- ├──── j1-template-starter
323
+ ├──── j1-starter
325
324
  │ └─── _data
326
325
  | └─── _includes
327
326
  │ └─── _plugins
328
327
  │ └─── assets
329
- │ └─── collections
328
+ │ └─── collections
329
+ │ └─── dot.bundle
330
330
  │ └─── pages
331
331
  ├──── dot.gitattributes
332
332
  ├──── dot.gitignore
@@ -344,7 +344,6 @@ General J1 Project Repo structure:
344
344
  **NOTE**: It is recommended to rename the folder `j1-template-starter` of
345
345
  the cloned repo to a more specific (project) name.
346
346
 
347
-
348
347
  All development **tasks** are defined as NPM **scripts** with the project
349
348
  config file `package.json`. For your convenience, the J1 Theme Gem
350
349
  comes with a build-in CLI **j1** run all project-related commands;
@@ -374,21 +373,21 @@ CLI **j1**. To create a new project inside the projects folder, run:
374
373
  This command creates a **initial** project in folder **my-starter**.
375
374
 
376
375
  ```
377
- 2022-07-30 18:12:08 - GENERATE: Running bundle install in C:/Users/xxx/j1-projects/my-starter ...
378
- 2022-07-30 18:12:08 - GENERATE: Install bundle in USER gem folder ~/.gem ...
379
- 2022-07-30 18:12:12 - GENERATE: Fetching gem metadata from https://rubygems.org/..........
380
- 2022-07-30 18:12:12 - GENERATE: Resolving dependencies...
381
- 2022-07-30 18:12:12 - GENERATE: Using bundler 2.3.7
376
+ 2023-02-28 18:12:08 - GENERATE: Running bundle install in C:/Users/xxx/j1-projects/my-starter ...
377
+ 2023-02-28 18:12:08 - GENERATE: Install bundle in USER gem folder ~/.gem ...
378
+ 2023-02-28 18:12:12 - GENERATE: Fetching gem metadata from https://rubygems.org/..........
379
+ 2023-02-28 18:12:12 - GENERATE: Resolving dependencies...
380
+ 2023-02-28 18:12:12 - GENERATE: Using bundler 2.3.7
382
381
  ...
383
- 2022-07-30 18:12:12 - GENERATE: Using j1-template 2023.0.17
384
- 2022-07-30 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
385
- 2022-07-30 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
386
- 2022-07-30 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
387
- 2022-07-30 18:12:13 - GENERATE: Install patches in USER gem folder ~/.gem ...
388
- 2022-07-30 18:12:13 - GENERATE: Install patches on path C:/Users/xxx/.gem/ruby/3.1.0 ...
389
- 2022-07-30 18:12:13 - GENERATE: Patches already installed, skip install.
390
- 2022-07-30 18:12:13 - GENERATE: Generated Jekyll site installed in folder C:/Users/xxx/j1-projects/my-starter
391
- 2022-07-30 18:12:13 - GENERATE: To setup the site, change to the project folder C:/Users/xxx/j1-projects/my-starter and run: j1 setup
382
+ 2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.2.0
383
+ 2023-02-28 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
384
+ 2023-02-28 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
385
+ 2023-02-28 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
386
+ 2023-02-28 18:12:13 - GENERATE: Install patches in USER gem folder ~/.gem ...
387
+ 2023-02-28 18:12:13 - GENERATE: Install patches on path C:/Users/xxx/.gem/ruby/3.1.0 ...
388
+ 2023-02-28 18:12:13 - GENERATE: Patches already installed, skip install.
389
+ 2023-02-28 18:12:13 - GENERATE: Generated Jekyll site installed in folder C:/Users/xxx/j1-projects/my-starter
390
+ 2023-02-28 18:12:13 - GENERATE: To setup the site, change to the project folder C:/Users/xxx/j1-projects/my-starter and run: j1 setup
392
391
  ```
393
392
 
394
393
  ## Initialize the project
@@ -406,46 +405,46 @@ commands are available as well.
406
405
 
407
406
  ```
408
407
  Check consistency of the J1 project ...
409
- 2022-07-30 18:17:47 - SETUP: Running bundle install in C:/Users/xxx/j1-projects/my-starter ...
410
- 2022-07-30 18:17:47 - SETUP: Install bundle in USER gem folder ~/.gem ...
408
+ 2023-02-28 18:17:47 - SETUP: Running bundle install in C:/Users/xxx/j1-projects/my-starter ...
409
+ 2023-02-28 18:17:47 - SETUP: Install bundle in USER gem folder ~/.gem ...
411
410
  ...
412
- 2022-07-30 18:17:48 - SETUP: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
413
- 2022-07-30 18:17:48 - SETUP: Bundled gems are installed into `../../.gem`
414
- 2022-07-30 18:17:48 - SETUP: Install patches in USER gem folder ~/.gem ...
415
- 2022-07-30 18:17:48 - SETUP: Install patches on path C:/Users/xxx/.gem/ruby/3.1.0 ...
416
- 2022-07-30 18:17:48 - SETUP: Initialize the project ...
417
- 2022-07-30 18:17:48 - SETUP: Be patient, this will take a while ...
418
- 2022-07-30 18:17:49 - SETUP:
419
- 2022-07-30 18:17:49 - SETUP: > j1@2023.0.17 setup C:\Users\xxx\j1-projects\my-starter
420
- 2022-07-30 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
421
- 2022-07-30 18:17:49 - SETUP:
422
- 2022-07-30 18:17:50 - SETUP: Setup project for first use ..
423
- 2022-07-30 18:17:50 - SETUP: Bootstrap base modules ..
424
- 2022-07-30 18:18:05 - SETUP: done.
425
- 2022-07-30 18:18:05 - SETUP: Configure environment ..
426
- 2022-07-30 18:18:09 - SETUP: done.
427
- 2022-07-30 18:18:09 - SETUP: Create project folders ..
411
+ 2023-02-28 18:17:48 - SETUP: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
412
+ 2023-02-28 18:17:48 - SETUP: Bundled gems are installed into `../../.gem`
413
+ 2023-02-28 18:17:48 - SETUP: Install patches in USER gem folder ~/.gem ...
414
+ 2023-02-28 18:17:48 - SETUP: Install patches on path C:/Users/xxx/.gem/ruby/3.1.0 ...
415
+ 2023-02-28 18:17:48 - SETUP: Initialize the project ...
416
+ 2023-02-28 18:17:48 - SETUP: Be patient, this will take a while ...
417
+ 2023-02-28 18:17:49 - SETUP:
418
+ 2023-02-28 18:17:49 - SETUP: > j1@2023.2.0 setup C:\Users\xxx\j1-projects\my-starter
419
+ 2023-02-28 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
420
+ 2023-02-28 18:17:49 - SETUP:
421
+ 2023-02-28 18:17:50 - SETUP: Setup project for first use ..
422
+ 2023-02-28 18:17:50 - SETUP: Bootstrap base modules ..
423
+ 2023-02-28 18:18:05 - SETUP: done.
424
+ 2023-02-28 18:18:05 - SETUP: Configure environment ..
425
+ 2023-02-28 18:18:09 - SETUP: done.
426
+ 2023-02-28 18:18:09 - SETUP: Create project folders ..
428
427
  ...
429
- 2022-07-30 18:18:25 - SETUP: done.
430
- 2022-07-30 18:18:26 - SETUP: Detect OS ..
431
- 2022-07-30 18:18:27 - SETUP: OS detected: Windows_NT
432
- 2022-07-30 18:18:28 - SETUP: Build site incremental ..
433
- 2022-07-30 18:18:31 - SETUP: Configuration file: C:/Users/jadams/j1-projects/my-starter/_config.yml
434
- 2022-07-30 18:18:34 - SETUP: Source: C:/Users/jadams/j1-projects/my-starter
435
- 2022-07-30 18:18:34 - SETUP: Destination: C:/Users/jadams/j1-projects/my-starter/_site
436
- 2022-07-30 18:18:34 - SETUP: Incremental build: enabled
437
- 2022-07-30 18:18:34 - SETUP: Generating...
438
- 2022-07-30 18:18:36 - SETUP: J1 Lunr: creating search index ...
439
- 2022-07-30 18:18:38 - SETUP: J1 Lunr: finished, index ready.
440
- 2022-07-30 18:18:38 - SETUP: J1 Paginator: autopages, disabled|not configured
441
- 2022-07-30 18:18:38 - SETUP: J1 Paginator: pagination enabled, start processing ...
442
- 2022-07-30 18:18:38 - SETUP: J1 Paginator: finished, processed 2 pagination page|s
443
- 2022-07-30 18:19:28 - SETUP: done in 53.925 seconds.
444
- 2022-07-30 18:19:28 - SETUP: Auto-regeneration: disabled. Use --watch to enable.
445
- 2022-07-30 18:19:28 - SETUP: .. build finished.
446
- 2022-07-30 18:19:29 - SETUP: To open the site, run: yarn site
447
- 2022-07-30 18:19:29 - SETUP: Initializing the project finished successfully.
448
- 2022-07-30 18:19:29 - SETUP: To open your site, run: j1 site
428
+ 2023-02-28 18:18:25 - SETUP: done.
429
+ 2023-02-28 18:18:26 - SETUP: Detect OS ..
430
+ 2023-02-28 18:18:27 - SETUP: OS detected: Windows_NT
431
+ 2023-02-28 18:18:28 - SETUP: Build site incremental ..
432
+ 2023-02-28 18:18:31 - SETUP: Configuration file: C:/Users/jadams/j1-projects/my-starter/_config.yml
433
+ 2023-02-28 18:18:34 - SETUP: Source: C:/Users/jadams/j1-projects/my-starter
434
+ 2023-02-28 18:18:34 - SETUP: Destination: C:/Users/jadams/j1-projects/my-starter/_site
435
+ 2023-02-28 18:18:34 - SETUP: Incremental build: enabled
436
+ 2023-02-28 18:18:34 - SETUP: Generating...
437
+ 2023-02-28 18:18:36 - SETUP: J1 Lunr: creating search index ...
438
+ 2023-02-28 18:18:38 - SETUP: J1 Lunr: finished, index ready.
439
+ 2023-02-28 18:18:38 - SETUP: J1 Paginator: autopages, disabled|not configured
440
+ 2023-02-28 18:18:38 - SETUP: J1 Paginator: pagination enabled, start processing ...
441
+ 2023-02-28 18:18:38 - SETUP: J1 Paginator: finished, processed 2 pagination page|s
442
+ 2023-02-28 18:19:28 - SETUP: done in 53.925 seconds.
443
+ 2023-02-28 18:19:28 - SETUP: Auto-regeneration: disabled. Use --watch to enable.
444
+ 2023-02-28 18:19:28 - SETUP: .. build finished.
445
+ 2023-02-28 18:19:29 - SETUP: To open the site, run: yarn site
446
+ 2023-02-28 18:19:29 - SETUP: Initializing the project finished successfully.
447
+ 2023-02-28 18:19:29 - SETUP: To open your site, run: j1 site
449
448
  ```
450
449
 
451
450
  ## Run the J1 Project
@@ -459,30 +458,30 @@ browser. Let's start the journey ...
459
458
  ``` sh
460
459
  Check consistency of the J1 project ...
461
460
  Check setup state of the J1 project ...
462
- 2022-07-30 18:26:18 - SITE: Starting up your site ...
463
- 2022-07-30 18:26:18 - SITE:
464
- 2022-07-30 18:26:18 - SITE: > j1@2023.0.17 j1-site C:\Users\jadams\j1-projects\my-starter
465
- 2022-07-30 18:26:18 - SITE: > run-p -s j1-site:*
466
- 2022-07-30 18:26:18 - SITE:
467
- 2022-07-30 18:26:20 - SITE: Startup UTILSRV ..
468
- 2022-07-30 18:26:21 - SITE: Log file exists : messages_2022-07-30
469
- 2022-07-30 18:26:21 - SITE: Stop the server. Exiting ...
470
- 2022-07-30 18:26:21 - SITE: Reset file: messages_2022-07-30
471
- 2022-07-30 18:26:21 - SITE: Configuration file: C:/Users/jadams/j1-projects/my-starter/_config.yml
472
- 2022-07-30 18:26:24 - SITE: Source: C:/Users/jadams/j1-projects/my-starter
473
- 2022-07-30 18:26:24 - SITE: Destination: C:/Users/jadams/j1-projects/my-starter/_site
474
- 2022-07-30 18:26:24 - SITE: Incremental build: enabled
475
- 2022-07-30 18:26:24 - SITE: Generating...
476
- 2022-07-30 18:26:27 - SITE: J1 Lunr: creating search index ...
477
- 2022-07-30 18:26:28 - SITE: J1 Lunr: finished, index ready.
478
- 2022-07-30 18:26:28 - SITE: J1 Paginator: autopages, disabled|not configured
479
- 2022-07-30 18:26:28 - SITE: J1 Paginator: pagination enabled, start processing ...
480
- 2022-07-30 18:26:28 - SITE: J1 Paginator: finished, processed 2 pagination page|s
481
- 2022-07-30 18:26:35 - SITE: done in 10.408 seconds.
482
- 2022-07-30 18:26:38 - SITE: Auto-regeneration: enabled for '.'
483
- 2022-07-30 18:26:39 - SITE: LiveReload address: http://localhost:35729
484
- 2022-07-30 18:26:39 - SITE: Server address: http://localhost:40000/
485
- 2022-07-30 18:26:39 - SITE: Server running... press ctrl-c to stop.
461
+ 2023-02-28 18:26:18 - SITE: Starting up your site ...
462
+ 2023-02-28 18:26:18 - SITE:
463
+ 2023-02-28 18:26:18 - SITE: > j1@2023.2.0 j1-site C:\Users\jadams\j1-projects\my-starter
464
+ 2023-02-28 18:26:18 - SITE: > run-p -s j1-site:*
465
+ 2023-02-28 18:26:18 - SITE:
466
+ 2023-02-28 18:26:20 - SITE: Startup UTILSRV ..
467
+ 2023-02-28 18:26:21 - SITE: Log file exists : messages_2023-02-28
468
+ 2023-02-28 18:26:21 - SITE: Stop the server. Exiting ...
469
+ 2023-02-28 18:26:21 - SITE: Reset file: messages_2023-02-28
470
+ 2023-02-28 18:26:21 - SITE: Configuration file: C:/Users/jadams/j1-projects/my-starter/_config.yml
471
+ 2023-02-28 18:26:24 - SITE: Source: C:/Users/jadams/j1-projects/my-starter
472
+ 2023-02-28 18:26:24 - SITE: Destination: C:/Users/jadams/j1-projects/my-starter/_site
473
+ 2023-02-28 18:26:24 - SITE: Incremental build: enabled
474
+ 2023-02-28 18:26:24 - SITE: Generating...
475
+ 2023-02-28 18:26:27 - SITE: J1 Lunr: creating search index ...
476
+ 2023-02-28 18:26:28 - SITE: J1 Lunr: finished, index ready.
477
+ 2023-02-28 18:26:28 - SITE: J1 Paginator: autopages, disabled|not configured
478
+ 2023-02-28 18:26:28 - SITE: J1 Paginator: pagination enabled, start processing ...
479
+ 2023-02-28 18:26:28 - SITE: J1 Paginator: finished, processed 2 pagination page|s
480
+ 2023-02-28 18:26:35 - SITE: done in 10.408 seconds.
481
+ 2023-02-28 18:26:38 - SITE: Auto-regeneration: enabled for '.'
482
+ 2023-02-28 18:26:39 - SITE: LiveReload address: http://localhost:35729
483
+ 2023-02-28 18:26:39 - SITE: Server address: http://localhost:40000/
484
+ 2023-02-28 18:26:39 - SITE: Server running... press ctrl-c to stop.
486
485
  ```
487
486
 
488
487
  ## Rebuild a project
@@ -499,31 +498,31 @@ Check consistency of the J1 project ...
499
498
  Check setup state of the J1 project ...
500
499
  REBUILD: Rebuild the projects website ...
501
500
  REBUILD: Be patient, this will take a while ...
502
- 2022-07-30 18:45:09 - REBUILD:
503
- 2022-07-30 18:45:09 - REBUILD: > j1@2023.0.17 rebuild C:\Users\xxx\j1-projects\my-starter
504
- 2022-07-30 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
505
- 2022-07-30 18:45:09 - REBUILD:
506
- 2022-07-30 18:45:10 - REBUILD: Rebuild site incremental ..
507
- 2022-07-30 18:45:10 - REBUILD: Clean up site files ..
508
- 2022-07-30 18:45:12 - REBUILD: Configuration file: C:/Users/xxx/j1-projects/my-starter/_config.yml
509
- 2022-07-30 18:45:13 - REBUILD: Cleaner: Removing _site...
510
- 2022-07-30 18:45:13 - REBUILD: Cleaner: Removing ./.jekyll-metadata...
511
- 2022-07-30 18:45:13 - REBUILD: Cleaner: Removing ./.jekyll-cache...
512
- 2022-07-30 18:45:14 - REBUILD: Cleaner: Nothing to do for .sass-cache.
513
- 2022-07-30 18:45:17 - REBUILD: Configuration file: C:/Users/xxx/j1-projects/my-starter/_config.yml
514
- 2022-07-30 18:45:19 - REBUILD: Source: C:/Users/xxx/j1-projects/my-starter
515
- 2022-07-30 18:45:19 - REBUILD: Destination: C:/Users/xxx/j1-projects/my-starter/_site
516
- 2022-07-30 18:45:19 - REBUILD: Incremental build: enabled
517
- 2022-07-30 18:45:19 - REBUILD: Generating...
518
- 2022-07-30 18:45:21 - REBUILD: J1 Lunr: creating search index ...
519
- 2022-07-30 18:45:23 - REBUILD: J1 Lunr: finished, index ready.
520
- 2022-07-30 18:45:23 - REBUILD: J1 Paginator: autopages, disabled|not configured
521
- 2022-07-30 18:45:23 - REBUILD: J1 Paginator: pagination enabled, start processing ...
522
- 2022-07-30 18:45:23 - REBUILD: J1 Paginator: finished, processed 2 pagination page|s
523
- 2022-07-30 18:46:11 - REBUILD: done in 52.09 seconds.
524
- 2022-07-30 18:46:11 - REBUILD: Auto-regeneration: disabled. Use --watch to enable.
525
- 2022-07-30 18:46:12 - REBUILD: .. rebuild finished.
526
- 2022-07-30 18:46:12 - REBUILD: To open the site, run: yarn site
501
+ 2023-02-28 18:45:09 - REBUILD:
502
+ 2023-02-28 18:45:09 - REBUILD: > j1@2023.2.0 rebuild C:\Users\xxx\j1-projects\my-starter
503
+ 2023-02-28 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
504
+ 2023-02-28 18:45:09 - REBUILD:
505
+ 2023-02-28 18:45:10 - REBUILD: Rebuild site incremental ..
506
+ 2023-02-28 18:45:10 - REBUILD: Clean up site files ..
507
+ 2023-02-28 18:45:12 - REBUILD: Configuration file: C:/Users/xxx/j1-projects/my-starter/_config.yml
508
+ 2023-02-28 18:45:13 - REBUILD: Cleaner: Removing _site...
509
+ 2023-02-28 18:45:13 - REBUILD: Cleaner: Removing ./.jekyll-metadata...
510
+ 2023-02-28 18:45:13 - REBUILD: Cleaner: Removing ./.jekyll-cache...
511
+ 2023-02-28 18:45:14 - REBUILD: Cleaner: Nothing to do for .sass-cache.
512
+ 2023-02-28 18:45:17 - REBUILD: Configuration file: C:/Users/xxx/j1-projects/my-starter/_config.yml
513
+ 2023-02-28 18:45:19 - REBUILD: Source: C:/Users/xxx/j1-projects/my-starter
514
+ 2023-02-28 18:45:19 - REBUILD: Destination: C:/Users/xxx/j1-projects/my-starter/_site
515
+ 2023-02-28 18:45:19 - REBUILD: Incremental build: enabled
516
+ 2023-02-28 18:45:19 - REBUILD: Generating...
517
+ 2023-02-28 18:45:21 - REBUILD: J1 Lunr: creating search index ...
518
+ 2023-02-28 18:45:23 - REBUILD: J1 Lunr: finished, index ready.
519
+ 2023-02-28 18:45:23 - REBUILD: J1 Paginator: autopages, disabled|not configured
520
+ 2023-02-28 18:45:23 - REBUILD: J1 Paginator: pagination enabled, start processing ...
521
+ 2023-02-28 18:45:23 - REBUILD: J1 Paginator: finished, processed 2 pagination page|s
522
+ 2023-02-28 18:46:11 - REBUILD: done in 52.09 seconds.
523
+ 2023-02-28 18:46:11 - REBUILD: Auto-regeneration: disabled. Use --watch to enable.
524
+ 2023-02-28 18:46:12 - REBUILD: .. rebuild finished.
525
+ 2023-02-28 18:46:12 - REBUILD: To open the site, run: yarn site
527
526
  REBUILD: The projects website has been rebuild successfully.
528
527
  REBUILD: To open the site, run: j1 site
529
528
  ```
@@ -545,30 +544,30 @@ using Lerna for all packages:
545
544
  ```
546
545
  Check consistency of the J1 project ...
547
546
  Check setup state of the J1 project ...
548
- 2022-07-30 18:29:07 - RESET: Reset the project to factory state ...
549
- 2022-07-30 18:29:07 - RESET: Be patient, this will take a while ...
550
- 2022-07-30 18:29:08 - RESET:
551
- 2022-07-30 18:29:08 - RESET: > j1@2023.0.17 reset C:\Users\xxx\j1-projects\my-starter
552
- 2022-07-30 18:29:08 - RESET: > run-s -s reset:*
553
- 2022-07-30 18:29:08 - RESET:
554
- 2022-07-30 18:29:08 - RESET: Reset project to factory state ..
555
- 2022-07-30 18:29:09 - RESET: Clean up base modules ..
556
- 2022-07-30 18:29:10 - RESET: Clean up site files ..
557
- 2022-07-30 18:29:12 - RESET: Configuration file: C:/Users/xxx/j1-projects/my-starter/_config.yml
558
- 2022-07-30 18:29:13 - RESET: Cleaner: Removing _site...
559
- 2022-07-30 18:29:13 - RESET: Cleaner: Removing ./.jekyll-metadata...
560
- 2022-07-30 18:29:13 - RESET: Cleaner: Removing ./.jekyll-cache...
561
- 2022-07-30 18:29:13 - RESET: Cleaner: Nothing to do for .sass-cache.
562
- 2022-07-30 18:29:14 - RESET: Clean up projects files ..
563
- 2022-07-30 18:29:14 - RESET: Remove bundle config folder ..
564
- 2022-07-30 18:29:15 - RESET: Remove log folder ..
565
- 2022-07-30 18:29:15 - RESET: Remove etc folder ..
566
- 2022-07-30 18:29:15 - RESET: Remove various log files ..
567
- 2022-07-30 18:29:16 - RESET: Remove lock files ..
568
- 2022-07-30 18:29:16 - RESET: Clean up utility server ..
569
- 2022-07-30 18:29:21 - RESET: done.
570
- 2022-07-30 18:29:21 - RESET: The project reset finished successfully.
571
- 2022-07-30 18:29:21 - RESET: To setup the project, run: j1 setup
547
+ 2023-02-28 18:29:07 - RESET: Reset the project to factory state ...
548
+ 2023-02-28 18:29:07 - RESET: Be patient, this will take a while ...
549
+ 2023-02-28 18:29:08 - RESET:
550
+ 2023-02-28 18:29:08 - RESET: > j1@2023.2.0 reset C:\Users\xxx\j1-projects\my-starter
551
+ 2023-02-28 18:29:08 - RESET: > run-s -s reset:*
552
+ 2023-02-28 18:29:08 - RESET:
553
+ 2023-02-28 18:29:08 - RESET: Reset project to factory state ..
554
+ 2023-02-28 18:29:09 - RESET: Clean up base modules ..
555
+ 2023-02-28 18:29:10 - RESET: Clean up site files ..
556
+ 2023-02-28 18:29:12 - RESET: Configuration file: C:/Users/xxx/j1-projects/my-starter/_config.yml
557
+ 2023-02-28 18:29:13 - RESET: Cleaner: Removing _site...
558
+ 2023-02-28 18:29:13 - RESET: Cleaner: Removing ./.jekyll-metadata...
559
+ 2023-02-28 18:29:13 - RESET: Cleaner: Removing ./.jekyll-cache...
560
+ 2023-02-28 18:29:13 - RESET: Cleaner: Nothing to do for .sass-cache.
561
+ 2023-02-28 18:29:14 - RESET: Clean up projects files ..
562
+ 2023-02-28 18:29:14 - RESET: Remove bundle config folder ..
563
+ 2023-02-28 18:29:15 - RESET: Remove log folder ..
564
+ 2023-02-28 18:29:15 - RESET: Remove etc folder ..
565
+ 2023-02-28 18:29:15 - RESET: Remove various log files ..
566
+ 2023-02-28 18:29:16 - RESET: Remove lock files ..
567
+ 2023-02-28 18:29:16 - RESET: Clean up utility server ..
568
+ 2023-02-28 18:29:21 - RESET: done.
569
+ 2023-02-28 18:29:21 - RESET: The project reset finished successfully.
570
+ 2023-02-28 18:29:21 - RESET: To setup the project, run: j1 setup
572
571
  ```
573
572
 
574
573
  Start your work from the scratch by running the `setup` task again:
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of the site
55
55
  #
56
- version: 2023.0.17
56
+ version: 2023.2.0
57
57
 
58
58
  # copyright
59
59
  # ------------------------------------------------------------------------------
@@ -235,25 +235,8 @@ description: >
235
235
  for the Web. Jekyll One is open source and the modules packed
236
236
  as well. No pain for private or professional purposes.
237
237
  keywords: >
238
- opensource, free, load, download, start, starter, example,
239
- high, easy, use, secure, encrypt, standard, popular,
240
- generate, create, learn, distribute, publish, deploy,
241
- beginner, advanced, expert, student, learner, writer, reader, visitor
242
- framework, toolkit, integration, extension, module, api,
243
- dynamic, static, generator, client, server, internet, local, localhost
244
- page, web, website, webdesign, material, design, responsive,
245
- javascript, nodejs, ruby, windows, linux, osx, mac, os,
246
- http, https, html, html5, css, scss, style,
247
- browser, firefox, chrome, edge, opera, safari,
248
- configuration, generator, navigation, menu, dropdown, fab, action, button
249
- application, interface, provider, api, repository,
250
- cookie, language, translation, gdpr, dsgvo, privacy,
251
- asciidoc, aciidoctor, bootstrap, jekyll, liquid,
252
- hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
253
- provider, service, internet, support,
254
- google, analytics, advertising, search, console, silverlight, score,
255
- j1, template, jekyllone, comment
256
-
238
+ opensource, free, j1, template, jekyll, jekyllone, web, sites,
239
+ static, jamstack
257
240
  author:
258
241
  name: Juergen Adams
259
242
  email: juergen@jekyll.one
@@ -286,7 +269,7 @@ brand:
286
269
  # Set the favicon and type
287
270
  #
288
271
  favicon:
289
- image: icons/j1/j1-32x32.ico
272
+ image: icons/j1/favicon.ico
290
273
  type: image/ico
291
274
 
292
275
 
@@ -497,6 +480,7 @@ kramdown:
497
480
  plugins:
498
481
  # - algolia
499
482
  # - asciidoctor-pdf
483
+ # - jekyll-archives
500
484
  # - jekyll-gist
501
485
  # - jekyll-redirect-from
502
486
  - asciidoctor
@@ -600,6 +584,20 @@ excerpt_truncate_words: 100
600
584
  #
601
585
  collections:
602
586
 
587
+ # ----------------------------------------------------------------------------
588
+ # People
589
+ #
590
+ people:
591
+ output: true
592
+ permalink: /collections/public/:collection/:name/
593
+
594
+ # ----------------------------------------------------------------------------
595
+ # Portfolio
596
+ #
597
+ portfolio:
598
+ output: true
599
+ permalink: /collections/public/:collection/:name/
600
+
603
601
  # ----------------------------------------------------------------------------
604
602
  # Book shelf
605
603
  #
@@ -607,6 +605,14 @@ collections:
607
605
  output: true
608
606
  permalink: /collections/public/:collection/:name/
609
607
 
608
+ fantasy:
609
+ output: true
610
+ permalink: /collections/public/:collection/:name/
611
+
612
+ romance:
613
+ output: true
614
+ permalink: /collections/public/:collection/:name/
615
+
610
616
  # ------------------------------------------------------------------------------
611
617
  # FRONTMATTER defaults
612
618
  #
@@ -675,7 +681,7 @@ defaults:
675
681
  follow: true
676
682
 
677
683
  toc: true
678
- fab_menu_id: page_ctrl
684
+ fab_menu_id: open_toc
679
685
  scrollbar: false
680
686
  personalization: false
681
687
  exclude_from_search: false
@@ -718,7 +724,7 @@ defaults:
718
724
  follow: true
719
725
 
720
726
  toc: true
721
- fab_menu_id: open_toc_reload
727
+ fab_menu_id: open_toc
722
728
  scrollbar: false
723
729
  page_navigation: true
724
730
  personalization: false
@@ -756,7 +762,7 @@ defaults:
756
762
  follow: true
757
763
 
758
764
  toc: true
759
- fab_menu_id: open_toc_reload
765
+ fab_menu_id: open_toc
760
766
  scrollbar: false
761
767
  page_navigation: true
762
768
  personalization: false
@@ -771,7 +777,17 @@ defaults:
771
777
  #
772
778
 
773
779
  # ----------------------------------------------------------------------------
774
- # Biography (Book Shelf)
780
+ # Portfolio
781
+ #
782
+ - scope:
783
+ type: portfolio
784
+ path: collections/_portfolio
785
+
786
+ values:
787
+ layout: page
788
+
789
+ # ----------------------------------------------------------------------------
790
+ # Book Shelf
775
791
  #
776
792
  - scope:
777
793
  type: biography
@@ -780,6 +796,20 @@ defaults:
780
796
  values:
781
797
  layout: page
782
798
 
799
+ - scope:
800
+ type: fantasy
801
+ path: collections/_fantasy
802
+
803
+ values:
804
+ layout: page
805
+
806
+ - scope:
807
+ type: romance
808
+ path: collections/_romance
809
+
810
+ values:
811
+ layout: page
812
+
783
813
 
784
814
  # ==============================================================================
785
815
  # 7. LAYOUT configuration