j1_template_mde 2018.4.31 → 2018.4.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +5 -6
  3. data/_includes/themes/j1/layouts/layout_shim_generator.html +20 -2
  4. data/_includes/themes/j1/layouts/layout_theme_generator.html +2 -2
  5. data/_includes/themes/j1/modules/connectors/{analytic/google → ad/custom-provider.html} +7 -16
  6. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +6 -6
  7. data/_includes/themes/j1/modules/connectors/ads +23 -8
  8. data/_includes/themes/j1/modules/connectors/analytic/custom-provider.html +32 -0
  9. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +38 -0
  10. data/_includes/themes/j1/modules/connectors/analytics +16 -17
  11. data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +31 -0
  12. data/_includes/themes/j1/modules/connectors/comment/disqus.html +3 -3
  13. data/_includes/themes/j1/modules/connectors/comment/facebook.html +31 -0
  14. data/_includes/themes/j1/modules/connectors/comments +14 -12
  15. data/_includes/themes/j1/modules/connectors/sharing +3 -10
  16. data/_includes/themes/j1/modules/navigator/generator.html +17 -12
  17. data/_includes/themes/j1/modules/navigator/procedures/quicklinks.proc +37 -27
  18. data/_includes/themes/j1/modules/navigator/procedures/sidebar.proc +3 -3
  19. data/_includes/themes/j1/procedures/layouts/module_writer.proc +4 -4
  20. data/_includes/themes/j1/procedures/layouts/resource_writer.proc +6 -6
  21. data/lib/j1/version.rb +1 -1
  22. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.before_merge_added.rb +1267 -0
  23. data/lib/j1_app/j1_auth_manager/_unused/auth_manager.update.web_cookie.rb +1333 -0
  24. data/lib/j1_app/j1_auth_manager/_unused/auth_manager_ui.2.erb +198 -0
  25. data/lib/j1_app/j1_auth_manager/_unused/auth_manager_ui.additional_inits.erb +254 -0
  26. data/lib/j1_app/j1_auth_manager/auth_manager.rb +361 -275
  27. data/lib/j1_app/j1_auth_manager/config.rb +9 -9
  28. data/lib/j1_app/j1_auth_manager/helpers.rb +60 -2
  29. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +123 -37
  30. data/lib/starter_web/Gemfile +1 -1
  31. data/lib/starter_web/_config.yml +42 -32
  32. data/lib/starter_web/_data/j1_config.yml +46 -56
  33. data/lib/starter_web/_data/j1_resources.yml +25 -5
  34. data/lib/starter_web/_data/layouts/default.yml +10 -0
  35. data/lib/starter_web/_data/modules/j1_cookie_consent.yml +120 -0
  36. data/lib/starter_web/_data/modules/j1_log4javascript.yml +24 -22
  37. data/lib/starter_web/_data/modules/j1_navigator.yml +61 -50
  38. data/lib/starter_web/_data/modules/j1_navigator_menu.yml +32 -11
  39. data/lib/starter_web/_data/tables/country.asciidoc +252 -0
  40. data/lib/starter_web/assets/data/_authclient.html +365 -0
  41. data/lib/starter_web/assets/data/authclient.html +213 -222
  42. data/lib/starter_web/assets/data/cookie_consent.html +261 -0
  43. data/lib/starter_web/assets/data/countries.json +974 -0
  44. data/lib/starter_web/assets/data/footer.html +17 -26
  45. data/lib/starter_web/assets/data/menu.html +20 -21
  46. data/lib/starter_web/assets/images/icons/j1/scalable/j1v2.svg +1 -1
  47. data/lib/starter_web/assets/images/master_header/admin-bootstrap.jpg +0 -0
  48. data/lib/starter_web/assets/images/pages/roundtrip/package.json +16 -16
  49. data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.css +1313 -1219
  50. data/lib/starter_web/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  51. data/lib/starter_web/assets/themes/j1/core/css/uno.css +1251 -1219
  52. data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
  53. data/lib/starter_web/assets/themes/j1/core/css/vendor.css +72 -72
  54. data/lib/starter_web/assets/themes/j1/core/css/vendor.min.css +2 -2
  55. data/lib/starter_web/assets/themes/j1/core/js/adapter/algolia.js +1 -1
  56. data/lib/starter_web/assets/themes/j1/core/js/adapter/back2top.js +1 -1
  57. data/lib/starter_web/assets/themes/j1/core/js/adapter/bs_gallery.js +1 -1
  58. data/lib/starter_web/assets/themes/j1/core/js/adapter/cookie_consent.js +345 -0
  59. data/lib/starter_web/assets/themes/j1/core/js/adapter/custom.js +1 -1
  60. data/lib/starter_web/assets/themes/j1/core/js/adapter/lightbox.js +1 -1
  61. data/lib/starter_web/assets/themes/j1/core/js/adapter/logger.js +1 -1
  62. data/lib/starter_web/assets/themes/j1/core/js/adapter/master_header.js +1 -1
  63. data/lib/starter_web/assets/themes/j1/core/js/adapter/navigator.js +254 -190
  64. data/lib/starter_web/assets/themes/j1/core/js/adapter/scroller.js +1 -1
  65. data/lib/starter_web/assets/themes/j1/core/js/adapter/searcher.js +1 -1
  66. data/lib/starter_web/assets/themes/j1/core/js/adapter/stickybits.js +1 -1
  67. data/lib/starter_web/assets/themes/j1/core/js/adapter/switcher.js +1 -1
  68. data/lib/starter_web/assets/themes/j1/core/js/adapter/template.js +432 -97
  69. data/lib/starter_web/assets/themes/j1/core/js/adapter/toccer.js +1 -1
  70. data/lib/starter_web/assets/themes/j1/core/js/template.js +15 -15
  71. data/lib/starter_web/assets/themes/j1/core/js/template.js.map +1 -1
  72. data/lib/starter_web/assets/themes/j1/core/js/template.min.js +1 -1
  73. data/lib/starter_web/assets/themes/j1/extensions/cookiebar/js/cookiebar.js +277 -0
  74. data/lib/starter_web/assets/themes/j1/{core/js/adapter/cookiebar.js → extensions/cookiebar/js/j1cookiebar.js} +1 -1
  75. data/lib/starter_web/collections/_biography/becoming.adoc +1 -1
  76. data/lib/starter_web/collections/_biography/born-to-run.adoc +1 -1
  77. data/lib/starter_web/collections/posts/{premium → private}/series/_posts/000_includes/attributes.asciidoc +0 -0
  78. data/lib/starter_web/collections/posts/{premium → private}/series/_posts/000_includes/documents/100-docker-using-shared-folders.asciidoc +0 -0
  79. data/lib/starter_web/collections/posts/{premium → private}/series/_posts/000_includes/documents/loop.sh +0 -0
  80. data/lib/starter_web/collections/posts/{premium → private}/series/_posts/000_includes/tables/debug_variables.asciidoc +0 -0
  81. data/lib/starter_web/collections/posts/{premium → private}/series/_posts/2018-11-01-docker-using-shared-folders.adoc +0 -0
  82. data/lib/starter_web/collections/posts/{private → protected}/wikipedia/_posts/000_includes/attributes.asciidoc +0 -0
  83. data/lib/starter_web/collections/posts/{private → protected}/wikipedia/_posts/000_includes/tables/debug_variables.asciidoc +0 -0
  84. data/lib/starter_web/collections/posts/{private → protected}/wikipedia/_posts/2016-11-20-minneapolis.adoc +0 -0
  85. data/lib/starter_web/collections/posts/{private → protected}/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +0 -0
  86. data/lib/starter_web/collections/posts/{private → protected}/wikipedia/_posts/2016-11-26-columbia-river.adoc +1 -1
  87. data/lib/starter_web/collections/posts/public/featured/_posts/2019-04-12-about-cookies.adoc +175 -0
  88. data/lib/starter_web/collections/posts/public/{featured → jekyll}/_posts/2018-05-01-confusion-about-base-url.adoc +0 -0
  89. data/lib/starter_web/index.html +4 -1
  90. data/lib/starter_web/package.json +1 -1
  91. data/lib/starter_web/pages/{premium → private}/bookshelf/100_about_jekyll_collections.adoc +1 -1
  92. data/lib/starter_web/pages/{premium → private}/bookshelf/200_book_shelf_biography.adoc +1 -1
  93. data/lib/starter_web/pages/{premium → private}/bookshelf/300_book_shelf_fantasy.adoc +1 -1
  94. data/lib/starter_web/pages/{premium → private}/bookshelf/400_book_shelf_romance.adoc +1 -1
  95. data/lib/starter_web/pages/{private → protected}/TeamUp/000_includes/attributes.asciidoc +0 -0
  96. data/lib/starter_web/pages/{private → protected}/TeamUp/index.adoc +3 -3
  97. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/attributes.asciidoc +0 -0
  98. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -0
  99. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -0
  100. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/mdi_icons/120_relative_sizes.asciidoc +0 -0
  101. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/mdi_icons/200_rotate.asciidoc +0 -0
  102. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/mdi_icons/300_flip.asciidoc +0 -0
  103. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -0
  104. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -0
  105. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -0
  106. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/mdi_icons/600_md_color_palette.asciidoc +0 -0
  107. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -0
  108. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -0
  109. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -0
  110. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -0
  111. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/twitter_emoji/200_rotate.asciidoc +0 -0
  112. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/twitter_emoji/300_flip.asciidoc +0 -0
  113. data/lib/starter_web/pages/{private → protected}/previewer/000_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -0
  114. data/lib/starter_web/pages/{private → protected}/previewer/justified_gallery.html +1 -1
  115. data/lib/starter_web/pages/{private → protected}/previewer/mdi_icons_preview.adoc +1 -1
  116. data/lib/starter_web/pages/{private → protected}/previewer/twitter_emoji_preview.adoc +1 -1
  117. data/lib/starter_web/pages/public/about/about_you.adoc +139 -0
  118. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +26 -15
  119. data/lib/starter_web/pages/public/legal/de/200_terms_of_use.adoc +2 -2
  120. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +65 -53
  121. data/lib/starter_web/pages/public/legal/en/200_terms_of_use.adoc +11 -8
  122. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +46 -68
  123. data/lib/starter_web/pages/public/legal/en/400_license_agreement.adoc +72 -74
  124. data/lib/starter_web/pages/public/legal/en/eu/cookie.policy.asciidoc +55 -0
  125. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1 -1
  126. data/lib/starter_web/pages/public/start/roundtrip/700_extended_modals.adoc +71 -53
  127. metadata +60 -44
  128. data/_includes/themes/j1/modules/connectors/analytic/googleUA +0 -44
  129. data/lib/starter_web/_data/modules/j1_cookiebar.yml +0 -65
  130. data/lib/starter_web/_unused/package.json.new +0 -125
@@ -70,6 +70,14 @@ tags_path: /builder/tags
70
70
  #atom_path: /atom.xml
71
71
  #rss_path: /rss.xml
72
72
 
73
+
74
+ # -------------------------------------------------------------------------
75
+ # Common site URLs
76
+ #
77
+ user_info_url: /pages/public/about/you/
78
+ theme_author_url: https://jekyll.one
79
+
80
+
73
81
  # -------------------------------------------------------------------------
74
82
  # HTML Pretty Print
75
83
  #
@@ -112,63 +120,57 @@ body:
112
120
  #
113
121
  # ------------------------------------------------------------------------------
114
122
 
115
- # -------------------------------------------------------------------------
116
- # COMMENT connector settings
123
+ # ------------------------------------------------------------------------------
124
+ # COMMENTS connector settings
117
125
  #
118
- # Set 'provider' to the comment provider you want to use.
119
- # Set 'provider' to false to turn commenting off globally.
126
+ # Set 'enabled' to false to turn commenting off globally
127
+ # Set 'provider' to the comment provider you want to use
128
+ # ------------------------------------------------------------------------------
129
+ # disqus
120
130
  #
121
- # short_name: your-disqus-short-name (w/o disqus.com)
131
+ # short_name: your-disqus-short-name (w/o disqus.com)
122
132
  #
123
- comment:
124
- active_feeds: true
133
+ # ------------------------------------------------------------------------------
134
+ comments:
135
+ enabled: true
125
136
  provider: disqus
126
- disqus:
137
+ disqus:
127
138
  short_name: jekyll-one
128
- flicker_timeout: 200
129
- livefyre:
130
- site_id: 123
131
- intensedebate:
132
- account: 123abc
133
- facebook:
134
- appid: 123
135
- num_posts: 5
136
- width: 580
137
- colorscheme: light
138
-
139
+ # facebook:
140
+ # appid: 123
141
+ # num_posts: 5
142
+ # width: 580
143
+ # colorscheme: light
144
+ # custom:
145
+ # custom_data:
139
146
 
140
147
  # -------------------------------------------------------------------------
141
148
  # ANALYTICS connector settings
142
149
  #
143
- # Set 'provider' to the analytics provider you want to use.
144
- # Set 'provider' to false to turn analytics off globally.
150
+ # Set 'enabled' to false to turn analytics off globally
151
+ # Set 'provider' to the analytics provider you want to use
145
152
  #
146
153
  analytics:
147
- enabled: false
148
- provider: false
154
+ enabled: true
155
+ provider: google
149
156
  google:
150
- tracking_id: 'UA-***'
151
- googleUA:
152
- tracking_id: 'UA-***'
153
- property_name: 'PROPERTY NAME'
154
- getclicky:
155
- site_id:
156
- mixpanel:
157
- token: '_MIXPANEL_TOKEN_'
158
- piwik:
159
- baseURL: 'myserver.tld/piwik' # Piwik installation address (without protocol)
160
- idsite: '1'
157
+ tracking_id: 'UA-138160879-1'
158
+ custom:
159
+ custom_data:
161
160
 
162
161
  # -------------------------------------------------------------------------
163
162
  # ADVERTISING connector settings
164
163
  #
165
- # Set 'provider' to the analytics provider you want to use.
166
- # Set 'provider' to false to turn analytics off globally.
164
+ # Set 'enabled' to false to turn advertising off globally
165
+ # Set 'provider' to the analytics provider you want to use
167
166
  #
168
167
  advertising:
169
- adsense:
170
- enabled: true
171
- data_ad_client: ca-pub-6537273267695855
168
+ enabled: true
169
+ provider: google
170
+ google:
171
+ publisher_id: ca-pub-6537273267695855
172
+ custom:
173
+ custom_data:
172
174
 
173
175
  # -------------------------------------------------------------------------
174
176
  # SHARING connector settings
@@ -177,24 +179,12 @@ advertising:
177
179
  # like, reddit buttons etc. Set 'provider' to the sharing provider you
178
180
  # want to use. Set 'provider' to false to turn sharing off globally.
179
181
  #
180
- sharing:
181
- provider: false
182
-
183
-
184
- # -------------------------------------------------------------------------
185
- # OTHER connector settings
186
- #
187
- # Settings for all other include helpers can be defined by creating
188
- # a hash with key named for the given helper. ex:
189
- #
190
- # pages_list :
191
- # provider : "custom"
192
- #
193
- # Setting any helper's provider to 'custom' will bypass the helper code
194
- # and include your custom code. Your custom file must be defined at:
195
- # ./_includes/custom/[HELPER]
196
- # where [HELPER] is the name of the helper you are overriding.
182
+ # Set 'enabled' to false to turn sharing off globally
183
+ # Set 'provider' to the sharing provider you want to use
197
184
  #
185
+ # sharing:
186
+ # enabled: false
187
+ # provider:
198
188
 
199
189
 
200
190
  # ==============================================================================
@@ -382,13 +382,13 @@ resources:
382
382
  ]
383
383
  files: [
384
384
  core/js/adapter/template.js,
385
- core/js/adapter/back2top.js,
386
- core/js/adapter/cookiebar.js,
385
+ core/js/adapter/back2top.js,
387
386
  core/js/adapter/logger.js,
388
387
  core/js/adapter/scroller.js,
389
388
  core/js/adapter/searcher.js,
390
389
  core/js/adapter/switcher.js,
391
- core/js/adapter/stickybits.js
390
+ core/js/adapter/stickybits.js,
391
+ core/js/adapter/cookie_consent.js
392
392
  ]
393
393
  js: [
394
394
  {
@@ -399,12 +399,12 @@ resources:
399
399
  init_function: [
400
400
  j1.init,
401
401
  j1.Back2Top.init,
402
- j1.CookieBar.init,
403
402
  j1.Logger.init,
404
403
  j1.Scroller.init,
405
404
  j1.Searcher.init,
406
405
  j1.Switcher.init,
407
- j1.Stickybits.init
406
+ j1.Stickybits.init,
407
+ j1.cookieConsent.init
408
408
  ]
409
409
 
410
410
  # ----------------------------------------------------------------------------
@@ -670,3 +670,23 @@ resources:
670
670
  }
671
671
  ]
672
672
 
673
+ # ----------------------------------------------------------------------------
674
+ # J1 Cookiebar
675
+ #
676
+ - resource:
677
+ enabled: false
678
+ id: cookiebar
679
+ comment: Resources used by Cookiebar
680
+ region: head
681
+ layout: [ home, page, post, collection ]
682
+ required: always
683
+ script_load: sync
684
+ data:
685
+ files: [
686
+ extensions/cookiebar/js/cookiebar.js,
687
+ extensions/cookiebar/js/j1cookiebar.js
688
+ ]
689
+ init_function: j1.Cookiebar.init
690
+
691
+
692
+
@@ -113,6 +113,16 @@ lanes:
113
113
  path: layouts
114
114
  file: layout_metadata_generator.html
115
115
 
116
+ # ------------------------------------------------------------------
117
+ # CONNECTORS (Google Ads)
118
+ - lane:
119
+ enabled: true
120
+ region: head
121
+ type: sync
122
+ base: _includes/themes/j1
123
+ path: modules/connectors
124
+ file: analytics
125
+
116
126
  # ------------------------------------------------------------------
117
127
  # CONNECTORS (Google Ads)
118
128
  - lane:
@@ -0,0 +1,120 @@
1
+ # ------------------------------------------------------------------------------
2
+ # ~/_data/modules/j1_cookie_consent.yml
3
+ # Default configuration for J1 Cookie Consent module
4
+ #
5
+ # Product/Info:
6
+ # https://jekyll-one.com
7
+ #
8
+ # Copyright (C) 2019 Juergen Adams
9
+ #
10
+ # J1 Template is licensed under the MIT License.
11
+ # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
12
+ # ------------------------------------------------------------------------------
13
+
14
+ # ------------------------------------------------------------------------------
15
+ # Cookie Consent default settings
16
+ #
17
+ defaults:
18
+ update_user_state: false
19
+ modal_html_data_path: /assets/data/cookie_consent/index.html
20
+ modal_type: full
21
+ modal_position: top
22
+ stop_scrolling: true
23
+ consent_modal_id: cookie_consent_modals
24
+ consent_modals_title: Cookie Consent
25
+ whitelisted_pages: [
26
+ /,
27
+ /pages/public/about/you/,
28
+ /pages/public/legal/en/impress/,
29
+ /pages/public/legal/en/privacy/,
30
+ /pages/public/legal/en/license_agreement/,
31
+ /pages/public/about/become_a_patron/
32
+ ]
33
+
34
+ categories:
35
+ enabled: true
36
+ category_title: Cookie usage by category
37
+ category_description: Usage Information
38
+ category_description_text: By category, cookies may used for content pages if marked by <i class="fa md-green fa-check ml-1"></i>
39
+ category_session: Session Cookies
40
+ category_persistent: Persistent Cookies
41
+ category_first_party: First-party Cookies
42
+ category_second_party: Second-party Cookies
43
+
44
+ buttons:
45
+ policy_button: true
46
+ policy_button_text: Cookie Policy
47
+ accept_button: true
48
+ accept_button_text: Yes, I accept cookies
49
+ decline_button: true
50
+ decline_button_text: No, I refuse cookies
51
+
52
+
53
+ # ------------------------------------------------------------------------------
54
+ # Consent settings
55
+ #
56
+ consent:
57
+ enabled: true
58
+ update_user_state: false
59
+
60
+ policy_about: >
61
+ This website uses cookies to ensure vistors get the best experience
62
+ on our content, presented user-friendly, more effective and safer.
63
+
64
+ cookie_policy_title: Cookie Policy
65
+ cookie_policy_tagline: >
66
+ Based on EU legislation on cookies.
67
+ See
68
+ http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX:32009L0136:EN:NOT[Directive 2009/136/EC, window="_blank"] (ePrivacy Directive),
69
+ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32018R1725[Regulation (EU) 2018/1725, window="_blank"] (Data protection)
70
+ for more details
71
+
72
+ cookie_policy_text: >
73
+ The operators of this website take protection of your personal data extremely
74
+ seriously. We treat your personal data as confidential and comply with the
75
+ data protection legislation and this privacy policy.
76
+
77
+
78
+ A cookie is a commonly used automated data collection tool. Cookies are
79
+ small text files that are placed on your computer or device by websites
80
+ that you visit in order to make websites work, or work more efficiently.
81
+
82
+
83
+ NOTE: If you do not wish to receive cookies you may be able to refuse them by
84
+ adjusting your browser settings to reject cookies. If you do so, we may be
85
+ unable to offer you some of our functionalities, services or support.
86
+ If you have previously visited our websites, you may also have to delete
87
+ any existing cookies from your browser.
88
+
89
+
90
+ We, may our partners, make use of cookies, web beacons, pixel tags,
91
+ scripts or other similar technologies on our websites to improve the
92
+ browsing experience of our pages. We use different kinds of cookies.
93
+
94
+
95
+ Cookies are classified by its *lifespan* and the *domain* to which it
96
+ belongs.
97
+
98
+
99
+ Session Cookie::
100
+ Classified by *lifespan*. Necessary to provide you with services and
101
+ features available through our websites. Without these cookies, services
102
+ you may need, such as shopping carts or e-billing, cannot be provided.
103
+
104
+
105
+ Persistent Cookie::
106
+ Classified by *lifespan*. Necessary to provide you with services and
107
+ features available through our websites. Without these cookies, services
108
+ you may need, such as shopping carts or e-billing, cannot be provided.
109
+
110
+
111
+ First-party Cookie::
112
+ Classified by the *domain*. Collect information that is either used in
113
+ aggregate form to help us understand how the website is being used or how
114
+ effective our marketing campaigns are, or to help us customize the website
115
+ for you.
116
+
117
+
118
+ Second-party Cookie::
119
+ Classified by the *domain*. Used to make advertising messages more
120
+ relevant to you.
@@ -69,30 +69,32 @@ logger:
69
69
 
70
70
  # ----------------------------------------------------------------------------
71
71
  # ADAPTER CHILD logger (j1.adapter)
72
- - log:
73
- type: child
74
- name: adapter
75
- appender: [ consoleAppender ]
76
- level:
77
- production: warn
78
- development: debug
72
+ # - log:
73
+ # type: child
74
+ # name: adapter
75
+ # appender: [ consoleAppender ]
76
+ # level:
77
+ # production: warn
78
+ # development: debug
79
79
 
80
80
  # ----------------------------------------------------------------------------
81
81
  # LOADER CHILD logger (j1.loader)
82
- - log:
83
- type: child
84
- name: loader
85
- appender: [ consoleAppender ]
86
- level:
87
- production: warn
88
- development: debug
89
-
82
+ # - log:
83
+ # type: child
84
+ # name: loader
85
+ # appender: [ consoleAppender ]
86
+ # level:
87
+ # production: warn
88
+ # development: debug
89
+
90
90
  # ----------------------------------------------------------------------------
91
91
  # MODULE CHILD logger (j1.module)
92
- - log:
93
- type: child
94
- name: module
95
- appender: [ consoleAppender ]
96
- level:
97
- production: warn
98
- development: debug
92
+ # - log:
93
+ # type: child
94
+ # name: module
95
+ # appender: [ consoleAppender ]
96
+ # level:
97
+ # production: warn
98
+ # development: debug
99
+
100
+
@@ -67,25 +67,29 @@ defaults:
67
67
  dropdown_background_color_active: md_bluegrey_100
68
68
 
69
69
  nav_quicklinks:
70
- enabled: false
70
+ enabled: false
71
71
  icon_family: Material Design Icons
72
72
  icon_color: rgba_lighten
73
73
  icon_color_hover: rgba_lighten_900
74
74
  icon_size: larger
75
- signin_client: enabled
76
75
  sidebar: enabled
76
+ sidebar_icon: dots-vertical
77
77
  topsearch: enabled
78
78
  top_search_icon: magnify
79
- sidebar_icon: dots-vertical
80
- facebook_icon: facebook
81
- facebook_url: none
79
+ cookies: enabled
80
+ cookies_icon: cookie
81
+ disqus_icon: disqus
82
+ disqus_url: none
82
83
  github_icon: github-circle
83
84
  github_url: none
84
- google_plus_icon: google-plus
85
- google_plus_url: none
85
+ patreon_icon: patreon
86
+ patreon_url: none
87
+ facebook_icon: facebook
88
+ facebook_url: none
86
89
  twitter_icon: twitter
87
- twitter_url: none
88
- signin: false
90
+ twitter_url: none
91
+ signin: false
92
+ signin_client: enabled
89
93
  signin_icon: login
90
94
  signout_icon: logout
91
95
 
@@ -114,7 +118,7 @@ defaults:
114
118
  background_color: md_grey_900
115
119
 
116
120
  nav_authclient:
117
- enabled: false
121
+ hide_on_cookies_declined: true
118
122
  icon_family: Material Design Icons
119
123
  signin_icon: login
120
124
  signout_icon: logout
@@ -147,56 +151,57 @@ nav_topsearch:
147
151
  # 5. J1 Auth CLIENT settings
148
152
  #
149
153
  nav_authclient:
150
- enabled: true
154
+ hide_on_cookies_declined: false
155
+
151
156
 
152
157
  auth_signin_modal:
153
158
  title: SignIn
154
159
  body_text: >
155
- In order to get <b>signed in</b>, check one of the options below
156
- and mark a provider for authentication.
157
- You'll be <b>redirected</b> to authenticate with the provider
158
- <b>selected</b>. If signed in <b>successfully</b>, you get back
159
- to this site for the page requested.
160
- </br></br>
161
- <b>NOTE:</b> To access protected pages of this site,
162
- authentication is needed only once.
163
- </br></br>
160
+ In order to get *signed in*, check one of the options below
161
+ and mark a provider for authentication. You'll be *redirected*
162
+ to authenticate with the provider *selected*. If signed in
163
+ *successfully*, you get back to this site for the page requested.
164
+
165
+
166
+ NOTE: To get access to secured pages of this site,
167
+ authentication with a provider is needed only *once*.
164
168
 
165
169
  auth_disqus:
166
170
  id: 1
167
171
  title: Disqus
168
172
  text: >
169
- SignIn to Disqus. Get access to all <b>PRIVATE</b> content pages.
173
+ SignIn to Disqus. Get access to all *PROTECTED* content pages of this site.
170
174
  auth_facebook:
171
175
  id: 2
172
176
  title: Facebook
173
177
  text: >
174
- SignIn to Facebook. Get access to all <b>PRIVATE</b> content pages.
178
+ SignIn to Facebook. Get access to all *PROTECTED* content pages of this site.
175
179
  auth_github:
176
180
  id: 3
177
181
  title: Github
178
182
  text: >
179
- SignIn to Github. Get access to all <b>PRIVATE</b> content pages.
183
+ SignIn to Github. Get access to all *PROTECTED* content pages of this site.
180
184
  auth_patreon:
181
185
  id: 4
182
186
  title: Patreon
183
187
  text: >
184
- SignIn to Patreon. Get access to all <b>PREMIUM</b> and <b>PRIVATE</b> content pages.
188
+ SignIn to Patreon. Get access to all *PROTECTED* and *PRIVATE* content pages of this site.
185
189
  auth_twitter:
186
190
  id: 5
187
- home_url: "https://twitter.com"
188
191
  title: Twitter
189
192
  text: >
190
- SignIn to Twitter. Get access to all <b>PRIVATE</b> content pages.
193
+ SignIn to Twitter. Get access to all *PROTECTED* content pages of this site.
191
194
 
192
195
  auth_signout_modal:
193
196
  title: SignOut
194
197
  body_text: >
195
- In order to <b>signing out completely</b>, check the switch
196
- below <b>to on</b>.
197
- After signing out from this site, you'll be <b>redirected</b>
198
- to the provider you're currently authenticated. From your
199
- home page at the provider, you can sign out completely.
198
+ After signing out from this site, you'll be *redirected*
199
+ to the *provider* you're currently authenticated. From your
200
+ home page at the *provider*, you can *sign out* completely.
201
+
202
+
203
+ NOTE: In order to signing out *completely*, check the switch
204
+ below to *on*.
200
205
 
201
206
  # ------------------------------------------------------------------------------
202
207
  # 6. Navigation sidebar settings
@@ -214,28 +219,34 @@ nav_sidebar:
214
219
  - title: Provider
215
220
  value: ??provider-name
216
221
  href: ??provider-url
217
- target: blank
222
+ target: _blank
218
223
  icon: domain
219
224
  - title: User
220
225
  value: ??user-name
221
- href: "#"
222
- target: blank
226
+ href: ??user-info-url#user-data
227
+ target: _blank
223
228
  icon: account
224
- - title: State
225
- value: ??user-state
226
- href: "##"
227
- target: blank
228
- icon: account-alert
229
+ # User state currently disabled
230
+ # - title: State
231
+ # value: ??user-state
232
+ # href: ??user-info-url
233
+ # target: _blank
234
+ # icon: account-alert
229
235
  - title: Permisions
230
236
  value: ??provider-permissions
231
- href: "#"
232
- target: blank
237
+ href: ??user-info-url
238
+ target: _blank
233
239
  icon: account-check
234
240
  - title: Membership
235
241
  value: ??provider-membership
236
- href: ??provider-member-url
237
- target: blank
242
+ href: ??user-info-url
243
+ target: _blank
238
244
  icon: account-settings
245
+ - title: Cookies
246
+ value: ??cookie-state
247
+ href: ??user-info-url
248
+ target: ""
249
+ icon: cookie
239
250
 
240
251
  - box:
241
252
  enabled: true
@@ -245,17 +256,17 @@ nav_sidebar:
245
256
  - title: Theme
246
257
  value: ??theme-name
247
258
  href: /pages/public/previewer/theme/
248
- target: blank
259
+ target: _blank
249
260
  icon: face
250
261
  - title: Author
251
- value: Jekyll-One
252
- href: https://support.jekyll-one.com/
253
- target: blank
262
+ value: ??theme-author
263
+ href: ??theme-author-url
264
+ target: _blank
254
265
  icon: grease-pencil
255
266
  - title: Version
256
- value: V4
257
- href: http://getbootstrap.com/
258
- target: blank
267
+ value: ??theme-version
268
+ href: /pages/public/previewer/theme/
269
+ target: _blank
259
270
  icon: numeric
260
271
 
261
272
  - box: