j1-template 2022.1.0 → 2022.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (230) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_article_navigator.html +4 -5
  3. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +4 -5
  4. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +35 -19
  5. data/_includes/themes/j1/modules/navigator/procedures/topsearch.0.proc +129 -0
  6. data/_includes/themes/j1/modules/navigator/procedures/topsearch.1.proc +113 -0
  7. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +3 -3
  8. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -5
  9. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +29 -7
  10. data/_includes/themes/j1/procedures/posts/pager.proc +2 -3
  11. data/assets/data/authclient.html +6 -6
  12. data/assets/data/carousel.json +2 -2
  13. data/assets/data/galleries.json +17 -5
  14. data/assets/data/gallery_customizer.html +4 -5
  15. data/assets/data/j1_config.json +42 -0
  16. data/assets/data/panel.html +17 -0
  17. data/assets/data/quicklinks.html +4 -4
  18. data/assets/themes/j1/adapter/js/advertising.js +2 -2
  19. data/assets/themes/j1/adapter/js/algolia.js +5 -5
  20. data/assets/themes/j1/adapter/js/analytics.js +1 -1
  21. data/assets/themes/j1/adapter/js/asciidoctor.js +2 -2
  22. data/assets/themes/j1/adapter/js/attic.js +5 -5
  23. data/assets/themes/j1/adapter/js/bmd.js +12 -12
  24. data/assets/themes/j1/adapter/js/carousel.js +40 -30
  25. data/assets/themes/j1/adapter/js/clipboard.js +2 -2
  26. data/assets/themes/j1/adapter/js/comments.js +2 -2
  27. data/assets/themes/j1/adapter/js/cookieConsent.js +2 -2
  28. data/assets/themes/j1/adapter/js/customFunctions.js +2 -2
  29. data/assets/themes/j1/adapter/js/customModule.js +2 -2
  30. data/assets/themes/j1/adapter/js/dropdowns.js +2 -2
  31. data/assets/themes/j1/adapter/js/fab.js +4 -4
  32. data/assets/themes/j1/adapter/js/framer.js +2 -2
  33. data/assets/themes/j1/adapter/js/j1.js +9 -9
  34. data/assets/themes/j1/adapter/js/justifiedGallery.js +42 -30
  35. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +126 -113
  36. data/assets/themes/j1/adapter/js/lightbox.js +34 -30
  37. data/assets/themes/j1/adapter/js/logger.js +2 -2
  38. data/assets/themes/j1/adapter/js/{quicksearch.js → lunr.js} +17 -19
  39. data/assets/themes/j1/adapter/js/mmenu.js +7 -7
  40. data/assets/themes/j1/adapter/js/navigator.js +5 -5
  41. data/assets/themes/j1/adapter/js/rangeSlider.js +96 -83
  42. data/assets/themes/j1/adapter/js/rouge.js +26 -22
  43. data/assets/themes/j1/adapter/js/rtable.js +2 -2
  44. data/assets/themes/j1/adapter/js/rtextResizer.js +6 -22
  45. data/assets/themes/j1/adapter/js/scroller.js +2 -2
  46. data/assets/themes/j1/adapter/js/themer.js +3 -3
  47. data/assets/themes/j1/adapter/js/toccer.js +5 -5
  48. data/assets/themes/j1/adapter/js/translator.js +2 -2
  49. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -6
  50. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
  51. data/assets/themes/j1/core/css/vendor.css +2 -3
  52. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  53. data/assets/themes/j1/core/js/template.js +1 -6
  54. data/assets/themes/j1/core/js/template.min.js +1 -6
  55. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  56. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.css +1315 -0
  57. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.min.css +7 -0
  58. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.css +886 -0
  59. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.structure.min.css +5 -0
  60. data/assets/themes/j1/modules/jquery/css/{jqueryUI/theme.css → jquery-ui/jquery-ui.theme.css} +9 -6
  61. data/assets/themes/j1/modules/jquery/css/jquery-ui/jquery-ui.theme.min.css +5 -0
  62. data/assets/themes/j1/modules/jquery/js/{jqueryUI.js → jquery-ui.js} +1067 -711
  63. data/assets/themes/j1/modules/jquery/js/jquery-ui.min.js +6 -0
  64. data/assets/themes/j1/modules/jquery/js/jquery.min.map +1 -0
  65. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.js +1 -1
  66. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.js +1 -1
  67. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +28 -12
  68. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
  69. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.js +1 -1
  70. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +1 -2
  71. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -11
  72. data/assets/themes/j1/modules/{lunrSearch/css/quicksearch.css → lunr/css/j1.css} +2 -2
  73. data/assets/themes/j1/modules/lunr/css/j1.min.css +15 -0
  74. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.js +0 -0
  75. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.min.js +0 -0
  76. data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.js → lunr/js/j1.js} +11 -8
  77. data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.min.js → lunr/js/j1.min.js} +1 -1
  78. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.js +0 -0
  79. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.js +0 -0
  80. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.min.js +0 -0
  81. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.min.js +0 -0
  82. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.js +0 -0
  83. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.min.js +0 -0
  84. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.js +0 -0
  85. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.min.js +0 -0
  86. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.js +0 -0
  87. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.min.js +0 -0
  88. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.js +0 -0
  89. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.min.js +0 -0
  90. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.js +0 -0
  91. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.min.js +0 -0
  92. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.js +0 -0
  93. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.min.js +0 -0
  94. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.js +0 -0
  95. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.min.js +0 -0
  96. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.js +0 -0
  97. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.min.js +0 -0
  98. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.js +0 -0
  99. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.min.js +0 -0
  100. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.js +0 -0
  101. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.min.js +0 -0
  102. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.js +0 -0
  103. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.min.js +0 -0
  104. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.js +0 -0
  105. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.min.js +0 -0
  106. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.js +0 -0
  107. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.min.js +0 -0
  108. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.js +0 -0
  109. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.min.js +0 -0
  110. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.js +0 -0
  111. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.min.js +0 -0
  112. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.js +0 -0
  113. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.min.js +0 -0
  114. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.js +0 -0
  115. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.min.js +0 -0
  116. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.js +0 -0
  117. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.min.js +0 -0
  118. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.js +0 -0
  119. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.min.js +0 -0
  120. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.js +0 -0
  121. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.min.js +0 -0
  122. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.th.js +0 -0
  123. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.js +0 -0
  124. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.min.js +0 -0
  125. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.js +0 -0
  126. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.min.js +0 -0
  127. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.css +1 -0
  128. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +2 -374
  129. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +15 -5
  130. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +2 -178
  131. data/assets/themes/j1/modules/msDropdown/css/msDropdown.min.css +1 -12
  132. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +3 -1
  133. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.min.css +23 -0
  134. data/assets/themes/j1/modules/videojs/css/video-js.css +6 -2
  135. data/assets/themes/j1/modules/videojs/css/video-js.min.css +1 -1
  136. data/lib/j1/version.rb +1 -1
  137. data/lib/starter_web/Gemfile +1 -1
  138. data/lib/starter_web/_config.yml +37 -94
  139. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +168 -0
  140. data/lib/starter_web/_data/blocks/banner.yml +3 -3
  141. data/lib/starter_web/_data/blocks/panel.yml +2 -0
  142. data/lib/starter_web/_data/j1_config.yml +33 -1
  143. data/lib/starter_web/_data/layouts/app.yml +11 -6
  144. data/lib/starter_web/_data/layouts/article_navigator.yml +8 -3
  145. data/lib/starter_web/_data/layouts/blog_archive.yml +8 -3
  146. data/lib/starter_web/_data/layouts/collection.yml +14 -21
  147. data/lib/starter_web/_data/layouts/default.yml +11 -36
  148. data/lib/starter_web/_data/layouts/home.yml +14 -22
  149. data/lib/starter_web/_data/layouts/news_panel_posts.yml +8 -3
  150. data/lib/starter_web/_data/layouts/page.yml +8 -14
  151. data/lib/starter_web/_data/layouts/post.yml +8 -3
  152. data/lib/starter_web/_data/layouts/raw.yml +14 -9
  153. data/lib/starter_web/_data/{builder → modules}/blog_navigator.yml +4 -4
  154. data/lib/starter_web/_data/{apps → modules}/carousel.yml +2 -2
  155. data/lib/starter_web/_data/{builder → modules}/defaults/blog_navigator.yml +4 -5
  156. data/lib/starter_web/_data/{apps → modules}/defaults/carousel.yml +1 -1
  157. data/lib/starter_web/_data/{apps → modules}/defaults/justifiedGallery.yml +1 -1
  158. data/lib/starter_web/_data/{apps → modules}/defaults/lightGallery.yml +1 -1
  159. data/lib/starter_web/_data/{apps → modules}/defaults/lightbox.yml +2 -2
  160. data/lib/starter_web/_data/modules/defaults/{quicksearch.yml → lunr.yml} +6 -15
  161. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  162. data/lib/starter_web/_data/{apps → modules}/justifiedGallery.yml +101 -50
  163. data/lib/starter_web/_data/{apps → modules}/lightGallery.yml +1 -1
  164. data/lib/starter_web/_data/{apps → modules}/lightbox.yml +2 -2
  165. data/lib/starter_web/_data/modules/{quicksearch.yml → lunr.yml} +4 -7
  166. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  167. data/lib/starter_web/_data/modules/rangeSlider.yml +2 -2
  168. data/lib/starter_web/_data/resources.yml +73 -31
  169. data/lib/starter_web/_includes/attributes.asciidoc +16 -3
  170. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +6 -4
  171. data/lib/starter_web/_plugins/filters.rb +53 -0
  172. data/lib/starter_web/_plugins/lunr_index.rb +14 -9
  173. data/lib/starter_web/assets/images/modules/attics/joanna-kosinska-1920x1280.jpg +0 -0
  174. data/lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg +0 -0
  175. data/lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg +0 -0
  176. data/lib/starter_web/assets/videos/gallery/html5/video1.mp4 +0 -0
  177. data/lib/starter_web/assets/videos/gallery/html5/video2.mp4 +0 -0
  178. data/lib/starter_web/assets/videos/gallery/vk/hai.jpg +0 -0
  179. data/lib/starter_web/assets/videos/gallery/vk/otter.jpg +0 -0
  180. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/battle.jpg +0 -0
  181. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/ben.jpg +0 -0
  182. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/constance.jpg +0 -0
  183. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/elisa.jpg +0 -0
  184. data/lib/starter_web/collections/asciidoc_skeletons/simple-post/{yyyy-mm-dd-your-post-name.adoc → _posts/yyyy-mm-dd-your-post-name.asciidoc} +26 -12
  185. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -2
  186. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-28-about-j1.adoc +1 -1
  187. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +2 -2
  188. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +2 -2
  189. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +2 -2
  190. data/lib/starter_web/package.json +1 -1
  191. data/lib/starter_web/pages/public/_blog/navigator/archive/categoryview.html +254 -0
  192. data/lib/starter_web/pages/public/_blog/navigator/archive/dateview.html +238 -0
  193. data/lib/starter_web/pages/public/_blog/navigator/archive/tagview.html +283 -0
  194. data/lib/starter_web/pages/public/_blog/navigator/archive.html +204 -0
  195. data/lib/starter_web/pages/public/_blog/navigator/index.html +53 -0
  196. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +2 -4
  197. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +15 -3
  198. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +15 -3
  199. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +5 -7
  200. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +5 -7
  201. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +5 -7
  202. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +33 -12
  203. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +30 -11
  204. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +28 -11
  205. data/lib/starter_web/pages/public/blog/navigator/archive.html +29 -11
  206. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -1
  207. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +18 -23
  208. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +100 -16
  209. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -2
  210. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +6 -0
  211. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +75 -75
  212. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
  213. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +2 -1
  214. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +3 -4
  215. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +13 -20
  216. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  217. data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -2
  218. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  219. data/lib/starter_web/utilsrv/package.json +1 -1
  220. metadata +100 -82
  221. data/assets/themes/j1/modules/jquery/css/jqueryUI/theme.min.css +0 -5
  222. data/assets/themes/j1/modules/jquery/js/jquery-3.5.1.min.map +0 -1
  223. data/assets/themes/j1/modules/jquery/js/jqueryUI.min.js +0 -13
  224. data/assets/themes/j1/modules/lunrSearch/css/quicksearch.min.css +0 -32
  225. data/lib/starter_web/_data/layouts/home.ads.yml +0 -262
  226. data/lib/starter_web/_data/layouts/home.no-ads.yml +0 -262
  227. data/lib/starter_web/_data/pages/builder.yml +0 -87
  228. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +0 -265
  229. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +0 -237
  230. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +0 -237
@@ -5,7 +5,7 @@
5
5
  # Product/Info:
6
6
  # https://jekyll.one
7
7
  #
8
- # Copyright (C) 2022 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
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of J1 Template Gem
55
55
  #
56
- version: 2022.1.0
56
+ version: 2022.1.3
57
57
 
58
58
  # version
59
59
  # ------------------------------------------------------------------------------
@@ -223,22 +223,38 @@ doctype: html
223
223
  # default: false
224
224
  #
225
225
  title: Jekyll One
226
- slogan: starter web
226
+ slogan: template for jekyll
227
227
  description: >
228
228
  Made for Jekyll · Made for Your Web
229
+ keywords: >
230
+ opensource, free, load, download, start, starter, example,
231
+ high, easy, use, secure, encrypt, standard, popular,
232
+ generate, create, learn, distribute, publish, deploy,
233
+ beginner, advanced, expert, student, learner, writer, reader, visitor
234
+ framework, toolkit, integration, extension, module, api,
235
+ dynamic, static, generator, client, server, internet, local, localhost
236
+ page, web, website, webdesign, material, design, responsive,
237
+ javascript, nodejs, ruby, windows, linux, osx, mac, os,
238
+ http, https, html, html5, css, scss, style,
239
+ browser, firefox, chrome, edge, opera, safari,
240
+ configuration, generator, navigation, menu, dropdown, fab, action, button
241
+ application, interface, provider, api, repository,
242
+ cookie, language, translation, gdpr, dsgvo, privacy,
243
+ asciidoc, aciidoctor, bootstrap, jekyll, liquid,
244
+ hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
245
+ provider, service, internet, support,
246
+ google, analytics, advertising, search, console, silverlight, score,
247
+ j1, template, jekyllone, comment
229
248
 
230
- keywords: Jekyll, One, Template, Ruby, Asciidoctor,
231
- Asciidoc, Bootstrap, Javascript, JS, JS3,
232
- CSS, CSS3, HTML5, Material, Design
233
249
  author:
234
- name: username
235
- email: username@email.domain
250
+ name: Juergen Adams
251
+ email: juergen@jekyll.one
236
252
  github: username
237
253
  twitter: username
238
254
  feedburner: feedname
239
255
 
240
256
  webmaster:
241
- email: webmaster@example.domain
257
+ email: webmaster@jekyll.one
242
258
 
243
259
  # Crawling/Indexing ENABLED for default. Settings managed page-wise using
244
260
  # frontmatter defaults or by page default settings to make sure that only
@@ -255,7 +271,7 @@ robots:
255
271
  brand:
256
272
  image: modules/icons/j1/j1-512x512.png
257
273
  image_height: 48
258
- text: Starter Web
274
+ text: Jekyll One
259
275
  text_color: "#9E9E9E"
260
276
 
261
277
  # Set the favicon and type
@@ -316,7 +332,7 @@ permalink: pretty
316
332
  # if you are running jekyll serve in a development environment,
317
333
  # site.url will be set to the value of host, port.
318
334
  #
319
- url: "http://localhost:40000"
335
+ url: "http://localhost:40000"
320
336
 
321
337
  # The subpath of your site, e.g. /blog/. Used in conjunction with
322
338
  # site.url (see above) when you want a link to something with the
@@ -519,32 +535,6 @@ whitelist:
519
535
  excerpt_separator: excerpt__end
520
536
  excerpt_truncate_words: 100
521
537
 
522
- # ------------------------------------------------------------------------------
523
- # COLLECTION settings
524
- # See: https://jekyllrb.com/docs/collections/#collections
525
- #
526
- collections:
527
-
528
- # ----------------------------------------------------------------------------
529
- # Featured articles
530
- #
531
- featured:
532
- output: true
533
- permalink: /collections/:collection/:name/
534
-
535
- # ----------------------------------------------------------------------------
536
- # Book shelf
537
- #
538
- biography:
539
- output: true
540
- permalink: /collections/public/:collection/:name/
541
- fantasy:
542
- output: true
543
- permalink: /collections/public/:collection/:name/
544
- romance:
545
- output: true
546
- permalink: /collections/public/:collection/:name/
547
-
548
538
  # ------------------------------------------------------------------------------
549
539
  # FRONTMATTER defaults
550
540
  #
@@ -580,7 +570,7 @@ defaults:
580
570
  sitemap: false
581
571
 
582
572
  # ----------------------------------------------------------------------------
583
- # Pages
573
+ # PAGES
584
574
  #
585
575
  - scope:
586
576
  path: pages
@@ -618,7 +608,7 @@ defaults:
618
608
  collapseDepth: 3
619
609
 
620
610
  # ----------------------------------------------------------------------------
621
- # Posts
611
+ # POSTS
622
612
  #
623
613
 
624
614
  # ----------------------------------------------------------------------------
@@ -639,26 +629,12 @@ defaults:
639
629
 
640
630
  personalization: false
641
631
  exclude_from_search: false
642
-
643
- youtube: true
644
- vimeo: true
645
-
646
632
  series: false
647
633
 
648
634
  toc: true
649
635
  fab_menu_id: page_ctrl_simple
650
636
  scrollbar: false
651
637
 
652
- icons:
653
- category-icon: false # comment-text-outline
654
- family: MDI
655
- color: md-blue
656
- size: 5x
657
-
658
- images:
659
- category-image: false # img26.jpg
660
- dir: /assets/images/collections/blog/featured
661
-
662
638
  resource_options:
663
639
  - toccer:
664
640
  collapseDepth: 3
@@ -679,51 +655,16 @@ defaults:
679
655
  index: true
680
656
  follow: true
681
657
 
682
- toc: true
683
- fab_menu_id: page_ctrl_simple
684
- scrollbar: false
685
-
686
658
  personalization: false
687
659
  exclude_from_search: false
688
660
 
689
- youtube: true
690
- vimeo: true
691
-
692
- icons:
693
- category-icon: false # dots-horizontal-circle
694
- family: MDI
695
- color: md-indigo
696
- size: 5x
697
-
698
- images:
699
- category-image: false # img26.jpg
700
- dir: /assets/images/collections/blog/series
701
-
702
- # ----------------------------------------------------------------------------
703
- # Collections
704
- #
705
-
706
- # ----------------------------------------------------------------------------
707
- # Featured Articles
708
- #
709
- - scope:
710
- type: featured
711
- path: collections/_featured
712
-
713
- values:
714
- layout: page
715
- sitemap: false
716
- compress: true
717
-
718
- robots:
719
- index: false
720
- follow: false
721
-
722
- personalization: false
723
- exclude_from_search: true
661
+ toc: true
662
+ fab_menu_id: page_ctrl_simple
663
+ scrollbar: false
724
664
 
725
- youtube: false
726
- vimeo: false
665
+ resource_options:
666
+ - toccer:
667
+ collapseDepth: 3
727
668
 
728
669
  # ==============================================================================
729
670
  # 6. LAYOUT configuration
@@ -850,6 +791,8 @@ defaults:
850
791
  # values: HTML optional end tags
851
792
  # default: empty array
852
793
  #
794
+ # ------------------------------------------------------------------------------
795
+ #
853
796
  compress_html:
854
797
  enabled: true
855
798
  profile: false
@@ -25,13 +25,181 @@ description:
25
25
  #
26
26
  defaults:
27
27
 
28
+ # ----------------------------------------------------------------------------
29
+ # GENERAL gallery settings
30
+ #
31
+ # enabled
32
+ # ----------------------------------------------------------------------------
33
+ # Enables|Disables the use of a gallery.
34
+ #
35
+ # values: boolean [true|false]
36
+ # default: false
37
+ #
38
+ # xhr_container_id
39
+ # ----------------------------------------------------------------------------
40
+ # All data items displayed by a gallery are being read from a
41
+ # JSON file automatically generated from that configuration.
42
+ # AJAX get method is used to supply the gallery with respective
43
+ # the HTML code at the time the gallery is initialized (by the
44
+ # J1 Adapter for J1 Justified Gallery).
45
+ #
46
+ # values: string
47
+ # default: /assets/data/galleries.json
48
+ #
49
+ # xhr_data_element
50
+ # ----------------------------------------------------------------------------
51
+ # All data items ...
52
+ #
53
+ # values: string
54
+ # default: galleryCustomizer
55
+ #
56
+ # xhr_data_path
57
+ # ----------------------------------------------------------------------------
58
+ # All data items ...
59
+ #
60
+ # values: string
61
+ # default: /assets/data/galleries.json
62
+ #
63
+ # max_gallery_width
64
+ # ----------------------------------------------------------------------------
65
+ # Total width (px) of an gallery element displayed in a page.
66
+ #
67
+ # values: integer
68
+ # default: 1024
69
+ #
70
+ # ----------------------------------------------------------------------------
71
+ #
28
72
  enabled: false
29
73
  title: JustfiedGallery Customizer
30
74
 
31
75
  xhr_container_id: customizer
32
76
  xhr_data_element: galleryCustomizer
33
77
  xhr_data_path: /assets/data/gallery_customizer/index.html
78
+ max_gallery_width: 1024
34
79
 
80
+ # ----------------------------------------------------------------------------
81
+ # GALLERY options
82
+ # ----------------------------------------------------------------------------
83
+ #
84
+ # rowHeight
85
+ # ----------------------------------------------------------------------------
86
+ # The preferred rows height measured in pixel (px)
87
+ #
88
+ # values: integer
89
+ # default: 200
90
+ #
91
+ # maxRowHeight
92
+ # ----------------------------------------------------------------------------
93
+ # This option could be a false or negative value to keep it disabled.
94
+ # Could be a number (e.g 200) which specifies the maximum row height in pixel.
95
+ # Alternatively, a string which specifies a percentage (e.g. "200%" means
96
+ # that the row height can't exceed 2 * rowHeight). Note that with this
97
+ # option can crop the images if they need to be higher to be justified.
98
+ #
99
+ # values: boolean [true|false] or integer
100
+ # default: false
101
+ #
102
+ # maxRowsCount
103
+ # ----------------------------------------------------------------------------
104
+ # This parameter limits the number of rows to show. Justified Gallery
105
+ # hides the unwanted rows, and if the page is resized more (or less)
106
+ # images are shown. Note that this this option doesn't limit the number
107
+ # of rows by making images smaller. A value 0 means disabled.
108
+ #
109
+ # values: integer
110
+ # default: 0
111
+ #
112
+ # justifyLastRow
113
+ # ----------------------------------------------------------------------------
114
+ # Decide to justify the last row (using 'justify') or not (using
115
+ # 'nojustify')
116
+ #
117
+ # values: value [justify|nojustify]
118
+ # default: nojustify
119
+ #
120
+ # hideLastRow
121
+ # ----------------------------------------------------------------------------
122
+ # Hide the last row.
123
+ #
124
+ # values: boolean [true|false]
125
+ # default: false
126
+ #
127
+ # margins
128
+ # ----------------------------------------------------------------------------
129
+ # The margins between the images.
130
+ #
131
+ # values: integer
132
+ # default: 1
133
+ #
134
+ # border
135
+ # ----------------------------------------------------------------------------
136
+ # The border size of the gallery.
137
+ #
138
+ # values: integer
139
+ # default: 0
140
+ #
141
+ # randomize
142
+ # ----------------------------------------------------------------------------
143
+ # Automatically randomize or not the order of the images.
144
+ #
145
+ # values: boolean [true|false]
146
+ # default: false
147
+ #
148
+ # sort
149
+ # ----------------------------------------------------------------------------
150
+ # Can be false to do not sort.
151
+ #
152
+ # values: boolean [true|false]
153
+ # default: false
154
+ #
155
+ # rtl
156
+ # ----------------------------------------------------------------------------
157
+ # Right to left mode.
158
+ #
159
+ # values: boolean [true|false]
160
+ # default: false
161
+ #
162
+ # refreshTime
163
+ # ----------------------------------------------------------------------------
164
+ # The waited time (ms) before checking the page size. If the page width
165
+ # has changed the gallery layout is rebuilt.
166
+ #
167
+ # values: integer
168
+ # default: 250
169
+ #
170
+ # refreshSensitivity
171
+ # ----------------------------------------------------------------------------
172
+ # Change in width allowed (in px) without re-building the gallery.
173
+ #
174
+ # values: integer
175
+ # default: 0
176
+ #
177
+ # cssAnimation
178
+ # ----------------------------------------------------------------------------
179
+ # Use or not css animations. With CSS animations it's easier to change
180
+ # them by overriding the rules defined by Justified Gallery.
181
+ #
182
+ # values: boolean [true|false]
183
+ # default: true
184
+ #
185
+ # imagesAnimationDuration
186
+ # ----------------------------------------------------------------------------
187
+ # Image fadeIn duration (in milliseconds). This is ignored if CSS
188
+ # animations are used.
189
+ #
190
+ # values: integer
191
+ # default: 500
192
+ #
193
+ # captions
194
+ # ----------------------------------------------------------------------------
195
+ # Decide if you want to show the captions that appears when your
196
+ # mouse is over the image.
197
+ #
198
+ # values: boolean [true|false]
199
+ # default: true
200
+ #
201
+ # ----------------------------------------------------------------------------
202
+ #
35
203
  gallery_settings:
36
204
  rowHeight: 200
37
205
  justifyLastRow: false
@@ -177,7 +177,7 @@ settings:
177
177
  title: Roundtrip
178
178
  tagline: learn top features
179
179
  class: btn btn-xl btn-primary text-uppercase text-left mr-2 mb-2
180
- style: "min-width: 250px"
180
+ style: "min-width: 270px"
181
181
  icon: briefcase-search-outline
182
182
  icon_color:
183
183
  icon_size: 3x
@@ -190,7 +190,7 @@ settings:
190
190
  title: Download
191
191
  tagline: get on rubygems
192
192
  class: btn btn-xl btn-primary text-uppercase text-left mr-2 mb-2
193
- style: "min-width: 250px"
193
+ style: "min-width: 270px"
194
194
  icon: briefcase-download-outline
195
195
  icon_color:
196
196
  icon_size: 3x
@@ -203,7 +203,7 @@ settings:
203
203
  title: Rocketstart
204
204
  tagline: finished in minutes
205
205
  class: btn btn-raised btn-xl btn-primary text-uppercase text-left mr-2 mb-2
206
- style: "min-width: 250px"
206
+ style: "min-width: 270px"
207
207
  icon: rocket-launch
208
208
  icon_color:
209
209
  icon_size: 3x
@@ -161,6 +161,7 @@ settings:
161
161
  id: home_news_panel
162
162
  comment: Home News Panel
163
163
  type: news
164
+ category_blacklist: [ posts, public, private, protected, featured, series ]
164
165
  animate: false
165
166
  properties: mt-5 mb-5
166
167
 
@@ -176,6 +177,7 @@ settings:
176
177
  <p>
177
178
  Have fun!
178
179
  </p>
180
+
179
181
  cards:
180
182
 
181
183
  - name: Recent Posts
@@ -146,7 +146,7 @@ cookies:
146
146
 
147
147
 
148
148
  # ==============================================================================
149
- # PAGE configuration settings
149
+ # CONTENT configuration settings
150
150
  #
151
151
  # ------------------------------------------------------------------------------
152
152
 
@@ -174,6 +174,38 @@ flicker_timeout: 150
174
174
  prettify: true
175
175
 
176
176
 
177
+ # ==============================================================================
178
+ # PAGE global configuration settings (currently NOT used)
179
+ #
180
+ # NOTE: Set global settings for the Jekyll builder-engine to control
181
+ # the HTML outputs generated by J1
182
+ #
183
+ # ------------------------------------------------------------------------------
184
+ pages:
185
+
186
+
187
+ # ==============================================================================
188
+ # POST global configuration settings
189
+ #
190
+ # NOTE: Set global settings for the Jekyll builder-engine to control
191
+ # the HTML outputs generated by J1
192
+ #
193
+ # ------------------------------------------------------------------------------
194
+ posts:
195
+ # ----------------------------------------------------------------------------
196
+ # category_blacklist
197
+ # --------------------------------------------------------------------------
198
+ # List of categories (automatically) generated by Jekyll to be SKIPPED.
199
+ # (Additional) Categories are generated by Jekyl from folder names but
200
+ # NOT used for J1 to be displayed in preview boxes or J1 Posts Navigator
201
+ # views.
202
+ #
203
+ # Default: [ posts, public, private, protected, featured, series ]
204
+ #
205
+ # ----------------------------------------------------------------------------
206
+ category_blacklist: [ posts, public, private, protected, featured, series ]
207
+
208
+
177
209
  # ==============================================================================
178
210
  # USER configuration settings
179
211
  #
@@ -105,12 +105,17 @@
105
105
  lanes:
106
106
 
107
107
  # ----------------------------------------------------------------------------
108
- # Page HEADER (region body-header)
108
+ # HEADER region (region body-header)
109
+ # ----------------------------------------------------------------------------
110
+
111
+ # ----------------------------------------------------------------------------
112
+ # MASTER header (attic)
109
113
  #
110
- # NOTE:
111
- # All pages are using a specific banner to display a title and a
112
- # tagline. Title and tagline are to be configured with the FRONTMATTER
113
- # of a page for individual data (text).
114
+ # NOTE:
115
+ # All pages are using a specific header to display a title and a
116
+ # tagline. Title and tagline are to be configured with the FRONTMATTER
117
+ # of a page for individual data (text).
118
+ # ----------------------------------------------------------------------------
114
119
  #
115
120
  - lane:
116
121
  enabled: true
@@ -121,7 +126,7 @@ lanes:
121
126
  file: generator.html
122
127
 
123
128
  # ----------------------------------------------------------------------------
124
- # PAGE CONTENT (region body-main)
129
+ # CONTENT region (region body-main)
125
130
  #
126
131
  # NOTE:
127
132
  # The CONTENT of a post or page may already rendered (page contains HTML
@@ -105,12 +105,17 @@
105
105
  lanes:
106
106
 
107
107
  # ----------------------------------------------------------------------------
108
- # Page HEADER (region body-header)
108
+ # HEADER region (region body-header)
109
+ # ----------------------------------------------------------------------------
110
+
111
+ # ----------------------------------------------------------------------------
112
+ # MASTER header (attic)
109
113
  #
110
114
  # NOTE:
111
- # All pages are using a specific banner to display a title and a
115
+ # All pages are using a specific header to display a title and a
112
116
  # tagline. Title and tagline are to be configured with the FRONTMATTER
113
117
  # of a page for individual data (text).
118
+ # ----------------------------------------------------------------------------
114
119
  #
115
120
  - lane:
116
121
  enabled: true
@@ -121,7 +126,7 @@ lanes:
121
126
  file: generator.html
122
127
 
123
128
  # ----------------------------------------------------------------------------
124
- # PAGE CONTENT (region body-main)
129
+ # CONTENT region (region body-main)
125
130
  #
126
131
  # NOTE:
127
132
  # The CONTENT of a post or page may already rendered (page contains HTML
@@ -105,12 +105,17 @@
105
105
  lanes:
106
106
 
107
107
  # ----------------------------------------------------------------------------
108
- # Page HEADER (region body-header)
108
+ # HEADER region (region body-header)
109
+ # ----------------------------------------------------------------------------
110
+
111
+ # ----------------------------------------------------------------------------
112
+ # MASTER header (attic)
109
113
  #
110
114
  # NOTE:
111
- # All pages are using a specific banner to display a title and a
115
+ # All pages are using a specific header to display a title and a
112
116
  # tagline. Title and tagline are to be configured with the FRONTMATTER
113
117
  # of a page for individual data (text).
118
+ # ----------------------------------------------------------------------------
114
119
  #
115
120
  - lane:
116
121
  enabled: true
@@ -121,7 +126,7 @@ lanes:
121
126
  file: generator.html
122
127
 
123
128
  # ----------------------------------------------------------------------------
124
- # PAGE CONTENT (region body-main)
129
+ # CONTENT region (region body-main)
125
130
  #
126
131
  # NOTE:
127
132
  # The CONTENT of a post or page may already rendered (page contains HTML
@@ -105,23 +105,28 @@
105
105
  lanes:
106
106
 
107
107
  # ----------------------------------------------------------------------------
108
- # Page HEADER (region body-header)
108
+ # HEADER region (region body-header)
109
+ # ----------------------------------------------------------------------------
110
+
111
+ # ----------------------------------------------------------------------------
112
+ # MASTER header (attic)
109
113
  #
110
114
  # NOTE:
111
- # All pages are using a specific banner to display a title and a
115
+ # All pages are using a specific header to display a title and a
112
116
  # tagline. Title and tagline are to be configured with the FRONTMATTER
113
117
  # of a page for individual data (text).
118
+ # ----------------------------------------------------------------------------
114
119
  #
115
120
  - lane:
116
- enabled: true
117
- region: body-header
118
- type: sync
119
- base: _includes/themes/j1
120
- path: modules/attics
121
- file: generator.html
121
+ enabled: true
122
+ region: body-header
123
+ type: sync
124
+ base: _includes/themes/j1
125
+ path: modules/attics
126
+ file: generator.html
122
127
 
123
128
  # ----------------------------------------------------------------------------
124
- # COLLECTION CONTENT (region body-main)
129
+ # CONTENT region (region body-main)
125
130
  #
126
131
  # NOTE:
127
132
  # The CONTENT of a post or page may already rendered (page contains HTML
@@ -160,17 +165,6 @@ lanes:
160
165
  path: layouts
161
166
  file: content_generator_collection.html
162
167
 
163
- # ----------------------------------------------------------------------------
164
- # COMMENT connector
165
- #
166
- - lane:
167
- enabled: true
168
- region: body-main
169
- type: sync
170
- base: _includes/themes/j1
171
- path: modules/connectors
172
- file: comments
173
-
174
168
  # ----------------------------------------------------------------------------
175
169
  # FAM
176
170
  #
@@ -180,6 +174,5 @@ lanes:
180
174
  region: body-main
181
175
  type: async
182
176
 
183
-
184
177
  # ------------------------------------------------------------------------------
185
178
  # END config