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
@@ -0,0 +1,106 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/default/advertising.yml
3
+ # Default configuration settings of the Ad Module
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2021 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12
+ #
13
+ # ------------------------------------------------------------------------------
14
+ # NOTE:
15
+ #
16
+ # ------------------------------------------------------------------------------
17
+
18
+ # ------------------------------------------------------------------------------
19
+ # Description (used for J1 CC only)
20
+ #
21
+ description:
22
+
23
+ title: Advertising
24
+ scope: Default settings
25
+ location: _data/modules/default/advertising.yml
26
+
27
+ # ------------------------------------------------------------------------------
28
+ # User settings
29
+ #
30
+ defaults:
31
+
32
+ # ----------------------------------------------------------------------------
33
+ # Settings
34
+ #
35
+ # enabled
36
+ # --------------------------------------------------------------------------
37
+ # Enables or disables the Ad services. If disabled, no ads services are
38
+ # enabled and no unit container get initialized on any page.
39
+ #
40
+ # values: [true|false]
41
+ # default: false
42
+ #
43
+ # provider
44
+ # --------------------------------------------------------------------------
45
+ # Currently, only Google adsense (google) is available as an provider
46
+ # for advertising.
47
+ #
48
+ # values: [google]
49
+ # default: google
50
+ #
51
+ # ----------------------------------------------------------------------------
52
+ #
53
+ enabled: false
54
+
55
+ provider: google
56
+ google:
57
+
58
+ # --------------------------------------------------------------------------
59
+ # Provider settings
60
+ #
61
+ # publisherID
62
+ # ------------------------------------------------------------------------
63
+ # Your publisher id (ca-pub-xxxx..xxx) connected with your Adsense
64
+ # Account the for the domain registered.
65
+ #
66
+ # values: string
67
+ # default: none
68
+ #
69
+ # autoHideOnUnfilled
70
+ # ------------------------------------------------------------------------
71
+ # For several reasons, the placed ad (unit) containers get unfilled (no
72
+ # ad placed inside). Unfilled unit containers results in blank areas
73
+ # instead. Using the setting autoHideOnUnfilled, unfilled containers
74
+ # can be hidden automatically.
75
+ #
76
+ # values: [true|false]
77
+ # default: true
78
+ #
79
+ # checkTrackingProtection (currently NOT supported)
80
+ # ------------------------------------------------------------------------
81
+ # Modern browsers in their current versions (e.g. FireFox) provide
82
+ # Tracking Protection build-in. If Tracking Protection is enabled
83
+ # for a browser, showing ads may blocked automatically. All unit
84
+ # containers affected by Tracking Protection are hidden automatically.
85
+ #
86
+ # values: [true|false]
87
+ # default: false
88
+ #
89
+ # showErrorPageOnBlocked (currently NOT supported)
90
+ # ------------------------------------------------------------------------
91
+ # If Tracking Protection is detected for a browser, no content is
92
+ # presented to the visitor and an error page is shown (HTML 447).
93
+ #
94
+ # values: [true|false]
95
+ # default: false
96
+ #
97
+ # --------------------------------------------------------------------------
98
+ #
99
+ autoHideOnUnfilled: true
100
+ addBorderOnUnfilled: true
101
+ checkTrackingProtection: false
102
+ showErrorPageOnBlocked: false
103
+ addBorderOnUnfilled: true
104
+
105
+ # ------------------------------------------------------------------------------
106
+ # END config
@@ -0,0 +1,93 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/default/analytics.yml
3
+ # Default configuration settings of the Analytics Module (GAD)
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2021 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12
+ #
13
+ # ------------------------------------------------------------------------------
14
+ # NOTE:
15
+ #
16
+ # ------------------------------------------------------------------------------
17
+
18
+ # ------------------------------------------------------------------------------
19
+ # Description (used for J1 CC only)
20
+ #
21
+ description:
22
+
23
+ title: Analytics
24
+ scope: Default settings
25
+ location: _data/modules/default/analytics.yml
26
+
27
+ # ------------------------------------------------------------------------------
28
+ # Default settings
29
+ #
30
+ defaults:
31
+
32
+ # ----------------------------------------------------------------------------
33
+ # Settings
34
+ #
35
+ # enabled
36
+ # --------------------------------------------------------------------------
37
+ # Enables or disables the Ad services. If disabled, no ads services are
38
+ # enabled and no unit container get initialized on any page.
39
+ #
40
+ # values: [true|false]
41
+ # default: false
42
+ #
43
+ # provider
44
+ # --------------------------------------------------------------------------
45
+ # Currently, only Google adsense (google) is available as an provider
46
+ # for advertising.
47
+ #
48
+ # values: [google]
49
+ # default: google
50
+ #
51
+ # ----------------------------------------------------------------------------
52
+ #
53
+ enabled: false
54
+
55
+ provider: google
56
+ google:
57
+
58
+ # --------------------------------------------------------------------------
59
+ # Provider settings
60
+ #
61
+ # optInOut
62
+ # ------------------------------------------------------------------------
63
+ # Google Analytics Opt In. GA will be enabled by default and at a
64
+ # later point it can be disabled based on the visitor's privacy
65
+ # settings (Analytics) with the cookie consent dialog.
66
+ #
67
+ # values: [true|false]
68
+ # default: true
69
+ #
70
+ # anonymizeIP
71
+ # ------------------------------------------------------------------------
72
+ # For the use of Google Analytics to comply with the GDPR, the processed
73
+ # IP address at GA can be anonymized. The IP anonymization function in
74
+ # analytics sets the last octet for user's IPv4 addresses and the last
75
+ # 80 bits for IPv6 addresses to zero. That happens at GA shortly after
76
+ # they are sent to Google Analytics.
77
+ # This way, the full IP address is never written. Geographically
78
+ # Dimensions are later derived from anonymized IP addresses.
79
+ #
80
+ # See:
81
+ # https://support.google.com/analytics/answer/2763052
82
+ # https://developers.google.com/analytics/devguides/collection/analyticsjs/ip-anonymization?hl=en
83
+ #
84
+ # values: [true|false]
85
+ # default: true
86
+ #
87
+ # --------------------------------------------------------------------------
88
+ #
89
+ optInOut: true
90
+ anonymizeIP: true
91
+
92
+ # ------------------------------------------------------------------------------
93
+ # END config
@@ -21,9 +21,9 @@
21
21
  # ------------------------------------------------------------------------------
22
22
 
23
23
  # ------------------------------------------------------------------------------
24
- # About this configuration (used for J1 CC only)
24
+ # Description (used for J1 CC only)
25
25
  #
26
- about_config:
26
+ description:
27
27
 
28
28
  title: Attics
29
29
  scope: Default settings
@@ -33,6 +33,7 @@ about_config:
33
33
  # Default configuration settings
34
34
  #
35
35
  defaults:
36
+ enabled: true
36
37
 
37
38
  # ----------------------------------------------------------------------------
38
39
  # Global settings for text- and image-based header
@@ -13,63 +13,66 @@
13
13
  # ------------------------------------------------------------------------------
14
14
 
15
15
  # ------------------------------------------------------------------------------
16
- # Authentication (j1_auth)
16
+ # Description (used for J1 CC only)
17
17
  #
18
- # If a site is started as an app, this transforms the web into an
19
- # Web Application based on Rack and Sinatra using the Omniauth
20
- # software stack for authentication to enable User Management
21
- # and Authentication services for secured private web sites.
22
- #
23
- # enabled
24
- # ------------------------------------------------------------------------------
25
- # Enables or disables the Auth Manager services for the web.
26
- # If disabled, all pages are accessible without authentication.
27
- #
28
- # values: true|false
29
- # default: false
30
- #
31
- # ssl
32
- # ------------------------------------------------------------------------------
33
- # Enforce SSL communication for the app. If you've got SSL
34
- # set up, ensure SSL is enforced.
35
- #
36
- # values: true|false
37
- # default: false
38
- #
39
- # provider
40
- # ------------------------------------------------------------------------------
41
- # List of enabled OAuth providers to be used for the auth
42
- # service for authentication. The first provider in a list
43
- # is used for default.
44
- #
45
- # values: [disqus|github|facebook|patreon|twitter]
46
- # default: none
47
- #
48
- # whitelist
49
- # ------------------------------------------------------------------------------
50
- # List of pages (and assets) skipped for authentication.
51
- # Values can be given as regular expressions.
52
- #
53
- # values: string
54
- # default: none
55
- #
56
- # ------------------------------------------------------------------------------
57
-
58
-
59
- # ------------------------------------------------------------------------------
60
- # About this configuration (used for J1 CC only)
61
- #
62
- about_config:
18
+ description:
63
19
 
64
20
  title: Authentication
65
21
  scope: Default settings
66
22
  location: _data/modules/defaults/authentication.yml
67
23
 
68
24
  # ------------------------------------------------------------------------------
69
- # Default configuration settings
25
+ # Default settings
70
26
  #
71
27
  defaults:
28
+ enabled: true
72
29
 
30
+ # ----------------------------------------------------------------------------
31
+ # Authentication (j1_auth)
32
+ #
33
+ # If a site is started as an app, this transforms the web into an
34
+ # Web Application based on Rack and Sinatra using the Omniauth
35
+ # software stack for authentication to enable User Management
36
+ # and Authentication services for secured private web sites.
37
+ #
38
+ # enabled
39
+ # ----------------------------------------------------------------------------
40
+ # Enables or disables the Auth Manager services for the web.
41
+ # If disabled, all pages are accessible without authentication.
42
+ #
43
+ # values: true|false
44
+ # default: false
45
+ #
46
+ # ssl
47
+ # ----------------------------------------------------------------------------
48
+ # Enforce SSL communication for the app. If you've got SSL
49
+ # set up, ensure SSL is enforced.
50
+ #
51
+ # values: true|false
52
+ # default: false
53
+ #
54
+ # provider
55
+ # ----------------------------------------------------------------------------
56
+ # List of enabled OAuth providers to be used for the auth
57
+ # service for authentication. The first provider in a list
58
+ # is used for default.
59
+ #
60
+ # values: [disqus|github|facebook|patreon|twitter]
61
+ # default: none
62
+ #
63
+ # whitelist
64
+ # ----------------------------------------------------------------------------
65
+ # List of pages (and assets) skipped for authentication.
66
+ # Values can be given as regular expressions.
67
+ #
68
+ # values: string
69
+ # default: none
70
+ #
71
+ # ----------------------------------------------------------------------------
72
+
73
+ # ----------------------------------------------------------------------------
74
+ # Provider settings
75
+ #
73
76
  j1_auth:
74
77
  enabled: false
75
78
  ssl: false
@@ -196,7 +199,7 @@ defaults:
196
199
  # blacklist: []
197
200
 
198
201
  # ----------------------------------------------------------------------------
199
- # Auth CLIENT
202
+ # Auth CLIENT settings
200
203
  #
201
204
  auth_client:
202
205
  enabled: false
@@ -0,0 +1,114 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/default/comments.yml
3
+ # Default configuration settings for the J1 Comments Module
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll.one
7
+ #
8
+ # Copyright (C) 2021 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one/J1 Template/blob/master/LICENSE
12
+ # ------------------------------------------------------------------------------
13
+
14
+ # ------------------------------------------------------------------------------
15
+ # Description (used for J1 CC only)
16
+ #
17
+ description:
18
+
19
+ title: J1 Comments
20
+ scope: Default settings
21
+ location: _data/modules/default/comments.yml
22
+
23
+ # ------------------------------------------------------------------------------
24
+ # Default settings
25
+ #
26
+ defaults:
27
+
28
+ # ----------------------------------------------------------------------------
29
+ # Base settings
30
+ #
31
+ # enabled
32
+ # --------------------------------------------------------------------------
33
+ # Enables or disable comments services. If disabled, the service
34
+ # won't be enabled on any page.
35
+ #
36
+ # values: [true|false]
37
+ # default: false
38
+ #
39
+ # comments_headline
40
+ # --------------------------------------------------------------------------
41
+ # A comment block is prepended by a headline (<h2> HTML element).
42
+ # The text for headline is automatically chosen based on the language
43
+ # detected for the site.
44
+ #
45
+ # values: iso-639 language code
46
+ # default: en
47
+ #
48
+ # provider
49
+ # --------------------------------------------------------------------------
50
+ # Specifies the provider to be used for commenting
51
+ #
52
+ # values: [disqus|hyvor|commento|just-comments]
53
+ # default: disqus
54
+ #
55
+ # ----------------------------------------------------------------------------
56
+ #
57
+ enabled: false
58
+
59
+ # ----------------------------------------------------------------------------
60
+ # Base settings
61
+ # ----------------------------------------------------------------------------
62
+ provider: disqus
63
+ comments_headline:
64
+ "en": Leave a comment
65
+ "bg": Оставите коментар
66
+ "de": Kommentieren
67
+ "dk": Efterlad en kommentar
68
+ "nl": Laat een reactie achter
69
+ "fr": Laissez un commentaire
70
+ "gr": Αφήστε ένα σχόλιο
71
+ "hr": Ostavite komentar
72
+ "es": Deja un comentario
73
+ "it": Lascia un commento
74
+ "pt": Deixe um comentário
75
+ "se": Lämna en kommentar
76
+ "si": Zanechať komentár
77
+ "fi": Jätä kommentti
78
+ "no": Legg igjen en kommentar
79
+ "hu": Szólj hozzá
80
+ "cz": Zanechat komentář
81
+ "tr": Yorum yap
82
+ "ee": Jäta kommentaar
83
+ "lv": Atstājiet savu komentāru
84
+ "lt": Palikite komentarą
85
+ "pl": Zostaw komentarz
86
+ "ro": Lasa un comentariu
87
+ "ru": Оставить комментарий
88
+
89
+ # ----------------------------------------------------------------------------
90
+ # Provider settings
91
+ # ----------------------------------------------------------------------------
92
+ hyvor:
93
+ site_id: 'hyvor-site-id'
94
+
95
+ disqus:
96
+ site_id: '<your-site-short-name>'
97
+
98
+ # currently NOT supported
99
+ commento:
100
+ site_id: '<commento-site-id>'
101
+
102
+ # currently NOT supported
103
+ just-comments:
104
+ site_id: '<just-comments-site-id>'
105
+
106
+ # currently NOT supported
107
+ facebook:
108
+ appid: '<facebook-app-id>'
109
+ num_posts: 5
110
+ width: 580
111
+ colorscheme: light
112
+
113
+ # ------------------------------------------------------------------------------
114
+ # END config
@@ -12,9 +12,10 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # About this configuration (used for J1 CC only)
15
+ # Description (used for J1 CC only)
16
16
  #
17
- about_config:
17
+ description:
18
+
18
19
  title: CookieConsent
19
20
  scope: Default settings
20
21
  location: _data/modules/defaults/cookieconsent.yml
@@ -23,7 +24,6 @@ about_config:
23
24
  # Default settings
24
25
  #
25
26
  defaults:
26
-
27
27
  enabled: false
28
28
 
29
29
  reloadPageOnChange: true
@@ -28,6 +28,7 @@ description:
28
28
  # Default settings
29
29
  #
30
30
  defaults:
31
+ enabled: true
31
32
 
32
33
  # ----------------------------------------------------------------------------
33
34
  # Settings/Attributes
@@ -43,18 +44,19 @@ defaults:
43
44
  # domain
44
45
  # --------------------------------------------------------------------------
45
46
  # Switch 'domain' controls if the value for the attribute 'domain' is
46
- # (automatically) set to hostname (false) or domain (true) for the host
47
- # set the cookie.
48
- # If set to 'false', the attribute defaults to the same host that set the
49
- # cookie. If the host is set, all subdomains are EXCLUDED (restricted).
50
- # If set to 'true', the attribute defaults to the domain which hosts can
51
- # receive a cookie. This setting allows ALL subdomains to receive a cookie.
47
+ # used (= auto|domain) or NOT used (false). If 'auto' is given, the domain
48
+ # is calculated from the hostname. Otherwise domain is treates as domain
49
+ # to be used.
50
+ # If the switch 'domain' is to 'false', the attribute 'domain' is
51
+ # automatically set to the (fully qualified) hostname and all subdomains
52
+ # are EXCLUDED from accessing the cookies.
52
53
  #
53
- # NOTE: Be carefull setting switch 'domain' to true. For sites deployed
54
- # to hosts of (public domain) providers like Netlify, this will open
55
- # cookie access to hosts! See 'same_site'.
54
+ # NOTE: Be carefull setting switch 'domain' to auto. For sites deployed
55
+ # to hosts of public domain providers like Netlify (netlify.app),
56
+ # this will open the access on cookies to ALL hosts (subdomains)!
57
+ # See 'same_site'.
56
58
  #
57
- # values: [false|true]
59
+ # values: [false|auto|domain]
58
60
  # default: false
59
61
  #
60
62
  # expires
@@ -68,12 +70,22 @@ defaults:
68
70
  #
69
71
  # same_site
70
72
  # --------------------------------------------------------------------------
71
- # Lax: sent for all requests (including subdomains).
72
- # Strict: the cookie is only sent to the site where it originated
73
- # (excluding subdomains)
73
+ # Lax: Sent cookie for all requests (including subdomains) but NOT
74
+ # in cross-site requests.
75
+ # Strict: The cookie is only sent to the site where it originated
76
+ # (excluding subdomains) but NOT in cross-site requests.
77
+ # None: Send cookies in cross-site requests if Secure=true is
78
+ # enabled (HTTPS requests only)
79
+ #
80
+ # NOTE:
81
+ # Specify SameSite=Strict or SameSite=Lax if the cookie should
82
+ # NOT be sent in cross-site requests.
83
+ # NOTE:
84
+ # Specify SameSite=None and Secure=true if the cookie should be sent
85
+ # in cross-site requests. This enables third-party use.
74
86
  #
75
- # values: [Strict|Lax]
76
- # default: Strict
87
+ # values: [Strict|Lax|None]
88
+ # default: Lax
77
89
  #
78
90
  # http_only
79
91
  # --------------------------------------------------------------------------
@@ -81,7 +93,7 @@ defaults:
81
93
  #
82
94
  # values: [false|true]
83
95
  # default: false
84
-
96
+ #
85
97
  # secure
86
98
  # --------------------------------------------------------------------------
87
99
  # Cookies are only sent to the server with an encrypted request over
@@ -90,12 +102,20 @@ defaults:
90
102
  # values: [false|true]
91
103
  # default: false
92
104
  #
105
+ # check_cookies
106
+ # --------------------------------------------------------------------------
107
+ # Check if cookies created/available
108
+ #
109
+ # values: [false|true]
110
+ # default: true
111
+ #
93
112
  # ----------------------------------------------------------------------------
94
113
  #
114
+ check_cookies: true
95
115
  path: /
96
- domain: true
97
- expires: 0
98
- same_site: Strict
116
+ domain: false
117
+ expires: 365
118
+ same_site: Lax
99
119
  http_only: false
100
120
  secure: false
101
121
 
@@ -16,9 +16,10 @@
16
16
  # ------------------------------------------------------------------------------
17
17
 
18
18
  # ------------------------------------------------------------------------------
19
- # About this configuration (used for J1 CC only)
19
+ # Description (used for J1 CC only)
20
20
  #
21
- about_config:
21
+ description:
22
+
22
23
  title: Floating Action Button
23
24
  scope: Default settings
24
25
  location: _data/modules/defaults/fab.yml
@@ -28,6 +29,7 @@ about_config:
28
29
  #
29
30
  defaults:
30
31
  enabled: false
32
+
31
33
  mode: icon
32
34
 
33
35
  xhr_container_id: fab-container
@@ -12,9 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # About this configuration (used for J1 CC only)
15
+ # Description (used for J1 CC only)
16
16
  #
17
- about_config:
17
+ description:
18
18
 
19
19
  title: Framer
20
20
  scope: Default settings
@@ -245,7 +245,6 @@ about_config:
245
245
  # DEFAULTS
246
246
  #
247
247
  defaults:
248
-
249
248
  enabled: true
250
249
 
251
250
  load: sync
@@ -13,9 +13,9 @@
13
13
  # ------------------------------------------------------------------------------
14
14
 
15
15
  # ------------------------------------------------------------------------------
16
- # About this configuration (used for J1 CC only)
16
+ # Description (used for J1 CC only)
17
17
  #
18
- about_config:
18
+ description:
19
19
 
20
20
  title: Logger
21
21
  scope: Default settings
@@ -25,6 +25,7 @@ about_config:
25
25
  # User configuration settings
26
26
  #
27
27
  defaults:
28
+ enabled: true
28
29
 
29
30
  # ----------------------------------------------------------------------------
30
31
  # APPENDER configurations
@@ -12,9 +12,9 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # About this configuration (used for J1 CC only)
15
+ # Description (used for J1 CC only)
16
16
  #
17
- about_config:
17
+ description:
18
18
 
19
19
  title: Ruby Logger
20
20
  scope: Default settings
@@ -17,9 +17,10 @@
17
17
  # ------------------------------------------------------------------------------
18
18
 
19
19
  # ------------------------------------------------------------------------------
20
- # About this configuration (used for J1 CC only)
20
+ # Description (used for J1 CC only)
21
21
  #
22
- about_config:
22
+ description:
23
+
23
24
  title: Navigator
24
25
  scope: Default settings
25
26
  location: _data/modules/defaults/navigator.yml
@@ -28,6 +29,7 @@ about_config:
28
29
  # Default settings
29
30
  #
30
31
  defaults:
32
+ enabled: true
31
33
 
32
34
  # ------------------------------------------------------------------------------
33
35
  # Font icon settings