j1-template 2022.0.10 → 2022.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/themes/j1/adapter/js/advertising.js +1 -4
- data/assets/themes/j1/adapter/js/algolia.js +1 -4
- data/assets/themes/j1/adapter/js/analytics.js +237 -0
- data/assets/themes/j1/adapter/js/asciidoctor.js +1 -4
- data/assets/themes/j1/adapter/js/attic.js +1 -4
- data/assets/themes/j1/adapter/js/bmd.js +1 -4
- data/assets/themes/j1/adapter/js/carousel.js +1 -4
- data/assets/themes/j1/adapter/js/clipboard.js +1 -2
- data/assets/themes/j1/adapter/js/comments.js +387 -0
- data/assets/themes/j1/adapter/js/cookieConsent.js +35 -27
- data/assets/themes/j1/adapter/js/fab.js +1 -1
- data/assets/themes/j1/adapter/js/framer.js +1 -4
- data/assets/themes/j1/adapter/js/j1.js +52 -166
- data/assets/themes/j1/adapter/js/justifiedGallery.js +1 -4
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -4
- data/assets/themes/j1/adapter/js/lightbox.js +1 -5
- data/assets/themes/j1/adapter/js/logger.js +1 -2
- data/assets/themes/j1/adapter/js/mmenu.js +2 -3
- data/assets/themes/j1/adapter/js/navigator.js +4 -3
- data/assets/themes/j1/adapter/js/quicksearch.js +1 -4
- data/assets/themes/j1/adapter/js/rouge.js +1 -4
- data/assets/themes/j1/adapter/js/rtable.js +1 -4
- data/assets/themes/j1/adapter/js/rtextResizer.js +1 -4
- data/assets/themes/j1/adapter/js/scroller.js +1 -4
- data/assets/themes/j1/adapter/js/themer.js +1 -1
- data/assets/themes/j1/adapter/js/toccer.js +1 -4
- data/assets/themes/j1/adapter/js/translator.js +25 -68
- data/assets/themes/j1/core/js/template.js +13 -5
- data/assets/themes/j1/core/js/template.min.js +1 -1
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -9
- data/lib/starter_web/_data/apps/carousel.yml +2 -2
- data/lib/starter_web/_data/apps/defaults/carousel.yml +3 -2
- data/lib/starter_web/_data/apps/defaults/justifiedGallery.yml +2 -2
- data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +2 -2
- data/lib/starter_web/_data/apps/defaults/lightGallery.yml +2 -2
- data/lib/starter_web/_data/apps/defaults/lightbox.yml +2 -2
- data/lib/starter_web/_data/apps/justifiedGallery.yml +2 -2
- data/lib/starter_web/_data/apps/justifiedGalleryCustomizer.yml +2 -2
- data/lib/starter_web/_data/apps/lightGallery.yml +2 -2
- data/lib/starter_web/_data/apps/lightbox.yml +2 -2
- data/lib/starter_web/_data/blocks/banner.yml +3 -2
- data/lib/starter_web/_data/blocks/defaults/banner.yml +9 -0
- data/lib/starter_web/_data/blocks/defaults/footer.yml +9 -0
- data/lib/starter_web/_data/blocks/defaults/panel.yml +9 -0
- data/lib/starter_web/_data/blocks/footer.yml +3 -2
- data/lib/starter_web/_data/blocks/panel.yml +3 -2
- data/lib/starter_web/_data/builder/blog_navigator.yml +3 -2
- data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +8 -8
- data/lib/starter_web/_data/j1_config.yml +0 -116
- data/lib/starter_web/_data/layouts/default.yml +14 -14
- data/lib/starter_web/_data/layouts/page.yml +7 -18
- data/lib/starter_web/_data/layouts/post.yml +0 -11
- data/lib/starter_web/_data/modules/advertising.yml +3 -2
- data/lib/starter_web/_data/modules/analytics.yml +99 -0
- data/lib/starter_web/_data/modules/attics.yml +3 -2
- data/lib/starter_web/_data/modules/comments.yml +55 -0
- data/lib/starter_web/_data/modules/cookieconsent.yml +2 -1
- data/lib/starter_web/_data/modules/cookies.yml +2 -0
- data/lib/starter_web/_data/modules/defaults/advertising.yml +4 -3
- data/lib/starter_web/_data/modules/defaults/analytics.yml +93 -0
- data/lib/starter_web/_data/modules/defaults/attics.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/authentication.yml +51 -48
- data/lib/starter_web/_data/modules/defaults/comments.yml +114 -0
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/cookies.yml +19 -8
- data/lib/starter_web/_data/modules/defaults/fab.yml +4 -2
- data/lib/starter_web/_data/modules/defaults/framer.yml +2 -3
- data/lib/starter_web/_data/modules/defaults/log4javascript.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/log4r.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -2
- data/lib/starter_web/_data/modules/defaults/quicksearch.yml +4 -3
- data/lib/starter_web/_data/modules/defaults/rtable.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/scoller.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/themer.yml +119 -118
- data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/translator.yml +1 -1
- data/lib/starter_web/_data/modules/fab.yml +3 -2
- data/lib/starter_web/_data/modules/framer.yml +3 -4
- data/lib/starter_web/_data/modules/log4r.yml +2 -2
- data/lib/starter_web/_data/modules/navigator.yml +4 -2
- data/lib/starter_web/_data/modules/quicksearch.yml +3 -3
- data/lib/starter_web/_data/modules/rtable.yml +3 -3
- data/lib/starter_web/_data/modules/scroller.yml +2 -3
- data/lib/starter_web/_data/modules/themer.yml +2 -3
- data/lib/starter_web/_data/modules/toccer.yml +3 -3
- data/lib/starter_web/_data/modules/translator.yml +1 -1
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +2 -2
- data/lib/starter_web/_data/plugins/paginator.yml +2 -2
- data/lib/starter_web/_data/resources.yml +442 -309
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.ads.asciidoc +196 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.comments.asciidoc +182 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/{100_present_images.no_ads.asciidoc → 100_present_images.base.asciidoc} +0 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +237 -0
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +12 -26
- data/_includes/themes/j1/blocks/ads/ad.html +0 -64
- data/_includes/themes/j1/modules/boards/news_pin_board.html +0 -183
- data/_includes/themes/j1/modules/connectors/analytic/custom-provider.html +0 -32
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +0 -30
- data/_includes/themes/j1/modules/connectors/analytics +0 -60
- data/_includes/themes/j1/modules/connectors/comment/commento.html +0 -31
- data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +0 -30
- data/_includes/themes/j1/modules/connectors/comment/disqus.html +0 -32
- data/_includes/themes/j1/modules/connectors/comment/facebook.html +0 -30
- data/_includes/themes/j1/modules/connectors/comment/hyvor.html +0 -32
- data/_includes/themes/j1/modules/connectors/comment/just-comments.html +0 -31
- data/_includes/themes/j1/modules/connectors/comments +0 -64
- data/_includes/themes/j1/modules/connectors/sharing +0 -29
- data/_includes/themes/j1/modules/connectors/survey/custom-provider.html +0 -30
- data/_includes/themes/j1/modules/connectors/survey/jotform.html +0 -32
- data/_includes/themes/j1/modules/connectors/surveys +0 -58
- data/_includes/themes/j1/modules/connectors/translator +0 -58
- data/_includes/themes/j1/modules/connectors/translators/custom-translator.html +0 -32
- data/_includes/themes/j1/modules/connectors/translators/google-translator.html +0 -53
- data/_includes/themes/j1/modules/search/algolia.html +0 -181
- data/_includes/themes/j1/modules/search/docsearch.html +0 -42
- data/assets/data/disqus.js +0 -81
- data/assets/data/hyvor.js +0 -72
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/Gemfile
CHANGED
@@ -53,7 +53,7 @@ gem 'jekyll', '~> 4.2'
|
|
53
53
|
|
54
54
|
# Theme Rubies, default: J1 Template (NOT used for the development system)
|
55
55
|
#
|
56
|
-
gem 'j1-template', '~> 2022.0.
|
56
|
+
gem 'j1-template', '~> 2022.0.11'
|
57
57
|
|
58
58
|
# ------------------------------------------------------------------------------
|
59
59
|
# PRODUCTION: Gem needed for the Jekyll and J1 prod environment
|
data/lib/starter_web/_config.yml
CHANGED
@@ -53,7 +53,7 @@ environment: development
|
|
53
53
|
# ------------------------------------------------------------------------------
|
54
54
|
# Sets the build version of J1 Template Gem
|
55
55
|
#
|
56
|
-
version: 2022.0.
|
56
|
+
version: 2022.0.11
|
57
57
|
|
58
58
|
# version
|
59
59
|
# ------------------------------------------------------------------------------
|
@@ -598,8 +598,6 @@ defaults:
|
|
598
598
|
personalization: false
|
599
599
|
exclude_from_search: false
|
600
600
|
|
601
|
-
analytics: true
|
602
|
-
comments: true
|
603
601
|
youtube: true
|
604
602
|
vimeo: true
|
605
603
|
|
@@ -642,8 +640,6 @@ defaults:
|
|
642
640
|
personalization: false
|
643
641
|
exclude_from_search: false
|
644
642
|
|
645
|
-
analytics: true
|
646
|
-
comments: true
|
647
643
|
youtube: true
|
648
644
|
vimeo: true
|
649
645
|
|
@@ -690,8 +686,6 @@ defaults:
|
|
690
686
|
personalization: false
|
691
687
|
exclude_from_search: false
|
692
688
|
|
693
|
-
analytics: true
|
694
|
-
comments: true
|
695
689
|
youtube: true
|
696
690
|
vimeo: true
|
697
691
|
|
@@ -728,8 +722,6 @@ defaults:
|
|
728
722
|
personalization: false
|
729
723
|
exclude_from_search: true
|
730
724
|
|
731
|
-
analytics: false
|
732
|
-
comments: false
|
733
725
|
youtube: false
|
734
726
|
vimeo: false
|
735
727
|
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Carousel
|
20
20
|
scope: User settings
|
@@ -11,9 +11,10 @@
|
|
11
11
|
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
|
-
#
|
14
|
+
# ------------------------------------------------------------------------------
|
15
|
+
# Description (used for J1 CC only)
|
15
16
|
#
|
16
|
-
|
17
|
+
description:
|
17
18
|
|
18
19
|
title: Carousel
|
19
20
|
scope: Default settings
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Justified Gallery
|
20
20
|
scope: Default settings
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Gallery Customizer
|
20
20
|
scope: Default settings
|
@@ -13,9 +13,9 @@
|
|
13
13
|
# ------------------------------------------------------------------------------
|
14
14
|
|
15
15
|
# ------------------------------------------------------------------------------
|
16
|
-
#
|
16
|
+
# Description (used for J1 CC only)
|
17
17
|
#
|
18
|
-
|
18
|
+
description:
|
19
19
|
|
20
20
|
title: Light Gallery
|
21
21
|
scope: Default settings
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Lightbox
|
20
20
|
scope: User settings
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Justified Gallery
|
20
20
|
scope: User settings
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Gallery Customizer
|
20
20
|
scope: User settings
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Light Gallery
|
20
20
|
scope: User settings
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Lightbox
|
20
20
|
scope: User settings
|
@@ -13,9 +13,10 @@
|
|
13
13
|
# ------------------------------------------------------------------------------
|
14
14
|
|
15
15
|
# ------------------------------------------------------------------------------
|
16
|
-
#
|
16
|
+
# Description (used for J1 CC only)
|
17
17
|
#
|
18
|
-
|
18
|
+
description:
|
19
|
+
|
19
20
|
title: Banner
|
20
21
|
scope: User settings
|
21
22
|
location: _data/blocks/banner.yml
|
@@ -12,6 +12,15 @@
|
|
12
12
|
#
|
13
13
|
# ------------------------------------------------------------------------------
|
14
14
|
|
15
|
+
# ------------------------------------------------------------------------------
|
16
|
+
# Description (used for J1 CC only)
|
17
|
+
#
|
18
|
+
description:
|
19
|
+
|
20
|
+
title: Banner
|
21
|
+
scope: Default settings
|
22
|
+
location: _data/blocks/defaults/banner.yml
|
23
|
+
|
15
24
|
# ------------------------------------------------------------------------------
|
16
25
|
# DEFAULT settings
|
17
26
|
#
|
@@ -12,6 +12,15 @@
|
|
12
12
|
#
|
13
13
|
# ------------------------------------------------------------------------------
|
14
14
|
|
15
|
+
# ------------------------------------------------------------------------------
|
16
|
+
# Description (used for J1 CC only)
|
17
|
+
#
|
18
|
+
description:
|
19
|
+
|
20
|
+
title: Footer
|
21
|
+
scope: Default settings
|
22
|
+
location: _data/blocks/defaults/footer.yml
|
23
|
+
|
15
24
|
# ------------------------------------------------------------------------------
|
16
25
|
# DEFAULT settings
|
17
26
|
#
|
@@ -12,6 +12,15 @@
|
|
12
12
|
#
|
13
13
|
# ------------------------------------------------------------------------------
|
14
14
|
|
15
|
+
# ------------------------------------------------------------------------------
|
16
|
+
# Description (used for J1 CC only)
|
17
|
+
#
|
18
|
+
description:
|
19
|
+
|
20
|
+
title: Panel
|
21
|
+
scope: Default settings
|
22
|
+
location: _data/blocks/defaults/panel.yml
|
23
|
+
|
15
24
|
# ------------------------------------------------------------------------------
|
16
25
|
# DEFAULT settings
|
17
26
|
#
|
@@ -13,9 +13,10 @@
|
|
13
13
|
# ------------------------------------------------------------------------------
|
14
14
|
|
15
15
|
# ------------------------------------------------------------------------------
|
16
|
-
#
|
16
|
+
# Description (used for J1 CC only)
|
17
17
|
#
|
18
|
-
|
18
|
+
description:
|
19
|
+
|
19
20
|
title: Footer
|
20
21
|
scope: User settings
|
21
22
|
location: _data/blocks/footer.yml
|
@@ -13,9 +13,10 @@
|
|
13
13
|
# ------------------------------------------------------------------------------
|
14
14
|
|
15
15
|
# ------------------------------------------------------------------------------
|
16
|
-
#
|
16
|
+
# Description (used for J1 CC only)
|
17
17
|
#
|
18
|
-
|
18
|
+
description:
|
19
|
+
|
19
20
|
title: Panel
|
20
21
|
scope: User settings
|
21
22
|
location: _data/blocks/panel.yml
|
@@ -13,9 +13,10 @@
|
|
13
13
|
# ------------------------------------------------------------------------------
|
14
14
|
|
15
15
|
# ------------------------------------------------------------------------------
|
16
|
-
#
|
16
|
+
# Description (used for J1 CC only)
|
17
17
|
#
|
18
|
-
|
18
|
+
description:
|
19
|
+
|
19
20
|
title: Blog Navigator
|
20
21
|
scope: User settings
|
21
22
|
location: _data/builder/blog_navigator.yml
|
@@ -12,6 +12,14 @@
|
|
12
12
|
#
|
13
13
|
# ------------------------------------------------------------------------------
|
14
14
|
|
15
|
+
# ------------------------------------------------------------------------------
|
16
|
+
# Description (used for J1 CC only)
|
17
|
+
#
|
18
|
+
description:
|
19
|
+
title: Blog Navigator
|
20
|
+
scope: Default settings
|
21
|
+
location: _data/builder/defaults/blog_navigator.yml
|
22
|
+
|
15
23
|
# ------------------------------------------------------------------------------
|
16
24
|
# Global Builder settings
|
17
25
|
# ------------------------------------------------------------------------------
|
@@ -128,14 +136,6 @@
|
|
128
136
|
#
|
129
137
|
# ------------------------------------------------------------------------------
|
130
138
|
|
131
|
-
# ------------------------------------------------------------------------------
|
132
|
-
# About this configuration (used for J1 CC only)
|
133
|
-
#
|
134
|
-
about_config:
|
135
|
-
title: Blog Navigator
|
136
|
-
scope: Default settings
|
137
|
-
location: _data/builder/defaults/blog_navigator.yml
|
138
|
-
|
139
139
|
# ------------------------------------------------------------------------------
|
140
140
|
# Default settings
|
141
141
|
#
|
@@ -348,121 +348,5 @@ body:
|
|
348
348
|
font-weight: 400
|
349
349
|
line-height: 1.5
|
350
350
|
|
351
|
-
|
352
|
-
# ==============================================================================
|
353
|
-
# CONNECTOR configuration settings
|
354
|
-
#
|
355
|
-
# ------------------------------------------------------------------------------
|
356
|
-
|
357
|
-
# ------------------------------------------------------------------------------
|
358
|
-
# COMMENTS settings
|
359
|
-
#
|
360
|
-
# Set 'enabled' to false to turn off globally. Affects all pages independently
|
361
|
-
# from what is set pagewise!
|
362
|
-
# Set 'provider' to the provider you want to use.
|
363
|
-
# ------------------------------------------------------------------------------
|
364
|
-
# hyvor
|
365
|
-
#
|
366
|
-
# site_id: your-website-id
|
367
|
-
# ------------------------------------------------------------------------------
|
368
|
-
# disqus
|
369
|
-
#
|
370
|
-
# site_id: your-disqus-short-name
|
371
|
-
# ------------------------------------------------------------------------------
|
372
|
-
comments:
|
373
|
-
enabled: false
|
374
|
-
provider: hyvor # disqus | hyvor | commento | just-comments
|
375
|
-
|
376
|
-
comments_headline:
|
377
|
-
en: Leave a comment
|
378
|
-
de: Kommentieren
|
379
|
-
|
380
|
-
hyvor:
|
381
|
-
site_id: 'hyvor-site-id'
|
382
|
-
|
383
|
-
disqus:
|
384
|
-
site_id: '<your-site-short-name>'
|
385
|
-
|
386
|
-
# commento: # currently NOT supported
|
387
|
-
# site_id: 'commento-site-id'
|
388
|
-
#
|
389
|
-
# just-comments: # currently NOT supported
|
390
|
-
# site_id: 'just-comments-site-id'
|
391
|
-
|
392
|
-
# facebook: # currently NOT supported
|
393
|
-
# appid: 'facebook-app-id'
|
394
|
-
# num_posts: 5
|
395
|
-
# width: 580
|
396
|
-
# colorscheme: light
|
397
|
-
|
398
|
-
# custom: # currently NOT supported
|
399
|
-
# custom_data:
|
400
|
-
|
401
|
-
# ------------------------------------------------------------------------------
|
402
|
-
# ANALYTICS settings
|
403
|
-
#
|
404
|
-
# Set 'enabled' to false to turn off globally. Affects all pages independently
|
405
|
-
# from what is set pagewise!
|
406
|
-
# Set 'provider' to the provider you want to use.
|
407
|
-
# ------------------------------------------------------------------------------
|
408
|
-
analytics:
|
409
|
-
enabled: false
|
410
|
-
provider: google
|
411
|
-
|
412
|
-
google:
|
413
|
-
tracking_id: '<your-tracking-id>'
|
414
|
-
|
415
|
-
custom:
|
416
|
-
custom_data:
|
417
|
-
|
418
|
-
# ------------------------------------------------------------------------------
|
419
|
-
# ADVERTISING settings
|
420
|
-
#
|
421
|
-
# Set 'enabled' to false to turn off globally. Affects all pages independently
|
422
|
-
# from what is set pagewise!
|
423
|
-
# Set 'provider' to the provider you want to use.
|
424
|
-
# ------------------------------------------------------------------------------
|
425
|
-
advertising:
|
426
|
-
enabled: false
|
427
|
-
provider: google
|
428
|
-
|
429
|
-
google:
|
430
|
-
publisher_id: '<your-publisher-id>'
|
431
|
-
|
432
|
-
custom:
|
433
|
-
custom_data:
|
434
|
-
|
435
|
-
# ------------------------------------------------------------------------------
|
436
|
-
# TRANSLATOR settings
|
437
|
-
#
|
438
|
-
# Set 'enabled' to false to turn off globally. Affects all pages independently
|
439
|
-
# from what is set pagewise!
|
440
|
-
# Set 'provider' to the provider you want to use.
|
441
|
-
# ------------------------------------------------------------------------------
|
442
|
-
translation:
|
443
|
-
enabled: true
|
444
|
-
provider: google
|
445
|
-
|
446
|
-
google:
|
447
|
-
layout: default
|
448
|
-
meta_data: [google-translate]
|
449
|
-
page_language: en
|
450
|
-
translation_languages: [all]
|
451
|
-
|
452
|
-
# ------------------------------------------------------------------------------
|
453
|
-
# SHARING settings (currently NOT supported)
|
454
|
-
#
|
455
|
-
# Settings for sharing helper. Sharing is for things like tweet, plusone,
|
456
|
-
# like, reddit buttons etc. Set 'provider' to the sharing provider you
|
457
|
-
# want to use. Set 'provider' to false to turn sharing off globally.
|
458
|
-
#
|
459
|
-
# Set 'enabled' to false to turn off globally. Affects all pages independently
|
460
|
-
# from what is set pagewise!
|
461
|
-
# Set 'provider' to the provider you want to use.
|
462
|
-
# ------------------------------------------------------------------------------
|
463
|
-
# sharing:
|
464
|
-
# enabled: false
|
465
|
-
# provider:
|
466
|
-
|
467
351
|
# ------------------------------------------------------------------------------
|
468
352
|
# END config
|
@@ -117,24 +117,24 @@ lanes:
|
|
117
117
|
# ----------------------------------------------------------------------------
|
118
118
|
# CONNECTORS (analytics)
|
119
119
|
#
|
120
|
-
- lane:
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
120
|
+
# - lane:
|
121
|
+
# enabled: true
|
122
|
+
# region: head
|
123
|
+
# type: sync
|
124
|
+
# base: _includes/themes/j1
|
125
|
+
# path: modules/connectors
|
126
|
+
# file: analytics
|
127
127
|
|
128
128
|
# ----------------------------------------------------------------------------
|
129
129
|
# CONNECTORS (translation)
|
130
130
|
#
|
131
|
-
- lane:
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
131
|
+
# - lane:
|
132
|
+
# enabled: true
|
133
|
+
# region: head
|
134
|
+
# type: sync
|
135
|
+
# base: _includes/themes/j1
|
136
|
+
# path: modules/connectors
|
137
|
+
# file: translator
|
138
138
|
|
139
139
|
# ----------------------------------------------------------------------------
|
140
140
|
# CONNECTORS (advertising)
|
@@ -123,13 +123,13 @@ lanes:
|
|
123
123
|
# ----------------------------------------------------------------------------
|
124
124
|
# Ad Block
|
125
125
|
#
|
126
|
-
- lane:
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
126
|
+
# - lane:
|
127
|
+
# enabled: false
|
128
|
+
# region: body-header
|
129
|
+
# type: sync
|
130
|
+
# base: _includes/themes/j1
|
131
|
+
# path: blocks/ads
|
132
|
+
# file: ad.html
|
133
133
|
|
134
134
|
# ----------------------------------------------------------------------------
|
135
135
|
# PAGE CONTENT (region body-main)
|
@@ -170,17 +170,6 @@ lanes:
|
|
170
170
|
path: layouts
|
171
171
|
file: content_generator_page.html
|
172
172
|
|
173
|
-
# ----------------------------------------------------------------------------
|
174
|
-
# COMMENT connector (e.g. for DISQUS as part of the CONTENT section)
|
175
|
-
#
|
176
|
-
- lane:
|
177
|
-
enabled: true
|
178
|
-
region: body-main
|
179
|
-
type: sync
|
180
|
-
base: _includes/themes/j1
|
181
|
-
path: modules/connectors
|
182
|
-
file: comments
|
183
|
-
|
184
173
|
# ----------------------------------------------------------------------------
|
185
174
|
# FAM
|
186
175
|
#
|
@@ -160,17 +160,6 @@ lanes:
|
|
160
160
|
path: layouts
|
161
161
|
file: content_generator_post.html
|
162
162
|
|
163
|
-
# ----------------------------------------------------------------------------
|
164
|
-
# COMMENT connector
|
165
|
-
#
|
166
|
-
- lane:
|
167
|
-
enabled: true
|
168
|
-
region: body-main
|
169
|
-
type: sync
|
170
|
-
base: _includes/themes/j1
|
171
|
-
path: modules/connectors
|
172
|
-
file: comments
|
173
|
-
|
174
163
|
# ----------------------------------------------------------------------------
|
175
164
|
# FAM
|
176
165
|
#
|
@@ -16,9 +16,10 @@
|
|
16
16
|
# ------------------------------------------------------------------------------
|
17
17
|
|
18
18
|
# ------------------------------------------------------------------------------
|
19
|
-
#
|
19
|
+
# Description (used for J1 CC only)
|
20
20
|
#
|
21
|
-
|
21
|
+
description:
|
22
|
+
|
22
23
|
title: Advertising
|
23
24
|
scope: User settings
|
24
25
|
location: _data/modules/advertising.yml
|
@@ -0,0 +1,99 @@
|
|
1
|
+
# ------------------------------------------------------------------------------
|
2
|
+
# ~/_data/modules/analytics.yml
|
3
|
+
# User configuration settings for J1 Analytics 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 Analytics
|
20
|
+
scope: User settings
|
21
|
+
location: _data/modules/analytics.yml
|
22
|
+
|
23
|
+
# ------------------------------------------------------------------------------
|
24
|
+
# User configuration settings
|
25
|
+
#
|
26
|
+
settings:
|
27
|
+
|
28
|
+
# ----------------------------------------------------------------------------
|
29
|
+
# Settings
|
30
|
+
#
|
31
|
+
# enabled
|
32
|
+
# --------------------------------------------------------------------------
|
33
|
+
# Enables or disables the Analytics services. If disabled, the services
|
34
|
+
# won't be enabled on any page.
|
35
|
+
#
|
36
|
+
# values: [true|false]
|
37
|
+
# default: false
|
38
|
+
#
|
39
|
+
# provider
|
40
|
+
# --------------------------------------------------------------------------
|
41
|
+
# Currently, only Google Analytics (google) is available as an provider
|
42
|
+
# for Analytics services.
|
43
|
+
#
|
44
|
+
# values: [google]
|
45
|
+
# default: google
|
46
|
+
#
|
47
|
+
# ----------------------------------------------------------------------------
|
48
|
+
#
|
49
|
+
enabled: false
|
50
|
+
|
51
|
+
provider: google
|
52
|
+
google:
|
53
|
+
# --------------------------------------------------------------------------
|
54
|
+
# Provider settings
|
55
|
+
#
|
56
|
+
# trackingID
|
57
|
+
# ------------------------------------------------------------------------
|
58
|
+
# Your tracking id (G-XXX..XX) connected with your Analytices
|
59
|
+
# Account the for the domain registered.
|
60
|
+
#
|
61
|
+
# values: string
|
62
|
+
# default: none
|
63
|
+
#
|
64
|
+
# optInOut
|
65
|
+
# ------------------------------------------------------------------------
|
66
|
+
# Google Analytics Opt In. GA will be enabled by default and at a
|
67
|
+
# later point it can be disabled based on the visitor's privacy
|
68
|
+
# settings (Analytics) with the cookie consent dialog.
|
69
|
+
#
|
70
|
+
# values: [true|false]
|
71
|
+
# default: true
|
72
|
+
#
|
73
|
+
# anonymizeIP
|
74
|
+
# ------------------------------------------------------------------------
|
75
|
+
# For the use of Google Analytics to comply with the GDPR, the processed
|
76
|
+
# IP address at GA can be anonymized (set option 'anonymizeIp' to 'true').
|
77
|
+
# The IP anonymization function at Google GA holds the data "in memeory"
|
78
|
+
# and sets the last octet for the user's IPv4 addresses and the last
|
79
|
+
# 80 bits for IPv6 addresses to zero.
|
80
|
+
# That happens at GA shortly after they are sent to Google Analytics.
|
81
|
+
# This way, the full IP address is NEVER written to disk or stored
|
82
|
+
# permanenty anyway. Geographically dimensions are later derived from
|
83
|
+
# the anonymized IP address NOT affected by anonymization.
|
84
|
+
#
|
85
|
+
# See:
|
86
|
+
# https://support.google.com/analytics/answer/2763052
|
87
|
+
# https://developers.google.com/analytics/devguides/collection/analyticsjs/ip-anonymization?hl=en
|
88
|
+
#
|
89
|
+
# values: [true|false]
|
90
|
+
# default: true
|
91
|
+
#
|
92
|
+
# --------------------------------------------------------------------------
|
93
|
+
#
|
94
|
+
trackingID: G-299QGW5RJH # '<your-tracking-id>'
|
95
|
+
optInOut: true
|
96
|
+
anonymizeIP: true
|
97
|
+
|
98
|
+
# ------------------------------------------------------------------------------
|
99
|
+
# END config
|