j1-template 2021.0.0 → 2021.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (314) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/_includes/themes/j1/blocks/ads/ad.html +1 -1
  4. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +1 -1
  5. data/_includes/themes/j1/blocks/footer/boxes/contacts_box.proc +1 -1
  6. data/_includes/themes/j1/blocks/footer/boxes/issue.proc +1 -1
  7. data/_includes/themes/j1/blocks/footer/boxes/legal_statements.proc +1 -1
  8. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +1 -1
  9. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +1 -1
  10. data/_includes/themes/j1/blocks/footer/boxes/social_media_icons.proc +1 -1
  11. data/_includes/themes/j1/blocks/footer/generator.html +1 -1
  12. data/_includes/themes/j1/layouts/content_generator_app.html +1 -1
  13. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +1 -1
  14. data/_includes/themes/j1/layouts/content_generator_collection.html +1 -1
  15. data/_includes/themes/j1/layouts/content_generator_page.html +1 -1
  16. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  17. data/_includes/themes/j1/layouts/content_generator_raw.html +1 -1
  18. data/_includes/themes/j1/layouts/layout_metadata_generator.html +12 -12
  19. data/_includes/themes/j1/layouts/layout_module_generator.html +1 -1
  20. data/_includes/themes/j1/layouts/layout_resource_generator.html +1 -1
  21. data/_includes/themes/j1/modules/attics/generator.html +1 -1
  22. data/_includes/themes/j1/modules/boards/news_pin_board.html +1 -1
  23. data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +1 -1
  24. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  25. data/_includes/themes/j1/modules/connectors/ads +1 -1
  26. data/_includes/themes/j1/modules/connectors/analytic/custom-provider.html +1 -1
  27. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +1 -1
  28. data/_includes/themes/j1/modules/connectors/analytics +1 -1
  29. data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +1 -1
  30. data/_includes/themes/j1/modules/connectors/comment/disqus.html +1 -1
  31. data/_includes/themes/j1/modules/connectors/comment/facebook.html +1 -1
  32. data/_includes/themes/j1/modules/connectors/comments +1 -1
  33. data/_includes/themes/j1/modules/connectors/sharing +1 -1
  34. data/_includes/themes/j1/modules/connectors/translator +1 -1
  35. data/_includes/themes/j1/modules/connectors/translators/custom-translator.html +1 -1
  36. data/_includes/themes/j1/modules/connectors/translators/google-translator.html +1 -1
  37. data/_includes/themes/j1/modules/navigator/generator.html +1 -1
  38. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +1 -1
  39. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +1 -1
  40. data/_includes/themes/j1/procedures/global/attributes_loader.proc +1 -1
  41. data/_includes/themes/j1/procedures/global/collect_frontmatter_options.proc +1 -1
  42. data/_includes/themes/j1/procedures/global/collect_page_options.proc +1 -1
  43. data/_includes/themes/j1/procedures/global/create_bs_button.proc +1 -1
  44. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -1
  45. data/_includes/themes/j1/procedures/global/get_category.proc +1 -1
  46. data/_includes/themes/j1/procedures/global/get_category_item.proc +1 -1
  47. data/_includes/themes/j1/procedures/global/get_documents_dir.proc +1 -1
  48. data/_includes/themes/j1/procedures/global/get_page_path.proc +1 -1
  49. data/_includes/themes/j1/procedures/global/get_page_url.proc +1 -1
  50. data/_includes/themes/j1/procedures/global/pager.proc +1 -1
  51. data/_includes/themes/j1/procedures/global/select_color.proc +1 -1
  52. data/_includes/themes/j1/procedures/global/select_font_size.proc +1 -1
  53. data/_includes/themes/j1/procedures/global/select_icon_size.proc +1 -1
  54. data/_includes/themes/j1/procedures/global/select_location.proc +1 -1
  55. data/_includes/themes/j1/procedures/global/set_base_vars_folders.proc +1 -1
  56. data/_includes/themes/j1/procedures/global/set_env_entry_document.proc +1 -1
  57. data/_includes/themes/j1/procedures/global/set_image_block.proc +1 -1
  58. data/_includes/themes/j1/procedures/global/setup.proc +1 -1
  59. data/_includes/themes/j1/procedures/layouts/content_writer.proc +1 -1
  60. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
  61. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  62. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +1 -1
  63. data/_includes/themes/j1/procedures/posts/collate_calendar.proc +1 -1
  64. data/_includes/themes/j1/procedures/posts/collate_list.proc +1 -1
  65. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +1 -1
  66. data/_includes/themes/j1/procedures/posts/create_ad_block.proc +1 -1
  67. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  68. data/_layouts/app.html +1 -1
  69. data/_layouts/blog_archive.html +1 -1
  70. data/_layouts/collection.html +1 -1
  71. data/_layouts/compress.html +1 -1
  72. data/_layouts/default.html +1 -1
  73. data/_layouts/home.html +1 -1
  74. data/_layouts/page.html +1 -1
  75. data/_layouts/paginator/autopage_category.html +1 -1
  76. data/_layouts/paginator/autopage_collection.html +1 -1
  77. data/_layouts/paginator/autopage_collections_tags.html +1 -1
  78. data/_layouts/paginator/autopage_tags.html +1 -1
  79. data/_layouts/post.html +1 -1
  80. data/_layouts/raw.html +1 -1
  81. data/apps/public/cc/cc.yml +1 -1
  82. data/assets/data/authclient.html +1 -1
  83. data/assets/data/banner.html +1 -1
  84. data/assets/data/carousel.json +1 -1
  85. data/assets/data/cookiebar.html +1 -1
  86. data/assets/data/fam.html +1 -1
  87. data/assets/data/footer.html +1 -1
  88. data/assets/data/galleries.json +1 -1
  89. data/assets/data/gallery_customizer.html +1 -1
  90. data/assets/data/mdi_icons.json +1 -1
  91. data/assets/data/menu.html +1 -1
  92. data/assets/data/mmenu.html +1 -1
  93. data/assets/data/mmenu_sidebar.html +1 -1
  94. data/assets/data/mmenu_toc.html +1 -1
  95. data/assets/data/panel.html +1 -1
  96. data/assets/data/quicklinks.html +1 -1
  97. data/assets/data/themes.json +1 -1
  98. data/assets/data/twa_v1.json +1 -1
  99. data/assets/error_pages/HTTP204.html +1 -1
  100. data/assets/error_pages/HTTP400.html +1 -1
  101. data/assets/error_pages/HTTP401.html +1 -1
  102. data/assets/error_pages/HTTP403.html +1 -1
  103. data/assets/error_pages/HTTP404.html +1 -1
  104. data/assets/error_pages/HTTP500.html +1 -1
  105. data/assets/error_pages/HTTP501.html +1 -1
  106. data/assets/error_pages/HTTP502.html +1 -1
  107. data/assets/error_pages/HTTP503.html +1 -1
  108. data/assets/error_pages/HTTP520.html +1 -1
  109. data/assets/error_pages/HTTP521.html +1 -1
  110. data/assets/error_pages/HTTP533.html +1 -1
  111. data/assets/themes/j1/adapter/js/algolia.js +2 -2
  112. data/assets/themes/j1/adapter/js/attic.js +3 -3
  113. data/assets/themes/j1/adapter/js/bmd.js +2 -2
  114. data/assets/themes/j1/adapter/js/carousel.js +3 -3
  115. data/assets/themes/j1/adapter/js/clipboard.js +2 -2
  116. data/assets/themes/j1/adapter/js/cookiebar.js +9 -2
  117. data/assets/themes/j1/adapter/js/fam.js +2 -2
  118. data/assets/themes/j1/adapter/js/framer.js +2 -2
  119. data/assets/themes/j1/adapter/js/gallery_customizer.js +2 -2
  120. data/assets/themes/j1/adapter/js/j1.js +2 -2
  121. data/assets/themes/j1/adapter/js/jf_gallery.js +2 -2
  122. data/assets/themes/j1/adapter/js/lightbox.js +2 -2
  123. data/assets/themes/j1/adapter/js/logger.js +2 -2
  124. data/assets/themes/j1/adapter/js/lunr_search.js +2 -2
  125. data/assets/themes/j1/adapter/js/mmenu.js +9 -7
  126. data/assets/themes/j1/adapter/js/navigator.js +2 -3
  127. data/assets/themes/j1/adapter/js/rouge.js +8 -6
  128. data/assets/themes/j1/adapter/js/rtable.js +3 -3
  129. data/assets/themes/j1/adapter/js/themer.js +55 -47
  130. data/assets/themes/j1/adapter/js/toccer.js +2 -2
  131. data/assets/themes/j1/core/css/animate.css +2 -2
  132. data/assets/themes/j1/core/css/icon-fonts/fontawesome.css +2 -2
  133. data/assets/themes/j1/core/css/icon-fonts/iconify.css +5 -5
  134. data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +9 -9
  135. data/assets/themes/j1/core/css/icon-fonts/twemoji.css +6 -6
  136. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1 -1
  137. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +31 -31
  138. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +60 -59
  139. data/assets/themes/j1/core/css/vendor.css +5 -5
  140. data/assets/themes/j1/core/js/template.js +5 -10
  141. data/assets/themes/j1/core/js/template.js.map +1 -1
  142. data/assets/themes/j1/core/js/template.min.js +1 -1
  143. data/assets/themes/j1/modules/backstretch/js/backstretch.js +1 -1
  144. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  145. data/assets/themes/j1/modules/carousel/css/carousel.css +1 -1
  146. data/assets/themes/j1/modules/carousel/css/carousel.min.css +1 -1
  147. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +1 -1
  148. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +1 -1
  149. data/assets/themes/j1/modules/carousel/css/theme/uno.css +1 -1
  150. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
  151. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +1 -1
  152. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +1 -1
  153. data/assets/themes/j1/modules/fam/css/uno/fam.css +1 -1
  154. data/assets/themes/j1/modules/fam/js/fam.js +1 -1
  155. data/assets/themes/j1/modules/justifiedGallery/_versions/v3.7.0/css/theme/uno.css +1 -1
  156. data/assets/themes/j1/modules/justifiedGallery/_versions/v4.0.0/css/theme/uno.css +1 -1
  157. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
  158. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
  159. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +1 -1
  160. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +1 -1
  161. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.js +1 -1
  162. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  163. data/assets/themes/j1/modules/lightbox/css/lightbox.css +1 -1
  164. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +1 -1
  165. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +1 -1
  166. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -1
  167. data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
  168. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  169. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.css +1 -1
  170. data/assets/themes/j1/modules/lunrSearch/css/lunr_search.min.css +13 -6
  171. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.js +1 -1
  172. data/assets/themes/j1/modules/lunrSearch/js/lunr_search.min.js +1 -1
  173. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +1 -1
  174. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +1 -1
  175. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +1 -1
  176. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +1 -1
  177. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +1 -1
  178. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +2 -2
  179. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +1 -1
  180. data/assets/themes/j1/modules/mmenuLight/js/mmenu.min.js +1 -1
  181. data/assets/themes/j1/modules/rtable/css/theme/uno.css +1 -1
  182. data/assets/themes/j1/modules/rtable/css/theme/uno.min.css +1 -1
  183. data/assets/themes/j1/modules/rtable/js/rtable.js +1 -1
  184. data/assets/themes/j1/modules/rtable/js/rtable.min.js +1 -1
  185. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
  186. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  187. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +1 -1
  188. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +1 -1
  189. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +1 -1
  190. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
  191. data/assets/themes/j1/modules/twemoji/js/twemoji.js +1 -1
  192. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +1 -1
  193. data/lib/j1/commands/generate.rb +2 -1
  194. data/lib/j1/version.rb +1 -1
  195. data/lib/j1_app.rb +0 -4
  196. data/lib/j1_app/j1_auth_manager/auth_manager.rb +1 -1
  197. data/lib/j1_app/j1_auth_manager/error_pages.rb +1 -1
  198. data/lib/j1_app/j1_auth_manager/helpers_disqus.rb +1 -1
  199. data/lib/j1_app/j1_auth_manager/helpers_facebook.rb +1 -1
  200. data/lib/j1_app/j1_auth_manager/helpers_github.rb +1 -1
  201. data/lib/j1_app/j1_auth_manager/helpers_patreon.rb +1 -1
  202. data/lib/j1_app/j1_auth_manager/helpers_twitter.rb +1 -1
  203. data/lib/j1_app/j1_auth_manager/warden_omniauth.rb +1 -1
  204. data/lib/j1_app/omniauth/strategies/disqus.rb +1 -1
  205. data/lib/j1_app/omniauth/strategies/facebook.rb +1 -1
  206. data/lib/j1_app/omniauth/strategies/github.rb +1 -1
  207. data/lib/j1_app/omniauth/strategies/patreon.rb +1 -1
  208. data/lib/j1_app/omniauth/strategies/twitter.rb +1 -1
  209. data/lib/starter_web/Gemfile +11 -32
  210. data/lib/starter_web/_config.yml +3 -3
  211. data/lib/starter_web/_data/_defaults/categories.yml +1 -1
  212. data/lib/starter_web/_data/_defaults/colors.yml +1 -1
  213. data/lib/starter_web/_data/_defaults/font_sizes.yml +1 -1
  214. data/lib/starter_web/_data/_defaults/j1_light_gallery.yml +1 -1
  215. data/lib/starter_web/_data/_defaults/resources.yml +1 -1
  216. data/lib/starter_web/_data/_defaults/template_settings.yml +1 -1
  217. data/lib/starter_web/_data/apps/carousel.yml +1 -1
  218. data/lib/starter_web/_data/apps/defaults/carousel.yml +1 -1
  219. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -1
  220. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -1
  221. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -1
  222. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -1
  223. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -1
  224. data/lib/starter_web/_data/apps/justified_gallery.yml +1 -1
  225. data/lib/starter_web/_data/apps/light_gallery.yml +1 -1
  226. data/lib/starter_web/_data/apps/lightbox.yml +1 -1
  227. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  228. data/lib/starter_web/_data/blocks/defaults/banner.yml +1 -1
  229. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -1
  230. data/lib/starter_web/_data/blocks/defaults/panel.yml +1 -1
  231. data/lib/starter_web/_data/blocks/footer.yml +2 -2
  232. data/lib/starter_web/_data/blocks/panel.yml +1 -1
  233. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -1
  234. data/lib/starter_web/_data/categories.yml +1 -1
  235. data/lib/starter_web/_data/colors.yml +1 -1
  236. data/lib/starter_web/_data/font_sizes.yml +1 -1
  237. data/lib/starter_web/_data/j1_config.yml +35 -34
  238. data/lib/starter_web/_data/layouts/app.yml +1 -1
  239. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -1
  240. data/lib/starter_web/_data/layouts/collection.yml +1 -1
  241. data/lib/starter_web/_data/layouts/default.yml +1 -1
  242. data/lib/starter_web/_data/layouts/home.yml +1 -1
  243. data/lib/starter_web/_data/layouts/page.yml +1 -1
  244. data/lib/starter_web/_data/layouts/post.yml +1 -1
  245. data/lib/starter_web/_data/layouts/raw.yml +1 -1
  246. data/lib/starter_web/_data/modules/advertising.yml +1 -1
  247. data/lib/starter_web/_data/modules/attics.yml +1 -1
  248. data/lib/starter_web/_data/modules/authentication.yml +1 -1
  249. data/lib/starter_web/_data/modules/cookiebar.yml +1 -1
  250. data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
  251. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -1
  252. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +1 -1
  253. data/lib/starter_web/_data/modules/defaults/fam.yml +1 -1
  254. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -1
  255. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +1 -1
  256. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +1 -1
  257. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -1
  258. data/lib/starter_web/_data/modules/defaults/lunr_search.yml +1 -1
  259. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  260. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -1
  261. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
  262. data/lib/starter_web/_data/modules/fam.yml +1 -1
  263. data/lib/starter_web/_data/modules/framer.yml +1 -1
  264. data/lib/starter_web/_data/modules/jekyll_search.yml +1 -1
  265. data/lib/starter_web/_data/modules/log4javascript.yml +1 -1
  266. data/lib/starter_web/_data/modules/log4r.yml +1 -1
  267. data/lib/starter_web/_data/modules/lunr_search.yml +1 -1
  268. data/lib/starter_web/_data/modules/navigator.yml +1 -1
  269. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  270. data/lib/starter_web/_data/modules/themer.yml +2 -2
  271. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  272. data/lib/starter_web/_data/pages/builder.yml +1 -1
  273. data/lib/starter_web/_data/plugins/defaults/notebooks.yml +1 -1
  274. data/lib/starter_web/_data/plugins/defaults/paginator.yml +1 -1
  275. data/lib/starter_web/_data/plugins/notebooks.yml +1 -1
  276. data/lib/starter_web/_data/plugins/paginator.yml +1 -1
  277. data/lib/starter_web/_data/private.yml +1 -1
  278. data/lib/starter_web/_data/resources.yml +3 -3
  279. data/lib/starter_web/_data/utilities/defaults/util_srv.yml +1 -1
  280. data/lib/starter_web/_data/utilities/util_srv.yml +1 -1
  281. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  282. data/lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-answer.rb +1 -1
  283. data/lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-question.rb +1 -1
  284. data/lib/starter_web/_plugins/asciidoctor-extensions/banner.rb +1 -1
  285. data/lib/starter_web/_plugins/asciidoctor-extensions/carousel-block.rb +1 -1
  286. data/lib/starter_web/_plugins/asciidoctor-extensions/fab-icon-inline.rb +1 -1
  287. data/lib/starter_web/_plugins/asciidoctor-extensions/fas-icon-inline.rb +1 -1
  288. data/lib/starter_web/_plugins/asciidoctor-extensions/gallery-block.rb +1 -1
  289. data/lib/starter_web/_plugins/asciidoctor-extensions/gist-block.rb +1 -1
  290. data/lib/starter_web/_plugins/asciidoctor-extensions/iconify-icon-inline.rb +1 -1
  291. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +1 -1
  292. data/lib/starter_web/_plugins/asciidoctor-extensions/mdi-icon-inline.rb +1 -1
  293. data/lib/starter_web/_plugins/asciidoctor-extensions/panel.rb +1 -1
  294. data/lib/starter_web/_plugins/asciidoctor-extensions/shout-block.rb +1 -1
  295. data/lib/starter_web/_plugins/asciidoctor-extensions/twitter-emoji-inline.rb +1 -1
  296. data/lib/starter_web/_plugins/debug.rb +1 -1
  297. data/lib/starter_web/_plugins/filters.rb +1 -1
  298. data/lib/starter_web/_plugins/lorem_inline.rb +99 -4
  299. data/lib/starter_web/_plugins/lunr_index.rb +5 -2
  300. data/lib/starter_web/_plugins/minifyJS.rb +1 -1
  301. data/lib/starter_web/_plugins/minifyJSON.rb +1 -1
  302. data/lib/starter_web/_plugins/prettify.rb +1 -1
  303. data/lib/starter_web/_plugins/simple_search_filter.rb +1 -1
  304. data/lib/starter_web/_plugins/symlink_watcher.rb +1 -1
  305. data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
  306. data/lib/starter_web/config.ru +1 -1
  307. data/lib/starter_web/dot.gitattributes +1 -1
  308. data/lib/starter_web/dot.nojekyll +1 -1
  309. data/lib/starter_web/package.json +21 -15
  310. data/lib/starter_web/pages/public/about/about_site.adoc +2 -0
  311. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  312. data/lib/starter_web/utilsrv/package.json +7 -7
  313. data/lib/starter_web/utilsrv/server.js +1 -1
  314. metadata +20 -20
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/FrDH/mmenu-light
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2015-2020 Fred Heusschen
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/FrDH/mmenu-light
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2015-2020 Fred Heusschen
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -25,7 +25,7 @@
25
25
  # https://jekyll.one
26
26
  # https://github.com/FrDH/mmenu-light
27
27
  #
28
- # Copyright (C) 2020 Juergen Adams
28
+ # Copyright (C) 2021 Juergen Adams
29
29
  # Copyright (C) 2015-2020 Fred Heusschen
30
30
  #
31
31
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/FrDH/mmenu-light
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2015-2020 Fred Heusschen
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/FrDH/mmenu-light
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2015-2020 Fred Heusschen
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/filamentgroup/tablesaw
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (c) 2013 Filament Group
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/filamentgroup/tablesaw
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (c) 2013 Filament Group
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/filamentgroup/tablesaw
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (c) 2013 Filament Group
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/filamentgroup/tablesaw
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (c) 2013 Filament Group
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/jguadagno/bootstrapThemeSwitcher
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2014 Joseph Guadagno
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/jguadagno/bootstrapThemeSwitcher
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2014 Joseph Guadagno
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/xLs51/Twemoji-Picker
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2015 xLs51
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/xLs51/Twemoji-Picker
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2015 xLs51
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/xLs51/Twemoji-Picker
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2015 xLs51
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/xLs51/Twemoji-Picker
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2015 xLs51
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/twitter/twemoji
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2018 Twitter, Inc and other contributors
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -7,7 +7,7 @@
7
7
  # https://jekyll.one
8
8
  # https://github.com/twitter/twemoji
9
9
  #
10
- # Copyright (C) 2020 Juergen Adams
10
+ # Copyright (C) 2021 Juergen Adams
11
11
  # Copyright (C) 2018 Twitter, Inc and other contributors
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
@@ -98,7 +98,8 @@ module J1
98
98
  f.write(scaffold_post_content)
99
99
  end
100
100
 
101
- # jadams
101
+ # jadams, do NOT generate a buildin Gemfile
102
+ #
102
103
  # File.open(File.expand_path("Gemfile", new_blog_path), "w") do |f|
103
104
  # f.write(gemfile_contents)
104
105
  # end
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2021.0.0'
2
+ VERSION = '2021.0.1'
3
3
  end
@@ -12,14 +12,10 @@
12
12
 
13
13
  # Require RubyGems
14
14
  # ------------------------------------------------------------------------------
15
- require 'active_support'
16
- require 'active_support/core_ext'
17
-
18
15
  require 'uuid'
19
16
  require 'date'
20
17
 
21
18
  require 'json'
22
- # require 'yaml'
23
19
  require 'safe_yaml'
24
20
  require 'rest-client'
25
21
 
@@ -35,7 +35,7 @@
35
35
  # Product/Info:
36
36
  # https://jekyll.one
37
37
  #
38
- # Copyright (C) 2020 Juergen Adams
38
+ # Copyright (C) 2021 Juergen Adams
39
39
  #
40
40
  # J1 Template is licensed under the MIT License.
41
41
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -8,7 +8,7 @@
8
8
  # Product/Info:
9
9
  # https://jekyll.one
10
10
  #
11
- # Copyright (C) 2020 Juergen Adams
11
+ # Copyright (C) 2021 Juergen Adams
12
12
  #
13
13
  # J1 Template is licensed under the MIT License.
14
14
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  # Copyright (C) 2012 Mark Dodwell
11
11
  #
12
12
  # J1 Template is licensed under the MIT License
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  # Copyright (C) 2012 Mark Dodwell
11
11
  #
12
12
  # J1 Template is licensed under the MIT License
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License.
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  # Copyright (C) 2012 Mark Dodwell
11
11
  #
12
12
  # J1 Template is licensed under the MIT License
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  # Copyright (C) 2012 Mark Dodwell
11
11
  #
12
12
  # J1 Template is licensed under the MIT License
@@ -37,24 +37,17 @@ ruby RUBY_VERSION
37
37
 
38
38
  # ------------------------------------------------------------------------------
39
39
  # Jekyll
40
- # NOTE: J1 Template is using Jekyll v3.8 and above
40
+ # NOTE: J1 Template is using Jekyll v4.x
41
41
  #
42
42
 
43
- # ------------------------------------------------------------------------------
44
- # Use Jekyll version from GH master
45
- #
46
- # Support for Ruby version 2.7 (DEC 2019)
47
- # See: https://github.com/jekyll/jekyll/issues/8049
48
- # gem 'jekyll', github: 'jekyll/jekyll'
49
-
50
43
  # ------------------------------------------------------------------------------
51
44
  # Use Jekyll version from RubyGems
52
45
  #
53
- gem 'jekyll', '~> 4.0'
46
+ gem 'jekyll', '~> 4.2'
54
47
 
55
48
  # Theme Rubies, default: J1 Template (NOT used for the developmnet system)
56
49
  #
57
- gem 'j1-template', '~> 2021.0.0'
50
+ gem 'j1-template', '~> 2021.0.1'
58
51
 
59
52
  # ------------------------------------------------------------------------------
60
53
  # PRODUCTION: Gem needed for the Jekyll and J1 prod environment
@@ -74,11 +67,15 @@ gem 'nokogiri-pretty', '>= 0.1.0'
74
67
  gem 'htmlbeautifier', '>= 1.2.1'
75
68
 
76
69
  # ------------------------------------------------------------------------------
77
- # Additional Gem for Asciidoctor (template|plugin support)
70
+ # Gem needed to compress JS and JSON files
78
71
  #
79
- # gem 'slim', '~> 3.0.7'
80
- # gem 'thread_safe', '~> 0.3.5'
81
- gem 'middleman-core', '~> 4.2', '>= 4.2.1'
72
+ gem 'uglifier', '~> 4.2'
73
+ gem 'json-minify', '~> 0.0.3'
74
+
75
+ # ------------------------------------------------------------------------------
76
+ # Gem needed to run JS to create Lunr the index
77
+ #
78
+ gem 'execjs', '~> 2.7'
82
79
 
83
80
  # ------------------------------------------------------------------------------
84
81
  # Timezone support (multi-platform)
@@ -117,18 +114,6 @@ group :jekyll_plugins do
117
114
  gem 'jekyll-sass-converter', '>= 1.5.1'
118
115
  end
119
116
 
120
- # ------------------------------------------------------------------------------
121
- # Additional Gem for Docker support
122
- #
123
- # gem 'parallel', '~> 1.15'
124
- # gem 'i18n', '0.9.5'
125
-
126
- # ------------------------------------------------------------------------------
127
- # Debugger specific RubyGems
128
- #
129
- # gem 'debase', '0.2.3'
130
- # gem 'ruby-debug-ide', '0.7.0.beta7'
131
-
132
117
  # ------------------------------------------------------------------------------
133
118
  # Web Application specific RubyGems
134
119
  #
@@ -212,11 +197,5 @@ gem 'scss_lint', '~> 0.56.0'
212
197
  gem 'sass', '~> 3.5.0'
213
198
  gem 'bump', '~> 0.5.4'
214
199
 
215
- # ------------------------------------------------------------------------------
216
- # Gem needed to compress JS and JSON files
217
- # Gem uglifier is an dependency of middleman-core
218
- # gem 'uglifier', '~> 3.2.0'
219
- gem 'json-minify', '~> 0.0.3'
220
-
221
200
  # ------------------------------------------------------------------------------
222
201
  # END
@@ -1,6 +1,6 @@
1
1
  # ------------------------------------------------------------------------------
2
2
  # ~/_config.yml
3
- # Development configuration for J1 Template
3
+ # Global Jekyll site configuration
4
4
  #
5
5
  # Product/Info:
6
6
  # https://jekyll.one
@@ -53,7 +53,7 @@ environment: production
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Template Gem
55
55
  #
56
- version: 2021.0.0
56
+ version: 2021.0.1
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
@@ -347,7 +347,7 @@ base_path: ""
347
347
  #
348
348
  protocol: http
349
349
  host: localhost
350
- port: 4444
350
+ port: 44000
351
351
  timezone: Europe/Berlin
352
352
  encoding: UTF-8
353
353
 
@@ -6,7 +6,7 @@
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2020 Juergen Adams
9
+ # Copyright (C) 2021 Juergen Adams
10
10
  #
11
11
  # J1 Template is licensed under the MIT License.
12
12
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
@@ -5,7 +5,7 @@
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2020 Juergen Adams
8
+ # Copyright (C) 2021 Juergen Adams
9
9
  #
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE