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
@@ -104,7 +104,11 @@
104
104
  lanes:
105
105
 
106
106
  # ----------------------------------------------------------------------------
107
- # META data
107
+ # HEAD region
108
+ # ----------------------------------------------------------------------------
109
+
110
+ # ----------------------------------------------------------------------------
111
+ # META data loader
108
112
  #
109
113
  - lane:
110
114
  enabled: true
@@ -114,39 +118,6 @@ lanes:
114
118
  path: layouts
115
119
  file: layout_metadata_generator.html
116
120
 
117
- # ----------------------------------------------------------------------------
118
- # CONNECTORS (analytics)
119
- #
120
- # - lane:
121
- # enabled: true
122
- # region: head
123
- # type: sync
124
- # base: _includes/themes/j1
125
- # path: modules/connectors
126
- # file: analytics
127
-
128
- # ----------------------------------------------------------------------------
129
- # CONNECTORS (translation)
130
- #
131
- # - lane:
132
- # enabled: true
133
- # region: head
134
- # type: sync
135
- # base: _includes/themes/j1
136
- # path: modules/connectors
137
- # file: translator
138
-
139
- # ----------------------------------------------------------------------------
140
- # CONNECTORS (advertising)
141
- #
142
- # - lane:
143
- # enabled: true
144
- # region: head
145
- # type: sync
146
- # base: _includes/themes/j1
147
- # path: modules/connectors
148
- # file: ads
149
-
150
121
  # ----------------------------------------------------------------------------
151
122
  # RESOURCE loader
152
123
  #
@@ -159,7 +130,11 @@ lanes:
159
130
  file: layout_resource_generator.html
160
131
 
161
132
  # ----------------------------------------------------------------------------
162
- # NAVIGATION
133
+ # BODY region
134
+ # ----------------------------------------------------------------------------
135
+
136
+ # ----------------------------------------------------------------------------
137
+ # NAVIGATION loader
163
138
  #
164
139
  - lane:
165
140
  enabled: true
@@ -194,7 +169,7 @@ lanes:
194
169
  class:
195
170
 
196
171
  # ----------------------------------------------------------------------------
197
- # MODULE generator
172
+ # MODULE loader
198
173
  #
199
174
  - lane:
200
175
  enabled: true
@@ -105,40 +105,28 @@
105
105
  lanes:
106
106
 
107
107
  # ----------------------------------------------------------------------------
108
- # MASTER header
109
- #
110
- - lane:
111
- enabled: true
112
- region: body-header
113
- type: sync
114
- base: _includes/themes/j1
115
- path: modules/attics
116
- file: generator.html
108
+ # HEADER region (region body-header)
109
+ # ----------------------------------------------------------------------------
117
110
 
118
111
  # ----------------------------------------------------------------------------
119
- # MASTER slider
112
+ # MASTER header (attic)
120
113
  #
121
- - lane:
122
- enabled: false
123
- id: master_slider
124
- region: body-header
125
- type: async
126
- properties: mb-0
127
-
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).
128
118
  # ----------------------------------------------------------------------------
129
- # Top Advertisment
130
119
  #
131
120
  - lane:
132
121
  enabled: true
133
122
  region: body-header
134
- id: google_ad_top_home
135
123
  type: sync
136
124
  base: _includes/themes/j1
137
- path: modules/ads
138
- file: google_ad_top_home.html
125
+ path: modules/attics
126
+ file: generator.html
139
127
 
140
128
  # ----------------------------------------------------------------------------
141
- # PAGE CONTENT (region body-main)
129
+ # CONTENT region (region body-main)
142
130
  #
143
131
  # NOTE:
144
132
  # The CONTENT of a post or page may already rendered (page contains HTML
@@ -166,6 +154,10 @@ lanes:
166
154
  #
167
155
  # ----------------------------------------------------------------------------
168
156
 
157
+ # ----------------------------------------------------------------------------
158
+ # CONTENT
159
+ #
160
+
169
161
  # ----------------------------------------------------------------------------
170
162
  # TEASER banner
171
163
  #
@@ -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,18 +126,7 @@ lanes:
121
126
  file: generator.html
122
127
 
123
128
  # ----------------------------------------------------------------------------
124
- # Ad Block
125
- #
126
- # - lane:
127
- # enabled: false
128
- # region: body-header
129
- # type: sync
130
- # base: _includes/themes/j1
131
- # path: blocks/ads
132
- # file: ad.html
133
-
134
- # ----------------------------------------------------------------------------
135
- # PAGE CONTENT (region body-main)
129
+ # MAIN region (region body-main)
136
130
  #
137
131
  # NOTE:
138
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
- # POST 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
- # 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
@@ -1,11 +1,11 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/builder/blog_navigator.yml
3
- # # User Configuration to configure generated pages by the blog post navigator
2
+ # ~/_data/modules/blog_navigator.yml
3
+ # User configuration to configure generated pages by J1 Blog Navigator
4
4
  #
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
@@ -17,7 +17,7 @@
17
17
  #
18
18
  description:
19
19
 
20
- title: Blog Navigator
20
+ title: J1 Blog Navigator
21
21
  scope: User settings
22
22
  location: _data/builder/blog_navigator.yml
23
23
 
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/carousel.yml
2
+ # ~/_data/modules/carousel.yml
3
3
  # Default configuration for J1 Carousel (based on Owl Carousel V1)
4
4
  #
5
5
  # Product/Info:
@@ -184,6 +184,7 @@ settings:
184
184
  # ----------------------------------------------------------------------------
185
185
  #
186
186
  carousel:
187
+
187
188
  # --------------------------------------------------------------------------
188
189
  # CAROUSEL configurations
189
190
  # --------------------------------------------------------------------------
@@ -239,7 +240,6 @@ settings:
239
240
  singleItem: true
240
241
  pagination: false
241
242
 
242
-
243
243
  # --------------------------------------------------------------------------
244
244
  # demo_cats
245
245
  #
@@ -1,11 +1,11 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/builder/blog_navigator.yml
3
- # # User Configuration to configure generated pages by the blog post navigator
2
+ # ~/_data/modules/defaults/blog_navigator.yml
3
+ # Default configuration to configure generated pages by J1 Blog Navigator
4
4
  #
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
@@ -16,7 +16,7 @@
16
16
  # Description (used for J1 CC only)
17
17
  #
18
18
  description:
19
- title: Blog Navigator
19
+ title: J1 Blog Navigator
20
20
  scope: Default settings
21
21
  location: _data/builder/defaults/blog_navigator.yml
22
22
 
@@ -279,7 +279,6 @@ defaults:
279
279
  zu durchsuchen, rufen Sie die Anzeige <b>Nach Datum</b> auf.
280
280
 
281
281
  category_view:
282
- skip_categories: Posts, Public, Featured, Series
283
282
  page_text:
284
283
  enabled: true
285
284
 
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/carousel.yml
2
+ # ~/_data/modules/defaults/carousel.yml
3
3
  # Default configuration for J1 Carousel (based on Owl Carousel V1)
4
4
  #
5
5
  # Product/Info:
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/defaults/justifiedGallery.yml
2
+ # ~/_data/modules/defaults/justifiedGallery.yml
3
3
  # Default configuration for J1 Justified Gallery (jg)
4
4
  #
5
5
  # Product/Info:
@@ -1,5 +1,5 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/defaults/light_gallery.yml
2
+ # ~/_data/modules/defaults/light_gallery.yml
3
3
  # Default configuration settings for J1 LightGallery (lg)
4
4
  #
5
5
  # Product/Info:
@@ -1,6 +1,6 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/apps/lightbox.yml
3
- # Default configuration for J1 Lightbox V2
2
+ # ~/_data/modules/defaults/lightbox.yml
3
+ # Default configuration for J1 Lightbox
4
4
  #
5
5
  # Product/Info:
6
6
  # https://jekyll.one
@@ -1,6 +1,6 @@
1
1
  # ------------------------------------------------------------------------------
2
- # ~/_data/modules/defaults/quicksearch.yml
3
- # Default configuration settings for J1 QuickSearch module
2
+ # ~/_data/modules/defaults/lunr.yml
3
+ # Default configuration settings for J1 Lunr (search) module
4
4
  #
5
5
  # Product/Info:
6
6
  # https://jekyll.one
@@ -16,9 +16,9 @@
16
16
  #
17
17
  description:
18
18
 
19
- title: J1 QuickSearch
19
+ title: J1 Lunr
20
20
  scope: Default settings
21
- location: _data/modules/defaults/quicksearch.yml
21
+ location: _data/modules/defaults/lunr.yml
22
22
 
23
23
  # ------------------------------------------------------------------------------
24
24
  # Default settings
@@ -30,21 +30,13 @@ defaults:
30
30
  target: _blank
31
31
  rebuild: false
32
32
  full_index: true
33
-
34
- # currently NOT supported, use pagewise exclude_from_search: true|false
35
- # excludes: [
36
- # /assets/*, /apps/*, /log/* ,
37
- # /node_modules/*, '/*\.htm*/'
38
- # ]
39
-
40
- stopwords: /assets/themes/j1/modules/lunrSearch/stopwords/en.txt
33
+ stopwords: /assets/themes/j1/modules/lunr/stopwords/en.txt
41
34
  stopwords_locale: en
42
35
  strip_index_html: false
43
- strip_categories: [ pages, posts, series, public, featured, wikipedia ]
44
36
  min_length: 3
45
37
  date_format: mmm dd, yyyy
46
38
 
47
- module_dir: /assets/themes/j1/modules/lunrSearch/js
39
+ module_dir: /assets/themes/j1/modules/lunr/js
48
40
  index_dir: /assets/data
49
41
  index_name: lunr-index.json
50
42
  index_file: /assets/data/lunr-index.json
@@ -60,6 +52,5 @@ defaults:
60
52
  #
61
53
  emptyMsg: # '<p style="margin-left: 3.5rem">No matches.</p>'
62
54
 
63
-
64
55
  # ------------------------------------------------------------------------------
65
56
  # END config
@@ -233,7 +233,7 @@ defaults:
233
233
  clear_icon: format-clear
234
234
  input_color: rgba(0, 0, 0, 0.7) # rgba-darken-700
235
235
  background_color: "#FAFAFA" # md-grey-50
236
- placeholder: QuickSearch
236
+ placeholder: Your search expression
237
237
  search_heading_lead: ""
238
238
  result_heading_lead: ""
239
239