j1-template 2022.0.8 → 2022.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (209) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
  3. data/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
  4. data/apps/public/cc/index.adoc +0 -1
  5. data/assets/data/article_navigator/index.html +0 -1
  6. data/assets/data/news_panel_posts/index.html +0 -1
  7. data/assets/error_pages/HTTP445.html +5 -4
  8. data/assets/error_pages/HTTP446.html +3 -3
  9. data/assets/error_pages/HTTP447.html +110 -0
  10. data/assets/error_pages/HTTP448.html +111 -0
  11. data/assets/themes/j1/adapter/js/advertising.js +413 -0
  12. data/assets/themes/j1/adapter/js/algolia.js +1 -4
  13. data/assets/themes/j1/adapter/js/analytics.js +237 -0
  14. data/assets/themes/j1/adapter/js/asciidoctor.js +1 -4
  15. data/assets/themes/j1/adapter/js/attic.js +1 -4
  16. data/assets/themes/j1/adapter/js/bmd.js +1 -4
  17. data/assets/themes/j1/adapter/js/carousel.js +1 -4
  18. data/assets/themes/j1/adapter/js/clipboard.js +1 -2
  19. data/assets/themes/j1/adapter/js/comments.js +386 -0
  20. data/assets/themes/j1/adapter/js/cookieConsent.js +84 -51
  21. data/assets/themes/j1/adapter/js/fab.js +1 -1
  22. data/assets/themes/j1/adapter/js/framer.js +1 -7
  23. data/assets/themes/j1/adapter/js/j1.js +125 -208
  24. data/assets/themes/j1/adapter/js/justifiedGallery.js +1 -4
  25. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -4
  26. data/assets/themes/j1/adapter/js/lightbox.js +1 -5
  27. data/assets/themes/j1/adapter/js/logger.js +1 -2
  28. data/assets/themes/j1/adapter/js/mmenu.js +2 -3
  29. data/assets/themes/j1/adapter/js/navigator.js +4 -3
  30. data/assets/themes/j1/adapter/js/quicksearch.js +1 -4
  31. data/assets/themes/j1/adapter/js/rouge.js +2 -5
  32. data/assets/themes/j1/adapter/js/rtable.js +1 -4
  33. data/assets/themes/j1/adapter/js/rtextResizer.js +1 -4
  34. data/assets/themes/j1/adapter/js/scroller.js +2 -5
  35. data/assets/themes/j1/adapter/js/themer.js +1 -1
  36. data/assets/themes/j1/adapter/js/toccer.js +1 -4
  37. data/assets/themes/j1/adapter/js/translator.js +79 -124
  38. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +6 -0
  39. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  40. data/assets/themes/j1/core/js/template.js +13 -5
  41. data/assets/themes/j1/core/js/template.min.js +1 -1
  42. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  43. data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +117 -0
  44. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +11 -2
  45. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
  46. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +1 -1
  47. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
  48. data/assets/themes/j1/modules/scroller/js/scroller.js +1 -1
  49. data/assets/themes/j1/modules/translator/js/translator.js +1 -1
  50. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  51. data/lib/j1/version.rb +1 -1
  52. data/lib/starter_web/Gemfile +1 -1
  53. data/lib/starter_web/_config.yml +1 -13
  54. data/lib/starter_web/_data/apps/carousel.yml +2 -2
  55. data/lib/starter_web/_data/apps/defaults/carousel.yml +3 -2
  56. data/lib/starter_web/_data/apps/defaults/justifiedGallery.yml +2 -2
  57. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +2 -2
  58. data/lib/starter_web/_data/apps/defaults/lightGallery.yml +2 -2
  59. data/lib/starter_web/_data/apps/defaults/lightbox.yml +2 -2
  60. data/lib/starter_web/_data/apps/justifiedGallery.yml +2 -2
  61. data/lib/starter_web/_data/apps/justifiedGalleryCustomizer.yml +2 -2
  62. data/lib/starter_web/_data/apps/lightGallery.yml +2 -2
  63. data/lib/starter_web/_data/apps/lightbox.yml +2 -2
  64. data/lib/starter_web/_data/blocks/banner.yml +3 -2
  65. data/lib/starter_web/_data/blocks/defaults/banner.yml +9 -0
  66. data/lib/starter_web/_data/blocks/defaults/footer.yml +9 -0
  67. data/lib/starter_web/_data/blocks/defaults/panel.yml +9 -0
  68. data/lib/starter_web/_data/blocks/footer.yml +3 -2
  69. data/lib/starter_web/_data/blocks/panel.yml +3 -2
  70. data/lib/starter_web/_data/builder/blog_navigator.yml +3 -2
  71. data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +8 -8
  72. data/lib/starter_web/_data/j1_config.yml +0 -116
  73. data/lib/starter_web/_data/layouts/default.yml +21 -21
  74. data/lib/starter_web/_data/layouts/home.yml +24 -0
  75. data/lib/starter_web/_data/layouts/page.yml +7 -18
  76. data/lib/starter_web/_data/layouts/post.yml +0 -11
  77. data/lib/starter_web/_data/modules/advertising.yml +140 -12
  78. data/lib/starter_web/_data/modules/analytics.yml +99 -0
  79. data/lib/starter_web/_data/modules/attics.yml +3 -2
  80. data/lib/starter_web/_data/modules/comments.yml +55 -0
  81. data/lib/starter_web/_data/modules/cookieconsent.yml +2 -1
  82. data/lib/starter_web/_data/modules/cookies.yml +3 -1
  83. data/lib/starter_web/_data/modules/defaults/advertising.yml +106 -0
  84. data/lib/starter_web/_data/modules/defaults/analytics.yml +93 -0
  85. data/lib/starter_web/_data/modules/defaults/attics.yml +3 -2
  86. data/lib/starter_web/_data/modules/defaults/authentication.yml +51 -48
  87. data/lib/starter_web/_data/modules/defaults/comments.yml +114 -0
  88. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -3
  89. data/lib/starter_web/_data/modules/defaults/cookies.yml +39 -19
  90. data/lib/starter_web/_data/modules/defaults/fab.yml +4 -2
  91. data/lib/starter_web/_data/modules/defaults/framer.yml +2 -3
  92. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +3 -2
  93. data/lib/starter_web/_data/modules/defaults/log4r.yml +2 -2
  94. data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -2
  95. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +4 -3
  96. data/lib/starter_web/_data/modules/defaults/rtable.yml +3 -2
  97. data/lib/starter_web/_data/modules/defaults/scoller.yml +3 -2
  98. data/lib/starter_web/_data/modules/defaults/themer.yml +119 -118
  99. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
  100. data/lib/starter_web/_data/modules/defaults/translator.yml +1 -1
  101. data/lib/starter_web/_data/modules/fab.yml +3 -2
  102. data/lib/starter_web/_data/modules/framer.yml +3 -4
  103. data/lib/starter_web/_data/modules/log4r.yml +2 -2
  104. data/lib/starter_web/_data/modules/navigator.yml +4 -2
  105. data/lib/starter_web/_data/modules/quicksearch.yml +3 -3
  106. data/lib/starter_web/_data/modules/rtable.yml +3 -3
  107. data/lib/starter_web/_data/modules/scroller.yml +2 -3
  108. data/lib/starter_web/_data/modules/themer.yml +2 -3
  109. data/lib/starter_web/_data/modules/toccer.yml +3 -3
  110. data/lib/starter_web/_data/modules/translator.yml +1 -1
  111. data/lib/starter_web/_data/plugins/defaults/paginator.yml +2 -2
  112. data/lib/starter_web/_data/plugins/paginator.yml +2 -2
  113. data/lib/starter_web/_data/resources.yml +447 -290
  114. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  115. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
  116. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
  117. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  118. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.ads.asciidoc +196 -0
  119. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.comments.asciidoc +182 -0
  120. data/lib/starter_web/index.html +0 -1
  121. data/lib/starter_web/package.json +1 -1
  122. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +0 -1
  123. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +0 -1
  124. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +0 -1
  125. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +0 -1
  126. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +0 -1
  127. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +0 -1
  128. data/lib/starter_web/pages/public/blog/navigator/archive.html +0 -1
  129. data/lib/starter_web/pages/public/blog/navigator/index.html +0 -1
  130. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +4 -3
  131. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +265 -0
  132. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +237 -0
  133. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +237 -0
  134. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +62 -0
  135. data/lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js +130 -0
  136. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +0 -1
  137. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +0 -1
  138. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +0 -1
  139. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  140. data/lib/starter_web/utilsrv/package.json +1 -1
  141. metadata +23 -70
  142. data/_includes/themes/j1/blocks/ads/ad.html +0 -64
  143. data/_includes/themes/j1/modules/boards/news_pin_board.html +0 -183
  144. data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +0 -30
  145. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +0 -62
  146. data/_includes/themes/j1/modules/connectors/ads +0 -56
  147. data/_includes/themes/j1/modules/connectors/analytic/custom-provider.html +0 -32
  148. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +0 -30
  149. data/_includes/themes/j1/modules/connectors/analytics +0 -60
  150. data/_includes/themes/j1/modules/connectors/comment/commento.html +0 -31
  151. data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +0 -30
  152. data/_includes/themes/j1/modules/connectors/comment/disqus.html +0 -32
  153. data/_includes/themes/j1/modules/connectors/comment/facebook.html +0 -30
  154. data/_includes/themes/j1/modules/connectors/comment/hyvor.html +0 -32
  155. data/_includes/themes/j1/modules/connectors/comment/just-comments.html +0 -31
  156. data/_includes/themes/j1/modules/connectors/comments +0 -64
  157. data/_includes/themes/j1/modules/connectors/sharing +0 -29
  158. data/_includes/themes/j1/modules/connectors/survey/custom-provider.html +0 -30
  159. data/_includes/themes/j1/modules/connectors/survey/jotform.html +0 -32
  160. data/_includes/themes/j1/modules/connectors/surveys +0 -58
  161. data/_includes/themes/j1/modules/connectors/translator +0 -58
  162. data/_includes/themes/j1/modules/connectors/translators/custom-translator.html +0 -32
  163. data/_includes/themes/j1/modules/connectors/translators/google-translator.html +0 -53
  164. data/_includes/themes/j1/modules/search/algolia.html +0 -181
  165. data/_includes/themes/j1/modules/search/docsearch.html +0 -42
  166. data/assets/data/disqus.js +0 -81
  167. data/assets/data/hyvor.js +0 -72
  168. data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +0 -244
  169. data/lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc +0 -110
  170. data/lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc +0 -28
  171. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +0 -14
  172. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +0 -11
  173. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +0 -11
  174. data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +0 -11
  175. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +0 -11
  176. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +0 -11
  177. data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -47
  178. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +0 -11
  179. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +0 -11
  180. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +0 -11
  181. data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +0 -337
  182. data/lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc +0 -47
  183. data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +0 -220
  184. data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +0 -177
  185. data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +0 -148
  186. data/lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc +0 -226
  187. data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +0 -109
  188. data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +0 -127
  189. data/lib/starter_web/pages/_test_pages/card-tester.adoc +0 -128
  190. data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +0 -96
  191. data/lib/starter_web/pages/_test_pages/deepl.0.adoc +0 -258
  192. data/lib/starter_web/pages/_test_pages/deepl.adoc +0 -204
  193. data/lib/starter_web/pages/_test_pages/desandro-button.adoc +0 -171
  194. data/lib/starter_web/pages/_test_pages/desandro.adoc +0 -147
  195. data/lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc +0 -308
  196. data/lib/starter_web/pages/_test_pages/formular-01-tester.adoc +0 -167
  197. data/lib/starter_web/pages/_test_pages/formular-02-tester.adoc +0 -727
  198. data/lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc +0 -113
  199. data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +0 -231
  200. data/lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc +0 -149
  201. data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +0 -237
  202. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc +0 -183
  203. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc +0 -235
  204. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc +0 -222
  205. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc +0 -119
  206. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc +0 -236
  207. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +0 -225
  208. data/lib/starter_web/pages/_test_pages/list-group-tester.adoc +0 -265
  209. data/lib/starter_web/pages/_test_pages/tictok.adoc +0 -127
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2022.0.8
4
+ version: 2022.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-07 00:00:00.000000000 Z
11
+ date: 2021-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -249,7 +249,6 @@ extra_rdoc_files: []
249
249
  files:
250
250
  - LICENSE
251
251
  - README.md
252
- - _includes/themes/j1/blocks/ads/ad.html
253
252
  - _includes/themes/j1/blocks/footer/boxes/about_box.proc
254
253
  - _includes/themes/j1/blocks/footer/boxes/contacts_box.proc
255
254
  - _includes/themes/j1/blocks/footer/boxes/issue.proc
@@ -269,32 +268,11 @@ files:
269
268
  - _includes/themes/j1/layouts/layout_metadata_generator.html
270
269
  - _includes/themes/j1/layouts/layout_module_generator.html
271
270
  - _includes/themes/j1/layouts/layout_resource_generator.html
271
+ - _includes/themes/j1/modules/ads/google_ad_content_home.html
272
+ - _includes/themes/j1/modules/ads/google_ad_top_home.html
272
273
  - _includes/themes/j1/modules/attics/generator.html
273
- - _includes/themes/j1/modules/boards/news_pin_board.html
274
- - _includes/themes/j1/modules/connectors/ad/custom-provider.html
275
- - _includes/themes/j1/modules/connectors/ad/google-adsense.html
276
- - _includes/themes/j1/modules/connectors/ads
277
- - _includes/themes/j1/modules/connectors/analytic/custom-provider.html
278
- - _includes/themes/j1/modules/connectors/analytic/google-analytics.html
279
- - _includes/themes/j1/modules/connectors/analytics
280
- - _includes/themes/j1/modules/connectors/comment/commento.html
281
- - _includes/themes/j1/modules/connectors/comment/custom-provider.html
282
- - _includes/themes/j1/modules/connectors/comment/disqus.html
283
- - _includes/themes/j1/modules/connectors/comment/facebook.html
284
- - _includes/themes/j1/modules/connectors/comment/hyvor.html
285
- - _includes/themes/j1/modules/connectors/comment/just-comments.html
286
- - _includes/themes/j1/modules/connectors/comments
287
- - _includes/themes/j1/modules/connectors/sharing
288
- - _includes/themes/j1/modules/connectors/survey/custom-provider.html
289
- - _includes/themes/j1/modules/connectors/survey/jotform.html
290
- - _includes/themes/j1/modules/connectors/surveys
291
- - _includes/themes/j1/modules/connectors/translator
292
- - _includes/themes/j1/modules/connectors/translators/custom-translator.html
293
- - _includes/themes/j1/modules/connectors/translators/google-translator.html
294
274
  - _includes/themes/j1/modules/navigator/generator.html
295
275
  - _includes/themes/j1/modules/navigator/procedures/topsearch.proc
296
- - _includes/themes/j1/modules/search/algolia.html
297
- - _includes/themes/j1/modules/search/docsearch.html
298
276
  - _includes/themes/j1/procedures/collections/create_collection_article_preview.proc
299
277
  - _includes/themes/j1/procedures/global/attributes_loader.proc
300
278
  - _includes/themes/j1/procedures/global/collect_frontmatter_options.proc
@@ -346,12 +324,10 @@ files:
346
324
  - assets/data/banner.html
347
325
  - assets/data/carousel.json
348
326
  - assets/data/cookieconsent.html
349
- - assets/data/disqus.js
350
327
  - assets/data/fab.html
351
328
  - assets/data/footer.html
352
329
  - assets/data/galleries.json
353
330
  - assets/data/gallery_customizer.html
354
- - assets/data/hyvor.js
355
331
  - assets/data/iso-639-language-codes-flags.json
356
332
  - assets/data/iso-639-language-codes.json
357
333
  - assets/data/mdi_icons.json
@@ -377,16 +353,21 @@ files:
377
353
  - assets/error_pages/HTTP444.html
378
354
  - assets/error_pages/HTTP445.html
379
355
  - assets/error_pages/HTTP446.html
356
+ - assets/error_pages/HTTP447.html
357
+ - assets/error_pages/HTTP448.html
380
358
  - assets/error_pages/HTTP500.html
381
359
  - assets/error_pages/HTTP501.html
382
360
  - assets/error_pages/HTTP502.html
383
361
  - assets/error_pages/HTTP503.html
362
+ - assets/themes/j1/adapter/js/advertising.js
384
363
  - assets/themes/j1/adapter/js/algolia.js
364
+ - assets/themes/j1/adapter/js/analytics.js
385
365
  - assets/themes/j1/adapter/js/asciidoctor.js
386
366
  - assets/themes/j1/adapter/js/attic.js
387
367
  - assets/themes/j1/adapter/js/bmd.js
388
368
  - assets/themes/j1/adapter/js/carousel.js
389
369
  - assets/themes/j1/adapter/js/clipboard.js
370
+ - assets/themes/j1/adapter/js/comments.js
390
371
  - assets/themes/j1/adapter/js/cookieConsent.js
391
372
  - assets/themes/j1/adapter/js/fab.js
392
373
  - assets/themes/j1/adapter/js/framer.js
@@ -1021,6 +1002,7 @@ files:
1021
1002
  - assets/themes/j1/core/js/template.js
1022
1003
  - assets/themes/j1/core/js/template.min.js
1023
1004
  - assets/themes/j1/core/js/template.min.js.map
1005
+ - assets/themes/j1/modules/advertising/js/google/adInitializer.js
1024
1006
  - assets/themes/j1/modules/backstretch/js/backstretch.js
1025
1007
  - assets/themes/j1/modules/backstretch/js/backstretch.min.js
1026
1008
  - assets/themes/j1/modules/bmd/js/bmd.js
@@ -1611,12 +1593,17 @@ files:
1611
1593
  - lib/starter_web/_data/locales/sl.yml
1612
1594
  - lib/starter_web/_data/locales/sv.yml
1613
1595
  - lib/starter_web/_data/modules/advertising.yml
1596
+ - lib/starter_web/_data/modules/analytics.yml
1614
1597
  - lib/starter_web/_data/modules/attics.yml
1615
1598
  - lib/starter_web/_data/modules/authentication.yml
1599
+ - lib/starter_web/_data/modules/comments.yml
1616
1600
  - lib/starter_web/_data/modules/cookieconsent.yml
1617
1601
  - lib/starter_web/_data/modules/cookies.yml
1602
+ - lib/starter_web/_data/modules/defaults/advertising.yml
1603
+ - lib/starter_web/_data/modules/defaults/analytics.yml
1618
1604
  - lib/starter_web/_data/modules/defaults/attics.yml
1619
1605
  - lib/starter_web/_data/modules/defaults/authentication.yml
1606
+ - lib/starter_web/_data/modules/defaults/comments.yml
1620
1607
  - lib/starter_web/_data/modules/defaults/cookieconsent.yml
1621
1608
  - lib/starter_web/_data/modules/defaults/cookies.yml
1622
1609
  - lib/starter_web/_data/modules/defaults/fab.yml
@@ -1655,6 +1642,8 @@ files:
1655
1642
  - lib/starter_web/_includes/documents/readme
1656
1643
  - lib/starter_web/_includes/tables/jekyll_variables.asciidoc
1657
1644
  - lib/starter_web/_includes/tables/template_variables.asciidoc
1645
+ - lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html
1646
+ - lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html
1658
1647
  - lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-answer.rb
1659
1648
  - lib/starter_web/_plugins/asciidoctor-extensions/admonition-block-question.rb
1660
1649
  - lib/starter_web/_plugins/asciidoctor-extensions/banner.rb
@@ -1931,6 +1920,8 @@ files:
1931
1920
  - lib/starter_web/collections/posts/protected/_posts/readme
1932
1921
  - lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb
1933
1922
  - lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc
1923
+ - lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.ads.asciidoc
1924
+ - lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.comments.asciidoc
1934
1925
  - lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc
1935
1926
  - lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc
1936
1927
  - lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc
@@ -1949,48 +1940,6 @@ files:
1949
1940
  - lib/starter_web/favicon.ico
1950
1941
  - lib/starter_web/index.html
1951
1942
  - lib/starter_web/package.json
1952
- - lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc
1953
- - lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc
1954
- - lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc
1955
- - lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc
1956
- - lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc
1957
- - lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc
1958
- - lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc
1959
- - lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc
1960
- - lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc
1961
- - lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc
1962
- - lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc
1963
- - lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc
1964
- - lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc
1965
- - lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc
1966
- - lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc
1967
- - lib/starter_web/pages/_test_pages/accordion-01-tester.adoc
1968
- - lib/starter_web/pages/_test_pages/accordion-02-tester.adoc
1969
- - lib/starter_web/pages/_test_pages/accordion-03-tester.adoc
1970
- - lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc
1971
- - lib/starter_web/pages/_test_pages/backdrop-tester.adoc
1972
- - lib/starter_web/pages/_test_pages/button-tester-1.adoc
1973
- - lib/starter_web/pages/_test_pages/card-tester.adoc
1974
- - lib/starter_web/pages/_test_pages/cookieConsent.adoc
1975
- - lib/starter_web/pages/_test_pages/deepl.0.adoc
1976
- - lib/starter_web/pages/_test_pages/deepl.adoc
1977
- - lib/starter_web/pages/_test_pages/desandro-button.adoc
1978
- - lib/starter_web/pages/_test_pages/desandro.adoc
1979
- - lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc
1980
- - lib/starter_web/pages/_test_pages/formular-01-tester.adoc
1981
- - lib/starter_web/pages/_test_pages/formular-02-tester.adoc
1982
- - lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc
1983
- - lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc
1984
- - lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc
1985
- - lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc
1986
- - lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc
1987
- - lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc
1988
- - lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc
1989
- - lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc
1990
- - lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc
1991
- - lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc
1992
- - lib/starter_web/pages/_test_pages/list-group-tester.adoc
1993
- - lib/starter_web/pages/_test_pages/tictok.adoc
1994
1943
  - lib/starter_web/pages/private/readme
1995
1944
  - lib/starter_web/pages/protected/readme
1996
1945
  - lib/starter_web/pages/public/about/about_site.adoc
@@ -2024,6 +1973,9 @@ files:
2024
1973
  - lib/starter_web/pages/public/blog/navigator/index.html
2025
1974
  - lib/starter_web/pages/public/learn/quickstart.adoc
2026
1975
  - lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc
1976
+ - lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc
1977
+ - lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc
1978
+ - lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc
2027
1979
  - lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc
2028
1980
  - lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc
2029
1981
  - lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc
@@ -2046,6 +1998,7 @@ files:
2046
1998
  - lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc
2047
1999
  - lib/starter_web/pages/public/learn/roundtrip/_includes/documents/419_advanced_modals_demo.asciidoc
2048
2000
  - lib/starter_web/pages/public/learn/roundtrip/_includes/documents/tables/bs_modal_examples.asciidoc
2001
+ - lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js
2049
2002
  - lib/starter_web/pages/public/learn/where_to_go.adoc
2050
2003
  - lib/starter_web/pages/public/legal/de/100_copyright.adoc
2051
2004
  - lib/starter_web/pages/public/legal/de/100_impress.adoc
@@ -1,64 +0,0 @@
1
- {% comment %}
2
- # -----------------------------------------------------------------------------
3
- # ~/_includes/themes/j1/blocks/ad.html
4
- # Liquid PROCEDURE template to create an advertising block for Advertising
5
- #
6
- # Product/Info:
7
- # http://jekyll.one
8
- #
9
- # Copyright (C) 2021 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
- # Test data:
15
- # liquid_var: {{ liquid_var | debug }}
16
- # -----------------------------------------------------------------------------
17
- {% endcomment %}
18
-
19
- {% comment %} Liquid procedures
20
- -------------------------------------------------------------------------------- {% endcomment %}
21
-
22
- {% comment %} Variables
23
- -------------------------------------------------------------------------------- {% endcomment %}
24
- {% assign advertising = site.data.j1_config.advertising.enabled %}
25
- {% assign advertising_provider = site.data.j1_config.advertising.provider %}
26
-
27
-
28
- {% comment %} Main
29
- -------------------------------------------------------------------------------- {% endcomment %}
30
- <!-- [INFO ] [j1.blocks.ad.html ] [ detected advertising (page): {{page.advertising}}} ] -->
31
- <!-- [INFO ] [j1.blocks.ad.html ] [ detected advertising (provider): {{advertising_provider}}} ] -->
32
- <!-- [INFO ] [j1.blocks.ad.html ] [ start processing load region body, layout: {{page.layout}} ] -->
33
-
34
- {% if advertising and page.advertising %}
35
-
36
- {% case advertising_provider %}
37
- {% when "google" %}
38
- <!-- [INFO ] [j1.blocks.ad.html ] [ place advertising block for provider: Google ] -->
39
- <div id="adblock" class="advertising mb-3">
40
- <div class="advertising mb-3">
41
- <button type="button" class="btn btn-primary">Primary</button>
42
- <button type="button" class="btn btn-secondary">Secondary</button>
43
- <button type="button" class="btn btn-success">Success</button>
44
- <button type="button" class="btn btn-info">Info</button>
45
- <button type="button" class="btn btn-warning">Warning</button>
46
- <button type="button" class="btn btn-danger">Danger</button>
47
- <button type="button" class="btn btn-link">Link</button>
48
- </div>
49
- </div>
50
- {% when "custom" %}
51
- <!-- [INFO ] [j1.blocks.ad.html ] [ place advertising block for provider: Custom ] -->
52
- <div id="adblock" class="advertising mb-3">
53
- <button type="button" class="btn btn-primary">Primary</button>
54
- <button type="button" class="btn btn-secondary">Secondary</button>
55
- <button type="button" class="btn btn-success">Success</button>
56
- <button type="button" class="btn btn-info">Info</button>
57
- <button type="button" class="btn btn-warning">Warning</button>
58
- <button type="button" class="btn btn-danger">Danger</button>
59
- <button type="button" class="btn btn-link">Link</button>
60
- </div>
61
- {% endcase %}
62
-
63
- {% endif %}
64
- <!-- [INFO ] [j1.blocks.ad.html ] [ end processing ] -->
@@ -1,183 +0,0 @@
1
- {% comment %}
2
- # -----------------------------------------------------------------------------
3
- # ~/_includes/templates/j1/modules/boards/news_pin_board.html
4
- # Liquid TEMPLATE to create a News Blog Pinboard
5
- #
6
- # Product/Info:
7
- # http://jekyll.one
8
- #
9
- # Copyright (C) 2021 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
- # Test data:
16
- # liquid_var: {{ liquid_var | debug }}
17
- # -----------------------------------------------------------------------------
18
- {% endcomment %}
19
-
20
-
21
- <!-- section class="g-py-50" -->
22
- <div class="container g-text mb-5">
23
-
24
- <div class="u-heading-v3-1 g-mb-30">
25
- <h2 class="h5 u-heading-v3__title g-color-gray-dark-v1 text-uppercase g-brd-primary">Pinboard</h2>
26
- </div>
27
-
28
- <div class="row no-gutters">
29
-
30
- <div class="col-lg-6 mx-auto">
31
- <!-- Article -->
32
- <article class="u-block-hover">
33
- <figure class="u-shadow-v25 g-bg-cover g-bg-white-gradient-opacity-v1--after">
34
- <img class="img-fluid w-100 u-block-hover__main--zoom-v1"
35
- src="/assets/images/collections/blog-magazine/images/lady-laptop-1200x800.jpg" alt="Image Description">
36
- </figure>
37
- <span class="g-hidden-xs-down g-pos-abs g-top-30 g-left-30">
38
- <a class="btn btn-xs u-btn-darkpurple text-uppercase rounded-0" href="#void">Software</a>
39
- </span>
40
- <div class="g-pos-abs g-bottom-30 g-left-30 g-right-30">
41
- <small class="g-color-white">
42
- <i class="icon-clock g-pos-rel g-top-1 g-mr-2"></i> July 1, 2017
43
- </small>
44
- <h3 class="g-font-size-20 g-my-10">
45
- <a class="g-color-white g-color-white--hover" href="#void">
46
- J1 Quickstart for Jekyll not already installed? Go for the download and you're done in minutes.
47
- </a>
48
- </h3>
49
- <ul class="g-hidden-xs-down u-list-inline g-font-size-12 g-color-white">
50
- <li class="list-inline-item">
51
- <i class="mdi mdi-eye g-pos-rel g-top-1 g-mr-2"></i> 264
52
- </li>
53
- <li class="list-inline-item">·</li>
54
- <li class="list-inline-item">
55
- <i class="mdi mdi-clock u-line-icon-pro align-middle g-pos-rel g-top-1 g-mr-2"></i> 10
56
- </li>
57
- <li class="list-inline-item">·</li>
58
- <li class="list-inline-item">
59
- <i class="mdi mdi-comment-outline g-pos-rel g-top-1 g-mr-2"></i> 26
60
- </li>
61
- </ul>
62
- </div>
63
- </article>
64
- <!-- End Article -->
65
- </div>
66
-
67
- <div class="col-lg-6 mx-auto">
68
- <!-- Article -->
69
- <article class="u-block-hover">
70
- <figure class="u-shadow-v25 g-bg-cover g-bg-white-gradient-opacity-v1--after">
71
- <img class="img-fluid w-100 u-block-hover__main--zoom-v1"
72
- src="/assets/images/collections/blog-magazine/images/lady-writing-1200x800.jpg" alt="Image Description">
73
- </figure>
74
- <span class="g-hidden-xs-down g-pos-abs g-top-30 g-left-30">
75
- <a class="btn btn-xs u-btn-cyan text-uppercase rounded-0" href="#void">Writing</a>
76
- </span>
77
- <div class="g-pos-abs g-bottom-30 g-left-30 g-right-30">
78
- <small class="g-color-white">
79
- <i class="icon-clock g-pos-rel g-top-1 g-mr-2"></i> July 22, 2016
80
- </small>
81
- <h3 class="g-font-size-20 g-my-10">
82
- <a class="g-color-white g-color-white--hover" href="#void">
83
- Do you know the AsciiDoc Markup Language? Writing the better way. First version of the AsciiDoc Writers Guide is out!
84
- </a>
85
- </h3>
86
- <ul class="g-hidden-xs-down u-list-inline g-font-size-12 g-color-white">
87
- <li class="list-inline-item">
88
- <i class="mdi mdi-eye g-pos-rel g-top-1 g-mr-2"></i> 127
89
- </li>
90
- <li class="list-inline-item">·</li>
91
- <li class="list-inline-item">
92
- <i class="mdi mdi-clock u-line-icon-pro align-middle g-pos-rel g-top-1 g-mr-2"></i> 10
93
- </li>
94
- <li class="list-inline-item">·</li>
95
- <li class="list-inline-item">
96
- <i class="mdi mdi-comment-outline g-pos-rel g-top-1 g-mr-2"></i> 32
97
- </li>
98
- </ul>
99
- </div>
100
- </article>
101
- <!-- End Article -->
102
- </div>
103
-
104
- <div class="col-lg-4 mx-auto">
105
- <!-- Article -->
106
- <article class="u-block-hover">
107
- <figure class="u-shadow-v25 u-bg-overlay g-bg-white-gradient-opacity-v1--after">
108
- <img class="u-block-hover__main--zoom-v1 img-fluid"
109
- src="/assets/images/collections/blog-magazine/images/child-balloons-600x400.jpg" alt="Image Description">
110
- </figure>
111
- <div class="w-100 text-center g-absolute-centered g-px-30">
112
- <a class="btn btn-xs u-btn-indigo text-uppercase rounded-0" href="#void">Tech</a>
113
- <h3 class="g-font-size-20 g-mt-10">
114
- <a class="g-color-white" href="#void">
115
- Static Webs: secure, simple and fast. The better Web!
116
- </a>
117
- </h3>
118
- <small class="g-color-white">
119
- <i class="icon-clock g-pos-rel g-top-1 g-mr-2"></i> July 26, 2017
120
- </small>
121
- </div>
122
- </article>
123
- <!-- End Article -->
124
- </div>
125
-
126
- <div class="col-lg-4 mx-auto">
127
- <!-- Article -->
128
- <article class="u-block-hover">
129
- <figure class="u-shadow-v25 u-bg-overlay g-bg-white-gradient-opacity-v1--after">
130
- <img class="u-block-hover__main--zoom-v1 img-fluid"
131
- src="/assets/images/collections/blog-magazine/images/sports-lanes-600x400.jpg" alt="Image Description">
132
- </figure>
133
- <div class="w-100 text-center g-absolute-centered g-px-30">
134
- <a class="btn btn-xs u-btn-red text-uppercase rounded-0" href="#void">Jekyll</a>
135
- <h3 class="g-font-size-20 g-mt-10">
136
- <a class="g-color-white" href="#void">
137
- Never used a static Web? Learn Jekyll in Day!
138
- </a>
139
- </h3>
140
- <small class="g-color-white">
141
- <i class="icon-clock g-pos-rel g-top-1 g-mr-2"></i> July 5, 2017
142
- </small>
143
- </div>
144
- </article>
145
- <!-- End Article -->
146
- </div>
147
-
148
- <div class="col-lg-4 mx-auto">
149
- <!-- Article -->
150
- <article class="u-block-hover">
151
- <figure class="u-shadow-v25 u-bg-overlay g-bg-white-gradient-opacity-v1--after">
152
- <img class="u-block-hover__main--zoom-v1 img-fluid"
153
- src="/assets/images/collections/blog-magazine/images/lady-black-yellow-600x400.jpg" alt="Image Description">
154
- </figure>
155
- <div class="w-100 text-center g-absolute-centered g-px-30">
156
- <a class="btn btn-xs u-btn-teal text-uppercase rounded-0" href="#void">Images</a>
157
- <h3 class="g-font-size-20 g-mt-10">
158
- <a class="g-color-white" href="#void">
159
- Images - A must for a current Web! Learn what J1 can do.
160
- </a>
161
- </h3>
162
- <small class="g-color-white">
163
- <i class="icon-clock g-pos-rel g-top-1 g-mr-2"></i> July 18, 2017
164
- </small>
165
- </div>
166
- </article>
167
- <!-- End Article -->
168
- </div>
169
-
170
- </div>
171
- </div>
172
-
173
- <!-- Moved to news panel (data)
174
- <div id="news_panel" class="container mt-5">
175
-
176
- <div class="u-heading-v3-1 g-mb-30">
177
- <h2 class="h5 u-heading-v3__title g-color-gray-dark-v1 text-uppercase g-brd-primary">Recent Posts</h2>
178
- </div>
179
-
180
- </div>
181
- -->
182
-
183
- <!-- /section -->
@@ -1,30 +0,0 @@
1
- {% comment %}
2
- # -----------------------------------------------------------------------------
3
- # ~/_includes/themes/j1/procedures/provider/ad/custom-provider.html
4
- # Support of your custom advertising provider
5
- #
6
- # Product/Info:
7
- # http://jekyll.one
8
- #
9
- # Copyright (C) 2021 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
- # Test data:
15
- # liquid_var: {{ liquid_var | debug }}
16
- # -----------------------------------------------------------------------------
17
- {% endcomment %}
18
-
19
- {% comment %} Liquid procedures
20
- -------------------------------------------------------------------------------- {% endcomment %}
21
-
22
- {% comment %} Variables
23
- -------------------------------------------------------------------------------- {% endcomment %}
24
-
25
-
26
- {% comment %} Main
27
- -------------------------------------------------------------------------------- {% endcomment %}
28
- <script>
29
- /* Your code for the custom provider goes here */
30
- </script>
@@ -1,62 +0,0 @@
1
- {% comment %}
2
- # -----------------------------------------------------------------------------
3
- # ~/_includes/themes/j1/procedures/provider/ad/google-adsense.html
4
- # Support of advertising provider Google Adsense for J1 Template
5
- #
6
- # Product/Info:
7
- # http://jekyll.one
8
- #
9
- # Copyright (C) 2021 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
- # Test data:
15
- # liquid_var: {{ liquid_var | debug }}
16
- # -----------------------------------------------------------------------------
17
- {% endcomment %}
18
-
19
- {% comment %} Liquid procedures
20
- -------------------------------------------------------------------------------- {% endcomment %}
21
-
22
- {% comment %} Variables
23
- -------------------------------------------------------------------------------- {% endcomment %}
24
- {% assign publisher_id = site.data.j1_config.advertising.google.publisher_id %}
25
-
26
- {% comment %} Main
27
- -------------------------------------------------------------------------------- {% endcomment %}
28
-
29
- <script data-ad-client="{{publisher_id}}"
30
- async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
31
- </script>
32
-
33
- {% comment %} to be checked
34
- --------------------------------------------------------------------------------
35
- <script data-ad-client="{{publisher_id}}"
36
- $(document).ready(function() {
37
- var dependencies_met_page_finished = setInterval (function () {
38
- if (j1.getState() === 'finished') {
39
- async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
40
- clearInterval(dependencies_met_page_finished);
41
- }
42
- }, 25); // END dependencies_met_page_finished
43
- </script>
44
- -------------------------------------------------------------------------------- {% endcomment %}
45
-
46
- {% comment %} to be checked
47
- --------------------------------------------------------------------------------
48
- <script data-ad-client="{{publisher_id}}"
49
- async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
50
- </script>
51
- -------------------------------------------------------------------------------- {% endcomment %}
52
-
53
- {% comment %} Old Ads code
54
- --------------------------------------------------------------------------------
55
- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
56
- <script>
57
- (adsbygoogle = window.adsbygoogle || []).push({
58
- google_ad_client: "{{publisher_id}}",
59
- enable_page_level_ads: true
60
- });
61
- </script>
62
- -------------------------------------------------------------------------------- {% endcomment %}
@@ -1,56 +0,0 @@
1
- {% comment %}
2
- # -----------------------------------------------------------------------------
3
- # ~/_includes/themes/j1/procedures/provider/ads
4
- # Liquid CONNECTOR for Advertising Providers supported by J1 Template
5
- #
6
- # Product/Info:
7
- # http://jekyll.one
8
- #
9
- # Copyright (C) 2021 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
- # Test data:
15
- # liquid_var: {{ liquid_var | debug }}
16
- # -----------------------------------------------------------------------------
17
- {% endcomment %}
18
-
19
- {% comment %} Liquid procedures
20
- -------------------------------------------------------------------------------- {% endcomment %}
21
-
22
- {% comment %} Variables
23
- -------------------------------------------------------------------------------- {% endcomment %}
24
- {% assign advertising = site.data.j1_config.advertising.enabled %}
25
- {% assign advertising_page = page.advertising.enabled %}
26
- {% assign advertising_provider = site.data.j1_config.advertising.provider %}
27
-
28
- {% comment %} Main
29
- -------------------------------------------------------------------------------- {% endcomment %}
30
- <!-- [INFO ] [j1.modules.connectors.ads ] [ Check ads settings from SITE configuration ] -->
31
- <!-- [INFO ] [j1.modules.connectors.ads ] [ detected ads (site): {{advertising}} ] -->
32
-
33
- {% comment %} Check ads settings from PAGE configuration
34
- -------------------------------------------------------------------------------- {% endcomment %}
35
- <!-- [INFO ] [j1.modules.connectors.ads ] [ Check ads settings from PAGE configuration ] -->
36
- <!-- [INFO ] [j1.modules.connectors.ads ] [ detected ads (page): {{page.advertising}} ] -->
37
-
38
- {% if advertising_page <> nil %}
39
- <!-- [INFO ] [j1.modules.connectors.ads ] [ overload ads settings from PAGE ] -->
40
- {% assign advertising = advertising_page %}
41
- {% endif %}
42
-
43
- {% if advertising %}
44
- <!-- [INFO ] [j1.modules.connectors.ads ] [ detected advertising provider (j1_config): {{advertising_provider}}} ] -->
45
- <!-- [INFO ] [j1.modules.connectors.ads ] [ start processing load region head, layout: {{page.layout}} ] -->
46
- {% case advertising_provider %}
47
- {% when "google" %}
48
- <!-- [INFO ] [j1.modules.connectors.ads ] [ place provider: Google Adsense ] -->
49
- {% include themes/{{site.template.name}}/modules/connectors/ad/google-adsense.html %}
50
- {% when "custom" %}
51
- <!-- [INFO ] [j1.modules.connectors.ads ] [ place provider: Custom Provider ] -->
52
- {% include themes/{{site.template.name}}/modules/connectors/ad/custom-provider.html %}
53
- {% endcase %}
54
-
55
- {% endif %}
56
- <!-- [INFO ] [j1.modules.connectors.ads ] [ end processing ] -->
@@ -1,32 +0,0 @@
1
- {% comment %}
2
- # -----------------------------------------------------------------------------
3
- # ~/_includes/themes/j1/modules/connectors/analytic/custom-analytics.html
4
- # Support of your custom analytics provider
5
- #
6
- # Product/Info:
7
- # http://jekyll.one
8
- #
9
- # Copyright (C) 2021 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
- # Test data:
15
- # liquid_var: {{ liquid_var | debug }}
16
- # -----------------------------------------------------------------------------
17
- {% endcomment %}
18
-
19
- {% comment %} Liquid procedures
20
- -------------------------------------------------------------------------------- {% endcomment %}
21
-
22
- {% comment %} Variables
23
- -------------------------------------------------------------------------------- {% endcomment %}
24
-
25
-
26
- {% comment %} Main
27
- -------------------------------------------------------------------------------- {% endcomment %}
28
-
29
- <!-- Your code for the custom provider goes here -->
30
-
31
-
32
-