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
@@ -0,0 +1,98 @@
1
+ ---
2
+ title: Biography
3
+ tagline: Today's People
4
+ date: 2023-01-29 00:00:00
5
+ description: >
6
+ Today's people is a collection contains the biography's
7
+ of celebrities well known by most of us. Find the books issued
8
+ by musicans, actors and more.
9
+
10
+ categories: [ Books ]
11
+ tags: [ Biography, Preview ]
12
+
13
+ image:
14
+ path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
15
+ width: 1920
16
+ height: 1280
17
+ alt: Photo by Giammarco on Unsplash
18
+
19
+ toc: false
20
+ fab_menu_id: default
21
+ regenerate: false
22
+ permalink: /pages/public/bookshelf/biography/
23
+
24
+ resources: [ animate, masonry ]
25
+ resource_options:
26
+ - attic:
27
+ padding_top: 600
28
+ slides:
29
+ - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
30
+ alt: Photo by Giammarco on Unsplash
31
+ badge:
32
+ type: unsplash
33
+ author: Giammarco
34
+ href: https://unsplash.com/@giamboscaro
35
+ ---
36
+
37
+ // Page Initializer
38
+ // =============================================================================
39
+ // Enable the Liquid Preprocessor
40
+ :page-liquid:
41
+
42
+ // Set page (local) attributes here
43
+ // -----------------------------------------------------------------------------
44
+ // :page--attr: <attr-value>
45
+
46
+ {% comment %} Liquid procedures
47
+ -------------------------------------------------------------------------------- {% endcomment %}
48
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
49
+ {% capture create_collection_article_preview %}themes/{{site.template.name}}/procedures/collections/create_collection_article_preview.proc{% endcapture %}
50
+
51
+ // Load page attributes
52
+ // -----------------------------------------------------------------------------
53
+ {% include {{load_attributes}} scope="none" %}
54
+
55
+ {% comment %} Debugging
56
+ -------------------------------------------------------------------------------- {% endcomment %}
57
+ {% comment %} site.biography: {{ site.biography | debug }} {% endcomment %}
58
+
59
+
60
+ // Page content
61
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62
+ [role="dropcap"]
63
+ Find below all available articles the `Booskhelf` collections contains.
64
+ The content is automatically generated and taken from the articles the
65
+ collections contains.
66
+
67
+ // Include sub-documents (if any)
68
+ // -----------------------------------------------------------------------------
69
+ == Available Books
70
+
71
+ [role="mb-4"]
72
+ Find below all available articles in the `biography` collection. The content
73
+ is automatically generated and taken from the articles this collection
74
+ contains.
75
+
76
+ A biography is a written account of a person's life, typically focusing on
77
+ major achievements, events, and experiences. It can be a detailed record of
78
+ a person's life, covering everything from their birth and childhood to their
79
+ personal and professional accomplishments and even their death.
80
+
81
+ [role="mb-4"]
82
+ Biographies can be written by someone or someone else and found in various
83
+ formats, including books, articles, and online sources. A biography aims to
84
+ provide insight into a person's life, personality, and achievements and to
85
+ inspire and inform readers about their accomplishments and contributions
86
+ to society.
87
+
88
+ masonry::collection_biography[role="notoc mb-4"]
89
+
90
+ ////
91
+ ++++
92
+ <div class="row mb-4">
93
+ <div class="col-md-12 col-xs-12">
94
+ {% include {{create_collection_article_preview}} collection=site.biography %}
95
+ </div>
96
+ </div>
97
+ ++++
98
+ ////
@@ -0,0 +1,86 @@
1
+ ---
2
+ title: Fantasy
3
+ tagline: Fantasy Literature
4
+ date: 2023-01-29 00:00:00
5
+ description: >
6
+ Fantasy Literature in the Book Shelf
7
+
8
+ categories: [ Books ]
9
+ tags: [ Fantasy, Preview ]
10
+
11
+ image:
12
+ path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
13
+ width: 1920
14
+ height: 1280
15
+ alt: Photo by Giammarco on Unsplash
16
+
17
+ robots:
18
+ index: false
19
+ follow: false
20
+
21
+ toc: false
22
+ fab_menu_id: default
23
+ regenerate: false
24
+ permalink: /pages/public/bookshelf/fantasy/
25
+
26
+ resources: [ animate, masonry ]
27
+ resource_options:
28
+ - attic:
29
+ padding_top: 600
30
+ slides:
31
+ - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
32
+ alt: Photo by Giammarco on Unsplash
33
+ badge:
34
+ type: unsplash
35
+ author: Giammarco
36
+ href: https://unsplash.com/@giamboscaro
37
+ ---
38
+
39
+ // Page Initializer
40
+ // =============================================================================
41
+ // Enable the Liquid Preprocessor
42
+ :page-liquid:
43
+
44
+ // Set (local) page attributes here
45
+ // -----------------------------------------------------------------------------
46
+ // :page--attr: <attr-value>
47
+
48
+ {% comment %} Liquid procedures
49
+ -------------------------------------------------------------------------------- {% endcomment %}
50
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
51
+ {% capture create_collection_article_preview %}themes/{{site.template.name}}/procedures/collections/create_collection_article_preview.proc{% endcapture %}
52
+
53
+ // Load page attributes
54
+ // -----------------------------------------------------------------------------
55
+ {% include {{load_attributes}} scope="none" %}
56
+
57
+
58
+ // Page content
59
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
+ [role="dropcap"]
61
+ The fantasy genre has become popular the past few years. Once a genre
62
+ restricted to a few Tolkien fanatics and literature freaks, Fantasy has
63
+ now gone mainstream in a big way, from the mega-popular Harry Potter series
64
+ capturing the world's attention for a decade; brought Fantasy to readers of
65
+ all ages.
66
+
67
+ // Include sub-documents (if any)
68
+ // -----------------------------------------------------------------------------
69
+ == Available Books
70
+
71
+ [role="mb-4"]
72
+ Find below all available articles in the `fantasy` collection. The content is
73
+ automatically generated and taken from the articles this collection
74
+ contains.
75
+
76
+ masonry::collection_fantasy[role="mb-4"]
77
+
78
+ ////
79
+ ++++
80
+ <div class="row mb-4">
81
+ <div class="col-md-12 col-xs-12">
82
+ {% include {{create_collection_article_preview}} collection=site.fantasy %}
83
+ </div>
84
+ </div>
85
+ ++++
86
+ ////
@@ -0,0 +1,87 @@
1
+ ---
2
+ title: Romance
3
+ tagline: Romance Literature
4
+ date: 2023-01-29 00:00:00
5
+ description: >
6
+ Romance Literature in the Book Shelf
7
+
8
+ categories: [ Books ]
9
+ tags: [ Romance, Preview ]
10
+
11
+ image:
12
+ path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
13
+ width: 1920
14
+ height: 1280
15
+ alt: Photo by Giammarco on Unsplash
16
+
17
+ robots:
18
+ index: false
19
+ follow: false
20
+
21
+ toc: false
22
+ fab_menu_id: default
23
+ fab_menu_id: open_toc
24
+ regenerate: false
25
+ permalink: /pages/public/bookshelf/romance/
26
+
27
+ resources: [ animate, masonry ]
28
+ resource_options:
29
+ - attic:
30
+ padding_top: 600
31
+ slides:
32
+ - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
33
+ alt: Photo by Giammarco on Unsplash
34
+ badge:
35
+ type: unsplash
36
+ author: Giammarco
37
+ href: https://unsplash.com/@giamboscaro
38
+ ---
39
+
40
+ // Page Initializer
41
+ // =============================================================================
42
+ // Enable the Liquid Preprocessor
43
+ :page-liquid:
44
+
45
+ // Set (local) page attributes here
46
+ // -----------------------------------------------------------------------------
47
+ // :page--attr: <attr-value>
48
+
49
+ {% comment %} Liquid procedures
50
+ -------------------------------------------------------------------------------- {% endcomment %}
51
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
52
+ {% capture create_collection_article_preview %}themes/{{site.template.name}}/procedures/collections/create_collection_article_preview.proc{% endcapture %}
53
+
54
+ // Load page attributes
55
+ // -----------------------------------------------------------------------------
56
+ {% include {{load_attributes}} scope="none" %}
57
+
58
+
59
+ // Page content
60
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
+ [role="dropcap"]
62
+ The romance genre is a popular category of books that consistently churns out
63
+ bestsellers. The aim of the genre is simple, showcasing a love story where
64
+ two people overcome adversity to obtain their happily ever after. According to
65
+ the Romance Writers of America, women count for 82% percent of the genre’s
66
+ readership.
67
+
68
+ // Include sub-documents (if any)
69
+ // -----------------------------------------------------------------------------
70
+ == Available Books
71
+
72
+ [role="mb-4"]
73
+ Find below all available articles in the `romance` collection. The content is
74
+ automatically generated and taken from the articles this collection
75
+ contains.
76
+
77
+ masonry::collection_romance[role="mb-4"]
78
+
79
+ ////
80
+ ++++
81
+ <div class="row mb-4">
82
+ <div class="col-md-12 col-xs-12">
83
+ {% include {{create_collection_article_preview}} collection=site.romance %}
84
+ </div>
85
+ </div>
86
+ ++++
87
+ ////
@@ -1,26 +1,35 @@
1
1
  ---
2
2
  layout: page
3
3
 
4
- title: What's up
5
- tagline: Jekyll Collections Overview
6
- date: 2020-11-03 12:00:00
4
+ title: Jekyll Collections
5
+ tagline: What Collections Are
6
+ date: 2023-01-03 00:00:00
7
7
  description: >
8
8
  Jekyll Collections Overview
9
9
  categories: [ Jekyll, Collection ]
10
10
  tags: [ Info, Overview ]
11
11
 
12
+ image:
13
+ path: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
14
+ width: 1920
15
+ height: 1280
16
+ alt: Photo by Giammarco on Unsplash
17
+
12
18
  fab_menu_id: open_toc
13
19
  regenerate: false
14
- permalink: /pages/public/collections/whats_up/
20
+ permalink: /pages/public/collections/jekyll_collections/
15
21
 
22
+ resources: [ animate ]
16
23
  resource_options:
17
24
  - attic:
18
25
  padding_top: 600
19
26
  slides:
20
27
  - url: /assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
21
- alt: giammarco-boscaro-1920x1280
22
-
23
- regenerate: false
28
+ alt: Photo by Giammarco on Unsplash
29
+ badge:
30
+ type: unsplash
31
+ author: Giammarco
32
+ href: https://unsplash.com/@giamboscaro
24
33
  ---
25
34
 
26
35
  // Page Initializer
@@ -32,31 +41,30 @@ regenerate: false
32
41
  // -----------------------------------------------------------------------------
33
42
  // :page--attr: <attr-value>
34
43
 
35
- // Place an excerpt at the most top position
36
- // -----------------------------------------------------------------------------
37
- Collections are Jekyll's most powerful and simultaneously least understood
38
- feature. Collections add another possibility, or use-case, outside of Jekyll's
39
- post- and page-publishing functionality. Collections have the potential to
40
- bring Jekyll's zen-like simplicity to all sorts of other types of content that
41
- aren't ordered as with posts (ordered by date), but have a set *relationship*
42
- with one another - hence the name: _collection_.
43
-
44
- [role="clearfix mb-3"]
45
- excerpt__end
46
-
47
44
 
48
45
  // Content
49
46
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
50
- [[readmore]]
51
- == Traditional - Posts and pages
47
+ [role="dropcap"]
48
+ Collections are Jekyll's most powerful and simultaneously least understood
49
+ feature of the generator. Collections add another possibility, or use-case,
50
+ outside of Jekyll's post- and page-publishing functionality. Collections have
51
+ the potential to bring Jekyll's zen-like simplicity to all sorts of other types
52
+ of content that aren't ordered as with posts (ordered by date), but have a
53
+ set *relationship* with one another - hence the name: _collection_.
52
54
 
53
- Source: https://ben.balter.com/2015/02/20/jekyll-collections/[Ben Balter: Jekyll Collections]
55
+ // Include sub-documents (if any)
56
+ // -----------------------------------------------------------------------------
57
+ == Posts and Pages
54
58
 
59
+ ////
55
60
  {% if page.image.name %}
56
61
  .{{page.tagline}}
57
62
  [role="mb-5"]
58
- image::{{page.image.name}}[{{page.title}}]
63
+ image::{{page.image.name}}[{{page.title}}, width=1280]
59
64
  {% endif %}
65
+ ////
66
+
67
+ Source: https://ben.balter.com/2015/02/20/jekyll-collections/[Ben Balter: Jekyll Collections]
60
68
 
61
69
  Most Jekyll sites are organized around two types of content, posts (ordered)
62
70
  and pages (un-ordered).
@@ -14,7 +14,7 @@ tag::urls[]
14
14
  :url-w3schools--css-tutorial: https://www.w3schools.com/css/default.asp
15
15
 
16
16
  :url-fontawesome--home: https://fontawesome.com/
17
- :url-fontawesome--icons: https://fontawesome.com/icons?d=gallery
17
+ :url-fontawesome--icons: https://fontawesome.com/v5/search
18
18
  :url-fontawesome--get-started: https://fontawesome.com/get-started
19
19
 
20
20
  :url-mdi--home: https://materialdesignicons.com/
@@ -54,7 +54,7 @@ tag::urls[]
54
54
 
55
55
  :url-previewer--theme: /pages/public/previewer/theme/
56
56
 
57
- :url-fa-icons--previewer: https://fontawesome.com/v5.15/icons?d=gallery&p=2
57
+ :url-fa-icons--previewer: https://fontawesome.com/v5/search
58
58
  :url-iconify-icons--previewer: https://icon-sets.iconify.design/
59
59
 
60
60
  :url-kickstarter--web-in-a-day: https://jekyll.one/pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
@@ -718,11 +718,15 @@ Asciidoc (Asciidoctor) extensions open up the Markup language to new use cases.
718
718
  Using the full power of programming languages to extend what's needed, whether
719
719
  Ruby, Java, Groovy, or JavaScript. The number of extensions will grow - to get
720
720
  handy and powerful functionality needed for modern web pages based on the
721
- Asciidoc Markup language generated by Jekyll. For sure!
721
+ Asciidoc Markup language generated by Jekyll. For sure.
722
722
 
723
- The next preview is focussing on advanced Bootstrap Modals. The modals feature
724
- is currently in beta status, but it is a great option to customize your
725
- user dialogues using them!
723
+ J1 Theme supports a set of advanced Bootstrap Modals that add dialogs to your
724
+ web pages for user notifications. The advanced Modals highlight important
725
+ information to your visitors. Modals are positioned over everything else in
726
+ the document so that messages get the full user's attention.
727
+
728
+ The next preview is focussing on advanced Bootstrap Modals, a great option
729
+ to customize your user dialogues using them!
726
730
 
727
731
  Have a look for the link:{url-roundtrip--extended-modals}[Modal Extensions]
728
732
  feature of J1 Theme.
@@ -3,13 +3,11 @@ title: Themes
3
3
  tagline: Bootstrap Styles
4
4
  date: 2020-11-10 00:00:00
5
5
  description: >
6
- J1 Starter, a Jekyll theme for multifunctional Bootstrap-based and responsive
7
- websites, offers various unique functionalities compared to other Jekyll
8
- themes and templates. Bootstrap themes for the J1 theme are based on the
9
- free and open-source CSS front-end framework Bootstrap of version V5.
10
- The Bootstrap themes for J1 theme enables the presentation of
11
- different versions (skins) of the same site using already prepared
12
- Bootstrap CSS templates.
6
+ J1 Theme offers various unique functionalities compared to other Jekyll
7
+ themes and templates. Bootstrap themes for the J1 Theme are based on the
8
+ free and open-source CSS front-end framework Bootstrap of version V5. The
9
+ Bootstrap themes for the J1 enable the presentation of different versions
10
+ (skins) of the same site using already prepared Bootstrap CSS templates.
13
11
  keywords: >
14
12
  Jekyll, Theme, JekyllOne, CSS, Bootstrap, Style, Skin, Roundtrip
15
13
 
@@ -22,7 +20,7 @@ image:
22
20
  height: 1280
23
21
  alt: Photo by Clem Onojeghuo on Unsplash
24
22
 
25
- regenerate: true
23
+ regenerate: false
26
24
  permalink: /pages/public/learn/roundtrip/themes/
27
25
 
28
26
  resources: [ animate, rouge, clipboard, lightbox ]
@@ -73,8 +71,8 @@ J1-based site.
73
71
 
74
72
  Using Bootstrap themes results in a uniform appearance for the content in
75
73
  terms of the overall layout, text, tables, and form elements across all
76
- modern web browsers available on the market. In addition, developers can take
77
- advantage of CSS classes defined in Bootstrap to customize content
74
+ modern web browsers available on the market. In addition, developers can
75
+ take advantage of CSS classes defined in Bootstrap to customize content
78
76
  individually.
79
77
 
80
78
  // Include sub-documents (if any)
@@ -83,7 +81,17 @@ include::{documentdir}/themes_bootstrap.asciidoc[]
83
81
 
84
82
  == What next
85
83
 
86
- An important feature for larger webs is searching. The visitors should be able
87
- to search your site to find pages and posts they are interested in. Check what
88
- is searching a J1 website all about at
84
+ The search option for the J1 Theme is based on the search engine Lunr and
85
+ is fully integrated with the template. Lunr is designed to be lightweight
86
+ yet full-featured to provide users with a great search experience. Using
87
+ Lunr for a Jekyll website, there is no need to integrate complex external,
88
+ server-sided search engines like Google or Bing.
89
+
90
+ Visitors should be able to search your site to find pages and posts they
91
+ are interested in. Usability is one of the top criteria for all visitors
92
+ browsing your site. A good user experience and excellent content are key
93
+ factors for the success of a website. Nothing in this business is guaranteed,
94
+ but user experience efforts are good reasons your readers will return.
95
+
96
+ Check what is searching a J1 website all about at
89
97
  link:{url-roundtrip--quicksearch}[Lunr Search].
@@ -582,5 +582,14 @@ Have you've enjoyed the possibilities J1 offers for managing and
582
582
  manipulating font icons. Do you think these icon sets can fit your needs?
583
583
  Using Iconify, for all topics, you will find a suitable icon. And it's simple.
584
584
 
585
- To check more features of the J1 Theme, go for the
585
+ J1 Theme implements some handy Ruby-based enhancements for Asciidoctor.
586
+ Providing extensions for a Jekyll theme is a unique feature of JekyllOne (J1)
587
+ compared to other Jekyll themes and templates. Most extensions are based on
588
+ well-documented examples from the Asciidoctor Extensions Lab.
589
+
590
+ To make the use of modules for the template easier, some more extensions
591
+ support you to place for example lightboxes, sliders, galleries or fonts icons
592
+ using Asciidoc block elements. I'm sure, you'll love it.
593
+
594
+ To check the more the J1 Theme offers, go for the
586
595
  link:{url-roundtrip--asciidoc-extensions}[Asciidoc Extensions] made for J1!
@@ -3,7 +3,7 @@ title: Search
3
3
  tagline: Lunr For J1
4
4
  date: 2020-11-08 00:00:00
5
5
  description: >
6
- The QuickSearch option for the J1 Theme is based on the
6
+ The search option for the J1 Theme is based on the
7
7
  search engine Lunr and is fully integrated with the template.
8
8
  Lunr is designed to be lightweight yet full-featured to provide
9
9
  users with a great search experience. Using Lunr for a Jekyll
@@ -59,7 +59,7 @@ resource_options:
59
59
  // Page content
60
60
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
61
  [role="dropcap"]
62
- The QuickSearch option for the J1 Theme is based on the search engine Lunr and
62
+ The search option for the J1 Theme is based on the search engine Lunr and
63
63
  is fully integrated with the Template. Lunr is designed to be lightweight yet
64
64
  full-featured to provide users with a great search experience. Using Lunr for
65
65
  a Jekyll website, there is no need to integrate complex external, server-sided
@@ -427,10 +427,27 @@ To simulate a logical *AND* search of documents that contain the word `jekyll`
427
427
 
428
428
  You reached the end of the roundtrip. Hopefully you enjoyed exploring what J1
429
429
  can do for your new website. To make things real for your site, go for
430
- _J1 in a Day_. This tutorial guides you through all the steps on how to
431
- setup your environment, manage and build a website and how to create content.
430
+ _J1 in a Day_.
432
431
 
433
- It's a pleasant journey to learn what modern static webs can offer today.
432
+ J1 in a Day is a tutorial learning to create modern websites using the J1
433
+ Theme. This Tutorial focuses on the basics of Jekyll and J1, which all
434
+ people need to know for a successful way to a modern static website. Jekyll
435
+ (and J1) is quite different from classic Content Management Systems (CMS).
436
+
437
+ If you would like to learn more about the use of Jekyll and J1 Theme, the
438
+ tutorials present what you need to know:
439
+
440
+ * The basics of modern static webs
441
+ * Creating an awesome Site
442
+ * Development System
443
+ * Project Management
444
+ * Create Content
445
+
446
+ It sounds much, spending a whole day to get Jekyll and J1 to know. Yes, it is
447
+ much. But it makes sense to get a full overview of what can be achieved by
448
+ modern static websites.
449
+
450
+ It's a pleasant journey to learn what modern static webs can offer today.
434
451
  Start your journey from here:
435
452
  link:{url-j1-kickstarter--web-in-a-day}[J1 in a Day, {browser-window--new}].
436
453
 
@@ -79,14 +79,20 @@ include::{documentdir}/410_table_bs_modal_examples.asciidoc[]
79
79
 
80
80
  == What next
81
81
 
82
- Bootstrap is a helpful framework that offers in the current V5
83
- version a complete set of styles to create excellent responsive designs.
84
- In the sense of all can be improved, the responsive tables support of BS
85
- needs some enhancement to display tables on low-resolution devices or smaller
86
- (browser-) window sizes.
87
-
88
- The first version for improved responsive tables that scale better is available
89
- for the J1 Theme. Check out from here what the
82
+ Bootstrap is a helpful framework that offers a complete set of styles in
83
+ the current V5 version to create excellent responsive designs. In the sense
84
+ that all can be improved, the responsive tables support of BS needs some
85
+ enhancement to display tables on low-resolution devices or smaller window
86
+ sizes.
87
+
88
+ The Jekyll Theme JekyllOne supports a new design for responsive tables based
89
+ on Bootstrap. The approach used by J1 Theme is based on pure CSS styles on
90
+ top of the classic Bootstrap tags for simplicity and portability to be viewed
91
+ best on all devices and browsers. Responsive tables help to read this important
92
+ information on mobiles a lot. This feature is what is meant to be fully
93
+ responsive!
94
+
95
+ Check out from here what the
90
96
  link:{url-roundtrip--responsive-tables}[Responsive Tables] can do!
91
97
 
92
98
  // Include the modals HTML portion