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
@@ -1,560 +1,632 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/modules/j1_navigator_menu.yml (run-time)
3
- # Configuration of the J1 NAV Module for the main navigation bar
4
- #
5
- # Product/Info:
6
- # https://jekyll.one
7
- #
8
- # Copyright (C) 2023 Juergen Adams
9
- #
10
- # J1 Theme is licensed under the MIT License.
11
- # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
12
- #
13
- # ------------------------------------------------------------------------------
14
- # NOTE:
15
- # For general navigation settings, see navigator.yml
16
- # ------------------------------------------------------------------------------
17
- # NOTE:
18
- # NO default settings
19
- # ------------------------------------------------------------------------------
20
-
21
- # ------------------------------------------------------------------------------
22
- # Menu LEARN
23
- #
24
- - item: Learn
25
- sublevel:
26
-
27
- - title: Where to go
28
- href: /pages/public/learn/where_to_go/
29
- icon: paw
30
-
31
- # --------------------------------------------------------------------------
32
- # Roundtrip
33
- #
34
- - title: Roundtrip
35
- icon: briefcase-search-outline
36
- dropdown:
37
-
38
- - title: Image
39
- href: /pages/public/learn/roundtrip/present_images/
40
- icon: image
41
- - title: Video
42
- href: /pages/public/learn/roundtrip/present_videos/
43
- icon: video
44
- - title: Typography
45
- href: /pages/public/learn/roundtrip/typography/
46
- icon: format-text
47
- - title: Icons
48
- href: /pages/public/learn/roundtrip/mdi_icon_font/
49
- icon: fan
50
- - title: Extensions
51
- href: /pages/public/learn/roundtrip/asciidoc_extensions/
52
- icon: format-annotation-plus
53
- - title: Modals
54
- href: /pages/public/learn/roundtrip/modals/
55
- icon: image
56
- - title: Tables
57
- href: /pages/public/learn/roundtrip/responsive_tables/
58
- icon: table
59
- - title: Themes
60
- href: /pages/public/learn/roundtrip/themes/
61
- icon: theme-light-dark
62
- - title: Search
63
- href: /pages/public/learn/roundtrip/quicksearch/
64
- icon: magnify
65
-
66
- # ------------------------------------------------------------------------------
67
- # TopLevel item FEATURES
68
- #
69
- - item: Features
70
- href: /#home_intro_panel
71
-
72
- # ------------------------------------------------------------------------------
73
- # TopLevel item BLOG
74
- #
75
- # - item: Blog
76
- # href: /#home_news_panel
77
-
78
- # ------------------------------------------------------------------------------
79
- # Menu BLOG
80
- #
81
- - item: Blog
82
- sublevel:
83
-
84
- - title: Navigator
85
- href: /pages/public/blog/navigator/
86
- icon: near-me
87
- - title: Categories
88
- href: /pages/public/blog/navigator/archive/categoryview/
89
- icon: pin
90
- - title: Date
91
- href: /pages/public/blog/navigator/archive/dateview/
92
- icon: calendar
93
- - title: Archive
94
- href: /pages/public/blog/navigator/archive/allview/
95
- icon: archive
96
-
97
- # ------------------------------------------------------------------------------
98
- # Menu MANUALS
99
- #
100
- - item: Manuals
101
- sublevel:
102
-
103
- # --------------------------------------------------------------------------
104
- # Modules
105
- #
106
- - title: Modules
107
- icon: alpha-j-box
108
- dropdown:
109
-
110
- - title: Master Header
111
- href: https://jekyll.one/pages/public/manuals/modules/attic/
112
- icon: window-shutter
113
- - title: Carousel
114
- href: https://jekyll.one/pages/public/manuals/modules/carousel/
115
- icon: view-carousel
116
- - title: Cookie Consent
117
- href: https://jekyll.one/pages/public/manuals/modules/cookie_consent/
118
- # href: '#'
119
- icon: cookie
120
- - title: Galleries
121
- href: https://jekyll.one/pages/public/manuals/modules/gallery/
122
- icon: view-dashboard-variant
123
- - title: Lightbox
124
- href: https://jekyll.one/pages/public/manuals/modules/lightbox/
125
- icon: flashlight
126
- - title: Logger
127
- href: https://jekyll.one/pages/public/manuals/modules/logger/
128
- icon: math-log
129
- - title: Master Slider
130
- href: https://jekyll.one/pages/public/manuals/modules/masterslider/
131
- icon: gesture-swipe
132
- - title: Mobile Menu
133
- href: https://jekyll.one/pages/public/manuals/mmenu/
134
- icon: menu
135
- - title: MSDropdown
136
- href: https://jekyll.one/pages/public/manuals/msdropdown/
137
- icon: form-dropdown
138
- - title: Navigator
139
- href: https://jekyll.one/pages/public/manuals/modules/navigator/
140
- # href: '#'
141
- icon: near-me
142
- - title: Range Slider
143
- href: https://jekyll.one/pages/public/manuals/modules/rangeslider/
144
- icon: distribute-vertical-center
145
- - title: Code Hightlighter Rouge
146
- href: https://jekyll.one/pages/public/manuals/rouge/user_guide/
147
- icon: format-color-fill
148
- - title: Themer
149
- href: https://jekyll.one/pages/public/manuals/modules/themer/
150
- # href: '#'
151
- icon: theme-light-dark
152
- - title: Toccer
153
- href: https://jekyll.one/pages/public/manuals/modules/toccer/
154
- # href: '#'
155
- icon: wrap
156
-
157
- # --------------------------------------------------------------------------
158
- # J1 Components
159
- #
160
- - title: Components
161
- icon: alpha-j-box
162
- dropdown:
163
-
164
- - title: Resources
165
- # href: https://jekyll.one/pages/public/manuals/j1/resources/
166
- href: '#'
167
- icon: garage
168
- - title: Layouts
169
- # href: https://jekyll.one/pages/public/manuals/j1/layouts/
170
- # href: '#'
171
- href: https://jekyllrb.com/docs/layouts/
172
- icon: page-layout-body
173
- target: _blank
174
-
175
- - title: Blocks
176
- icon: page-layout-header-footer
177
- dropdown:
178
-
179
- - title: Banner And Panel
180
- href: https://jekyll.one/pages/public/manuals/j1/blocks/banner_panel/
181
- icon: order-bool-descending
182
- - title: Footer
183
- href: https://jekyll.one/pages/public/manuals/j1/blocks/footer/
184
- icon: order-bool-ascending
185
-
186
- - title: Content
187
- icon: file
188
- dropdown:
189
-
190
- - title: Pages
191
- href: https://jekyll.one/pages/public/manuals/j1/content/pages/
192
- icon: file-document
193
- - title: Posts
194
- href: https://jekyll.one/pages/public/manuals/j1/content/posts/
195
- icon: file-delimited
196
-
197
- # - title: Collections
198
- # href: https://jekyll.one/pages/public/manuals/j1/content/collections/
199
- # icon: file-percent
200
-
201
- # --------------------------------------------------------------------------
202
- # J1 Integrations
203
- #
204
- - title: Integrations
205
- icon: alpha-j-box
206
- dropdown:
207
-
208
- - title: Google
209
- icon: google
210
- dropdown:
211
-
212
- - title: Google Translate
213
- href: '#'
214
- icon: google-translate
215
- - title: Google Analytics
216
- href: '#'
217
- icon: google-analytics
218
- - title: Google Ads
219
- href: '#'
220
- icon: google-ads
221
-
222
- - title: Comment Providers
223
- icon: comment
224
- dropdown:
225
-
226
- - title: Disqus
227
- href: '#'
228
- icon: disqus
229
- - title: Hyvor Talk
230
- href: '#'
231
- icon: comment-outline
232
-
233
- # --------------------------------------------------------------------------
234
- # J1 Plugins
235
- #
236
- - title: Plugins
237
- icon: alpha-j-box
238
- dropdown:
239
-
240
- - title: Internal Plugins
241
- icon: power-plug-outline
242
- dropdown:
243
-
244
- - title: J1 SiteMap
245
- href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_sitemap/
246
- icon: map-marker-radius
247
- - title: J1 SEO Tags
248
- href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_seo_tags/
249
- icon: tag-text
250
- - title: J1 Feeds
251
- href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_feeds/
252
- icon: slide
253
- - title: J1 Quicksearch
254
- href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/quicksearch/
255
- icon: magnify
256
-
257
- - title: External Plugins
258
- icon: power-plug
259
- dropdown:
260
-
261
- - title: Asciidoctor
262
- href: https://jekyll.one/pages/public/manuals/j1/plugins/asciidoctor/
263
- icon: hospital
264
- - title: J1 Paginator
265
- # href: https://jekyll.one/pages/public/manuals/j1/plugins/j1_paginator/
266
- href: '#'
267
- icon: page-last
268
-
269
- # ------------------------------------------------------------------------------
270
- # Menu TOOLS
271
- #
272
- - item: Tools
273
- sublevel:
274
-
275
- # --------------------------------------------------------------------------
276
- # Tools
277
- #
278
- - title: ToolBox
279
- icon: toolbox
280
- dropdown:
281
-
282
- - title: Pandoc
283
- href: https://jekyll.one/pages/public/manuals/pandoc/
284
- icon: cog-transfer
285
- - title: Platform Info
286
- href: https://jekyll.one/pages/public/manuals/platform/
287
- icon: folder-information
288
-
289
- # ----------------------------------------------------------------------
290
- # AsciiDoc
291
- #
292
- - title: Asciidoc
293
- icon: format-color-text
294
- dropdown:
295
-
296
- - title: Language Documentation
297
- href: https://docs.asciidoctor.org/asciidoc/latest/
298
- icon: book
299
- target: _blank
300
-
301
- - title: Asciidoctor Documentation
302
- href: https://docs.asciidoctor.org/asciidoctor/latest/
303
- icon: hospital
304
- target: _blank
305
-
306
- - title: Asciidoctor CLI
307
- href: https://docs.asciidoctor.org/asciidoctor/latest/cli/
308
- icon: hospital
309
- target: _blank
310
-
311
- # ----------------------------------------------------------------------
312
- # Jekyll
313
- #
314
- - title: Jekyll
315
- icon: flask
316
- dropdown:
317
-
318
- - title: Liquid
319
- href: https://jekyll.one/pages/public/manuals/liquid/user_guide/
320
- icon: mustache
321
- - title: Commandline
322
- href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/commandline/
323
- icon: console-line
324
- - title: Configuration
325
- href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/configuration/
326
- icon: code-braces
327
- - title: Time and Date formats
328
- href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/date_formats/
329
- icon: calendar-blank
330
-
331
- # --------------------------------------------------------------------------
332
- # Previewers
333
- #
334
- - title: Previewers
335
- icon: eye
336
- dropdown:
337
-
338
- - title: Current Theme
339
- href: /pages/public/previewer/current_theme/
340
- icon: theme-light-dark
341
- - title: MD Color Palette
342
- href: https://jekyll.one/pages/public/previewer/color_palette/
343
- icon: format-color-fill
344
- - title: Master Slider
345
- href: https://jekyll.one/pages/public/previewer/masterslider/
346
- icon: gesture-swipe
347
- - title: Country Flags
348
- href: https://jekyll.one/pages/public/previewer/country_flags/
349
- icon: flag
350
- - title: MDI Icons (regular)
351
- href: https://jekyll.one/pages/public/previewer/mdi_font/
352
- icon: sprout
353
- - title: MDI Icons (light)
354
- href: https://jekyll.one/pages/public/previewer/mdil_font/
355
- icon: sprout-outline
356
- icon: emoticon-cool-outline
357
- - title: Rouge Styles
358
- href: https://jekyll.one/pages/public/previewer/rouge/
359
- icon: code-parentheses
360
-
361
- # ------------------------------------------------------------------------------
362
- # Menu ONLINE
363
- #
364
- - item: Online
365
- megamenu:
366
-
367
- - title: Sites
368
- icon: web
369
- column:
370
- - title: Jekyll Home
371
- href: https://jekyllrb.com/
372
- target: _blank
373
- icon: flask
374
- - title: Jekyll Talk
375
- href: https://talk.jekyllrb.com/
376
- target: _blank
377
- icon: flask
378
- - title: Asciidoctor
379
- href: https://asciidoctor.org/
380
- target: _blank
381
- icon: hospital
382
- - title: Ruby
383
- href: https://www.ruby-lang.org/en/
384
- target: _blank
385
- icon: language-ruby
386
- - title: RubyGems
387
- href: https://rubygems.org/gems/j1-template/
388
- target: _blank
389
- icon: language-ruby
390
- - title: NpmJS
391
- href: https://www.npmjs.com/
392
- target: _blank
393
- icon: language-javascript
394
- - title: Bootstrap Home
395
- href: http://getbootstrap.com/
396
- target: _blank
397
- icon: bootstrap
398
- - title: Bootstrap CDN
399
- href: https://www.bootstrapcdn.com/
400
- target: _blank
401
- icon: bootstrap
402
- - title: FA Icons
403
- href: http://fontawesome.io/icons/
404
- target: _blank
405
- icon: font-awesome
406
- - title: MD Icons
407
- href: https://materialdesignicons.com/
408
- target: _blank
409
- icon: google
410
- - title: Fonts
411
- href: https://fonts.google.com/
412
- target: _blank
413
- icon: google
414
- - title: cdnJS
415
- href: https://cdnjs.com/
416
- target: _blank
417
- icon: arrow-down-bold-hexagon-outline
418
-
419
- - title: Knowledge
420
- icon: lightbulb-on
421
- column:
422
- - title: Learn Jekyll at CloudCannon
423
- href: http://jekyll.tips/
424
- target: _blank
425
- icon: flask
426
- - title: Jekyll Cheat Sheet
427
- href: https://learn.cloudcannon.com/jekyll-cheat-sheet/
428
- target: _blank
429
- icon: flask
430
- - title: Jekyll Stackoverflow
431
- href: https://stackoverflow.com/questions/tagged/jekyll
432
- target: _blank
433
- icon: flask
434
- - title: BS 4 Stackoverflow
435
- href: https://stackoverflow.com/questions/tagged/bootstrap-4
436
- target: _blank
437
- icon: bootstrap
438
- - title: W3 Schools
439
- href: http://www.w3schools.com/
440
- target: _blank
441
- icon: xml
442
- - title: SelfHTML
443
- href: https://wiki.selfhtml.org/
444
- target: _blank
445
- icon: language-html5
446
- - title: LearnCSS
447
- href: https://developer.mozilla.org/en-US/docs/Learn/CSS
448
- target: _blank
449
- icon: language-css3
450
- - title: Asciidoc Language
451
- href: https://docs.asciidoctor.org/asciidoc/latest/
452
- target: _blank
453
- icon: format-color-text
454
- - title: Asciidoc FAQ
455
- href: http://www.methods.co.nz/asciidoc/faq.html
456
- target: _blank
457
- icon: format-color-text
458
- - title: Asciidoctor Docs
459
- href: https://docs.asciidoctor.org/asciidoctor/latest/
460
- target: _blank
461
- icon: hospital
462
- - title: Asciidoctor QuickReference
463
- href: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/
464
- target: _blank
465
- icon: hospital
466
- - title: Asciidoctor Writers Gude
467
- href: https://asciidoctor.org/docs/asciidoc-writers-guide/
468
- target: _blank
469
- icon: hospital
470
-
471
- - title: Tools
472
- icon: wrench
473
- column:
474
- - title: FreeFormatter
475
- href: http://www.freeformatter.com/
476
- target: _blank
477
- icon: cached
478
- - title: BeautifyTools
479
- href: https://beautifytools.com/
480
- target: _blank
481
- icon: cached
482
- - title: AppDevTools
483
- href: https://www.appdevtools.com/
484
- target: _blank
485
- icon: cached
486
- - title: Nu Html Checker
487
- href: https://validator.w3.org/nu/
488
- target: _blank
489
- icon: language-html5
490
- - title: Closing Tag Checker
491
- href: https://www.aliciaramirez.com/closing-tags-checker/
492
- target: _blank
493
- icon: language-html5
494
- - title: Convert CSS to Sass
495
- href: http://sebastianpontow.de/css2compass/
496
- target: _blank
497
- icon: language-css3
498
- - title: CSS Matic Tools
499
- href: https://www.cssmatic.com
500
- target: _blank
501
- icon: language-css3
502
- - title: JSON Editor
503
- href: https://jsoneditoronline.org/
504
- target: _blank
505
- icon: code-json
506
- - title: YAML Parser
507
- href: http://yaml-online-parser.appspot.com/
508
- target: _blank
509
- icon: code-braces
510
- - title: Character Codes
511
- href: http://character-code.com/
512
- target: _blank
513
- icon: alpha-a-box-outline
514
- - title: RegEx 101
515
- href: https://regex101.com/
516
- target: _blank
517
- icon: regex
518
- - title: RegEx Library
519
- href: http://www.regexlib.com/
520
- target: _blank
521
- icon: regex
522
-
523
-
524
- # ------------------------------------------------------------------------------
525
- # Menu Themes
526
- #
527
- - item: Theme
528
- theme_select:
529
- - preview: enabled
530
- title: Preview
531
- href: /pages/public/previewer/current_theme/
532
- icon: eye
533
- - local_themes: enabled
534
- title: Jekyll One
535
- icon: alpha-j-box
536
- - bootswatch_themes: enabled
537
- title: Bootswatch
538
- icon: bootstrap
539
-
540
-
541
- # ------------------------------------------------------------------------------
542
- # Menu ABOUT
543
- #
544
- - item: About
545
- sublevel:
546
- - title: Starter
547
- icon: home-variant-outline
548
- href: /pages/public/about/starter/
549
- - title: Issues
550
- icon: bug
551
- href: /pages/public/about/reporting_issues/
552
- - title: Features
553
- icon: wrench
554
- href: /pages/public/about/features/
555
- - title: Privacy
556
- icon: heart
557
- href: /pages/public/legal/en/privacy/
558
-
559
- # ------------------------------------------------------------------------------
560
- # END config
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/j1_navigator_menu.yml (run-time)
3
+ # Configuration of the J1 NAV Module for the main navigation bar
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2023 Juergen Adams
9
+ #
10
+ # J1 Theme is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
12
+ #
13
+ # ------------------------------------------------------------------------------
14
+ # NOTE:
15
+ # For general navigation settings, see navigator.yml
16
+ # ------------------------------------------------------------------------------
17
+ # NOTE:
18
+ # NO default settings
19
+ # ------------------------------------------------------------------------------
20
+
21
+ # ------------------------------------------------------------------------------
22
+ # Menu LEARN
23
+ #
24
+ - item: Learn
25
+ sublevel:
26
+
27
+ - title: Where to go
28
+ href: /pages/public/learn/where_to_go/
29
+ icon: paw
30
+
31
+ # --------------------------------------------------------------------------
32
+ # Roundtrip
33
+ #
34
+ - title: Roundtrip
35
+ icon: briefcase-search-outline
36
+ dropdown:
37
+
38
+ - title: Image
39
+ href: /pages/public/learn/roundtrip/present_images/
40
+ icon: image
41
+ - title: Video
42
+ href: /pages/public/learn/roundtrip/present_videos/
43
+ icon: video
44
+ - title: Typography
45
+ href: /pages/public/learn/roundtrip/typography/
46
+ icon: format-text
47
+ - title: Icons
48
+ href: /pages/public/learn/roundtrip/mdi_icon_font/
49
+ icon: fan
50
+ - title: Extensions
51
+ href: /pages/public/learn/roundtrip/asciidoc_extensions/
52
+ icon: format-annotation-plus
53
+ - title: Modals
54
+ href: /pages/public/learn/roundtrip/modals/
55
+ icon: image
56
+ - title: Tables
57
+ href: /pages/public/learn/roundtrip/responsive_tables/
58
+ icon: table
59
+ - title: Themes
60
+ href: /pages/public/learn/roundtrip/themes/
61
+ icon: theme-light-dark
62
+ - title: Search
63
+ href: /pages/public/learn/roundtrip/quicksearch/
64
+ icon: magnify
65
+
66
+ # --------------------------------------------------------------------------
67
+ # Collections
68
+ #
69
+ - title: Collections
70
+ icon: application
71
+ dropdown:
72
+
73
+ - title: Jekyll Collections
74
+ href: /pages/public/collections/jekyll_collections/
75
+ icon: head-question
76
+
77
+ - title: Bookshelf Collection
78
+ icon: eye
79
+ dropdown:
80
+ - title: Bookshelf
81
+ href: /pages/public/bookshelf/bookshelf/
82
+ icon: book-marker
83
+ - title: Biography
84
+ href: /pages/public/bookshelf/biography/
85
+ icon: book-marker
86
+ - title: Fantasy
87
+ href: /pages/public/bookshelf/fantasy/
88
+ icon: book-marker
89
+ - title: Romance
90
+ href: /pages/public/bookshelf/romance/
91
+ icon: book-marker
92
+
93
+ # ------------------------------------------------------------------------------
94
+ # TopLevel item FEATURES
95
+ #
96
+ - item: Features
97
+ href: /#home_intro_panel
98
+
99
+ # ------------------------------------------------------------------------------
100
+ # TopLevel item BLOG
101
+ #
102
+ # - item: Blog
103
+ # href: /#home_news_panel
104
+
105
+ # ------------------------------------------------------------------------------
106
+ # Menu BLOG
107
+ #
108
+ - item: Blog
109
+ sublevel:
110
+
111
+ - title: Navigator
112
+ href: /pages/public/blog/navigator/
113
+ icon: near-me
114
+ - title: Categories
115
+ href: /pages/public/blog/navigator/archive/categoryview/
116
+ icon: pin
117
+ - title: Date
118
+ href: /pages/public/blog/navigator/archive/dateview/
119
+ icon: calendar
120
+ - title: Archive
121
+ href: /pages/public/blog/navigator/archive/allview/
122
+ icon: archive
123
+
124
+ # ------------------------------------------------------------------------------
125
+ # Menu MANUALS
126
+ #
127
+ - item: Manuals
128
+ sublevel:
129
+
130
+ # --------------------------------------------------------------------------
131
+ # Modules
132
+ #
133
+ - title: Modules
134
+ icon: alpha-j-box
135
+ dropdown:
136
+
137
+ - title: Master Header
138
+ href: https://jekyll.one/pages/public/manuals/modules/attic/
139
+ icon: window-shutter
140
+ target: _blank
141
+ - title: Carousel
142
+ href: https://jekyll.one/pages/public/manuals/modules/carousel/
143
+ icon: view-carousel
144
+ target: _blank
145
+ - title: Cookie Consent
146
+ href: https://jekyll.one/pages/public/manuals/modules/cookie_consent/
147
+ # href: '#'
148
+ icon: cookie
149
+ target: _blank
150
+ - title: Galleries
151
+ href: https://jekyll.one/pages/public/manuals/modules/gallery/
152
+ icon: view-dashboard-variant
153
+ target: _blank
154
+ - title: Lightbox
155
+ href: https://jekyll.one/pages/public/manuals/modules/lightbox/
156
+ icon: flashlight
157
+ target: _blank
158
+ - title: Logger
159
+ href: https://jekyll.one/pages/public/manuals/modules/logger/
160
+ icon: math-log
161
+ target: _blank
162
+ - title: Master Slider
163
+ href: https://jekyll.one/pages/public/manuals/modules/masterslider/
164
+ icon: gesture-swipe
165
+ target: _blank
166
+ - title: Mobile Menu
167
+ href: https://jekyll.one/pages/public/manuals/mmenu/
168
+ icon: menu
169
+ target: _blank
170
+ - title: MSDropdown
171
+ href: https://jekyll.one/pages/public/manuals/msdropdown/
172
+ icon: form-dropdown
173
+ - title: Navigator
174
+ href: https://jekyll.one/pages/public/manuals/modules/navigator/
175
+ # href: '#'
176
+ icon: near-me
177
+ target: _blank
178
+ - title: Range Slider
179
+ href: https://jekyll.one/pages/public/manuals/modules/rangeslider/
180
+ icon: distribute-vertical-center
181
+ target: _blank
182
+ - title: Code Hightlighter Rouge
183
+ href: https://jekyll.one/pages/public/manuals/rouge/user_guide/
184
+ icon: format-color-fill
185
+ target: _blank
186
+ - title: Themer
187
+ href: https://jekyll.one/pages/public/manuals/modules/themer/
188
+ # href: '#'
189
+ icon: theme-light-dark
190
+ target: _blank
191
+ - title: Toccer
192
+ href: https://jekyll.one/pages/public/manuals/modules/toccer/
193
+ # href: '#'
194
+ icon: wrap
195
+ target: _blank
196
+
197
+ # --------------------------------------------------------------------------
198
+ # J1 Components
199
+ #
200
+ - title: Components
201
+ icon: alpha-j-box
202
+ dropdown:
203
+
204
+ - title: Resources
205
+ # href: https://jekyll.one/pages/public/manuals/j1/resources/
206
+ href: '#'
207
+ icon: garage
208
+ target: _blank
209
+ - title: Layouts
210
+ # href: https://jekyll.one/pages/public/manuals/j1/layouts/
211
+ # href: '#'
212
+ href: https://jekyllrb.com/docs/layouts/
213
+ icon: page-layout-body
214
+ target: _blank
215
+
216
+ - title: Blocks
217
+ icon: page-layout-header-footer
218
+ dropdown:
219
+
220
+ - title: Banner And Panel
221
+ href: https://jekyll.one/pages/public/manuals/j1/blocks/banner_panel/
222
+ icon: order-bool-descending
223
+ target: _blank
224
+ - title: Footer
225
+ href: https://jekyll.one/pages/public/manuals/j1/blocks/footer/
226
+ icon: order-bool-ascending
227
+ target: _blank
228
+
229
+ - title: Content
230
+ icon: file
231
+ dropdown:
232
+
233
+ - title: Pages
234
+ href: https://jekyll.one/pages/public/manuals/j1/content/pages/
235
+ icon: file-document
236
+ target: _blank
237
+ - title: Posts
238
+ href: https://jekyll.one/pages/public/manuals/j1/content/posts/
239
+ icon: file-delimited
240
+ target: _blank
241
+
242
+ # - title: Collections
243
+ # href: https://jekyll.one/pages/public/manuals/j1/content/collections/
244
+ # icon: file-percent
245
+
246
+ # --------------------------------------------------------------------------
247
+ # J1 Integrations
248
+ #
249
+ - title: Integrations
250
+ icon: alpha-j-box
251
+ dropdown:
252
+
253
+ - title: Google
254
+ icon: google
255
+ dropdown:
256
+
257
+ - title: Google Translate
258
+ href: '#'
259
+ icon: google-translate
260
+ - title: Google Analytics
261
+ href: '#'
262
+ icon: google-analytics
263
+ - title: Google Ads
264
+ href: '#'
265
+ icon: google-ads
266
+
267
+ - title: Comment Providers
268
+ icon: comment
269
+ dropdown:
270
+
271
+ - title: Disqus
272
+ href: '#'
273
+ icon: disqus
274
+ - title: Hyvor Talk
275
+ href: '#'
276
+ icon: comment-outline
277
+
278
+ # --------------------------------------------------------------------------
279
+ # J1 Plugins
280
+ #
281
+ - title: Plugins
282
+ icon: alpha-j-box
283
+ dropdown:
284
+
285
+ - title: Internal Plugins
286
+ icon: power-plug-outline
287
+ dropdown:
288
+
289
+ - title: J1 SiteMap
290
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_sitemap/
291
+ icon: map-marker-radius
292
+ - title: J1 SEO Tags
293
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_seo_tags/
294
+ icon: tag-text
295
+ - title: J1 Feeds
296
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/j1_feeds/
297
+ icon: slide
298
+ - title: J1 Quicksearch
299
+ href: '#' # https://jekyll.one/pages/public/manuals/j1/plugins/quicksearch/
300
+ icon: magnify
301
+
302
+ - title: External Plugins
303
+ icon: power-plug
304
+ dropdown:
305
+
306
+ - title: Asciidoctor
307
+ href: https://jekyll.one/pages/public/manuals/j1/plugins/asciidoctor/
308
+ icon: hospital
309
+ target: _blank
310
+ - title: J1 Paginator
311
+ # href: https://jekyll.one/pages/public/manuals/j1/plugins/j1_paginator/
312
+ href: '#'
313
+ icon: page-last
314
+
315
+ # ------------------------------------------------------------------------------
316
+ # Menu TOOLS
317
+ #
318
+ - item: Tools
319
+ sublevel:
320
+
321
+ # --------------------------------------------------------------------------
322
+ # Tools
323
+ #
324
+ - title: ToolBox
325
+ icon: toolbox
326
+ dropdown:
327
+
328
+ - title: Pandoc
329
+ href: https://jekyll.one/pages/public/manuals/pandoc/
330
+ icon: cog-transfer
331
+ target: _blank
332
+ - title: Platform Info
333
+ href: https://jekyll.one/pages/public/manuals/platform/
334
+ icon: folder-information
335
+ target: _blank
336
+
337
+ # ----------------------------------------------------------------------
338
+ # AsciiDoc
339
+ #
340
+ - title: Asciidoc
341
+ icon: format-color-text
342
+ dropdown:
343
+
344
+ - title: Language Documentation
345
+ href: https://docs.asciidoctor.org/asciidoc/latest/
346
+ icon: book
347
+ target: _blank
348
+
349
+ - title: Asciidoctor Documentation
350
+ href: https://docs.asciidoctor.org/asciidoctor/latest/
351
+ icon: hospital
352
+ target: _blank
353
+
354
+ - title: Asciidoctor CLI
355
+ href: https://docs.asciidoctor.org/asciidoctor/latest/cli/
356
+ icon: hospital
357
+ target: _blank
358
+
359
+ # ----------------------------------------------------------------------
360
+ # Jekyll
361
+ #
362
+ - title: Jekyll
363
+ icon: flask
364
+ dropdown:
365
+
366
+ - title: Liquid
367
+ href: https://jekyll.one/pages/public/manuals/liquid/user_guide/
368
+ icon: mustache
369
+ target: _blank
370
+ - title: Commandline
371
+ href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/commandline/
372
+ icon: console-line
373
+ target: _blank
374
+ - title: Configuration
375
+ href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/configuration/
376
+ icon: code-braces
377
+ target: _blank
378
+ - title: Time and Date formats
379
+ href: https://jekyll.one/pages/public/manuals/jekyll/user_guide/date_formats/
380
+ icon: calendar-blank
381
+ target: _blank
382
+
383
+ # --------------------------------------------------------------------------
384
+ # Previewers
385
+ #
386
+ - title: Previewers
387
+ icon: eye
388
+ dropdown:
389
+
390
+ - title: Current Theme
391
+ href: /pages/public/previewer/current_theme/
392
+ icon: theme-light-dark
393
+
394
+ - title: Placeholder Images
395
+ href: https://jekyll.one/pages/public/previewer/placeholder_images/
396
+ icon: image
397
+ target: _blank
398
+ - title: Slick Slider
399
+ href: https://jekyll.one/pages/public/previewer/slick/
400
+ icon: view-carousel
401
+ target: _blank
402
+ - title: Masonry
403
+ href: https://jekyll.one/pages/public/previewer/masonry/
404
+ icon: view-dashboard-variant
405
+ target: _blank
406
+
407
+ - title: MD Color Palette
408
+ href: https://jekyll.one/pages/public/previewer/color_palette/
409
+ icon: format-color-
410
+ target: _blank
411
+ - title: Master Slider
412
+ href: https://jekyll.one/pages/public/previewer/masterslider/
413
+ icon: gesture-swipe
414
+ target: _blank
415
+ - title: Country Flags
416
+ href: https://jekyll.one/pages/public/previewer/country_flags/
417
+ icon: flag
418
+ target: _blank
419
+ - title: MDI Icons (regular)
420
+ href: https://jekyll.one/pages/public/previewer/mdi_font/
421
+ icon: sprout
422
+ target: _blank
423
+ - title: MDI Icons (light)
424
+ href: https://jekyll.one/pages/public/previewer/mdil_font/
425
+ icon: sprout-outline
426
+ target: _blank
427
+ icon: emoticon-cool-outline
428
+ - title: Rouge Styles
429
+ href: https://jekyll.one/pages/public/previewer/rouge/
430
+ icon: code-parentheses
431
+ target: _blank
432
+
433
+ # ------------------------------------------------------------------------------
434
+ # Menu ONLINE
435
+ #
436
+ - item: Online
437
+ megamenu:
438
+
439
+ - title: Sites
440
+ icon: web
441
+ column:
442
+ - title: Jekyll Home
443
+ href: https://jekyllrb.com/
444
+ target: _blank
445
+ icon: flask
446
+ - title: Jekyll Talk
447
+ href: https://talk.jekyllrb.com/
448
+ target: _blank
449
+ icon: flask
450
+ - title: Asciidoctor
451
+ href: https://asciidoctor.org/
452
+ target: _blank
453
+ icon: hospital
454
+ - title: Ruby
455
+ href: https://www.ruby-lang.org/en/
456
+ target: _blank
457
+ icon: language-ruby
458
+ - title: RubyGems
459
+ href: https://rubygems.org/gems/j1-template/
460
+ target: _blank
461
+ icon: language-ruby
462
+ - title: NpmJS
463
+ href: https://www.npmjs.com/
464
+ target: _blank
465
+ icon: language-javascript
466
+ - title: Bootstrap Home
467
+ href: http://getbootstrap.com/
468
+ target: _blank
469
+ icon: bootstrap
470
+ - title: Bootstrap CDN
471
+ href: https://www.bootstrapcdn.com/
472
+ target: _blank
473
+ icon: bootstrap
474
+ - title: FA Icons
475
+ href: http://fontawesome.io/icons/
476
+ target: _blank
477
+ icon: font-awesome
478
+ - title: MD Icons
479
+ href: https://materialdesignicons.com/
480
+ target: _blank
481
+ icon: google
482
+ - title: Fonts
483
+ href: https://fonts.google.com/
484
+ target: _blank
485
+ icon: google
486
+ - title: cdnJS
487
+ href: https://cdnjs.com/
488
+ target: _blank
489
+ icon: arrow-down-bold-hexagon-outline
490
+
491
+ - title: Knowledge
492
+ icon: lightbulb-on
493
+ column:
494
+ - title: Learn Jekyll at CloudCannon
495
+ href: http://jekyll.tips/
496
+ target: _blank
497
+ icon: flask
498
+ - title: Jekyll Cheat Sheet
499
+ href: https://learn.cloudcannon.com/jekyll-cheat-sheet/
500
+ target: _blank
501
+ icon: flask
502
+ - title: Jekyll Stackoverflow
503
+ href: https://stackoverflow.com/questions/tagged/jekyll
504
+ target: _blank
505
+ icon: flask
506
+ - title: BS 4 Stackoverflow
507
+ href: https://stackoverflow.com/questions/tagged/bootstrap-4
508
+ target: _blank
509
+ icon: bootstrap
510
+ - title: W3 Schools
511
+ href: http://www.w3schools.com/
512
+ target: _blank
513
+ icon: xml
514
+ - title: SelfHTML
515
+ href: https://wiki.selfhtml.org/
516
+ target: _blank
517
+ icon: language-html5
518
+ - title: LearnCSS
519
+ href: https://developer.mozilla.org/en-US/docs/Learn/CSS
520
+ target: _blank
521
+ icon: language-css3
522
+ - title: Asciidoc Language
523
+ href: https://docs.asciidoctor.org/asciidoc/latest/
524
+ target: _blank
525
+ icon: format-color-text
526
+ - title: Asciidoc FAQ
527
+ href: http://www.methods.co.nz/asciidoc/faq.html
528
+ target: _blank
529
+ icon: format-color-text
530
+ - title: Asciidoctor Docs
531
+ href: https://docs.asciidoctor.org/asciidoctor/latest/
532
+ target: _blank
533
+ icon: hospital
534
+ - title: Asciidoctor QuickReference
535
+ href: https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/
536
+ target: _blank
537
+ icon: hospital
538
+ - title: Asciidoctor Writers Gude
539
+ href: https://asciidoctor.org/docs/asciidoc-writers-guide/
540
+ target: _blank
541
+ icon: hospital
542
+
543
+ - title: Tools
544
+ icon: wrench
545
+ column:
546
+ - title: FreeFormatter
547
+ href: http://www.freeformatter.com/
548
+ target: _blank
549
+ icon: cached
550
+ - title: BeautifyTools
551
+ href: https://beautifytools.com/
552
+ target: _blank
553
+ icon: cached
554
+ - title: AppDevTools
555
+ href: https://www.appdevtools.com/
556
+ target: _blank
557
+ icon: cached
558
+ - title: Nu Html Checker
559
+ href: https://validator.w3.org/nu/
560
+ target: _blank
561
+ icon: language-html5
562
+ - title: Closing Tag Checker
563
+ href: https://www.aliciaramirez.com/closing-tags-checker/
564
+ target: _blank
565
+ icon: language-html5
566
+ - title: Convert CSS to Sass
567
+ href: http://sebastianpontow.de/css2compass/
568
+ target: _blank
569
+ icon: language-css3
570
+ - title: CSS Matic Tools
571
+ href: https://www.cssmatic.com
572
+ target: _blank
573
+ icon: language-css3
574
+ - title: JSON Editor
575
+ href: https://jsoneditoronline.org/
576
+ target: _blank
577
+ icon: code-json
578
+ - title: YAML Parser
579
+ href: http://yaml-online-parser.appspot.com/
580
+ target: _blank
581
+ icon: code-braces
582
+ - title: Character Codes
583
+ href: http://character-code.com/
584
+ target: _blank
585
+ icon: alpha-a-box-outline
586
+ - title: RegEx 101
587
+ href: https://regex101.com/
588
+ target: _blank
589
+ icon: regex
590
+ - title: RegEx Library
591
+ href: http://www.regexlib.com/
592
+ target: _blank
593
+ icon: regex
594
+
595
+
596
+ # ------------------------------------------------------------------------------
597
+ # Menu Themes
598
+ #
599
+ - item: Theme
600
+ theme_select:
601
+ - preview: enabled
602
+ title: Preview
603
+ href: /pages/public/previewer/current_theme/
604
+ icon: eye
605
+ - local_themes: enabled
606
+ title: Jekyll One
607
+ icon: alpha-j-box
608
+ - bootswatch_themes: enabled
609
+ title: Bootswatch
610
+ icon: bootstrap
611
+
612
+
613
+ # ------------------------------------------------------------------------------
614
+ # Menu ABOUT
615
+ #
616
+ - item: About
617
+ sublevel:
618
+ - title: Starter
619
+ icon: home-variant-outline
620
+ href: /pages/public/about/starter/
621
+ - title: Issues
622
+ icon: bug
623
+ href: /pages/public/about/reporting_issues/
624
+ - title: Features
625
+ icon: wrench
626
+ href: /pages/public/about/features/
627
+ - title: Privacy
628
+ icon: heart
629
+ href: /pages/public/legal/en/privacy/
630
+
631
+ # ------------------------------------------------------------------------------
632
+ # END config