j1-template 2021.1.1 → 2021.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +23 -9
  3. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +1 -1
  4. data/_includes/themes/j1/modules/connectors/ads +3 -5
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +9 -5
  6. data/_includes/themes/j1/modules/connectors/analytics +4 -2
  7. data/_includes/themes/j1/modules/connectors/comments +7 -6
  8. data/_includes/themes/j1/modules/connectors/translator +3 -4
  9. data/_includes/themes/j1/modules/navigator/generator.html +4 -40
  10. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
  11. data/_includes/themes/j1/procedures/global/create_bs_button.proc +64 -22
  12. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +14 -10
  13. data/_layouts/default.html +4 -7
  14. data/assets/data/authclient.html +231 -229
  15. data/assets/data/banner.html +30 -32
  16. data/assets/data/cookieconsent.html +249 -0
  17. data/assets/data/fam.html +1 -1
  18. data/assets/data/footer.html +1 -1
  19. data/assets/data/gallery_customizer.html +10 -5
  20. data/assets/data/menu.html +3 -3
  21. data/assets/data/mmenu.html +4 -3
  22. data/assets/data/mmenu_sidebar.html +1 -1
  23. data/assets/data/mmenu_toc.html +1 -1
  24. data/assets/data/panel.html +20 -16
  25. data/assets/data/quicklinks.html +20 -18
  26. data/assets/data/themes.json +6 -6
  27. data/assets/themes/j1/adapter/js/{cookiebar.js → cookieConsent.js} +129 -55
  28. data/assets/themes/j1/adapter/js/j1.js +147 -145
  29. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +3 -2
  30. data/assets/themes/j1/adapter/js/mmenu.js +8 -4
  31. data/assets/themes/j1/adapter/js/navigator.js +77 -22
  32. data/assets/themes/j1/adapter/js/themer.js +37 -29
  33. data/assets/themes/j1/adapter/js/toccer.js +4 -45
  34. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +17 -14
  35. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  36. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +3960 -240
  37. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  38. data/assets/themes/j1/core/js/template.js +3 -9
  39. data/assets/themes/j1/core/js/template.js.map +1 -1
  40. data/assets/themes/j1/core/js/template.min.js +3 -9
  41. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  42. data/assets/themes/j1/modules/cookieConsent/LICENSE +21 -0
  43. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +286 -0
  44. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +28 -0
  45. data/assets/themes/j1/modules/fam/css/{uno → theme/uno}/fam.css +0 -0
  46. data/assets/themes/j1/modules/fam/css/theme/uno/fam.min.css +15 -0
  47. data/assets/themes/j1/modules/fam/js/fam.js +1 -6
  48. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -2
  49. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
  50. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
  51. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
  52. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
  53. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
  54. data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
  55. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
  56. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.css → mmenu-light.css} +0 -0
  57. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.min.css → mmenu-light.min.css} +0 -0
  58. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.css → uno/mmenu.css} +0 -0
  59. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.min.css → uno/mmenu.min.css} +0 -0
  60. data/assets/themes/j1/modules/rtable/css/theme/{uno.css → uno/rtable.css} +0 -0
  61. data/assets/themes/j1/modules/rtable/css/theme/{uno.min.css → uno/rtable.min.css} +0 -0
  62. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +33 -47
  63. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +410 -2
  64. data/assets/themes/j1/modules/util/js/domready.js +146 -0
  65. data/assets/themes/j1/modules/util/js/gtag-opt-in.js +1 -0
  66. data/lib/j1/version.rb +1 -1
  67. data/lib/j1_app/j1_auth_manager/auth_manager.rb +2 -3
  68. data/lib/starter_web/Gemfile +1 -1
  69. data/lib/starter_web/_config.yml +8 -7
  70. data/lib/starter_web/_data/_defaults/resources.yml +11 -8
  71. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +1 -0
  72. data/lib/starter_web/_data/blocks/banner.yml +30 -24
  73. data/lib/starter_web/_data/blocks/panel.yml +9 -7
  74. data/lib/starter_web/_data/builder/blog_navigator.yml +6 -1
  75. data/lib/starter_web/_data/j1_config.yml +22 -19
  76. data/lib/starter_web/_data/layouts/blog_archive.yml +9 -0
  77. data/lib/starter_web/_data/layouts/default.yml +17 -27
  78. data/lib/starter_web/_data/layouts/home.yml +6 -5
  79. data/lib/starter_web/_data/layouts/page.yml +1 -1
  80. data/lib/starter_web/_data/modules/{cookiebar.yml → cookieconsent.yml} +4 -4
  81. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -0
  82. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +135 -0
  83. data/lib/starter_web/_data/modules/defaults/navigator.yml +5 -2
  84. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -1
  85. data/lib/starter_web/_data/modules/navigator.yml +24 -21
  86. data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
  87. data/lib/starter_web/_data/pages/builder.yml +7 -7
  88. data/lib/starter_web/_data/private.default.yml +119 -0
  89. data/lib/starter_web/_data/private.yml +6 -6
  90. data/lib/starter_web/_data/resources.yml +19 -15
  91. data/lib/starter_web/_includes/attributes.asciidoc +10 -1
  92. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  93. data/lib/starter_web/assets/images/modules/attics/christa-dodoo-1920x1280.jpg +0 -0
  94. data/lib/starter_web/assets/images/modules/attics/{cookies-1920x1200-bw.jpg → cookies-1920x1200.jpg} +0 -0
  95. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  96. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +3 -9
  97. data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +4 -4
  98. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-01-site-generators.adoc +1 -7
  99. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -7
  100. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -4
  101. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -4
  102. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -4
  103. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -4
  104. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +3 -0
  105. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -0
  106. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +3 -0
  107. data/lib/starter_web/dot.gitignore +1 -1
  108. data/lib/starter_web/index.html +3 -3
  109. data/lib/starter_web/package.json +1 -1
  110. data/lib/starter_web/pages/public/blog/navigator/archive.html +43 -23
  111. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +51 -27
  112. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +48 -26
  113. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +44 -12
  114. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  115. data/lib/starter_web/pages/public/cookieConsent.adoc +93 -0
  116. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc +244 -0
  117. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -1
  118. data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -16
  119. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +104 -209
  120. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +6 -1
  121. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  122. data/lib/starter_web/utilsrv/package.json +1 -1
  123. metadata +25 -14
  124. data/assets/data/cookiebar.html +0 -285
  125. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +0 -132
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2021.1.1",
4
+ "version": "2021.1.6",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2021.1.1
4
+ version: 2021.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-19 00:00:00.000000000 Z
11
+ date: 2021-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -334,7 +334,7 @@ files:
334
334
  - assets/data/authclient.html
335
335
  - assets/data/banner.html
336
336
  - assets/data/carousel.json
337
- - assets/data/cookiebar.html
337
+ - assets/data/cookieconsent.html
338
338
  - assets/data/fam.html
339
339
  - assets/data/footer.html
340
340
  - assets/data/galleries.json
@@ -366,7 +366,7 @@ files:
366
366
  - assets/themes/j1/adapter/js/bmd.js
367
367
  - assets/themes/j1/adapter/js/carousel.js
368
368
  - assets/themes/j1/adapter/js/clipboard.js
369
- - assets/themes/j1/adapter/js/cookiebar.js
369
+ - assets/themes/j1/adapter/js/cookieConsent.js
370
370
  - assets/themes/j1/adapter/js/fam.js
371
371
  - assets/themes/j1/adapter/js/framer.js
372
372
  - assets/themes/j1/adapter/js/j1.js
@@ -547,6 +547,9 @@ files:
547
547
  - assets/themes/j1/modules/clipboard/css/theme/uno.min.css
548
548
  - assets/themes/j1/modules/clipboard/js/clipboard.js
549
549
  - assets/themes/j1/modules/clipboard/js/clipboard.min.js
550
+ - assets/themes/j1/modules/cookieConsent/LICENSE
551
+ - assets/themes/j1/modules/cookieConsent/js/cookieConsent.js
552
+ - assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js
550
553
  - assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_asc.png
551
554
  - assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_asc_disabled.png
552
555
  - assets/themes/j1/modules/datatables/css/DataTables-1.10.16/images/sort_both.png
@@ -557,7 +560,8 @@ files:
557
560
  - assets/themes/j1/modules/datatables/css/theme/uno.css
558
561
  - assets/themes/j1/modules/datatables/js/datatables.js
559
562
  - assets/themes/j1/modules/datatables/js/datatables.min.js
560
- - assets/themes/j1/modules/fam/css/uno/fam.css
563
+ - assets/themes/j1/modules/fam/css/theme/uno/fam.css
564
+ - assets/themes/j1/modules/fam/css/theme/uno/fam.min.css
561
565
  - assets/themes/j1/modules/fam/js/fam.js
562
566
  - assets/themes/j1/modules/iconifyAPI/js/iconify.min.js
563
567
  - assets/themes/j1/modules/iframeResizer/LICENSE
@@ -818,10 +822,10 @@ files:
818
822
  - assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js
819
823
  - assets/themes/j1/modules/mdiPreviewer/js/previewer.new.js
820
824
  - assets/themes/j1/modules/mdiPreviewer/js/previewer.old.js
821
- - assets/themes/j1/modules/mmenuLight/css/mmenu.css
822
- - assets/themes/j1/modules/mmenuLight/css/mmenu.min.css
823
- - assets/themes/j1/modules/mmenuLight/css/theme/uno.css
824
- - assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css
825
+ - assets/themes/j1/modules/mmenuLight/css/mmenu-light.css
826
+ - assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css
827
+ - assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css
828
+ - assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css
825
829
  - assets/themes/j1/modules/mmenuLight/js/mmenu.js
826
830
  - assets/themes/j1/modules/mmenuLight/js/mmenu.min.js
827
831
  - assets/themes/j1/modules/popper/js/popper.js
@@ -853,8 +857,8 @@ files:
853
857
  - assets/themes/j1/modules/rtable/LICENSE
854
858
  - assets/themes/j1/modules/rtable/README.md
855
859
  - assets/themes/j1/modules/rtable/css/tablesaw.stackonly.css
856
- - assets/themes/j1/modules/rtable/css/theme/uno.css
857
- - assets/themes/j1/modules/rtable/css/theme/uno.min.css
860
+ - assets/themes/j1/modules/rtable/css/theme/uno/rtable.css
861
+ - assets/themes/j1/modules/rtable/css/theme/uno/rtable.min.css
858
862
  - assets/themes/j1/modules/rtable/js/rtable.js
859
863
  - assets/themes/j1/modules/rtable/js/rtable.min.js
860
864
  - assets/themes/j1/modules/rtable/js/tablesaw-init.js
@@ -868,6 +872,8 @@ files:
868
872
  - assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js
869
873
  - assets/themes/j1/modules/twemoji/js/twemoji.js
870
874
  - assets/themes/j1/modules/twemoji/js/twemoji.min.js
875
+ - assets/themes/j1/modules/util/js/domready.js
876
+ - assets/themes/j1/modules/util/js/gtag-opt-in.js
871
877
  - assets/themes/j1/modules/util/js/js.cookie.js
872
878
  - assets/themes/j1/modules/util/js/lite-url.js
873
879
  - assets/themes/j1/modules/util/js/lite-url.min.js
@@ -1008,10 +1014,10 @@ files:
1008
1014
  - lib/starter_web/_data/modules/advertising.yml
1009
1015
  - lib/starter_web/_data/modules/attics.yml
1010
1016
  - lib/starter_web/_data/modules/authentication.yml
1011
- - lib/starter_web/_data/modules/cookiebar.yml
1017
+ - lib/starter_web/_data/modules/cookieconsent.yml
1012
1018
  - lib/starter_web/_data/modules/defaults/attics.yml
1013
1019
  - lib/starter_web/_data/modules/defaults/authentication.yml
1014
- - lib/starter_web/_data/modules/defaults/cookiebar.yml
1020
+ - lib/starter_web/_data/modules/defaults/cookieconsent.yml
1015
1021
  - lib/starter_web/_data/modules/defaults/fam.yml
1016
1022
  - lib/starter_web/_data/modules/defaults/framer.yml
1017
1023
  - lib/starter_web/_data/modules/defaults/log4javascript.yml
@@ -1032,6 +1038,7 @@ files:
1032
1038
  - lib/starter_web/_data/pages/builder.yml
1033
1039
  - lib/starter_web/_data/plugins/defaults/paginator.yml
1034
1040
  - lib/starter_web/_data/plugins/paginator.yml
1041
+ - lib/starter_web/_data/private.default.yml
1035
1042
  - lib/starter_web/_data/private.yml
1036
1043
  - lib/starter_web/_data/resources.yml
1037
1044
  - lib/starter_web/_data/utilities/defaults/util_srv.yml
@@ -1087,12 +1094,14 @@ files:
1087
1094
  - lib/starter_web/assets/images/modules/attics/banner/library-1920x800-bw.jpg
1088
1095
  - lib/starter_web/assets/images/modules/attics/banner/lunr-banner-1280x800.jpg
1089
1096
  - lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.jpg
1090
- - lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.jpg
1097
+ - lib/starter_web/assets/images/modules/attics/christa-dodoo-1920x1280.jpg
1098
+ - lib/starter_web/assets/images/modules/attics/cookies-1920x1200.jpg
1091
1099
  - lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg
1092
1100
  - lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg
1093
1101
  - lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.jpg
1094
1102
  - lib/starter_web/assets/images/modules/attics/katie-moum-1920x1280.jpg
1095
1103
  - lib/starter_web/assets/images/modules/attics/leon-1920x1280.jpg
1104
+ - lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg
1096
1105
  - lib/starter_web/assets/images/modules/attics/machine-generator-1920x1280.jpg
1097
1106
  - lib/starter_web/assets/images/modules/attics/markus-spiske4-1920x1280.jpg
1098
1107
  - lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.jpg
@@ -1342,7 +1351,9 @@ files:
1342
1351
  - lib/starter_web/pages/public/blog/navigator/archive/dateview.html
1343
1352
  - lib/starter_web/pages/public/blog/navigator/archive/tagview.html
1344
1353
  - lib/starter_web/pages/public/blog/navigator/index.html
1354
+ - lib/starter_web/pages/public/cookieConsent.adoc
1345
1355
  - lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc
1356
+ - lib/starter_web/pages/public/learn/roundtrip/100_present_images.org.asciidoc
1346
1357
  - lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc
1347
1358
  - lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc
1348
1359
  - lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc
@@ -1,285 +0,0 @@
1
- ---
2
- regenerate: true
3
- ---
4
-
5
- {% capture cache %}
6
-
7
- {% comment %}
8
- # -----------------------------------------------------------------------------
9
- # ~/assets/data/cookiebar_modals.html
10
- # Liquid PROCEDURE to generate the HTML (data) portion of all modals used
11
- # by J1 Cookiebar module
12
- #
13
- # Product/Info:
14
- # https://jekyll.one
15
- #
16
- # Copyright (C) 2021 Juergen Adams
17
- #
18
- # J1 Template is licensed under the MIT License.
19
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
20
- # -----------------------------------------------------------------------------
21
- # Test data:
22
- # liquid_var: {{ liquid_var | debug }}
23
- # config: {{ config | debug }}
24
- # -----------------------------------------------------------------------------
25
- {% endcomment %}
26
-
27
- {% comment %} Liquid procedures
28
- -------------------------------------------------------------------------------- {% endcomment %}
29
-
30
- {% comment %} Set global settings
31
- -------------------------------------------------------------------------------- {% endcomment %}
32
- {% assign environment = site.environment %}
33
-
34
- {% comment %} Set config files
35
- -------------------------------------------------------------------------------- {% endcomment %}
36
- {% assign modules = site.data.modules %}
37
-
38
- {% comment %} Process YML config data
39
- ================================================================================ {% endcomment %}
40
-
41
- {% comment %} Set config files
42
- -------------------------------------------------------------------------------- {% endcomment %}
43
- {% assign cookie_defaults = modules.defaults.cookiebar.defaults %}
44
- {% assign cookie_settings = modules.cookiebar.settings %}
45
-
46
- {% comment %} Set config options
47
- -------------------------------------------------------------------------------- {% endcomment %}
48
- {% assign cookie_options = cookie_defaults | merge: cookie_settings %}
49
-
50
- {% assign production = false %}
51
- {% if environment == 'prod' or environment == 'production' %}
52
- {% assign production = true %}
53
- {% endif %}
54
-
55
-
56
- {% comment %} Main
57
- ================================================================================ {% endcomment %}
58
- <!-- [INFO ] [j1.assets.data.cookiebar.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
59
- <head>
60
- <meta name="robots" content="noindex, nofollow" \>
61
- </head>
62
-
63
- {% comment %} Modal cookie consent dialog
64
- -------------------------------------------------------------------------------- {% endcomment %}
65
- <div id="topFullCookieConsent" class="modal fade top"
66
- tabindex="-1"
67
- role="dialog"
68
- data-backdrop="false"
69
- aria-labelledby="myModalLabel"
70
- aria-hidden="true">
71
- <div class="modal-dialog modal-frame modal-top modal-notify modal-primary" role="document">
72
-
73
- <!-- Content -->
74
- <div class="modal-content">
75
-
76
- <!--Header-->
77
- <div class="modal-header">
78
- <p class="lead">{{cookie_options.consent_modals_title}}</p>
79
- </div>
80
-
81
- <!-- Body -->
82
- <div class="modal-body">
83
-
84
- <!-- About cookies -->
85
- <div class="px-2">
86
- <p class="pt-1 pr-2">{{cookie_options.policy_about}}</p>
87
- </div>
88
- </div> <!-- END Body -->
89
-
90
- <!-- Footer -->
91
- <div class="modal-footer justify-content-center">
92
- {% if cookie_options.buttons.policy_button %}
93
- <a id="policyButton" type="button"
94
- class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 20rem">
95
- <i class="mdi mdi-18px mdi-white mdi-read mr-2"></i>
96
- {{cookie_options.buttons.policy_button_text}}
97
- </a>
98
- {% endif %}
99
- <a id="acceptButton" type="button"
100
- class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 20rem"
101
- data-dismiss="modal">
102
- <i class="mdi mdi-18px mdi-white mdi-check mr-2"></i>
103
- {{cookie_options.buttons.accept_button_text}}
104
- </a>
105
- {% if cookie_options.buttons.decline_button %}
106
- <a id="declineButton" type="button"
107
- class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 20rem"
108
- data-dismiss="modal">
109
- <i class="mdi mdi-18px mdi-white mdi-close mr-2"></i>
110
- {{cookie_options.buttons.decline_button_text}}
111
- </a>
112
- {% endif %}
113
- </div> <!-- END Footer -->
114
-
115
- <!-- Hidden Content -->
116
- <div class="cookie-policy">
117
- {% if cookie_options.buttons.policy_button_text %}
118
- <div id="modal-footer" class="modal-footer-hidden">
119
- <div id="cookiePolicyInfo" class="card card-flat" style="display: none">
120
- <div class="content">
121
- <h4 class="notoc card-title">{{cookie_options.cookie_policy_title}}</h4>
122
- <h6 class="notoc category text-gray">{{cookie_options.cookie_policy_tagline | asciidocify}}</h6>
123
-
124
- <!-- Cookie categories -->
125
- {% if cookie_options.categories.enabled %}
126
- <div class="px-2">
127
- <h6 class="card-subtitle text-muted mb-2 mr-2">{{cookie_options.categories.category_title}}</h6>
128
- <table class="tableblock frame-all grid-all stretch table-responsive-stacked-lg">
129
- <colgroup>
130
- <col style="width: 33.3333%;">
131
- <col style="width: 16.6666%;">
132
- <col style="width: 50.0001%;">
133
- </colgroup>
134
- <thead>
135
- <tr>
136
- <th class="tableblock halign-left valign-top">Cookie</th>
137
- <th class="tableblock halign-left valign-top">Usage</th>
138
- <th class="tableblock halign-left valign-top">Description</th>
139
- </tr>
140
- </thead>
141
- <tbody>
142
- <tr>
143
- <td class="tableblock halign-left valign-top">
144
- <p class="tableblock">{{cookie_options.categories.category_session}}</p>
145
- </td>
146
- <td class="tableblock halign-left valign-top">
147
- <div class="content"><i class="fa md-green fa-check"></i></div>
148
- </td>
149
- <td class="tableblock halign-left valign-top">
150
- <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
151
- </td>
152
- </tr>
153
- <tr>
154
- <td class="tableblock halign-left valign-top">
155
- <p class="tableblock">{{cookie_options.categories.category_persistent}}</p>
156
- </td>
157
- <td class="tableblock halign-left valign-top">
158
- <div class="content"><i class="fa md-green fa-check"></i></div>
159
- </td>
160
- <td class="tableblock halign-left valign-top">
161
- <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
162
- </td>
163
- </tr>
164
- <tr>
165
- <td class="tableblock halign-left valign-top">
166
- <p class="tableblock">{{cookie_options.categories.category_first_party}}</p>
167
- </td>
168
- <td class="tableblock halign-left valign-top">
169
- <div class="content"><i class="fa md-green fa-check"></i></div>
170
- </td>
171
- <td class="tableblock halign-left valign-top">
172
- <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
173
- </td>
174
- </tr>
175
- <tr>
176
- <td class="tableblock halign-left valign-top">
177
- <p class="tableblock">{{cookie_options.categories.category_second_party}}</p>
178
- </td>
179
- <td class="tableblock halign-left valign-top">
180
- <div class="content"><i class="fa md-green fa-check"></i></div>
181
- </td>
182
- <td class="tableblock halign-left valign-top">
183
- <p class="tableblock">{{cookie_options.categories.category_description_text}}</p>
184
- </td>
185
- </tr>
186
- </tbody>
187
- </table>
188
- </div>
189
- {% endif %}
190
- <div class="card-description">{{ cookie_options.cookie_policy_text | asciidocify}}</div>
191
- </div>
192
- </div>
193
- </div>
194
- {% endif %}
195
- </div> <!-- END Hidden Content -->
196
- </div> <!-- END Content -->
197
- </div>
198
- </div> <!-- END Modal -->
199
- {% comment %} END Modal cookie consent dialog
200
- -------------------------------------------------------------------------------- {% endcomment %}
201
-
202
- {% comment %} Modal revoke cookies dialog
203
- -------------------------------------------------------------------------------- {% endcomment %}
204
- <div id="cookieRevokeCentralDanger"
205
- class="modal fade top"
206
- tabindex="-1"
207
- role="dialog"
208
- data-backdrop="false"
209
- aria-modal="true"
210
- aria-labelledby="RevokeCookieConsent">
211
- <div class="modal-dialog modal-frame modal-top modal-notify modal-danger" role="document">
212
- <!-- Content -->
213
- <div class="modal-content">
214
- <!--Header-->
215
- <div class="modal-header">
216
- <p class="lead">Revoke Cookie Consent</p>
217
- </div>
218
- <!--END Header-->
219
- <!-- Body -->
220
- <div class="modal-body">
221
- <div class="text-left">
222
- <div class="sectionbody">
223
- <div class="paragraph">
224
- <p>If you do <strong>not</strong> wish to receive <strong>cookies</strong> anymore from <strong>this site</strong>, you can
225
- revoke the cookie consent you’ve given. Furthermore, you may be able to refuse
226
- them by adjusting your <strong>browser</strong> settings to <strong>reject on cookies</strong>.
227
- </p>
228
- </div>
229
- <!-- div class="admonitionblock caution">
230
- <table>
231
- <tbody>
232
- <tr>
233
- <td class="icon">
234
- <i class="fa icon-caution" title="Caution"></i>
235
- </td>
236
- <td class="content">
237
- If you have previously visited our website&thinsp;—&thinsp;or any pages this
238
- session&thinsp;—&thinsp;<strong>and</strong> agreed on the use of cookies, you may also have to
239
- <strong>delete</strong> already existing <strong>cookies</strong> by your <strong>browser</strong> in order to clean
240
- all cookies left.
241
- </td>
242
- </tr>
243
- </tbody>
244
- </table>
245
- </div -->
246
- <!-- div class="paragraph">
247
- <p>
248
- You are about to <strong>disagree</strong> on cookies used by this site.
249
- If you do so, this site is <strong>unable</strong> to offer you any of our
250
- <strong>functionalities</strong>, <strong>services</strong> or <strong>support</strong>.
251
- </p>
252
- </div -->
253
- </div>
254
- </div>
255
- <!-- END Body -->
256
- <!-- Footer -->
257
- <div class="modal-footer justify-content-center">
258
- <a id="revokeCookies" type="button"
259
- class="btn btn-raised btn-flex btn-danger mb-2 mr-2" style="width: 25rem"
260
- data-dismiss="modal">
261
- <i class="mdi mdi-18px mdi-white mdi-check mr-2"></i>
262
- {{cookie_options.buttons.revoke_button_text}}
263
- </a>
264
- <a id="remainCookies" type="button"
265
- class="btn btn-raised btn-flex btn-primary mb-2 mr-2" style="width: 25rem"
266
- data-dismiss="modal">
267
- <i class="mdi mdi-18px mdi-white mdi-close mr-2"></i>
268
- {{cookie_options.buttons.do_nothing_button_text}}
269
- </a>
270
- </div> <!-- END Footer -->
271
- </div> <!-- END Body -->
272
- </div> <!-- END Content -->
273
- </div>
274
- </div> <!-- END Modal -->
275
- {% comment %} END Modal revoke cookies dialog
276
- -------------------------------------------------------------------------------- {% endcomment %}
277
-
278
- {% endcapture %}
279
-
280
- {% if production %}
281
- {% capture _LINE_FEED %}{% endcapture %}{% if site.compress_html.ignore.envs contains jekyll.environment %}{{ cache | strip_html_comments }}{% else %}{% capture _content %}{{ cache | strip_html_comments }}{% endcapture %}{% assign _profile = site.compress_html.profile %}{% if site.compress_html.endings == "all" %}{% assign _endings = "html head body li dt dd p rt rp optgroup option colgroup caption thead tbody tfoot tr td th" | split: " " %}{% else %}{% assign _endings = site.compress_html.endings %}{% endif %}{% for _element in _endings %}{% capture _end %}</{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _end %}{% endfor %}{% if _profile and _endings %}{% assign _profile_endings = _content | size | plus: 1 %}{% endif %}{% for _element in site.compress_html.startings %}{% capture _start %}<{{ _element }}>{% endcapture %}{% assign _content = _content | remove: _start %}{% endfor %}{% if _profile and site.compress_html.startings %}{% assign _profile_startings = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.comments == "all" %}{% assign _comments = "<!-- -->" | split: " " %}{% else %}{% assign _comments = site.compress_html.comments %}{% endif %}{% if _comments.size == 2 %}{% capture _comment_befores %}.{{ _content }}{% endcapture %}{% assign _comment_befores = _comment_befores | split: _comments.first %}{% for _comment_before in _comment_befores %}{% if forloop.first %}{% continue %}{% endif %}{% capture _comment_outside %}{% if _carry %}{{ _comments.first }}{% endif %}{{ _comment_before }}{% endcapture %}{% capture _comment %}{% unless _carry %}{{ _comments.first }}{% endunless %}{{ _comment_outside | split: _comments.last | first }}{% if _comment_outside contains _comments.last %}{{ _comments.last }}{% assign _carry = false %}{% else %}{% assign _carry = true %}{% endif %}{% endcapture %}{% assign _content = _content | remove_first: _comment %}{% endfor %}{% if _profile %}{% assign _profile_comments = _content | size | plus: 1 %}{% endif %}{% endif %}{% assign _pre_befores = _content | split: "<pre" %}{% assign _content = "" %}{% for _pre_before in _pre_befores %}{% assign _pres = _pre_before | split: "</pre>" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "</pre>" %}<pre{{ _pres.first }}</pre>{% endif %}{% unless _pre_before contains "</pre>" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = " <e;<e; </e>;</e>;</e> ;</e>" | replace: "e", _element | split: ";" %}{% assign _content = _content | replace: _edges[0], _edges[1] | replace: _edges[2], _edges[3] | replace: _edges[4], _edges[5] %}{% endfor %}{% if _profile and _clippings %}{% assign _profile_clippings = _content | size | plus: 1 %}{% endif %}{{ _content }}{% if _profile %} <table id="compress_html_profile_{{ site.time | date: "%Y%m%d" }}" class="compress_html_profile"> <thead> <tr> <td>Step <td>Bytes <tbody> <tr> <td>raw <td>{{ cache | strip_html_comments | size }}{% if _profile_endings %} <tr> <td>endings <td>{{ _profile_endings }}{% endif %}{% if _profile_startings %} <tr> <td>startings <td>{{ _profile_startings }}{% endif %}{% if _profile_comments %} <tr> <td>comments <td>{{ _profile_comments }}{% endif %}{% if _profile_collapse %} <tr> <td>collapse <td>{{ _profile_collapse }}{% endif %}{% if _profile_clippings %} <tr> <td>clippings <td>{{ _profile_clippings }}{% endif %} </table>{% endif %}{% endif %}
282
- {% else %}
283
- {{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
284
- {% endif %}
285
- {% assign cache = nil %}
@@ -1,132 +0,0 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/modules/defaults/cookiebar.yml
3
- # Default configuration settings for J1 Cookiebar 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
- # About this configuration (used for J1 CC only)
16
- #
17
- about_config:
18
- title: Cookiebar
19
- scope: Default settings
20
- location: _data/modules/defaults/cookiebar.yml
21
-
22
- # ------------------------------------------------------------------------------
23
- # Default settings
24
- #
25
- defaults:
26
-
27
- enabled: false
28
-
29
- xhr_container_id: cookiebar_modals
30
- xhr_data_path: /assets/data/cookiebar/index.html
31
-
32
- modal_type: full
33
- modal_position: top
34
- consent_modal_id: cookiebar_consent_modals
35
- consent_modals_title: Privacy
36
-
37
- show_cookie_icon: false
38
- expireDays: 365
39
- renewOnVisit: false
40
- forceShow: false
41
- referrer: www.example.com
42
-
43
- strict: false # all pages requires a consent (currently NOT supported)
44
- show_consent_icon: true # show the consent icon (in quicklinks)
45
- show_consent_on_pending: false # on first visit, whitelisted pages does NOT require a consent (overloaded by strict)
46
- delete_cookies_on_decline: false # currently NOT supported
47
- whitelisted_pages: []
48
-
49
- categories:
50
- enabled: true
51
- category_title: Cookie usage by category
52
- category_description: Usage Information
53
- category_description_text: Cookies are used for content pages if marked
54
- category_session: Session
55
- category_persistent: Persistent
56
- category_first_party: 1st Party
57
- category_second_party: 2nd Party
58
-
59
- buttons:
60
- policy_button: false
61
- policy_button_text: Cookie Policy
62
- accept_button: true
63
- accept_button_text: Yes, I accept cookies
64
- decline_button: true
65
- decline_button_text: No, I refuse cookies
66
- revoke_button_text: Yes, please revoke cookie consent
67
- do_nothing_button_text: No, please do nothing
68
-
69
- policy_about: >
70
- This website uses cookies to ensure vistors get the best experience
71
- on our content, presented user-friendly, more effective and safer.
72
-
73
- cookie_policy_title: Cookie Policy
74
- cookie_policy_tagline: >
75
- Based on EU legislation on cookies.
76
- See
77
- http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX:32009L0136:EN:NOT[Directive 2009/136/EC, window="_blank"] (ePrivacy Directive),
78
- https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32018R1725[Regulation (EU) 2018/1725, window="_blank"] (Data protection)
79
- for more details
80
-
81
- cookie_policy_text: >
82
- The operators of this website take protection of your personal data extremely
83
- seriously. We treat your personal data as confidential and comply with the
84
- data protection legislation and this privacy policy.
85
-
86
-
87
- A cookie is a commonly used automated data collection tool. Cookies are
88
- small text files that are placed on your computer or device by websites
89
- that you visit in order to make websites work, or work more efficiently.
90
-
91
-
92
- NOTE: If you do not wish to receive cookies you may be able to refuse them by
93
- adjusting your browser settings to reject cookies. If you do so, we may be
94
- unable to offer you some of our functionalities, services or support.
95
- If you have previously visited our websites, you may also have to delete
96
- any existing cookies from your browser.
97
-
98
-
99
- We, may our partners, make use of cookies, web beacons, pixel tags,
100
- scripts or other similar technologies on our websites to improve the
101
- browsing experience of our pages. We use different kinds of cookies.
102
-
103
-
104
- Cookies are classified by its *lifespan* and the *domain* to which it
105
- belongs.
106
-
107
-
108
- Session Cookie::
109
- Classified by *lifespan*. Necessary to provide you with services and
110
- features available through our websites. Without these cookies, services
111
- you may need, such as shopping carts or e-billing, cannot be provided.
112
-
113
-
114
- Persistent Cookie::
115
- Classified by *lifespan*. Necessary to provide you with services and
116
- features available through our websites. Without these cookies, services
117
- you may need, such as shopping carts or e-billing, cannot be provided.
118
-
119
-
120
- First-party Cookie::
121
- Classified by the *domain*. Collect information that is either used in
122
- aggregate form to help us understand how the website is being used or how
123
- effective our marketing campaigns are, or to help us customize the website
124
- for you.
125
-
126
-
127
- Second-party Cookie::
128
- Classified by the *domain*. Used to make advertising messages more
129
- relevant to you.
130
-
131
- # ------------------------------------------------------------------------------
132
- # END config