j1-template 2022.5.3 → 2022.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (369) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +61 -40
  3. data/_includes/themes/j1/layouts/content_generator_page.html +22 -22
  4. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  5. data/_includes/themes/j1/layouts/layout_metadata_generator.html +5 -86
  6. data/_includes/themes/j1/modules/navigator/generator.html +1 -13
  7. data/_includes/themes/j1/modules/searcher/generator.html +61 -0
  8. data/_includes/themes/j1/modules/{navigator → searcher}/procedures/topsearch.proc +61 -40
  9. data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/about_box.proc +0 -0
  10. data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/contacts_box.proc +0 -0
  11. data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/issue.proc +0 -0
  12. data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/legal_statements.proc +0 -0
  13. data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/links_box.proc +0 -0
  14. data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/news_box.proc +0 -0
  15. data/_includes/themes/j1/{blocks → procedures/blocks}/footer/boxes/social_media_icons.proc +0 -0
  16. data/_includes/themes/j1/procedures/blocks/get_wave.proc +211 -0
  17. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
  18. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -1
  19. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +2 -2
  20. data/_includes/themes/j1/procedures/posts/pager.proc +9 -10
  21. data/_layouts/default.html +26 -13
  22. data/apps/private/README.txt +1 -0
  23. data/apps/protected/README.txt +1 -0
  24. data/apps/public/README.txt +1 -0
  25. data/assets/data/banner.html +38 -8
  26. data/assets/data/footer.html +31 -11
  27. data/assets/data/panel.html +118 -27
  28. data/assets/data/top_search_modal.0.html +142 -0
  29. data/assets/data/top_search_modal.html +121 -0
  30. data/assets/themes/j1/adapter/js/attic.js +4 -4
  31. data/assets/themes/j1/adapter/js/comments.js +18 -7
  32. data/assets/themes/j1/adapter/js/lunr.js +34 -1
  33. data/assets/themes/j1/adapter/js/navigator.js +8 -60
  34. data/assets/themes/j1/adapter/js/waves.js +227 -0
  35. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +10 -5
  36. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +1 -1
  37. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +10 -5
  38. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +1 -1
  39. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +51 -128
  40. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -3
  41. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +397 -197
  42. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +9 -9
  43. data/assets/themes/j1/core/css/vendor.css +11 -8
  44. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  45. data/assets/themes/j1/core/fonts/fontawesome_5/LICENSE.txt +34 -0
  46. data/assets/themes/j1/core/fonts/material_design_icons/LICENSE.txt +97 -0
  47. data/assets/themes/j1/core/fonts/material_design_icons_light/LICENSE.txt +92 -0
  48. data/assets/themes/j1/core/fonts/roboto/LICENSE.txt +11 -0
  49. data/assets/themes/j1/core/js/template.js +405 -772
  50. data/assets/themes/j1/core/js/template.min.js +1 -1
  51. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  52. data/assets/themes/j1/modules/backstretch/js/backstretch.js +1 -1
  53. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  54. data/assets/themes/j1/modules/bokeh/LICENSE.txt +28 -0
  55. data/assets/themes/j1/modules/jquery/js/extensions/hasClass.js +17 -0
  56. data/assets/themes/j1/modules/jquery/js/extensions/hasClass.min.js +17 -0
  57. data/assets/themes/j1/modules/jquery/js/extensions/removeClass.js +18 -0
  58. data/assets/themes/j1/modules/jquery/js/extensions/removeClass.min.js +17 -0
  59. data/assets/themes/j1/modules/later/LICENSE.txt +21 -0
  60. data/assets/themes/j1/modules/log4javascript/license.txt +201 -0
  61. data/assets/themes/j1/modules/lunr/stopwords/de.txt +229 -0
  62. data/assets/themes/j1/modules/lunr/stopwords/en.txt +119 -0
  63. data/assets/themes/j1/modules/masterslider/LICENSE.txt +621 -0
  64. data/assets/themes/j1/modules/masterslider/README.txt +531 -0
  65. data/assets/themes/j1/modules/msDropdown/LICENSE.txt +20 -0
  66. data/assets/themes/j1/modules/nbinteract-core/LICENSE.txt +60 -0
  67. data/assets/themes/j1/modules/rouge/css/themes.txt +46 -0
  68. data/assets/themes/j1/modules/vega/LICENSE.txt +27 -0
  69. data/lib/j1/version.rb +1 -1
  70. data/lib/starter_web/Gemfile +20 -17
  71. data/lib/starter_web/README.md +5 -5
  72. data/lib/starter_web/_config.yml +234 -143
  73. data/lib/starter_web/_data/blocks/banner.yml +18 -2
  74. data/lib/starter_web/_data/blocks/defaults/footer.yml +3 -1
  75. data/lib/starter_web/_data/blocks/defaults/panel.yml +4 -0
  76. data/lib/starter_web/_data/blocks/footer.yml +12 -1
  77. data/lib/starter_web/_data/blocks/panel.yml +88 -19
  78. data/lib/starter_web/_data/layouts/collection.yml +0 -9
  79. data/lib/starter_web/_data/layouts/default.yml +16 -35
  80. data/lib/starter_web/_data/layouts/home.yml +21 -30
  81. data/lib/starter_web/_data/layouts/news_panel_posts.yml +0 -9
  82. data/lib/starter_web/_data/layouts/page.yml +0 -9
  83. data/lib/starter_web/_data/layouts/post.yml +0 -9
  84. data/lib/starter_web/_data/modules/blog_navigator.yml +6 -0
  85. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +15 -8
  86. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +5 -4
  87. data/lib/starter_web/_data/modules/defaults/lunr.yml +21 -0
  88. data/lib/starter_web/_data/modules/defaults/navigator.yml +17 -18
  89. data/lib/starter_web/_data/modules/defaults/waves.yml +32 -0
  90. data/lib/starter_web/_data/modules/lunr.yml +7 -0
  91. data/lib/starter_web/_data/modules/navigator_menu.yml +48 -120
  92. data/lib/starter_web/_data/modules/waves.yml +32 -0
  93. data/lib/starter_web/_data/plugins/defaults/feed.yml +82 -0
  94. data/lib/starter_web/_data/plugins/defaults/seo-tags.yml +65 -0
  95. data/lib/starter_web/_data/plugins/defaults/sitemap.yml +66 -0
  96. data/lib/starter_web/_data/plugins/feed.yml +35 -0
  97. data/lib/starter_web/_data/plugins/seo-tags.yml +30 -0
  98. data/lib/starter_web/_data/plugins/sitemap.yml +30 -0
  99. data/lib/starter_web/_data/resources.yml +22 -0
  100. data/lib/starter_web/_data/templates/feed.xml +191 -0
  101. data/lib/starter_web/_data/templates/robots.txt +1 -0
  102. data/lib/starter_web/_data/templates/seo-tags.html +140 -0
  103. data/lib/starter_web/_data/templates/sitemap.xml +36 -0
  104. data/lib/starter_web/_includes/attributes.asciidoc +49 -47
  105. data/lib/starter_web/_includes/custom/static/bs5_accordion.html +84 -0
  106. data/lib/starter_web/_includes/custom/templates/bs5_accordion.html +103 -0
  107. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/admonition-block-answer.rb +0 -0
  108. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/admonition-block-question.rb +0 -0
  109. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/banner.rb +0 -0
  110. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/callout.rb +0 -0
  111. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/carousel-block.rb +0 -0
  112. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/conum.rb +0 -0
  113. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/fab-icon-inline.rb +0 -0
  114. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/fas-icon-inline.rb +0 -0
  115. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/flag-icon-inline.rb +0 -0
  116. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/gallery-block.rb +0 -0
  117. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/gist-block.rb +0 -0
  118. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/iconify-icon-inline.rb +0 -0
  119. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/lightbox-block.rb +0 -0
  120. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/lorem_inline.rb +0 -0
  121. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/masterslider-block.rb +0 -0
  122. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/mdi-icon-inline.rb +0 -0
  123. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/panel.rb +0 -0
  124. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/range-slider-block.rb +0 -0
  125. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/shout-block.rb +0 -0
  126. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/textbook-block.rb +0 -0
  127. data/lib/starter_web/_plugins/{asciidoctor-extensions → asciidoctor}/twitter-emoji-inline.rb +0 -0
  128. data/lib/starter_web/_plugins/{debug.rb → filter/debug.rb} +0 -0
  129. data/lib/starter_web/_plugins/{encodeBase64.rb → filter/encodeBase64.rb} +0 -0
  130. data/lib/starter_web/_plugins/{encryptAES.rb → filter/encryptAES.rb} +0 -0
  131. data/lib/starter_web/_plugins/{filters.rb → filter/filters.rb} +11 -0
  132. data/lib/starter_web/_plugins/{minifyJS.rb → filter/minifyJS.rb} +0 -0
  133. data/lib/starter_web/_plugins/{minifyJSON.rb → filter/minifyJSON.rb} +0 -0
  134. data/lib/starter_web/_plugins/{prettify.rb → filter/prettify.rb} +0 -0
  135. data/lib/starter_web/_plugins/filter/xml_prettify.rb +36 -0
  136. data/lib/starter_web/_plugins/{symlink_watcher.rb → helper/symlink_watcher.rb} +0 -0
  137. data/lib/starter_web/_plugins/{date-i18n.rb → i18n/date.rb} +1 -1
  138. data/lib/starter_web/_plugins/{lunr_index.rb → index/lunr.rb} +30 -30
  139. data/lib/starter_web/_plugins/seo/j1-feed.rb +268 -0
  140. data/lib/starter_web/_plugins/seo/j1-seo-tags.rb +717 -0
  141. data/lib/starter_web/_plugins/seo/j1-sitemap.rb +140 -0
  142. data/lib/starter_web/assets/images/banner/scalable/wave.svg +13 -0
  143. data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-1.svg +63 -0
  144. data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-2.svg +60 -0
  145. data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-3.svg +64 -0
  146. data/lib/starter_web/assets/images/blocks/waves/scalable/1280x100/wave-4.svg +62 -0
  147. data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-1.svg +64 -0
  148. data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-2.svg +60 -0
  149. data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-3.svg +65 -0
  150. data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-4.svg +62 -0
  151. data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.png +0 -0
  152. data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators.png +0 -0
  153. data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.png +0 -0
  154. data/lib/starter_web/assets/images/icons/jekyll/logo-2x.png +0 -0
  155. data/lib/starter_web/assets/images/icons/jekyll/octojekyll.png +0 -0
  156. data/lib/starter_web/assets/images/modules/attics/1280x800/j1-template.png +0 -0
  157. data/lib/starter_web/assets/images/modules/attics/1280x800/jekyll-generator.png +0 -0
  158. data/lib/starter_web/assets/images/modules/attics/1280x800jekyll-generator.jpg +0 -0
  159. data/lib/starter_web/assets/images/modules/attics/1920x1280/{ben-kolde.jpg → _ben-kolde.jpg} +0 -0
  160. data/lib/starter_web/assets/images/modules/attics/1920x1280/_moritz-kindler.jpg +0 -0
  161. data/lib/starter_web/assets/images/modules/attics/1920x1280/alina-grubnyak.jpg +0 -0
  162. data/lib/starter_web/assets/images/modules/attics/1920x1280/andrea-badino.jpg +0 -0
  163. data/lib/starter_web/assets/images/modules/attics/1920x1280/brad-neathery.jpg +0 -0
  164. data/lib/starter_web/assets/images/modules/attics/1920x1280/bruno-figueiredo.jpg +0 -0
  165. data/lib/starter_web/assets/images/modules/attics/1920x1280/fly-d.jpg +0 -0
  166. data/lib/starter_web/assets/images/modules/attics/1920x1280/guillaume-bolduc.jpg +0 -0
  167. data/lib/starter_web/assets/images/modules/attics/1920x1280/melanie-deziel.jpg +0 -0
  168. data/lib/starter_web/assets/images/modules/attics/1920x1280/milad-fakurian.jpg +0 -0
  169. data/lib/starter_web/assets/images/modules/attics/1920x1280/{_nasa.jpg → nasa.jpg} +0 -0
  170. data/lib/starter_web/assets/images/modules/attics/1920x1280/quino-al-2.jpg +0 -0
  171. data/lib/starter_web/assets/images/modules/attics/lunr-1280x800.jpg +0 -0
  172. data/lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg +0 -0
  173. data/lib/starter_web/assets/images/modules/attics/{gift-from-hand-1920x1280.jpg → shutterstock_sponsor-1920x1280.jpg} +0 -0
  174. data/lib/starter_web/assets/images/modules/gallery/mega_cities/author.txt +75 -0
  175. data/lib/starter_web/assets/images/pages/egrid/bg.png +0 -0
  176. data/lib/starter_web/assets/images/pages/egrid/black_denim.png +0 -0
  177. data/lib/starter_web/assets/images/pages/egrid/explanation.png +0 -0
  178. data/lib/starter_web/assets/images/pages/egrid/html_markup.png +0 -0
  179. data/lib/starter_web/assets/images/pages/egrid/large/1.jpg +0 -0
  180. data/lib/starter_web/assets/images/pages/egrid/large/10.jpg +0 -0
  181. data/lib/starter_web/assets/images/pages/egrid/large/11.jpg +0 -0
  182. data/lib/starter_web/assets/images/pages/egrid/large/12.jpg +0 -0
  183. data/lib/starter_web/assets/images/pages/egrid/large/13.jpg +0 -0
  184. data/lib/starter_web/assets/images/pages/egrid/large/14.jpg +0 -0
  185. data/lib/starter_web/assets/images/pages/egrid/large/15.jpg +0 -0
  186. data/lib/starter_web/assets/images/pages/egrid/large/16.jpg +0 -0
  187. data/lib/starter_web/assets/images/pages/egrid/large/17.jpg +0 -0
  188. data/lib/starter_web/assets/images/pages/egrid/large/18.jpg +0 -0
  189. data/lib/starter_web/assets/images/pages/egrid/large/19.jpg +0 -0
  190. data/lib/starter_web/assets/images/pages/egrid/large/2.jpg +0 -0
  191. data/lib/starter_web/assets/images/pages/egrid/large/20.jpg +0 -0
  192. data/lib/starter_web/assets/images/pages/egrid/large/3.jpg +0 -0
  193. data/lib/starter_web/assets/images/pages/egrid/large/4.jpg +0 -0
  194. data/lib/starter_web/assets/images/pages/egrid/large/5.jpg +0 -0
  195. data/lib/starter_web/assets/images/pages/egrid/large/6.jpg +0 -0
  196. data/lib/starter_web/assets/images/pages/egrid/large/7.jpg +0 -0
  197. data/lib/starter_web/assets/images/pages/egrid/large/8.jpg +0 -0
  198. data/lib/starter_web/assets/images/pages/egrid/large/9.jpg +0 -0
  199. data/lib/starter_web/assets/images/pages/egrid/loading.gif +0 -0
  200. data/lib/starter_web/assets/images/pages/egrid/loading_dark.gif +0 -0
  201. data/lib/starter_web/assets/images/pages/egrid/nav-icon.png +0 -0
  202. data/lib/starter_web/assets/images/pages/egrid/nav.png +0 -0
  203. data/lib/starter_web/assets/images/pages/egrid/small/1.jpg +0 -0
  204. data/lib/starter_web/assets/images/pages/egrid/small/10.jpg +0 -0
  205. data/lib/starter_web/assets/images/pages/egrid/small/11.jpg +0 -0
  206. data/lib/starter_web/assets/images/pages/egrid/small/12.jpg +0 -0
  207. data/lib/starter_web/assets/images/pages/egrid/small/13.jpg +0 -0
  208. data/lib/starter_web/assets/images/pages/egrid/small/14.jpg +0 -0
  209. data/lib/starter_web/assets/images/pages/egrid/small/15.jpg +0 -0
  210. data/lib/starter_web/assets/images/pages/egrid/small/16.jpg +0 -0
  211. data/lib/starter_web/assets/images/pages/egrid/small/17.jpg +0 -0
  212. data/lib/starter_web/assets/images/pages/egrid/small/18.jpg +0 -0
  213. data/lib/starter_web/assets/images/pages/egrid/small/19.jpg +0 -0
  214. data/lib/starter_web/assets/images/pages/egrid/small/1a.jpg +0 -0
  215. data/lib/starter_web/assets/images/pages/egrid/small/2.jpg +0 -0
  216. data/lib/starter_web/assets/images/pages/egrid/small/20.jpg +0 -0
  217. data/lib/starter_web/assets/images/pages/egrid/small/3.jpg +0 -0
  218. data/lib/starter_web/assets/images/pages/egrid/small/4.jpg +0 -0
  219. data/lib/starter_web/assets/images/pages/egrid/small/5.jpg +0 -0
  220. data/lib/starter_web/assets/images/pages/egrid/small/6.jpg +0 -0
  221. data/lib/starter_web/assets/images/pages/egrid/small/7.jpg +0 -0
  222. data/lib/starter_web/assets/images/pages/egrid/small/8.jpg +0 -0
  223. data/lib/starter_web/assets/images/pages/egrid/small/9.jpg +0 -0
  224. data/lib/starter_web/assets/images/pages/roundtrip/500_themes/themes-menu-1280x800.jpg +0 -0
  225. data/lib/starter_web/assets/images/promo/home/screenshot.jpg +0 -0
  226. data/lib/starter_web/assets/images/promo/jekyll/jekyll-generator.png +0 -0
  227. data/lib/starter_web/assets/images/promo/jekyll/jekyll-og.png +0 -0
  228. data/lib/starter_web/collections/asciidoc_skeletons/simple-post/_posts/yyyy-mm-dd-your-post-name.asciidoc +13 -10
  229. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +8 -3
  230. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +11 -6
  231. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +13 -10
  232. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +12 -9
  233. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
  234. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +13 -5
  235. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +14 -7
  236. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +13 -6
  237. data/lib/starter_web/index.html +90 -45
  238. data/lib/starter_web/package.json +1 -1
  239. data/lib/starter_web/pages/public/about/features.adoc +30 -27
  240. data/lib/starter_web/pages/public/about/reporting_issues.adoc +13 -11
  241. data/lib/starter_web/pages/public/about/site.adoc +2 -6
  242. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +8 -10
  243. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +8 -12
  244. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +8 -11
  245. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +9 -8
  246. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +9 -14
  247. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +9 -14
  248. data/lib/starter_web/pages/public/blog/navigator/{archive.html → archive/allview.html} +53 -26
  249. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +46 -21
  250. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +49 -19
  251. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +58 -54
  252. data/lib/starter_web/pages/public/blog/navigator/index.html +212 -35
  253. data/lib/starter_web/pages/public/features/general.adoc +12 -30
  254. data/lib/starter_web/pages/public/features/template.adoc +9 -33
  255. data/lib/starter_web/pages/public/learn/quickstart.adoc +10 -8
  256. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +0 -7
  257. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_table_bs_modal_examples.asciidoc +2 -2
  258. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_bootstrap.asciidoc +51 -0
  259. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +110 -0
  260. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +11 -9
  261. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +80 -0
  262. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +9 -7
  263. data/lib/starter_web/pages/public/learn/roundtrip/{quicksearch.adoc → lunr_search.adoc} +23 -18
  264. data/lib/starter_web/pages/public/learn/roundtrip/{bs_modals_extentions.adoc → modal_extentions.adoc} +23 -24
  265. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +12 -11
  266. data/lib/starter_web/pages/public/learn/roundtrip/present_videos.adoc +14 -10
  267. data/lib/starter_web/pages/public/learn/roundtrip/{responsive_tables_extensions.adoc → responsive_tables.adoc} +16 -13
  268. data/lib/starter_web/pages/public/learn/roundtrip/{typography.adoc → template_typography.adoc} +8 -7
  269. data/lib/starter_web/pages/public/learn/where_to_go.adoc +12 -29
  270. data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +1 -1
  271. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +1 -1
  272. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +1 -1
  273. data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +3 -1
  274. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +7 -5
  275. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +7 -5
  276. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +7 -5
  277. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +9 -5
  278. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +11 -10
  279. data/lib/starter_web/pages/public/plans/plans.adoc +7 -4
  280. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +16 -47
  281. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  282. data/lib/starter_web/utilsrv/package.json +1 -1
  283. metadata +176 -135
  284. data/_includes/themes/j1/blocks/footer/generator.html +0 -151
  285. data/_includes/themes/j1/layouts/content_generator_app.html +0 -32
  286. data/_includes/themes/j1/layouts/content_generator_article_navigator.html +0 -176
  287. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +0 -251
  288. data/_layouts/app.html +0 -65
  289. data/_layouts/article_navigator.html +0 -66
  290. data/_layouts/blog_archive.html +0 -64
  291. data/assets/data/article_navigator/index.html +0 -51
  292. data/lib/starter_web/_data/layouts/app.yml +0 -172
  293. data/lib/starter_web/_data/layouts/article_navigator.yml +0 -173
  294. data/lib/starter_web/_data/layouts/blog_archive.yml +0 -191
  295. data/lib/starter_web/_includes/custom/static/custom_teaser.html +0 -64
  296. data/lib/starter_web/assets/images/banner/scalable/readme +0 -0
  297. data/lib/starter_web/assets/images/collections/blog/featured/dynamic-web-access.jpg +0 -0
  298. data/lib/starter_web/assets/images/collections/blog/featured/jamstack-generators-2.jpg +0 -0
  299. data/lib/starter_web/assets/images/collections/blog/featured/markus-spiske-2.jpg +0 -0
  300. data/lib/starter_web/assets/images/collections/blog/featured/static-web-access.jpg +0 -0
  301. data/lib/starter_web/assets/images/collections/blog/featured/welcome-to-j1-template.jpg +0 -0
  302. data/lib/starter_web/assets/images/collections/blog/featured/what-is-a-baseurl.jpg +0 -0
  303. data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/j1_docker_banner.1280x500.png +0 -0
  304. data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/kinematic_alpha.1280x600.png +0 -0
  305. data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/kinematic_j1.1280x300.png +0 -0
  306. data/lib/starter_web/assets/images/collections/blog/series/j1_using_docker/windows_docker_banner.1280x500.png +0 -0
  307. data/lib/starter_web/assets/images/modules/attics/1920x1280/braden-collum.jpg +0 -0
  308. data/lib/starter_web/assets/images/modules/attics/1920x1280/firmbee-com.jpg +0 -0
  309. data/lib/starter_web/assets/images/modules/attics/1920x1280/moritz-kindler.jpg +0 -0
  310. data/lib/starter_web/assets/images/modules/attics/1920x1280/spacex.jpg +0 -0
  311. data/lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg +0 -0
  312. data/lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg +0 -0
  313. data/lib/starter_web/assets/videos/gallery/html5/video1.mp4 +0 -0
  314. data/lib/starter_web/assets/videos/gallery/html5/video2.mp4 +0 -0
  315. data/lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg +0 -0
  316. data/lib/starter_web/assets/videos/gallery/nye-party-shop-poster.jpg +0 -0
  317. data/lib/starter_web/assets/videos/gallery/stay-colorful-poster.jpg +0 -0
  318. data/lib/starter_web/assets/videos/gallery/video1-poster.jpg +0 -0
  319. data/lib/starter_web/assets/videos/gallery/video1-thumb.jpg +0 -0
  320. data/lib/starter_web/assets/videos/gallery/video2-poster.jpg +0 -0
  321. data/lib/starter_web/assets/videos/gallery/video2-thumb.jpg +0 -0
  322. data/lib/starter_web/assets/videos/gallery/video_adele-poster.jpg +0 -0
  323. data/lib/starter_web/assets/videos/gallery/video_gaga-poster.jpg +0 -0
  324. data/lib/starter_web/assets/videos/gallery/video_gwen-poster.jpg +0 -0
  325. data/lib/starter_web/assets/videos/gallery/video_michelle-poster.jpg +0 -0
  326. data/lib/starter_web/assets/videos/gallery/vk/hai.jpg +0 -0
  327. data/lib/starter_web/assets/videos/gallery/vk/otter.jpg +0 -0
  328. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/battle.jpg +0 -0
  329. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/ben.jpg +0 -0
  330. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/constance.jpg +0 -0
  331. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/elisa.jpg +0 -0
  332. data/lib/starter_web/assets/videos/headers/present_videos/still/underground-broadway.jpg +0 -0
  333. data/lib/starter_web/assets/videos/headers/present_videos/underground-broadway.mp4 +0 -0
  334. data/lib/starter_web/assets/videos/tiktok/einhorn.jpg +0 -0
  335. data/lib/starter_web/assets/videos/tiktok/waluschka.jpg +0 -0
  336. data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-circular-times-table.adoc +0 -142
  337. data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-common-used-widgets.adoc +0 -232
  338. data/lib/starter_web/pages/public/jupyter/examples/distributed/j1-odes-in-python.adoc +0 -115
  339. data/lib/starter_web/pages/public/jupyter/examples/localized/j1_climate-change-forecast.adoc +0 -109
  340. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_circular_times_table.ipynb +0 -12382
  341. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_climate_change_forecast.ipynb +0 -1058
  342. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_docs_example_dynamic.ipynb +0 -14478
  343. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_interactive_widgets.ipynb +0 -442
  344. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets.ipynb +0 -523
  345. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_bar_chart.ipynb +0 -89
  346. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_hist_chart.ipynb +0 -87
  347. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_line_chart.ipynb +0 -90
  348. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_question_multiple_choice.ipynb +0 -64
  349. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_question_short_answer.ipynb +0 -122
  350. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_scatter_chart.ipynb +0 -89
  351. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_nbi_widgets_scatter_drag_chart.ipynb +0 -87
  352. data/lib/starter_web/pages/public/jupyter/notebooks/j1/j1_odes_in_python.ipynb +0 -15227
  353. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_circular_times_table.html +0 -747
  354. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_climate_change_forecast.html +0 -1250
  355. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_docs_example_dynamic.html +0 -186
  356. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_interactive_widgets.html +0 -512
  357. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets.html +0 -629
  358. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_bar_chart.html +0 -95
  359. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_hist_chart.html +0 -93
  360. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_line_chart.html +0 -96
  361. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_question_multiple_choice.html +0 -70
  362. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_question_short_answer.html +0 -156
  363. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_chart.html +0 -95
  364. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_nbi_widgets_scatter_drag_chart.html +0 -93
  365. data/lib/starter_web/pages/public/jupyter/notebooks/textbooks/j1_odes_in_python.html +0 -955
  366. data/lib/starter_web/pages/public/jupyter/where_to_go.adoc +0 -232
  367. data/lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js +0 -130
  368. data/lib/starter_web/pages/public/learn/roundtrip/themes.adoc +0 -253
  369. data/lib/starter_web/pages/public/se/se-fake.adoc +0 -48
@@ -1892,5 +1892,27 @@ resources:
1892
1892
  ]
1893
1893
  init_function: []
1894
1894
 
1895
+ # ----------------------------------------------------------------------------
1896
+ # Waves
1897
+ #
1898
+ - name: Waves
1899
+ resource:
1900
+ enabled: true
1901
+
1902
+ id: waves
1903
+ comment: Module Waves
1904
+ region: head
1905
+ layout: [ all ]
1906
+ required: always
1907
+ preload: false
1908
+ script_load: sync
1909
+ dependencies: false
1910
+ pass_init_data: false
1911
+ data:
1912
+ css: []
1913
+ files: [ adapter/js/waves.js ]
1914
+ js: []
1915
+ init_function: [ j1.adapter.waves.init ]
1916
+
1895
1917
  # ------------------------------------------------------------------------------
1896
1918
  # END config
@@ -0,0 +1,191 @@
1
+ {% capture cache %}
2
+
3
+ {% comment %}
4
+ # -----------------------------------------------------------------------------
5
+ # ~/_data/feed.xml
6
+ # Liquid template to generate feed XML files
7
+ #
8
+ # Product/Info:
9
+ # https://jekyll.one
10
+ #
11
+ # Copyright (C) 2022 Juergen Adams
12
+ #
13
+ # J1 Template is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
15
+ #
16
+ # -----------------------------------------------------------------------------
17
+ {% endcomment %}
18
+
19
+ {% comment %} process YML config data
20
+ ================================================================================ {% endcomment %}
21
+
22
+ {% comment %} Set config files
23
+ -------------------------------------------------------------------------------- {% endcomment %}
24
+ {% assign plugins = site.data.plugins %}
25
+
26
+ {% comment %} Set config data
27
+ -------------------------------------------------------------------------------- {% endcomment %}
28
+ {% assign feed_defaults = plugins.defaults.feed.defaults %}
29
+ {% assign feed_settings = plugins.feed.settings %}
30
+
31
+ {% comment %} Set config options
32
+ -------------------------------------------------------------------------------- {% endcomment %}
33
+ {% assign feed_options = feed_defaults | merge: feed_settings %}
34
+
35
+ {% comment %} initialize global variables
36
+ -------------------------------------------------------------------------------- {% endcomment %}
37
+ {% assign environment = site.environment %}
38
+ {% assign template_version = site.version %}
39
+ {% assign excerpt_separator = site.excerpt_separator %}
40
+ {% assign compress = site.compress_html.enabled %}
41
+ {% assign prettify = data.j1_config.prettify %}
42
+
43
+ {% comment %} initialize local variables
44
+ -------------------------------------------------------------------------------- {% endcomment %}
45
+ {% assign limit_posts = feed_options.posts_limit %}
46
+
47
+
48
+ {% comment %} main
49
+ -------------------------------------------------------------------------------- {% endcomment %}
50
+ <feed xmlns="http://www.w3.org/2005/Atom" {% if site.lang %}xml:lang="{{ site.lang }}"{% endif %}>
51
+ <generator uri="https://jekyllrb.com/" version="{{ jekyll.version }}">Jekyll</generator>
52
+ <link href="{{ page.url | absolute_url }}" rel="self" type="application/atom+xml" />
53
+ <link href="{{ '/' | absolute_url }}" rel="alternate" type="text/html" {% if site.lang %}hreflang="{{ site.lang }}" {% endif %}/>
54
+ <updated>{{ site.time | date_to_xmlschema }}</updated>
55
+ <id>{{ page.url | absolute_url | xml_escape }}</id>
56
+ <post_limited>{{ limit_posts }}</post_limited>
57
+ <template_name>J1 Template</template_name>
58
+ <template_version>2022.6.1</template_version>
59
+
60
+ {% assign title = site.title | default: site.name %}
61
+ {% if page.collection != "posts" %}
62
+ {% assign collection = page.collection | capitalize %}
63
+ {% assign title = title | append: " | " | append: collection %}
64
+ {% endif %}
65
+ {% if page.category %}
66
+ {% assign category = page.category | capitalize %}
67
+ {% assign title = title | append: " | " | append: category %}
68
+ {% endif %}
69
+
70
+ {% if title %}
71
+ <title type="html">{{ title | smartify | xml_escape }}</title>
72
+ {% endif %}
73
+
74
+ {% if site.description %}
75
+ <subtitle>{{ site.description | xml_escape }}</subtitle>
76
+ {% endif %}
77
+
78
+ {% if site.author %}
79
+ <author>
80
+ <name>{{ site.author.name | default: site.author | xml_escape }}</name>
81
+ {% if site.author.email %}
82
+ <email>{{ site.author.email | xml_escape }}</email>
83
+ {% endif %}
84
+ {% if site.author.uri %}
85
+ <uri>{{ site.author.uri | xml_escape }}</uri>
86
+ {% endif %}
87
+ </author>
88
+ {% endif %}
89
+
90
+ {% if page.tags %}
91
+ {% assign posts = site.tags[page.tags] %}
92
+ {% else %}
93
+ {% assign posts = site[page.collection] %}
94
+ {% endif %}
95
+
96
+ {% if page.category %}
97
+ {% assign posts = posts | where: "categories", page.category %}
98
+ {% endif %}
99
+
100
+ {% unless site.show_drafts %}
101
+ {% assign posts = posts | where_exp: "post", "post.draft != true" %}
102
+ {% endunless %}
103
+
104
+ {% assign posts = posts | sort: "date" | reverse %}
105
+ {% for post in posts limit: limit_posts %}
106
+ <entry{% if post.lang %}{{" "}}xml:lang="{{ post.lang }}"{% endif %}>
107
+ {% assign post_title = post.title | smartify | strip_html | normalize_whitespace | xml_escape %}
108
+
109
+ <title type="html">{{ post_title }}</title>
110
+ <link href="{{ post.url | absolute_url }}" rel="alternate" type="text/html" title="{{ post_title }}" />
111
+ <published>{{ post.date | date_to_xmlschema }}</published>
112
+ <updated>{{ post.last_modified_at | default: post.date | date_to_xmlschema }}</updated>
113
+ <id>{{ post.id | absolute_url | xml_escape }}</id>
114
+ {% assign excerpt_only = post.feed.excerpt_only | default: feed_options.excerpt_only %}
115
+
116
+ {% comment %} See: https://github.com/jekyll/jekyll-archives/issues/28 {% endcomment %}
117
+ {% unless excerpt_only %}
118
+ <content type="html" xml:base="{{ post.url | absolute_url | xml_escape }}"><![CDATA[{{ post.content | markdownify | strip_html | remove: "excerpt__end" | normalize_whitespace }}]]></content>
119
+ {% endunless %}
120
+
121
+ {% assign post_author = post.author | default: post.authors[0] | default: site.author %}
122
+ {% assign post_author = site.data.authors[post_author] | default: post_author %}
123
+ {% assign post_author_email = post_author.email | default: nil %}
124
+ {% assign post_author_uri = post_author.uri | default: nil %}
125
+ {% assign post_author_name = post_author.name | default: post_author %}
126
+
127
+ <author>
128
+ <name>{{ post_author_name | default: "" | xml_escape }}</name>
129
+ {% if post_author_email %}
130
+ <email>{{ post_author_email | xml_escape }}</email>
131
+ {% endif %}
132
+ {% if post_author_uri %}
133
+ <uri>{{ post_author_uri | xml_escape }}</uri>
134
+ {% endif %}
135
+ </author>
136
+
137
+ {% if post.category %}
138
+ <category term="{{ post.category | xml_escape }}" />
139
+ {% elsif post.categories %}
140
+ {% for category in post.categories %}
141
+ <category term="{{ category | xml_escape }}" />
142
+ {% endfor %}
143
+ {% endif %}
144
+
145
+ {% for tag in post.tags %}
146
+ <category term="{{ tag | xml_escape }}" />
147
+ {% endfor %}
148
+
149
+ {% assign post_summary = post.description | default: post.excerpt %}
150
+ {% if post_summary and post_summary != empty %}
151
+ <summary type="html"><![CDATA[{{ post_summary | strip_html | normalize_whitespace }}]]></summary>
152
+ {% endif %}
153
+
154
+ {% assign post_image = post.image.path | default: post.image %}
155
+ {% if post_image %}
156
+ {% unless post_image contains "://" %}
157
+ {% assign post_image = post_image | absolute_url %}
158
+ {% endunless %}
159
+ <media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="{{ post_image | xml_escape }}" />
160
+ <media:content medium="image" url="{{ post_image | xml_escape }}" xmlns:media="http://search.yahoo.com/mrss/" />
161
+ {% endif %}
162
+ </entry>
163
+ {% endfor %}
164
+ </feed>
165
+ {% endcapture %}
166
+
167
+ <?xml version="1.0" encoding="utf-8"?>
168
+ {% if page.xsl %}
169
+ <?xml-stylesheet type="text/xml" href="{{ '/feed.xslt.xml' | absolute_url }}"?>
170
+ {% endif %}
171
+
172
+ {% comment %} POST processing of the generated feed XML file|s
173
+ -------------------------------------------------------------------------------- {% endcomment %}
174
+ {% case environment %}
175
+
176
+ {% comment %} DEVELOPMENT mode (beautified)
177
+ ------------------------------------------------------------------------------ {% endcomment %}
178
+ {% when 'development' or 'dev' or 'test' %}
179
+ {{ cache | xml_pretty_print }}
180
+
181
+ {% comment %} PRODUCTION mode (compressed)
182
+ ------------------------------------------------------------------------------ {% endcomment %}
183
+ {% when 'production' or 'prod' %}
184
+ {{ cache }}
185
+
186
+ {% comment %} UNKNOWN mode (compressed)
187
+ ------------------------------------------------------------------------------ {% endcomment %}
188
+ {% else %}
189
+ {{ cache }}
190
+
191
+ {% endcase %}
@@ -0,0 +1 @@
1
+ Sitemap: {{ "sitemap.xml" | absolute_url }}
@@ -0,0 +1,140 @@
1
+ <!-- Begin J1 SEO tags -->
2
+
3
+ {% if seo_tag.title? %}
4
+ <title>{{ seo_tag.title }}</title>
5
+ {% endif %}
6
+
7
+ <meta name="generator" content="Jekyll v{{ jekyll.version }}" />
8
+
9
+ {% if seo_tag.page_title %}
10
+ <meta property="og:title" content="{{ seo_tag.page_title }}" />
11
+ {% endif %}
12
+
13
+ {% if seo_tag.author.name %}
14
+ <meta name="author" content="{{ seo_tag.author.name }}" />
15
+ {% endif %}
16
+
17
+ <meta property="og:locale" content="{{ seo_tag.page_locale }}" />
18
+
19
+ {% if seo_tag.description %}
20
+ <meta name="description" content="{{ seo_tag.description }}" />
21
+ <meta property="og:description" content="{{ seo_tag.description }}" />
22
+ <meta property="twitter:description" content="{{ seo_tag.description }}" />
23
+ {% endif %}
24
+
25
+ {% if site.url %}
26
+ <link rel="canonical" href="{{ seo_tag.canonical_url }}" />
27
+ <meta property="og:url" content="{{ seo_tag.canonical_url }}" />
28
+ {% endif %}
29
+
30
+ {% if seo_tag.site_title %}
31
+ <meta property="og:site_name" content="{{ seo_tag.site_title }}" />
32
+ {% endif %}
33
+
34
+ {% if seo_tag.image %}
35
+ <meta property="og:image" content="{{ seo_tag.image.path }}" />
36
+ {% if seo_tag.image.height %}
37
+ <meta property="og:image:height" content="{{ seo_tag.image.height }}" />
38
+ {% endif %}
39
+ {% if seo_tag.image.width %}
40
+ <meta property="og:image:width" content="{{ seo_tag.image.width }}" />
41
+ {% endif %}
42
+ {% if seo_tag.image.alt %}
43
+ <meta property="og:image:alt" content="{{ seo_tag.image.alt }}" />
44
+ {% endif %}
45
+ {% endif %}
46
+
47
+ {% if page.date %}
48
+ <meta property="og:type" content="article" />
49
+ <meta property="article:published_time" content="{{ page.date | date_to_xmlschema }}" />
50
+ {% else %}
51
+ <meta property="og:type" content="website" />
52
+ {% endif %}
53
+
54
+ {% if page.previous %}
55
+ <link rel="prev" href="{{ page.previous.url | absolute_url }}" />
56
+ {% endif %}
57
+ {% if page.next %}
58
+ <link rel="next" href="{{ page.next.url | absolute_url }}" />
59
+ {% endif %}
60
+
61
+ {% if seo_tag.image %}
62
+ <meta name="twitter:card" content="{{ page.twitter.card | default: site.twitter.card | default: "summary_large_image" }}" />
63
+ <meta property="twitter:image" content="{{ seo_tag.image.path }}" />
64
+ {% else %}
65
+ <meta name="twitter:card" content="summary" />
66
+ {% endif %}
67
+
68
+ {% if seo_tag.image.alt %}
69
+ <meta name="twitter:image:alt" content="{{ seo_tag.image.alt }}" />
70
+ {% endif %}
71
+
72
+ {% if seo_tag.page_title %}
73
+ <meta property="twitter:title" content="{{ seo_tag.page_title }}" />
74
+ {% endif %}
75
+
76
+ {% if site.twitter %}
77
+ <meta name="twitter:site" content="@{{ site.twitter.username | remove:'@' }}" />
78
+
79
+ {% if seo_tag.author.twitter %}
80
+ <meta name="twitter:creator" content="@{{ seo_tag.author.twitter | remove:'@' }}" />
81
+ {% endif %}
82
+ {% endif %}
83
+
84
+ {% if site.facebook %}
85
+ {% if site.facebook.admins %}
86
+ <meta property="fb:admins" content="{{ site.facebook.admins }}" />
87
+ {% endif %}
88
+
89
+ {% if site.facebook.author %}
90
+ <meta property="article:author" content="{{ site.facebook.author }}" />
91
+ {% endif %}
92
+
93
+ {% if site.facebook.publisher %}
94
+ <meta property="article:publisher" content="{{ site.facebook.publisher }}" />
95
+ {% endif %}
96
+
97
+ {% if site.facebook.app_id %}
98
+ <meta property="fb:app_id" content="{{ site.facebook.app_id }}" />
99
+ {% endif %}
100
+ {% endif %}
101
+
102
+ {% if site.webmaster_verifications %}
103
+ {% if site.webmaster_verifications.google %}
104
+ <meta name="google-site-verification" content="{{ site.webmaster_verifications.google }}" />
105
+ {% endif %}
106
+
107
+ {% if site.webmaster_verifications.bing %}
108
+ <meta name="msvalidate.01" content="{{ site.webmaster_verifications.bing }}" />
109
+ {% endif %}
110
+
111
+ {% comment %} Alexa.com retired on May 1, 2022
112
+ # ----------------------------------------------------------------------------
113
+ {% if site.webmaster_verifications.alexa %}
114
+ <meta name="alexaVerifyID" content="{{ site.webmaster_verifications.alexa }}" />
115
+ {% endif %}
116
+ {% endcomment %}
117
+
118
+ {% if site.webmaster_verifications.yandex %}
119
+ <meta name="yandex-verification" content="{{ site.webmaster_verifications.yandex }}" />
120
+ {% endif %}
121
+
122
+ {% comment %} Baidu requires chinese mobil number (for registration, not longer possible)
123
+ # ----------------------------------------------------------------------------
124
+ {% if site.webmaster_verifications.baidu %}
125
+ <meta name="baidu-site-verification" content="{{ site.webmaster_verifications.baidu }}" />
126
+ {% endif %}
127
+ {% endcomment %}
128
+
129
+ {% if site.webmaster_verifications.facebook %}
130
+ <meta name="facebook-domain-verification" content="{{ site.webmaster_verifications.facebook }}" />
131
+ {% endif %}
132
+ {% elsif site.google_site_verification %}
133
+ <meta name="google-site-verification" content="{{ site.google_site_verification }}" />
134
+ {% endif %}
135
+
136
+ <script type="application/ld+json">
137
+ {{ seo_tag.json_ld | jsonify }}
138
+ </script>
139
+
140
+ <!-- End J1 SEO tags -->
@@ -0,0 +1,36 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ {% if page.xsl %}
3
+ <?xml-stylesheet type="text/xsl" href="{{ "/sitemap.xsl" | absolute_url }}"?>
4
+ {% endif %}
5
+ <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
6
+ {% assign collections = site.collections | where_exp:'collection','collection.output != false' %}
7
+ {% for collection in collections %}
8
+ {% assign docs = collection.docs | where_exp:'doc','doc.sitemap != false' %}
9
+ {% for doc in docs %}
10
+ <url>
11
+ <loc>{{ doc.url | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
12
+ {% if doc.last_modified_at or doc.date %}
13
+ <lastmod>{{ doc.last_modified_at | default: doc.date | date_to_xmlschema }}</lastmod>
14
+ {% endif %}
15
+ </url>
16
+ {% endfor %}
17
+ {% endfor %}
18
+
19
+ {% assign pages = site.html_pages | where_exp:'doc','doc.sitemap != false' | where_exp:'doc','doc.url != "/404.html"' %}
20
+ {% for page in pages %}
21
+ <url>
22
+ <loc>{{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
23
+ {% if page.last_modified_at %}
24
+ <lastmod>{{ page.last_modified_at | date_to_xmlschema }}</lastmod>
25
+ {% endif %}
26
+ </url>
27
+ {% endfor %}
28
+
29
+ {% assign static_files = page.static_files | where_exp:'page','page.sitemap != false' | where_exp:'page','page.name != "404.html"' %}
30
+ {% for file in static_files %}
31
+ <url>
32
+ <loc>{{ file.path | replace:'/index.html','/' | absolute_url | xml_escape }}</loc>
33
+ <lastmod>{{ file.modified_time | date_to_xmlschema }}</lastmod>
34
+ </url>
35
+ {% endfor %}
36
+ </urlset>
@@ -17,6 +17,8 @@ tag::urls[]
17
17
  :url-binder-app-launch--lab: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main
18
18
  :url-binder-app-launch--tree: https://mybinder.org/v2/gh/jekyll-one/j1-binder-repo/main?urlpath=/tree
19
19
 
20
+ :url-bootsnav--github: https://github.com/adamnurdin01/bootsnav
21
+
20
22
  :url-oreilly-atlas--home: https://atlas.oreilly.com/
21
23
 
22
24
  :url-asciidoctor--home: https://asciidoctor.org/
@@ -53,53 +55,53 @@ tag::urls[]
53
55
  :url-bs--themes: https://themes.getbootstrap.com/
54
56
  :url-bs--expo: https://expo.getbootstrap.com/
55
57
 
56
- :url-bs-docs: http://getbootstrap.com/docs/5.1/getting-started/introduction/
57
- :url-bs-docs--examples: http://getbootstrap.com/docs/5.1/examples/
58
-
59
- :url-bs-docs--content-code: https://getbootstrap.com/docs/5.1/content/code/
60
- :url-bs-docs--content-figures: https://getbootstrap.com/docs/5.1/content/figures/
61
- :url-bs-docs--content-images: https://getbootstrap.com/docs/5.1/content/images/
62
- :url-bs-docs--content-typography: https://getbootstrap.com/docs/5.1/content/typography/
63
- :url-bs-docs--content-tables: https://getbootstrap.com/docs/5.1/content/tables/
64
-
65
- :url-bs-docs--components-alerts: http://getbootstrap.com/docs/5.1/components/alerts/
66
- :url-bs-docs--components-badges: http://getbootstrap.com/docs/5.1/components/badge/
67
- :url-bs-docs--components-breadcrumb: http://getbootstrap.com/docs/5.1/components/breadcrumb/
68
- :url-bs-docs--components-buttons: http://getbootstrap.com/docs/5.1/components/buttons/
69
- :url-bs-docs--components-button_group: http://getbootstrap.com/docs/5.1/components/button-group/
70
- :url-bs-docs--components-cards: http://getbootstrap.com/docs/5.1/components/card/
71
- :url-bs-docs--components-carousel: http://getbootstrap.com/docs/5.1/components/carousel/
72
- :url-bs-docs--components-collapse: http://getbootstrap.com/docs/5.1/components/collapse/
73
- :url-bs-docs--components-dropdowns: http://getbootstrap.com/docs/5.1/components/dropdowns/
74
- :url-bs-docs--components-forms: http://getbootstrap.com/docs/5.1/components/forms/
75
- :url-bs-docs--components-input_group: http://getbootstrap.com/docs/5.1/components/input-group/
76
- :url-bs-docs--components-jumbotron: http://getbootstrap.com/docs/5.1/components/jumbotron/
77
- :url-bs-docs--components-list_group: http://getbootstrap.com/docs/5.1/components/list-group/
78
- :url-bs-docs--components-modal: http://getbootstrap.com/docs/5.1/components/modal/
79
- :url-bs-docs--components-navs: http://getbootstrap.com/docs/5.1/components/navs/
80
- :url-bs-docs--components-navbar: http://getbootstrap.com/docs/5.1/components/navbar/
81
- :url-bs-docs--components-pagination: http://getbootstrap.com/docs/5.1/components/pagination/
82
- :url-bs-docs--components-popovers: http://getbootstrap.com/docs/5.1/components/popovers/
83
- :url-bs-docs--components-progress: http://getbootstrap.com/docs/5.1/components/progress/
84
- :url-bs-docs--components-tooltips: http://getbootstrap.com/docs/5.1/components/tooltips/
85
-
86
- :url-bs-docs--utils-borders: http://getbootstrap.com/docs/5.1/utilities/borders/
87
- :url-bs-docs--utils-clearfix: http://getbootstrap.com/docs/5.1/utilities/clearfix/
88
- :url-bs-docs--utils-close_icon: http://getbootstrap.com/docs/5.1/utilities/close-icon/
89
- :url-bs-docs--utils-colors: http://getbootstrap.com/docs/5.1/utilities/colors/
90
- :url-bs-docs--utils-display: http://getbootstrap.com/docs/5.1/utilities/display/
91
- :url-bs-docs--utils-embeds: http://getbootstrap.com/docs/5.1/utilities/embed/
92
- :url-bs-docs--utils-flex: http://getbootstrap.com/docs/5.1/utilities/flex/
93
- :url-bs-docs--utils-float: http://getbootstrap.com/docs/5.1/utilities/float/
94
- :url-bs-docs--utils-image_replacement: http://getbootstrap.com/docs/5.1/utilities/image-replacement/
95
- :url-bs-docs--utils-screenreaders: http://getbootstrap.com/docs/5.1/utilities/screenreaders/
96
- :url-bs-docs--utils-sizing: http://getbootstrap.com/docs/5.1/utilities/sizing/
97
- :url-bs-docs--utils-spacing: http://getbootstrap.com/docs/5.1/utilities/spacing/
98
- :url-bs-docs--utils-text: http://getbootstrap.com/docs/5.1/utilities/text/
99
- :url-bs-docs--utils-vertical_alignment: http://getbootstrap.com/docs/5.1/utilities/vertical-align/
100
- :url-bs-docs--utils-visibility: http://getbootstrap.com/docs/5.1/utilities/visibility/
101
-
102
- :url-bs-docs--migration-to-v4: http://getbootstrap.com/docs/5.1/migration/
58
+ :url-bs-docs: https://getbootstrap.com/docs/5.2/getting-started/introduction/
59
+ :url-bs-docs--examples: https://getbootstrap.com/docs/5.2/examples/
60
+
61
+ :url-bs-docs--content-code: https://getbootstrap.com/docs/5.2/content/code/
62
+ :url-bs-docs--content-figures: https://getbootstrap.com/docs/5.2/content/figures/
63
+ :url-bs-docs--content-images: https://getbootstrap.com/docs/5.2/content/images/
64
+ :url-bs-docs--content-typography: https://getbootstrap.com/docs/5.2/content/typography/
65
+ :url-bs-docs--content-tables: https://getbootstrap.com/docs/5.2/content/tables/
66
+
67
+ :url-bs-docs--components-alerts: https://getbootstrap.com/docs/5.2/components/alerts/
68
+ :url-bs-docs--components-badges: https://getbootstrap.com/docs/5.2/components/badge/
69
+ :url-bs-docs--components-breadcrumb: https://getbootstrap.com/docs/5.2/components/breadcrumb/
70
+ :url-bs-docs--components-buttons: https://getbootstrap.com/docs/5.2/components/buttons/
71
+ :url-bs-docs--components-button_group: https://getbootstrap.com/docs/5.2/components/button-group/
72
+ :url-bs-docs--components-cards: https://getbootstrap.com/docs/5.2/components/card/
73
+ :url-bs-docs--components-carousel: https://getbootstrap.com/docs/5.2/components/carousel/
74
+ :url-bs-docs--components-collapse: https://getbootstrap.com/docs/5.2/components/collapse/
75
+ :url-bs-docs--components-dropdowns: https://getbootstrap.com/docs/5.2/components/dropdowns/
76
+ :url-bs-docs--components-forms: https://getbootstrap.com/docs/5.2/forms/overview/
77
+ :url-bs-docs--components-input_group: https://getbootstrap.com/docs/5.2/components/input-group/
78
+ :url-bs-docs--components-jumbotron: https://getbootstrap.com/docs/5.2/components/jumbotron/
79
+ :url-bs-docs--components-list_group: https://getbootstrap.com/docs/5.2/components/list-group/
80
+ :url-bs-docs--components-modal: https://getbootstrap.com/docs/5.2/components/modal/
81
+ :url-bs-docs--components-navs: https://getbootstrap.com/docs/5.2/components/navs/
82
+ :url-bs-docs--components-navbar: https://getbootstrap.com/docs/5.2/components/navbar/
83
+ :url-bs-docs--components-pagination: https://getbootstrap.com/docs/5.2/components/pagination/
84
+ :url-bs-docs--components-popovers: https://getbootstrap.com/docs/5.2/components/popovers/
85
+ :url-bs-docs--components-progress: https://getbootstrap.com/docs/5.2/components/progress/
86
+ :url-bs-docs--components-tooltips: https://getbootstrap.com/docs/5.2/components/tooltips/
87
+
88
+ :url-bs-docs--utils-borders: https://getbootstrap.com/docs/5.2/utilities/borders/
89
+ :url-bs-docs--utils-clearfix: https://getbootstrap.com/docs/5.2/utilities/clearfix/
90
+ :url-bs-docs--utils-close_icon: https://getbootstrap.com/docs/5.2/utilities/close-icon/
91
+ :url-bs-docs--utils-colors: https://getbootstrap.com/docs/5.2/utilities/colors/
92
+ :url-bs-docs--utils-display: https://getbootstrap.com/docs/5.2/utilities/display/
93
+ :url-bs-docs--utils-embeds: https://getbootstrap.com/docs/5.2/utilities/embed/
94
+ :url-bs-docs--utils-flex: https://getbootstrap.com/docs/5.2/utilities/flex/
95
+ :url-bs-docs--utils-float: https://getbootstrap.com/docs/5.2/utilities/float/
96
+ :url-bs-docs--utils-image_replacement: https://getbootstrap.com/docs/5.2/utilities/image-replacement/
97
+ :url-bs-docs--utils-screenreaders: https://getbootstrap.com/docs/5.2/utilities/screenreaders/
98
+ :url-bs-docs--utils-sizing: https://getbootstrap.com/docs/5.2/utilities/sizing/
99
+ :url-bs-docs--utils-spacing: https://getbootstrap.com/docs/5.2/utilities/spacing/
100
+ :url-bs-docs--utils-text: https://getbootstrap.com/docs/5.2/utilities/text/
101
+ :url-bs-docs--utils-vertical_alignment: https://getbootstrap.com/docs/5.2/utilities/vertical-align/
102
+ :url-bs-docs--utils-visibility: https://getbootstrap.com/docs/5.2/utilities/visibility/
103
+
104
+ :url-bs-docs--migration-to-v5: https://getbootstrap.com/docs/5.2/migration/
103
105
 
104
106
  :url-bs-material-design--home: https://mdbootstrap.github.io/bootstrap-material-design/
105
107
  :url-bs-material-design--gh-repo: https://github.com/mdbootstrap/bootstrap-material-design/
@@ -0,0 +1,84 @@
1
+ <!--
2
+ # -----------------------------------------------------------------------------
3
+ # ~/assets/custom/content/static/bs5_accordion.html
4
+ #
5
+ # Product/Info:
6
+ # http://jekyll.one
7
+ #
8
+ # Copyright (C) 2022 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12
+ #
13
+ # -----------------------------------------------------------------------------
14
+ # NOTE:
15
+ # Find the accordion example @BS5:
16
+ # https://getbootstrap.com/docs/5.2/components/accordion/
17
+ # -----------------------------------------------------------------------------
18
+ -->
19
+ <!-- Panel container settings -->
20
+ <section id="panel_custom_panel" class="g-2 elevated-z2">
21
+ <section id="custom_panel" class="container">
22
+ <div class="row mt-5 mb-5">
23
+ <!-- Panel Header -->
24
+ <div class="noclass">
25
+ <div>
26
+ <h2 class="g-font-weight-500 mb-0">Custom Panel</h2>
27
+ <p class="tagline mb-0"><b>creating dynamic content</b></p>
28
+ <div class="d-inline-block g-width-50 g-height-2 bg-primary mb-2"></div>
29
+ </div>
30
+ <div class="mt-3 mb-3">
31
+ <p class="dropcap">
32
+ This is an example for a Custom Panel based on Bootstrap V5. The example
33
+ code for the <b>dynamic content</b> is taken from the Bootstrap V5 Doc
34
+ pages at:
35
+ </p>
36
+ <a class="ml-3 mb-5" href="https://getbootstrap.com/docs/5.2/components/accordion/" target="_blank" rel="noopener noreferrer">
37
+ Accordion · Bootstrap v5.2
38
+ </a>
39
+ </div>
40
+ </div>
41
+ <!-- End Header -->
42
+ <!-- Dynamic Content -->
43
+ <div id="bs5_accordion" class="accordion mt-3">
44
+ <div class="accordion-item">
45
+ <h2 id="heading-1" class="accordion-header">
46
+ <button class="accordion-button " type="button" data-bs-toggle="collapse" data-bs-target="#collapse_1" aria-expanded="true" aria-controls="collapse_1">
47
+ Accordion Item #1
48
+ </button>
49
+ </h2>
50
+ <div id="collapse_1" class="accordion-collapse collapse show" aria-labelledby="heading_1" data-bs-parent="#bs5_accordion">
51
+ <div class="accordion-body">
52
+ <p><strong>This is the first item’s accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It’s also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.</p>
53
+ </div>
54
+ </div>
55
+ </div>
56
+ <div class="accordion-item">
57
+ <h2 id="heading-2" class="accordion-header">
58
+ <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse_2" aria-expanded="false" aria-controls="collapse_2">
59
+ Accordion Item #2
60
+ </button>
61
+ </h2>
62
+ <div id="collapse_2" class="accordion-collapse collapse" aria-labelledby="heading_2" data-bs-parent="#bs5_accordion">
63
+ <div class="accordion-body">
64
+ <p><strong>This is the second item’s accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It’s also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.</p>
65
+ </div>
66
+ </div>
67
+ </div>
68
+ <div class="accordion-item">
69
+ <h2 id="heading-3" class="accordion-header">
70
+ <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse_3" aria-expanded="false" aria-controls="collapse_3">
71
+ Accordion Item #3
72
+ </button>
73
+ </h2>
74
+ <div id="collapse_3" class="accordion-collapse collapse" aria-labelledby="heading_3" data-bs-parent="#bs5_accordion">
75
+ <div class="accordion-body">
76
+ <p><strong>This is the third item’s accordion body.</strong> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It’s also worth noting that just about any HTML can go within the <code>.accordion-body</code>, though the transition does limit overflow.</p>
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </div>
81
+ <!-- End Dynamic Content -->
82
+ </div>
83
+ </section>
84
+ </section>