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
@@ -51,16 +51,17 @@ environment: development
51
51
 
52
52
  # version
53
53
  # ------------------------------------------------------------------------------
54
- # Sets the build version of J1 Template Gem
54
+ # Sets the build version of J1 Template Gem
55
55
  #
56
- version: 2022.5.3
56
+ version: 2022.6.1
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
60
- # Sets the build version of J1 Template
60
+ # Sets the build version of J1 Template
61
61
  #
62
62
  copyright: © 2022 J1 · All rights reserved
63
63
 
64
+
64
65
  # ==============================================================================
65
66
  # 2. THEME configuration
66
67
  #
@@ -76,16 +77,16 @@ copyright: © 2022 J1 · All rights reserved
76
77
  #
77
78
  # theme
78
79
  # ------------------------------------------------------------------------------
79
- # Sets the name of the (gem-based) theme used for Jekyll
80
- # serve and build
80
+ # Sets the name of the (gem-based) theme used for Jekyll
81
+ # serve and build
81
82
  #
82
83
  theme: j1-template
83
84
 
84
85
  # ------------------------------------------------------------------------------
85
- # J1 Template configuration
86
- # Sets J1 Template specific configurations
86
+ # J1 Template configuration
87
+ # Sets J1 Template specific configurations
87
88
  #
88
- # Note:
89
+ # NOTE:
89
90
  # Parameter "theme" is used by Jekyll >= 3.2.0 for gem-based
90
91
  # templates. For that reason, the configuration parameter for
91
92
  # the J1 Template was changed to "template" to not conflict with
@@ -93,19 +94,19 @@ theme: j1-template
93
94
  #
94
95
  # template.name
95
96
  # ------------------------------------------------------------------------------
96
- # Sets the theme "path" of J1 Template for the ~/assets/themes
97
- # folder. To not conflict with other template systems, all
98
- # template assets for J1 Template are stored under the default
99
- # path "/assets/themes/j1".
97
+ # Sets the theme "path" of J1 Template for the ~/assets/themes
98
+ # folder. To not conflict with other template systems, all
99
+ # template assets for J1 Template are stored under the default
100
+ # path "/assets/themes/j1".
100
101
  #
101
- # Note:
102
+ # NOTE:
102
103
  # Do NOT change template.name to other values.
103
104
  #
104
105
  # default: j1
105
106
  #
106
107
  # template.config
107
108
  # ------------------------------------------------------------------------------
108
- # Sets the name of the J1 Template configuration file
109
+ # Sets the name of the J1 Template configuration file
109
110
  #
110
111
  # default: j1_config
111
112
  #
@@ -113,6 +114,7 @@ template:
113
114
  name: j1
114
115
  config: j1_config
115
116
 
117
+
116
118
  # ==============================================================================
117
119
  # 3. SITE configuration
118
120
  #
@@ -122,13 +124,13 @@ template:
122
124
  #
123
125
  # language
124
126
  # ------------------------------------------------------------------------------
125
- # Sets the language used by the website. The parameter language
126
- # is used by Content-Language entity-header field (meta tag )
127
- # that describes the natural language(s) of the intended audience
128
- # for the enclosed entity. This might helpful for robots|search
129
- # engines.
127
+ # Sets the language used by the website. The parameter language
128
+ # is used by Content-Language entity-header field (meta tag )
129
+ # that describes the natural language(s) of the intended audience
130
+ # for the enclosed entity. This might helpful for robots|search
131
+ # engines.
130
132
  #
131
- # Note:
133
+ # NOTE:
132
134
  # This might not be equivalent to all the languages used within
133
135
  # the entity-body of the website but should describe the language
134
136
  # the language the site is using "overall".
@@ -140,16 +142,16 @@ template:
140
142
  #
141
143
  # coding
142
144
  # ------------------------------------------------------------------------------
143
- # Sets the content coding scheme (character encoding for the
144
- # HTML documents) of the website. Used for the meta tag "charset".
145
+ # Sets the content coding scheme (character encoding for the
146
+ # HTML documents) of the website. Used for the meta tag "charset".
145
147
  #
146
148
  # values: charset
147
149
  # default: UTF-8
148
150
  #
149
151
  # doctype
150
152
  # ------------------------------------------------------------------------------
151
- # Sets the HTML standard of the website. J1 template is using
152
- # HTML5, therefor the doctype is: <!DOCTYPE html>
153
+ # Sets the HTML standard of the website. J1 template is using
154
+ # HTML5, therefor the doctype is: <!DOCTYPE html>
153
155
  #
154
156
  # values: HTML doc types
155
157
  # default: html
@@ -160,23 +162,36 @@ doctype: html
160
162
 
161
163
  # ------------------------------------------------------------------------------
162
164
  # META data
163
- # Mainly to set (global)) meta tags for the document <head> section.
164
- # ------------------------------------------------------------------------------
165
- #
165
+ # Mainly to set the meta tags for the document <head> section.
166
+
166
167
  # title
167
168
  # ------------------------------------------------------------------------------
168
- # Sets the <title> tag within the <head> section for SEO Tag optimization
169
+ # Sets the ...
169
170
  #
170
171
  # values: string
171
172
  # default: no default
172
173
  #
173
174
  # slogan
174
175
  # ------------------------------------------------------------------------------
175
- # Sets slogan data used for SEO Tag optimization
176
+ # Sets the <title> tag within the <head> section.
177
+ #
178
+ # values: string
179
+ # default: no default
180
+ #
181
+ # description
182
+ # ------------------------------------------------------------------------------
183
+ # Sets the meta tag for "description"
176
184
  #
177
185
  # values: string
178
186
  # default: no default
179
187
  #
188
+ # keywords
189
+ # ------------------------------------------------------------------------------
190
+ # Sets the meta tag for "keywords"
191
+ #
192
+ # values: string (comma separated)
193
+ # default: no default
194
+ #
180
195
  # author.name
181
196
  # ------------------------------------------------------------------------------
182
197
  # Sets the meta tag for "author"
@@ -186,13 +201,13 @@ doctype: html
186
201
  #
187
202
  # robots.index
188
203
  # ------------------------------------------------------------------------------
189
- # Controls spider|robots of search engines. Sets the meta
190
- # tag for "robots". If set to "false", the meta tag robots
191
- # is set to "noindex", if set to "true" the tag is set to
192
- # "index"
204
+ # Controls spider|robots of search engines. Sets the meta
205
+ # tag for "robots". If set to "false", the meta tag robots
206
+ # is set to "noindex", if set to "true" the tag is set to
207
+ # "index"
193
208
  #
194
- # values: boolean (true|false)
195
- # default: false
209
+ # values: boolean (true|false)
210
+ # default: false
196
211
  #
197
212
  # robots.follow
198
213
  # ------------------------------------------------------------------------------
@@ -205,17 +220,29 @@ doctype: html
205
220
  # default: false
206
221
  # ------------------------------------------------------------------------------
207
222
  #
208
- title: Jekyll One Template
209
- slogan: Made for Jekyl - Made for Your Web
210
-
211
- preview-image: home-screenshot.jpg
212
-
213
- author:
214
- name: Juergen Adams
215
- email: juergen@jekyll.one
216
- github: username
217
- twitter: username
218
- feedburner: feedname
223
+ title: Jekyll One
224
+ slogan: template for jekyll
225
+ description: >
226
+ Made for Jekyll · Made for Your Web
227
+ keywords: >
228
+ opensource, free, load, download, start, starter, example,
229
+ high, easy, use, secure, encrypt, standard, popular,
230
+ generate, create, learn, distribute, publish, deploy,
231
+ beginner, advanced, expert, student, learner, writer, reader, visitor
232
+ framework, toolkit, integration, extension, module, api,
233
+ dynamic, static, generator, client, server, internet, local, localhost
234
+ page, web, website, webdesign, material, design, responsive,
235
+ javascript, nodejs, ruby, windows, linux, osx, mac, os,
236
+ http, https, html, html5, css, scss, style,
237
+ browser, firefox, chrome, edge, opera, safari,
238
+ configuration, generator, navigation, menu, dropdown, fab, action, button
239
+ application, interface, provider, api, repository,
240
+ cookie, language, translation, gdpr, dsgvo, privacy,
241
+ asciidoc, aciidoctor, bootstrap, jekyll, liquid,
242
+ hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
243
+ provider, service, internet, support,
244
+ google, analytics, advertising, search, console, silverlight, score,
245
+ j1, template, jekyllone, comment
219
246
 
220
247
  webmaster:
221
248
  email: webmaster@jekyll.one
@@ -244,6 +271,7 @@ favicon:
244
271
  image: icons/j1/j1-32x32.ico
245
272
  type: image/ico
246
273
 
274
+
247
275
  # ==============================================================================
248
276
  # 4. JEKYLL specific site configuration
249
277
  #
@@ -271,22 +299,26 @@ favicon:
271
299
  # for best support of various Web Servers with NO addtional
272
300
  # configuration needed.
273
301
  #
274
- # Note: The build-in Web server Ruby "Webrick" for Jekyll support
302
+ # NOTE: The build-in Web server Ruby "Webrick" for Jekyll support
275
303
  # pretty "links" out of the box. If other web servers are used to
276
304
  # serve the Web like Apache or Nginx, "extensionless" URLs are to
277
305
  # be enabled for those. See https://jekyllrb.com/docs/permalinks/
278
306
  # for more details.
279
307
  #
280
- # Note: For development, respectively "live-reload" functionality,
281
- # webpack-dev-server is used. The build-in Web server "Express"
282
- # for Webpack does *NOT* support "pretty links" out of the box.
308
+ # NOTE:
309
+ # For development, respectively "live-reload" functionality,
310
+ # webpack-dev-server is used. The build-in Web server "Express"
311
+ # for Webpack does *NOT* support "pretty links" out of the box.
283
312
  #
284
- # Note: The permalink style can individualy configured by
285
- # frontmatter variables. It is highly recommended to use a
286
- # "pretty style" for individual permalinks as well. For that
287
- # reason, the permalink should always have a trailing backslash.
313
+ # NOTE:
314
+ # The permalink style can individualy configured by
315
+ # frontmatter variables. It is highly recommended to use a
316
+ # "pretty style" for individual permalinks as well. For that
317
+ # reason, the permalink should always have a trailing backslash.
288
318
  #
289
- # See: https://jekyllrb.com/docs/permalinks/#template-variables
319
+ # See: https://jekyllrb.com/docs/permalinks/#template-variables
320
+ #
321
+ # ------------------------------------------------------------------------------
290
322
  #
291
323
  permalink: pretty
292
324
 
@@ -296,7 +328,7 @@ permalink: pretty
296
328
  # if you are running jekyll serve in a development environment,
297
329
  # site.url will be set to the value of host, port.
298
330
  #
299
- url: "http://localhost:20000"
331
+ url: "http://localhost:20000"
300
332
 
301
333
  # The subpath of your site, e.g. /blog/. Used in conjunction with
302
334
  # site.url (see above) when you want a link to something with the
@@ -374,7 +406,8 @@ strict_front_matter: false
374
406
  # ------------------------------------------------------------------------------
375
407
  # SASS conversion options
376
408
  #
377
- # style, possible values: compact|compressed|expanded|nested
409
+ # Sets the style of the generate CSS file.
410
+ # Possible values: compact|compressed|expanded|nested
378
411
  #
379
412
  sass:
380
413
  sass_dir: _sass/scss
@@ -383,15 +416,16 @@ sass:
383
416
  # ------------------------------------------------------------------------------
384
417
  # WEBRICK Customizations
385
418
  # You can provide custom headers for your site
419
+ #
386
420
  # See: https://jekyllrb.com/docs/configuration/webrick/
387
421
  # https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
388
422
  #
389
423
  # NOTE:
390
- # Jekyll provides by default Content-Type and Cache-Control
391
- # response headers: one dynamic in order to specify the nature of
392
- # the data being served, the other static in order to disable
393
- # caching so that you don’t have to fight with Chrome’s aggressive
394
- # caching when you are in development mode.
424
+ # Jekyll provides by default Content-Type and Cache-Control
425
+ # response headers: one dynamic in order to specify the nature of
426
+ # the data being served, the other static in order to disable
427
+ # caching so that you don’t have to fight with Chrome’s aggressive
428
+ # caching when you are in development mode.
395
429
  #
396
430
  # webrick:
397
431
  # headers:
@@ -420,38 +454,12 @@ limit_posts: 1000000
420
454
  liquid:
421
455
  error_mode: warn
422
456
 
423
- # ------------------------------------------------------------------------------
424
- # JEKYLL PLUGIN configuration
425
- #
426
- plugins:
427
- # - algolia
428
- - asciidoctor
429
- # - asciidoctor-pdf
430
- - jekyll-asciidoc
431
- - jekyll-feed
432
- # - jekyll-gist
433
- - j1-paginator
434
- # - jekyll-redirect-from
435
- # - jekyll-sass-converter
436
- - jekyll-seo-tag
437
- - jekyll-sitemap
438
-
439
- # ------------------------------------------------------------------------------
440
- # JEKYLL FEED
441
- #
442
- feed:
443
- path: /assets/data/atom.xml
444
- excerpt_only: true
445
- # posts_limit: 20
446
- # categories:
447
- # - news
448
- # - updates
449
-
450
457
  # ------------------------------------------------------------------------------
451
458
  # MARKDOWN
452
459
  #
453
- # Note:
454
- # Option input/GFM turns on the recognition of Github Flavoured Markdown (GFM)
460
+ # NOTE:
461
+ # Option input/GFM turns on the recognition of Github Flavoured
462
+ # Markdown (GFM)
455
463
  #
456
464
  markdown: kramdown
457
465
  markdown_ext: markdown,md
@@ -465,6 +473,29 @@ kramdown:
465
473
  smart_quotes: lsquo,rsquo,ldquo,rdquo
466
474
  syntax_highlighter: rouge
467
475
 
476
+ # ------------------------------------------------------------------------------
477
+ # PLUGIN configuration
478
+ #
479
+ plugins:
480
+ # - algolia
481
+ - asciidoctor
482
+ # - asciidoctor-pdf
483
+ - jekyll-asciidoc
484
+ # - jekyll-gist
485
+ # - jekyll-redirect-from
486
+ # - jekyll-sass-converter
487
+
488
+ # ------------------------------------------------------------------------------
489
+ # ALGOLIA Search (Instantsearch)
490
+ #
491
+ algolia:
492
+ enabled: false
493
+ application_id: your_application_id
494
+ search_only_api_key: your_searchonly_api_key
495
+ index_name: your_index_name
496
+ extensions_to_index: [ adoc ]
497
+ files_to_exclude: []
498
+
468
499
  # ------------------------------------------------------------------------------
469
500
  # ASCIIDOCTOR (Asciidoc plugin)
470
501
  #
@@ -474,7 +505,7 @@ asciidoc_attributes: &asciidoc_attributes
474
505
  icons: font
475
506
  imagesdir: /assets/images
476
507
  iconsdir: '{imagesdir}/icons/asciidoc'
477
- # experimental: true # enable the UI macros, e.g kbd:[], for Asciidoctor globally
508
+ experimental: true # enable the UI macros, e.g kbd:[], for Asciidoctor globally
478
509
 
479
510
  asciidoc:
480
511
  processor: asciidoctor
@@ -486,17 +517,6 @@ asciidoctor:
486
517
  template_dir: _templates
487
518
  attributes: *asciidoc_attributes
488
519
 
489
- # ------------------------------------------------------------------------------
490
- # ALGOLIA Search (Instantsearch)
491
- #
492
- algolia:
493
- enabled: false
494
- application_id: your_application_id
495
- search_only_api_key: your_searchonly_api_key
496
- index_name: your_index_name
497
- extensions_to_index: [ adoc ]
498
- files_to_exclude: []
499
-
500
520
  # ------------------------------------------------------------------------------
501
521
  # SAFEMODE
502
522
  #
@@ -506,8 +526,48 @@ algolia:
506
526
  whitelist:
507
527
  - jekyll-asciidoc
508
528
 
529
+
530
+ # ==============================================================================
531
+ # 5. SEO ans Social Media settings (gloal)
532
+ #
533
+ # ------------------------------------------------------------------------------
534
+ #
535
+ author:
536
+ name: Juergen Adams
537
+ url: https://jekyll.one/
538
+ email: jadams@web.de
539
+ github:
540
+ facebook:
541
+ twitter:
542
+ feedburner:
543
+
544
+
545
+ logo: /assets/images/icons/j1/j1-512x512.png
546
+
547
+ image:
548
+ path: /assets/images/promo/home/screenshot.jpg
549
+ width: 1200
550
+ height: 800
551
+ alt: J1 Template Home
552
+
553
+ twitter:
554
+ username:
555
+
556
+ facebook:
557
+ author:
558
+ publisher:
559
+ app_id:
560
+ admins:
561
+
562
+ webmaster_verifications:
563
+ facebook:
564
+ google:
565
+ bing:
566
+ yandex:
567
+
568
+
509
569
  # ==============================================================================
510
- # 5. PAGE configuration
570
+ # 6. PAGE configuration
511
571
  #
512
572
  # ------------------------------------------------------------------------------
513
573
  #
@@ -520,7 +580,6 @@ excerpt_truncate_words: 100
520
580
  # ------------------------------------------------------------------------------
521
581
  # FRONTMATTER defaults
522
582
  #
523
-
524
583
  # Using the YAML Front Matter is a way the (individual) configuration
525
584
  # for post and pages can be specified. Very often, a lot of config
526
585
  # options are repeated on each and every post or page. Setting the
@@ -560,9 +619,19 @@ defaults:
560
619
 
561
620
  values:
562
621
  layout: page
563
- author: J1 Team
564
622
  compress: true
565
623
 
624
+ author:
625
+ name: Juergen Adams
626
+ url: https://jekyll.one/
627
+
628
+ logo: /assets/images/icons/j1/j1-512x512.png
629
+ image:
630
+ path: /assets/images/promo/home/screenshot.jpg
631
+ width: 1200
632
+ height: 800
633
+ alt: J1 Template Home
634
+
566
635
  robots:
567
636
  index: true
568
637
  follow: true
@@ -602,9 +671,19 @@ defaults:
602
671
 
603
672
  values:
604
673
  layout: post
605
- author: J1 Team
606
674
  compress: true
607
675
 
676
+ author:
677
+ name: Juergen Adams
678
+ url: https://jekyll.one/
679
+
680
+ logo: /assets/images/icons/j1/j1-512x512.png
681
+ image:
682
+ path: /assets/images/promo/home/screenshot.jpg
683
+ width: 1200
684
+ height: 800
685
+ alt: J1 Template Home
686
+
608
687
  robots:
609
688
  index: true
610
689
  follow: true
@@ -630,9 +709,19 @@ defaults:
630
709
 
631
710
  values:
632
711
  layout: post
633
- author: J1 Team
634
712
  compress: true
635
713
 
714
+ author:
715
+ name: Juergen Adams
716
+ url: https://jekyll.one/
717
+
718
+ logo: /assets/images/icons/j1/j1-512x512.png
719
+ image:
720
+ path: /assets/images/promo/home/screenshot.jpg
721
+ width: 1200
722
+ height: 800
723
+ alt: J1 Template Home
724
+
636
725
  robots:
637
726
  index: true
638
727
  follow: true
@@ -648,8 +737,9 @@ defaults:
648
737
  - toccer:
649
738
  collapseDepth: 3
650
739
 
740
+
651
741
  # ==============================================================================
652
- # 6. LAYOUT configuration
742
+ # 7. LAYOUT configuration
653
743
  #
654
744
  # ------------------------------------------------------------------------------
655
745
  #
@@ -658,61 +748,62 @@ defaults:
658
748
  #
659
749
  # enabled
660
750
  # ------------------------------------------------------------------------------
661
- # Enables|Disables the use of compress.
662
- # If enabled, all HTML pages generated for ALL layout
663
- # get compressed for production. To use compress, set
664
- # the ENVIRONMENT to production and the value of
665
- # compress_html.enable to "true".
751
+ # Enables|Disables the use of compress.
752
+ # If enabled, all HTML pages generated for ALL layout
753
+ # get compressed for production. To use compress, set
754
+ # the ENVIRONMENT to production and the value of
755
+ # compress_html.enable to "true".
666
756
  #
667
- # See http://jch.penibelst.de/ for more details.
757
+ # See http://jch.penibelst.de/ for more details.
668
758
  #
669
759
  # values: boolean (true|false)
670
760
  # default: false
671
761
  #
672
762
  # profile
673
763
  # ------------------------------------------------------------------------------
674
- # A boolean value to turn on the profile mode. If true, the
675
- # layout creates a HTML table after the compressed content. The
676
- # table contains the file size in bytes during the compressing
677
- # steps.
764
+ # A boolean value to turn on the profile mode. If true, the
765
+ # layout creates a HTML table after the compressed content. The
766
+ # table contains the file size in bytes during the compressing
767
+ # steps.
678
768
  #
679
- # The profile table provides attributes for styling and reading.
680
- # The id ends with build’s timestamp to be unique enough.
769
+ # The profile table provides attributes for styling and reading.
770
+ # The id ends with build’s timestamp to be unique enough.
681
771
  #
682
772
  # <table
683
773
  # id="compress_html_profile_YYYYMMDD"
684
774
  # class="compress_html_profile"
685
775
  # >
686
776
  #
687
- # This page itself is compressed in profile mode for analysis,
688
- # testing or educational purposes only. The table written to
689
- # the end of a page.
777
+ # This page itself is compressed in profile mode for analysis,
778
+ # testing or educational purposes only. The table written to
779
+ # the end of a page.
690
780
  #
691
- # NOTE: Never profile pages for public use.
781
+ # NOTE:
782
+ # Never profile pages for public use.
692
783
  #
693
784
  # values: boolean (true|false)
694
785
  # default: false
695
786
  #
696
787
  # blanklines
697
788
  # ------------------------------------------------------------------------------
698
- # A boolean value to turn on blanklines mode. This mode will
699
- # only remove lines consisting of whitespace and leave other
700
- # lines alone.
789
+ # A boolean value to turn on blanklines mode. This mode will
790
+ # only remove lines consisting of whitespace and leave other
791
+ # lines alone.
701
792
  #
702
793
  # values: boolean (true|false)
703
794
  # default: false
704
795
  #
705
796
  # clippings
706
797
  # ------------------------------------------------------------------------------
707
- # An array of elements to clip whitespace around them. The
708
- # following elements may be safe to clip:
798
+ # An array of elements to clip whitespace around them. The
799
+ # following elements may be safe to clip:
709
800
  #
710
801
  # - Metadata
711
802
  # - Sections
712
803
  # - Grouping content (except the pre element)
713
804
  # - Tabular data
714
805
  #
715
- # Use the shortcut all to clip all safe elements.
806
+ # Use the shortcut all to clip all safe elements.
716
807
  #
717
808
  # Example:
718
809
  #
@@ -723,9 +814,9 @@ defaults:
723
814
  #
724
815
  # comments
725
816
  # ------------------------------------------------------------------------------
726
- # An array of exactly two comment tags to strip comments
727
- # enclosed by them. The first string must be the start tag,
728
- # the second must be the end tag.
817
+ # An array of exactly two comment tags to strip comments
818
+ # enclosed by them. The first string must be the start tag,
819
+ # the second must be the end tag.
729
820
  #
730
821
  # Example:
731
822
  #
@@ -736,8 +827,8 @@ defaults:
736
827
  #
737
828
  # startings
738
829
  # ------------------------------------------------------------------------------
739
- # An array of elements with optional start tags. These start
740
- # tags will be >>removed<<.
830
+ # An array of elements with optional start tags. These start
831
+ # tags will be >>removed<<.
741
832
  #
742
833
  # Example:
743
834
  #
@@ -748,9 +839,9 @@ defaults:
748
839
  #
749
840
  # endings
750
841
  # ------------------------------------------------------------------------------
751
- # An array of elements with optional end tags. These end tags
752
- # will be >>removed<<. Use the shortcut all to remove all
753
- # optional endings.
842
+ # An array of elements with optional end tags. These end tags
843
+ # will be >>removed<<. Use the shortcut all to remove all
844
+ # optional endings.
754
845
  #
755
846
  # Example:
756
847
  #
@@ -761,10 +852,10 @@ defaults:
761
852
  #
762
853
  # ignore.envs
763
854
  # ------------------------------------------------------------------------------
764
- # An array of environments given by ENV["JEKYLL_ENV"]
765
- # where the compress layout is IGNORED. This is useful
766
- # while developing a website the content should NOT
767
- # compressed.
855
+ # An array of environments given by ENV["JEKYLL_ENV"]
856
+ # where the compress layout is IGNORED. This is useful
857
+ # while developing a website the content should NOT
858
+ # compressed.
768
859
  #
769
860
  # Example:
770
861
  #