j1-template 2022.1.0 → 2022.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (210) 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/carousel.json +2 -2
  12. data/assets/data/galleries.json +17 -5
  13. data/assets/data/gallery_customizer.html +4 -5
  14. data/assets/data/j1_config.json +42 -0
  15. data/assets/data/panel.html +17 -0
  16. data/assets/data/quicklinks.html +4 -4
  17. data/assets/themes/j1/adapter/js/advertising.js +2 -2
  18. data/assets/themes/j1/adapter/js/algolia.js +5 -5
  19. data/assets/themes/j1/adapter/js/analytics.js +1 -1
  20. data/assets/themes/j1/adapter/js/asciidoctor.js +2 -2
  21. data/assets/themes/j1/adapter/js/attic.js +5 -5
  22. data/assets/themes/j1/adapter/js/bmd.js +12 -12
  23. data/assets/themes/j1/adapter/js/carousel.js +40 -30
  24. data/assets/themes/j1/adapter/js/clipboard.js +2 -2
  25. data/assets/themes/j1/adapter/js/comments.js +2 -2
  26. data/assets/themes/j1/adapter/js/cookieConsent.js +2 -2
  27. data/assets/themes/j1/adapter/js/customFunctions.js +2 -2
  28. data/assets/themes/j1/adapter/js/customModule.js +2 -2
  29. data/assets/themes/j1/adapter/js/dropdowns.js +2 -2
  30. data/assets/themes/j1/adapter/js/fab.js +4 -4
  31. data/assets/themes/j1/adapter/js/framer.js +2 -2
  32. data/assets/themes/j1/adapter/js/j1.js +9 -9
  33. data/assets/themes/j1/adapter/js/justifiedGallery.js +42 -30
  34. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +126 -113
  35. data/assets/themes/j1/adapter/js/lightbox.js +34 -30
  36. data/assets/themes/j1/adapter/js/logger.js +2 -2
  37. data/assets/themes/j1/adapter/js/{quicksearch.js → lunr.js} +17 -19
  38. data/assets/themes/j1/adapter/js/mmenu.js +7 -7
  39. data/assets/themes/j1/adapter/js/navigator.js +5 -5
  40. data/assets/themes/j1/adapter/js/rangeSlider.js +96 -83
  41. data/assets/themes/j1/adapter/js/rouge.js +26 -22
  42. data/assets/themes/j1/adapter/js/rtable.js +2 -2
  43. data/assets/themes/j1/adapter/js/rtextResizer.js +6 -22
  44. data/assets/themes/j1/adapter/js/scroller.js +2 -2
  45. data/assets/themes/j1/adapter/js/themer.js +3 -3
  46. data/assets/themes/j1/adapter/js/toccer.js +5 -5
  47. data/assets/themes/j1/adapter/js/translator.js +2 -2
  48. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -6
  49. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
  50. data/assets/themes/j1/core/css/vendor.css +2 -3
  51. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  52. data/assets/themes/j1/core/js/template.js +1 -6
  53. data/assets/themes/j1/core/js/template.min.js +1 -6
  54. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  55. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.js +1 -1
  56. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.js +1 -1
  57. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +28 -12
  58. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
  59. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.js +1 -1
  60. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +1 -2
  61. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -11
  62. data/assets/themes/j1/modules/{lunrSearch/css/quicksearch.css → lunr/css/j1.css} +2 -2
  63. data/assets/themes/j1/modules/lunr/css/j1.min.css +15 -0
  64. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.js +0 -0
  65. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.min.js +0 -0
  66. data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.js → lunr/js/j1.js} +11 -8
  67. data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.min.js → lunr/js/j1.min.js} +1 -1
  68. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.js +0 -0
  69. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.js +0 -0
  70. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.min.js +0 -0
  71. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.min.js +0 -0
  72. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.js +0 -0
  73. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.min.js +0 -0
  74. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.js +0 -0
  75. data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.min.js +0 -0
  76. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.js +0 -0
  77. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.min.js +0 -0
  78. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.js +0 -0
  79. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.min.js +0 -0
  80. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.js +0 -0
  81. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.min.js +0 -0
  82. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.js +0 -0
  83. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.min.js +0 -0
  84. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.js +0 -0
  85. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.min.js +0 -0
  86. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.js +0 -0
  87. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.min.js +0 -0
  88. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.js +0 -0
  89. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.min.js +0 -0
  90. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.js +0 -0
  91. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.min.js +0 -0
  92. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.js +0 -0
  93. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.min.js +0 -0
  94. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.js +0 -0
  95. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.min.js +0 -0
  96. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.js +0 -0
  97. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.min.js +0 -0
  98. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.js +0 -0
  99. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.min.js +0 -0
  100. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.js +0 -0
  101. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.min.js +0 -0
  102. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.js +0 -0
  103. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.min.js +0 -0
  104. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.js +0 -0
  105. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.min.js +0 -0
  106. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.js +0 -0
  107. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.min.js +0 -0
  108. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.js +0 -0
  109. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.min.js +0 -0
  110. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.js +0 -0
  111. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.min.js +0 -0
  112. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.th.js +0 -0
  113. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.js +0 -0
  114. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.min.js +0 -0
  115. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.js +0 -0
  116. data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.min.js +0 -0
  117. data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +2 -375
  118. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +14 -5
  119. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +2 -179
  120. data/assets/themes/j1/modules/msDropdown/css/msDropdown.min.css +1 -12
  121. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +3 -1
  122. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.min.css +23 -0
  123. data/assets/themes/j1/modules/videojs/css/video-js.css +6 -2
  124. data/assets/themes/j1/modules/videojs/css/video-js.min.css +1 -1
  125. data/lib/j1/version.rb +1 -1
  126. data/lib/starter_web/Gemfile +1 -1
  127. data/lib/starter_web/_config.yml +68 -95
  128. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +168 -0
  129. data/lib/starter_web/_data/blocks/panel.yml +2 -0
  130. data/lib/starter_web/_data/j1_config.yml +33 -1
  131. data/lib/starter_web/_data/layouts/app.yml +11 -6
  132. data/lib/starter_web/_data/layouts/article_navigator.yml +8 -3
  133. data/lib/starter_web/_data/layouts/blog_archive.yml +8 -3
  134. data/lib/starter_web/_data/layouts/collection.yml +14 -21
  135. data/lib/starter_web/_data/layouts/default.yml +11 -36
  136. data/lib/starter_web/_data/layouts/home.yml +14 -22
  137. data/lib/starter_web/_data/layouts/news_panel_posts.yml +8 -3
  138. data/lib/starter_web/_data/layouts/page.yml +8 -14
  139. data/lib/starter_web/_data/layouts/post.yml +8 -3
  140. data/lib/starter_web/_data/layouts/raw.yml +14 -9
  141. data/lib/starter_web/_data/{builder → modules}/blog_navigator.yml +4 -4
  142. data/lib/starter_web/_data/{apps → modules}/carousel.yml +2 -2
  143. data/lib/starter_web/_data/{builder → modules}/defaults/blog_navigator.yml +4 -5
  144. data/lib/starter_web/_data/{apps → modules}/defaults/carousel.yml +1 -1
  145. data/lib/starter_web/_data/{apps → modules}/defaults/justifiedGallery.yml +1 -1
  146. data/lib/starter_web/_data/{apps → modules}/defaults/lightGallery.yml +1 -1
  147. data/lib/starter_web/_data/{apps → modules}/defaults/lightbox.yml +2 -2
  148. data/lib/starter_web/_data/modules/defaults/{quicksearch.yml → lunr.yml} +6 -15
  149. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  150. data/lib/starter_web/_data/{apps → modules}/justifiedGallery.yml +101 -50
  151. data/lib/starter_web/_data/{apps → modules}/lightGallery.yml +1 -1
  152. data/lib/starter_web/_data/{apps → modules}/lightbox.yml +2 -2
  153. data/lib/starter_web/_data/modules/{quicksearch.yml → lunr.yml} +4 -7
  154. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  155. data/lib/starter_web/_data/modules/rangeSlider.yml +2 -2
  156. data/lib/starter_web/_data/resources.yml +20 -21
  157. data/lib/starter_web/_includes/attributes.asciidoc +16 -3
  158. data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +6 -4
  159. data/lib/starter_web/_plugins/filters.rb +53 -0
  160. data/lib/starter_web/_plugins/lunr_index.rb +11 -6
  161. data/lib/starter_web/assets/images/modules/attics/joanna-kosinska-1920x1280.jpg +0 -0
  162. data/lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg +0 -0
  163. data/lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg +0 -0
  164. data/lib/starter_web/assets/videos/gallery/html5/video1.mp4 +0 -0
  165. data/lib/starter_web/assets/videos/gallery/html5/video2.mp4 +0 -0
  166. data/lib/starter_web/assets/videos/gallery/vk/hai.jpg +0 -0
  167. data/lib/starter_web/assets/videos/gallery/vk/otter.jpg +0 -0
  168. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/battle.jpg +0 -0
  169. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/ben.jpg +0 -0
  170. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/constance.jpg +0 -0
  171. data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/elisa.jpg +0 -0
  172. 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
  173. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -2
  174. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-28-about-j1.adoc +1 -1
  175. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +2 -2
  176. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +2 -2
  177. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +2 -2
  178. data/lib/starter_web/package.json +1 -1
  179. data/lib/starter_web/pages/public/_blog/navigator/archive/categoryview.html +254 -0
  180. data/lib/starter_web/pages/public/_blog/navigator/archive/dateview.html +238 -0
  181. data/lib/starter_web/pages/public/_blog/navigator/archive/tagview.html +283 -0
  182. data/lib/starter_web/pages/public/_blog/navigator/archive.html +204 -0
  183. data/lib/starter_web/pages/public/_blog/navigator/index.html +53 -0
  184. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +2 -4
  185. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +15 -3
  186. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +15 -3
  187. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +5 -7
  188. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +5 -7
  189. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +5 -7
  190. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +33 -12
  191. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +30 -11
  192. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +28 -11
  193. data/lib/starter_web/pages/public/blog/navigator/archive.html +29 -11
  194. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -1
  195. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +13 -17
  196. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +99 -16
  197. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +74 -74
  198. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
  199. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +7 -13
  200. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  201. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  202. data/lib/starter_web/utilsrv/package.json +1 -1
  203. metadata +91 -77
  204. data/assets/themes/j1/modules/lunrSearch/css/quicksearch.min.css +0 -32
  205. data/lib/starter_web/_data/layouts/home.ads.yml +0 -262
  206. data/lib/starter_web/_data/layouts/home.no-ads.yml +0 -262
  207. data/lib/starter_web/_data/pages/builder.yml +0 -87
  208. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +0 -265
  209. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +0 -237
  210. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +0 -237
@@ -1,262 +0,0 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/layouts/home.yml
3
- # Configuration data to specify the (HTML) Layout of all content
4
- # pages of type HOME placed by the content loader
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- #
9
- # Copyright (C) 2022 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
13
- #
14
- # ------------------------------------------------------------------------------
15
- # NOTE:
16
- # By J1 template, "Liquid Procedures" are being used intensively. To load
17
- # HTML data for a layout, the loader procedure places the data based this
18
- # YAML data file into the REGION specified with a LANE.
19
- # ------------------------------------------------------------------------------
20
-
21
- # ------------------------------------------------------------------------------
22
- # Layout configuration settings
23
- #
24
- # lanes|lane
25
- # ----------------------------------------------------------------------------
26
- # Set LANE specific configuration parameters for a page LAYOUT. The
27
- # LANES array contains multiple (lane) hashes that describes the type
28
- # of the component that is loaded into a lane and their specific
29
- # (placement) parameters.
30
- #
31
- # region
32
- # ----------------------------------------------------------------------------
33
- # J1 templates defines, based on the general structure of a HTML page
34
- # (head|body), more specific REGIONS based on HTML5 semantic elements
35
- # to place HTML data:
36
- #
37
- # head <head> section. Contains (site-wide) meta data and
38
- # all CSS and JS files are to be loaded for a page.
39
- # body-navigation <body> NAV section. Contains the main navigation bar.
40
- # Placed a the BEGINNING of the <body> section.
41
- # body-header <body> HEADER section. Contains the page banner (header).
42
- # Placed AFTER the page navigation but BEFORE the main
43
- # content (body-main) of a page.
44
- # body-main <body> MAIN section. J1 template puts a <main> container
45
- # element in the <body> section to place the (main) content.
46
- # All content related elements are loaded into the region
47
- # 'body-main'. Content may components like boxes, panels,
48
- # quotes etc. and the document content like sections and
49
- # articles.
50
- # body-footer <body> FOOTER section. J1 template puts a <footer> element
51
- # at the end of the <BODY> section. The body-footer region
52
- # contains all elements that should be loaded at the end
53
- # of a page; typically the page footer.
54
- #
55
- # values: head|body-navigation|body-header|body-main|body-footer
56
- # default: no defaults
57
- #
58
- # type
59
- # ----------------------------------------------------------------------------
60
- # The (HTML) content of a lane can be included (from an include file) or
61
- # loaded asychronously from a HTML data file by AJAX (get|load) calls.
62
- # J1 template is using jQuery as an interface to AJAX calls.
63
- #
64
- # values: include|load
65
- # default: no defaults
66
- #
67
- # source
68
- # ----------------------------------------------------------------------------
69
- # The parameter source defines a (site root relativ) path to the data
70
- # source to be included or loaded.
71
- #
72
- # values: string (path)
73
- # default: no defaults
74
- #
75
- # file
76
- # ----------------------------------------------------------------------------
77
- # Defines the data file to be included or loaded.
78
- #
79
- # values: string
80
- # default: no defaults
81
- #
82
- # id
83
- # ----------------------------------------------------------------------------
84
- # Used for AJAX load calls (see parameter type). The id is used twice. First,
85
- # id references a HTML fragment as part of the (HTML) data file (see parameter
86
- # data below). Second, the id is used to identify the placeholder (div)
87
- # element where the AJAX call puts the data on.
88
- #
89
- # values: string
90
- # default: no defaults
91
- #
92
- # class
93
- # ----------------------------------------------------------------------------
94
- # Additional CSS classes that are put on the placeholder (div) element.
95
- # Can be used for type 'load', only.
96
- #
97
- # values: string (CSS class name)
98
- # default: no defaults
99
- #
100
- # ------------------------------------------------------------------------------
101
-
102
- # ------------------------------------------------------------------------------
103
- # Layout configuration settings
104
- #
105
- lanes:
106
-
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
117
-
118
- # ----------------------------------------------------------------------------
119
- # MASTER slider
120
- #
121
- - lane:
122
- enabled: false
123
- id: master_slider
124
- region: body-header
125
- type: async
126
- properties: mb-0
127
-
128
- # ----------------------------------------------------------------------------
129
- # Top Advertisment
130
- #
131
- - lane:
132
- enabled: false
133
- region: body-header
134
- id: google_ad_top_home
135
- type: sync
136
- base: _includes/themes/j1
137
- path: modules/ads
138
- file: google_ad_top_home.html
139
-
140
- # ----------------------------------------------------------------------------
141
- # PAGE CONTENT (region body-main)
142
- #
143
- # NOTE:
144
- # The CONTENT of a post or page may already rendered (page contains HTML
145
- # data) or unrendered (page contains MARKUP data). In both cases, rendered
146
- # or unrendered content, a valid FRONTMATTER is needed to pass the data.
147
- #
148
- # The CONTENT generation for posts and pages depends on the data type,
149
- # the MARKUP language (Markdown, Asciidoc) the page is using. The data
150
- # type is specified by the file EXTENSION (e.g. ".md" for Markdown or
151
- # ".adoc" for Asciidoc formatted content).
152
- #
153
- # To enable Jekyll running the render phase, the respective processor
154
- # (e.g.kramdown for MARKDOWN or asciidoctor for ASCIIDOC) needs to be
155
- # loaded and configured (Gemfile and the side-wide configuration file
156
- # _config.yml).
157
- #
158
- # NOTE:
159
- # The CONTENT of a PAGE is passed trough a (Liquid) wrapper procedure
160
- # (page_content.html) to add or inject specific ADDITIONAL data like
161
- # a TOC etc. that influences the resulting page.
162
- #
163
- # To modify the wrapper, DO NOT CHANGE the template files. See with
164
- # ***URL*** how to create your own wrapper (and OVERLOAD the J1 template
165
- # system with the data you provided).
166
- #
167
- # ----------------------------------------------------------------------------
168
-
169
- # ----------------------------------------------------------------------------
170
- # TEASER banner
171
- #
172
- - lane:
173
- enabled: true
174
- id: home_teaser_banner
175
- region: body-main
176
- type: async
177
- properties: g-2 elevated-z0
178
-
179
- # ----------------------------------------------------------------------------
180
- # SERVICE panel
181
- #
182
- - lane:
183
- enabled: false
184
- id: home_service_panel
185
- region: body-main
186
- type: async
187
- properties: g-2 elevated-z0
188
-
189
- # ----------------------------------------------------------------------------
190
- # DIVIDER banner
191
- #
192
- - lane:
193
- enabled: false
194
- id: divider-1
195
- region: body-main
196
- type: async
197
- properties: mt-4 mr-5 mb-4 ml-5
198
-
199
- # ----------------------------------------------------------------------------
200
- # Page Advertisment
201
- #
202
- - lane:
203
- enabled: false
204
- region: body-main
205
- id: google_ad_content_home
206
- type: sync
207
- base: _includes/themes/j1
208
- path: modules/ads
209
- file: google_ad_content_home.html
210
-
211
- # ----------------------------------------------------------------------------
212
- # INTRO panel
213
- #
214
- - lane:
215
- enabled: true
216
- id: home_intro_panel
217
- region: body-main
218
- type: async
219
- properties: g-2 elevated-z2
220
-
221
- # ----------------------------------------------------------------------------
222
- # PARALLAX banner
223
- #
224
- - lane:
225
- enabled: true
226
- id: home_parallax_banner
227
- region: body-main
228
- type: async
229
- properties: elevated-z0
230
-
231
- # ----------------------------------------------------------------------------
232
- # IMAGE banner
233
- #
234
- - lane:
235
- enabled: false
236
- id: home_image_banner
237
- region: body-main
238
- type: async
239
- properties: mb-3
240
-
241
- # ----------------------------------------------------------------------------
242
- # NEWS panel
243
- #
244
- - lane:
245
- enabled: true
246
- id: home_news_panel
247
- region: body-main
248
- type: async
249
- properties: g-2 elevated-z2
250
-
251
- # ----------------------------------------------------------------------------
252
- # FAB
253
- #
254
- - lane:
255
- enabled: true
256
- id: fab-container
257
- region: body-main
258
- type: async
259
- properties: elevated-z0
260
-
261
- # ------------------------------------------------------------------------------
262
- # END config
@@ -1,262 +0,0 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/layouts/home.yml
3
- # Configuration data to specify the (HTML) Layout of all content
4
- # pages of type HOME placed by the content loader
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- #
9
- # Copyright (C) 2022 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
13
- #
14
- # ------------------------------------------------------------------------------
15
- # NOTE:
16
- # By J1 template, "Liquid Procedures" are being used intensively. To load
17
- # HTML data for a layout, the loader procedure places the data based this
18
- # YAML data file into the REGION specified with a LANE.
19
- # ------------------------------------------------------------------------------
20
-
21
- # ------------------------------------------------------------------------------
22
- # Layout configuration settings
23
- #
24
- # lanes|lane
25
- # ----------------------------------------------------------------------------
26
- # Set LANE specific configuration parameters for a page LAYOUT. The
27
- # LANES array contains multiple (lane) hashes that describes the type
28
- # of the component that is loaded into a lane and their specific
29
- # (placement) parameters.
30
- #
31
- # region
32
- # ----------------------------------------------------------------------------
33
- # J1 templates defines, based on the general structure of a HTML page
34
- # (head|body), more specific REGIONS based on HTML5 semantic elements
35
- # to place HTML data:
36
- #
37
- # head <head> section. Contains (site-wide) meta data and
38
- # all CSS and JS files are to be loaded for a page.
39
- # body-navigation <body> NAV section. Contains the main navigation bar.
40
- # Placed a the BEGINNING of the <body> section.
41
- # body-header <body> HEADER section. Contains the page banner (header).
42
- # Placed AFTER the page navigation but BEFORE the main
43
- # content (body-main) of a page.
44
- # body-main <body> MAIN section. J1 template puts a <main> container
45
- # element in the <body> section to place the (main) content.
46
- # All content related elements are loaded into the region
47
- # 'body-main'. Content may components like boxes, panels,
48
- # quotes etc. and the document content like sections and
49
- # articles.
50
- # body-footer <body> FOOTER section. J1 template puts a <footer> element
51
- # at the end of the <BODY> section. The body-footer region
52
- # contains all elements that should be loaded at the end
53
- # of a page; typically the page footer.
54
- #
55
- # values: head|body-navigation|body-header|body-main|body-footer
56
- # default: no defaults
57
- #
58
- # type
59
- # ----------------------------------------------------------------------------
60
- # The (HTML) content of a lane can be included (from an include file) or
61
- # loaded asychronously from a HTML data file by AJAX (get|load) calls.
62
- # J1 template is using jQuery as an interface to AJAX calls.
63
- #
64
- # values: include|load
65
- # default: no defaults
66
- #
67
- # source
68
- # ----------------------------------------------------------------------------
69
- # The parameter source defines a (site root relativ) path to the data
70
- # source to be included or loaded.
71
- #
72
- # values: string (path)
73
- # default: no defaults
74
- #
75
- # file
76
- # ----------------------------------------------------------------------------
77
- # Defines the data file to be included or loaded.
78
- #
79
- # values: string
80
- # default: no defaults
81
- #
82
- # id
83
- # ----------------------------------------------------------------------------
84
- # Used for AJAX load calls (see parameter type). The id is used twice. First,
85
- # id references a HTML fragment as part of the (HTML) data file (see parameter
86
- # data below). Second, the id is used to identify the placeholder (div)
87
- # element where the AJAX call puts the data on.
88
- #
89
- # values: string
90
- # default: no defaults
91
- #
92
- # class
93
- # ----------------------------------------------------------------------------
94
- # Additional CSS classes that are put on the placeholder (div) element.
95
- # Can be used for type 'load', only.
96
- #
97
- # values: string (CSS class name)
98
- # default: no defaults
99
- #
100
- # ------------------------------------------------------------------------------
101
-
102
- # ------------------------------------------------------------------------------
103
- # Layout configuration settings
104
- #
105
- lanes:
106
-
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
117
-
118
- # ----------------------------------------------------------------------------
119
- # MASTER slider
120
- #
121
- - lane:
122
- enabled: false
123
- id: master_slider
124
- region: body-header
125
- type: async
126
- properties: mb-0
127
-
128
- # ----------------------------------------------------------------------------
129
- # Top Advertisment
130
- #
131
- - lane:
132
- enabled: false
133
- region: body-header
134
- id: google_ad_top_home
135
- type: sync
136
- base: _includes/themes/j1
137
- path: modules/ads
138
- file: google_ad_top_home.html
139
-
140
- # ----------------------------------------------------------------------------
141
- # PAGE CONTENT (region body-main)
142
- #
143
- # NOTE:
144
- # The CONTENT of a post or page may already rendered (page contains HTML
145
- # data) or unrendered (page contains MARKUP data). In both cases, rendered
146
- # or unrendered content, a valid FRONTMATTER is needed to pass the data.
147
- #
148
- # The CONTENT generation for posts and pages depends on the data type,
149
- # the MARKUP language (Markdown, Asciidoc) the page is using. The data
150
- # type is specified by the file EXTENSION (e.g. ".md" for Markdown or
151
- # ".adoc" for Asciidoc formatted content).
152
- #
153
- # To enable Jekyll running the render phase, the respective processor
154
- # (e.g.kramdown for MARKDOWN or asciidoctor for ASCIIDOC) needs to be
155
- # loaded and configured (Gemfile and the side-wide configuration file
156
- # _config.yml).
157
- #
158
- # NOTE:
159
- # The CONTENT of a PAGE is passed trough a (Liquid) wrapper procedure
160
- # (page_content.html) to add or inject specific ADDITIONAL data like
161
- # a TOC etc. that influences the resulting page.
162
- #
163
- # To modify the wrapper, DO NOT CHANGE the template files. See with
164
- # ***URL*** how to create your own wrapper (and OVERLOAD the J1 template
165
- # system with the data you provided).
166
- #
167
- # ----------------------------------------------------------------------------
168
-
169
- # ----------------------------------------------------------------------------
170
- # TEASER banner
171
- #
172
- - lane:
173
- enabled: true
174
- id: home_teaser_banner
175
- region: body-main
176
- type: async
177
- properties: g-2 elevated-z0
178
-
179
- # ----------------------------------------------------------------------------
180
- # SERVICE panel
181
- #
182
- - lane:
183
- enabled: false
184
- id: home_service_panel
185
- region: body-main
186
- type: async
187
- properties: g-2 elevated-z0
188
-
189
- # ----------------------------------------------------------------------------
190
- # DIVIDER banner
191
- #
192
- - lane:
193
- enabled: false
194
- id: divider-1
195
- region: body-main
196
- type: async
197
- properties: mt-4 mr-5 mb-4 ml-5
198
-
199
- # ----------------------------------------------------------------------------
200
- # Page Advertisment
201
- #
202
- - lane:
203
- enabled: false
204
- region: body-main
205
- id: google_ad_content_home
206
- type: sync
207
- base: _includes/themes/j1
208
- path: modules/ads
209
- file: google_ad_content_home.html
210
-
211
- # ----------------------------------------------------------------------------
212
- # INTRO panel
213
- #
214
- - lane:
215
- enabled: true
216
- id: home_intro_panel
217
- region: body-main
218
- type: async
219
- properties: g-2 elevated-z2
220
-
221
- # ----------------------------------------------------------------------------
222
- # PARALLAX banner
223
- #
224
- - lane:
225
- enabled: true
226
- id: home_parallax_banner
227
- region: body-main
228
- type: async
229
- properties: elevated-z0
230
-
231
- # ----------------------------------------------------------------------------
232
- # IMAGE banner
233
- #
234
- - lane:
235
- enabled: false
236
- id: home_image_banner
237
- region: body-main
238
- type: async
239
- properties: mb-3
240
-
241
- # ----------------------------------------------------------------------------
242
- # NEWS panel
243
- #
244
- - lane:
245
- enabled: true
246
- id: home_news_panel
247
- region: body-main
248
- type: async
249
- properties: g-2 elevated-z2
250
-
251
- # ----------------------------------------------------------------------------
252
- # FAB
253
- #
254
- - lane:
255
- enabled: true
256
- id: fab-container
257
- region: body-main
258
- type: async
259
- properties: elevated-z0
260
-
261
- # ------------------------------------------------------------------------------
262
- # END config
@@ -1,87 +0,0 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/pages/builder.yml
3
- # Template specific configuration data to configure generated pages
4
- # using their respective (page|post) builder procedures (Liquid)
5
- #
6
- # Product/Info:
7
- # https://jekyll.one
8
- #
9
- # Copyright (C) 2022 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
13
- #
14
- # ------------------------------------------------------------------------------
15
-
16
-
17
- # ------------------------------------------------------------------------------
18
- # New generator config
19
- # ------------------------------------------------------------------------------
20
-
21
- # ------------------------------------------------------------------------------
22
- # GENERAL generator settings
23
- #
24
- # enabled
25
- # ----------------------------------------------------------------------------
26
- # Enables|Disables the use of a gallery
27
- #
28
- # dataPath
29
- # ----------------------------------------------------------------------------
30
- # All data items displayed by a gallery are being read from a
31
- # JSON file automatically generated from that configuration.
32
- # AJAX get method is used to supply the gallery with respective
33
- # the HTML code at the time the gallery is initialized (by the
34
- # J1 Adapter for J1 Justified Gallery).
35
- #
36
- # values: string
37
- # default: /assets/data/galleries.json
38
- #
39
- # instance_type
40
- # ----------------------------------------------------------------------------
41
- # Specifies if a modules can be run as a single instance
42
- # (only) or run in multiple instances.
43
- #
44
- # NOTE: The parameter instance_type controls how MODULE runner
45
- # manages configuration options.
46
- #
47
- # values: single|multiple
48
- # default: single
49
- #
50
- # defaults
51
- # ----------------------------------------------------------------------------
52
- # All data items displayed by a gallery are being read from a
53
- # JSON file automatically generated from that configuration.
54
- #
55
- # values: string
56
- # default: /assets/data/galleries.json
57
- #
58
- # ------------------------------------------------------------------------------
59
- enabled: true
60
- dataPath: /assets/data/galleries.json
61
- instance_type: multiple
62
-
63
- defaults:
64
- rowHeight: 170
65
-
66
- generators:
67
-
68
- # ----------------------------------------------------------------------------
69
- # Live DEMO
70
- #
71
- - generator:
72
- enabled: true
73
- type: image
74
- id: jg_live_demo
75
- title: Mansonry grid layout of Justified Gallery
76
- tagline:
77
-
78
- # css: [
79
- # {
80
- # local: "modules/cookiebar/css/cookiebar",
81
- # remote: "https://cdnjs.cloudflare.com/ajax/libs/jquery-cookiebar/1.0.5/jquery.cookiebar"
82
- # }
83
- # ]
84
-
85
-
86
- # ------------------------------------------------------------------------------
87
- # END config