j1-template 2021.1.4 → 2021.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +4 -4
  3. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +7 -15
  4. data/_includes/themes/j1/modules/connectors/ads +18 -7
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +7 -3
  6. data/_includes/themes/j1/modules/connectors/analytics +17 -3
  7. data/_includes/themes/j1/modules/connectors/comments +22 -8
  8. data/_includes/themes/j1/modules/connectors/translator +20 -6
  9. data/_includes/themes/j1/modules/navigator/generator.html +2 -2
  10. data/_includes/themes/j1/procedures/global/select_location.proc +3 -3
  11. data/_layouts/default.html +4 -7
  12. data/assets/data/cookieconsent.html +249 -0
  13. data/assets/data/quicklinks.html +18 -16
  14. data/assets/data/themes.json +6 -6
  15. data/assets/error_pages/HTTP204.html +30 -10
  16. data/assets/error_pages/HTTP400.html +29 -8
  17. data/assets/error_pages/HTTP401.html +29 -9
  18. data/assets/error_pages/HTTP403.html +29 -8
  19. data/assets/error_pages/HTTP404.html +29 -8
  20. data/assets/error_pages/HTTP500.html +29 -8
  21. data/assets/error_pages/HTTP501.html +29 -8
  22. data/assets/error_pages/HTTP502.html +29 -8
  23. data/assets/error_pages/HTTP503.html +30 -8
  24. data/assets/themes/j1/adapter/js/cookieConsent.js +290 -0
  25. data/assets/themes/j1/adapter/js/fam.js +2 -1
  26. data/assets/themes/j1/adapter/js/j1.js +154 -153
  27. data/assets/themes/j1/adapter/js/navigator.js +157 -200
  28. data/assets/themes/j1/adapter/js/themer.1.js +326 -0
  29. data/assets/themes/j1/adapter/js/themer.js +41 -57
  30. data/assets/themes/j1/adapter/js/toccer.js +4 -45
  31. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +2 -2
  32. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  33. data/assets/themes/j1/core/js/template.js +3 -9
  34. data/assets/themes/j1/core/js/template.js.map +1 -1
  35. data/assets/themes/j1/core/js/template.min.js +3 -9
  36. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  37. data/assets/themes/j1/modules/cookieConsent/LICENSE +21 -0
  38. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +301 -0
  39. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +301 -0
  40. data/assets/themes/j1/modules/fam/css/{uno → theme/uno}/fam.css +0 -0
  41. data/assets/themes/j1/modules/fam/css/theme/uno/fam.min.css +15 -0
  42. data/assets/themes/j1/modules/fam/js/fam.js +1 -6
  43. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -2
  44. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +4 -3
  45. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +4 -2
  46. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -2
  47. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +4 -2
  48. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +4 -2
  49. data/assets/themes/j1/modules/iframeResizer/examples/index.html +2 -0
  50. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -2
  51. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.css → mmenu-light.css} +0 -0
  52. data/assets/themes/j1/modules/mmenuLight/css/{mmenu.min.css → mmenu-light.min.css} +0 -0
  53. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.css → uno/mmenu.css} +0 -0
  54. data/assets/themes/j1/modules/mmenuLight/css/theme/{uno.min.css → uno/mmenu.min.css} +0 -0
  55. data/assets/themes/j1/modules/rtable/css/theme/{uno.css → uno/rtable.css} +0 -0
  56. data/assets/themes/j1/modules/rtable/css/theme/{uno.min.css → uno/rtable.min.css} +0 -0
  57. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +34 -49
  58. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +410 -2
  59. data/assets/themes/j1/modules/util/js/domready.js +146 -0
  60. data/assets/themes/j1/modules/util/js/gtag-opt-in.js +1 -0
  61. data/lib/j1/version.rb +3 -3
  62. data/lib/j1_app/j1_auth_manager/auth_manager.rb +2 -3
  63. data/lib/starter_web/Gemfile +1 -1
  64. data/lib/starter_web/_config.yml +19 -10
  65. data/lib/starter_web/_data/_defaults/resources.yml +11 -8
  66. data/lib/starter_web/_data/j1_config.yml +21 -18
  67. data/lib/starter_web/_data/modules/{cookiebar.yml → cookieconsent.yml} +5 -4
  68. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +136 -0
  69. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -1
  70. data/lib/starter_web/_data/pages/builder.yml +7 -7
  71. data/lib/starter_web/_data/private.default.yml +119 -0
  72. data/lib/starter_web/_data/private.yml +6 -6
  73. data/lib/starter_web/_data/resources.yml +15 -14
  74. data/lib/starter_web/_includes/attributes.asciidoc +10 -1
  75. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  76. data/lib/starter_web/assets/images/modules/attics/{cookies-1920x1200-bw.jpg → cookies-1920x1200.jpg} +0 -0
  77. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  78. data/lib/starter_web/collections/posts/public/featured/_posts/2020-01-01-about-cookies.adoc +2 -2
  79. data/lib/starter_web/dot.gitignore +1 -1
  80. data/lib/starter_web/index.html +3 -3
  81. data/lib/starter_web/package.json +2 -2
  82. data/lib/starter_web/pages/public/blog/navigator/archive.html +5 -3
  83. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +3 -2
  84. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +6 -4
  85. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +23 -5
  86. data/lib/starter_web/pages/public/cookieConsent.adoc +93 -0
  87. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -1
  88. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +111 -213
  89. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  90. data/lib/starter_web/utilsrv/package.json +1 -1
  91. metadata +24 -76
  92. data/_includes/themes/j1/modules/navigator/generator.org.html +0 -232
  93. data/assets/data/cookiebar.html +0 -288
  94. data/assets/data/footer.new.1.html +0 -256
  95. data/assets/data/footer.new.2.html +0 -256
  96. data/assets/data/footer.org.html +0 -249
  97. data/assets/error_pages/HTTP520.html +0 -68
  98. data/assets/error_pages/HTTP521.html +0 -68
  99. data/assets/error_pages/HTTP533.html +0 -68
  100. data/assets/themes/j1/adapter/js/cookiebar.js +0 -212
  101. data/assets/themes/j1/adapter/js/j1.new.js +0 -1878
  102. data/assets/themes/j1/adapter/js/j1.org.js +0 -1874
  103. data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.css +0 -58
  104. data/assets/themes/j1/modules/_lightGallery/css/core/lg-fb-comment-box.min.css +0 -5
  105. data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.css +0 -778
  106. data/assets/themes/j1/modules/_lightGallery/css/core/lg-transitions.min.css +0 -5
  107. data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.css +0 -981
  108. data/assets/themes/j1/modules/_lightGallery/css/core/lightgallery.min.css +0 -5
  109. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.eot +0 -0
  110. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.svg +0 -47
  111. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.ttf +0 -0
  112. data/assets/themes/j1/modules/_lightGallery/css/fonts/lg.woff +0 -0
  113. data/assets/themes/j1/modules/_lightGallery/css/img/loading.gif +0 -0
  114. data/assets/themes/j1/modules/_lightGallery/css/img/video-play.png +0 -0
  115. data/assets/themes/j1/modules/_lightGallery/css/img/vimeo-play.png +0 -0
  116. data/assets/themes/j1/modules/_lightGallery/css/img/youtube-play.png +0 -0
  117. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/animation-w.png +0 -0
  118. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/customize-w.png +0 -0
  119. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/dynamic-w.png +0 -0
  120. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/facebook-icon.svg +0 -10
  121. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/googleplus-icon.svg +0 -30
  122. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/html5-w.png +0 -0
  123. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/linked-in.png +0 -0
  124. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/module-w.png +0 -0
  125. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/play-button.png +0 -0
  126. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/responsive-w.png +0 -0
  127. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/thumb-w.png +0 -0
  128. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/touch-w.png +0 -0
  129. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter-icon.svg +0 -15
  130. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/twitter.png +0 -0
  131. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/video1-w.png +0 -0
  132. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom-w.png +0 -0
  133. data/assets/themes/j1/modules/_lightGallery/css/themes/icons/zoom.png +0 -0
  134. data/assets/themes/j1/modules/_lightGallery/css/themes/uno.css +0 -262
  135. data/assets/themes/j1/modules/_lightGallery/css/themes/uno.min.css +0 -15
  136. data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.js +0 -1362
  137. data/assets/themes/j1/modules/_lightGallery/js/core/lightgallery.min.js +0 -4
  138. data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.js +0 -402
  139. data/assets/themes/j1/modules/_lightGallery/js/modules/j1/j1-video.min.js +0 -8
  140. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.js +0 -206
  141. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-autoplay.min.js +0 -5
  142. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.js +0 -126
  143. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-fullscreen.min.js +0 -5
  144. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.js +0 -101
  145. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-hash.min.js +0 -5
  146. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.js +0 -105
  147. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-pager.min.js +0 -5
  148. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.js +0 -107
  149. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-share.min.js +0 -5
  150. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.js +0 -478
  151. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-thumbnail.min.js +0 -5
  152. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.js +0 -342
  153. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-video.min.js +0 -5
  154. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.js +0 -527
  155. data/assets/themes/j1/modules/_lightGallery/js/modules/lg-zoom.min.js +0 -5
  156. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +0 -133
@@ -1,256 +0,0 @@
1
- ---
2
- regenerate: true
3
- ---
4
- {% capture cache %}
5
-
6
- {% comment %}
7
- # -----------------------------------------------------------------------------
8
- # ~/assets/data/footer.html
9
- # Liquid procedure to generate HTML (data) portion of the page footer for
10
- # (fragmented) AJAX load
11
- #
12
- # Product/Info:
13
- # https://jekyll.one
14
- #
15
- # Copyright (C) 2021 Juergen Adams
16
- #
17
- # J1 Template is licensed under the MIT License.
18
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
19
- # -----------------------------------------------------------------------------
20
- # Test data:
21
- # {{ variable | debug }}
22
- # -----------------------------------------------------------------------------
23
- {% endcomment %}
24
-
25
- <!-- [INFO ] [j1.assets.data.footer ] [Footer generated: {{site.time}}] -->
26
-
27
- {% comment %} Liquid procedures
28
- -------------------------------------------------------------------------------- {% endcomment %}
29
- {% capture select_color %}themes/{{site.template.name}}/procedures/global/select_color.proc{% endcapture %}
30
- {% capture select_icon_size %}themes/{{site.template.name}}/procedures/global/select_icon_size.proc{% endcapture %}
31
- {% capture about_box %}themes/{{site.template.name}}/blocks/footer/boxes/about_box.proc{% endcapture %}
32
- {% capture news_box %}themes/{{site.template.name}}/blocks/footer/boxes/news_box.proc{% endcapture %}
33
- {% capture links_box %}themes/{{site.template.name}}/blocks/footer/boxes/links_box.proc{% endcapture %}
34
- {% capture contacts_box %}themes/{{site.template.name}}/blocks/footer/boxes/contacts_box.proc{% endcapture %}
35
- {% capture legal_statements %}themes/{{site.template.name}}/blocks/footer/boxes/legal_statements.proc{% endcapture %}
36
- {% capture issue %}themes/{{site.template.name}}/blocks/footer/boxes/issue.proc{% endcapture %}
37
- {% capture social_media_icons %}themes/{{site.template.name}}/blocks/footer/boxes/social_media_icons.proc{% endcapture %}
38
-
39
- {% comment %} Liquid var initialization
40
- -------------------------------------------------------------------------------- {% endcomment %}
41
-
42
- {% comment %} Set config files
43
- --------------------------------------------------------------------------------
44
- {% assign footer_config_defaults = site.data.blocks.defaults.footer %}
45
- {% assign footer_config_settings = site.data.blocks.footer %}
46
- -------------------------------------------------------------------------------- {% endcomment %}
47
-
48
- {% comment %} Set config files
49
- -------------------------------------------------------------------------------- {% endcomment %}
50
- {% assign blocks = site.data.blocks %}
51
- {% assign footer_defaults = blocks.defaults.footer %}
52
- {% assign footer_settings = blocks.footer %}
53
-
54
- {% comment %} Set config data
55
- -------------------------------------------------------------------------------- {% endcomment %}
56
- {% assign environment = site.environment %}
57
-
58
- {% assign footer_config_defaults = footer_defaults %}
59
- {% assign footer_config_settings = footer_settings %}
60
-
61
- {% comment %} Variables
62
- -------------------------------------------------------------------------------- {% endcomment %}
63
-
64
- {% assign production = false %}
65
- {% if environment == 'prod' or environment == 'production' %}
66
- {% assign production = true %}
67
- {% endif %}
68
-
69
- {% comment %} Set HELPER variables
70
- -------------------------------------------------------------------------------- {% endcomment %}
71
- {% capture footer_config_file_name %}~/_data/modules/footer.yml{% endcapture %}
72
-
73
- <!-- [INFO ] [j1.assets.data.footer.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
74
- <!-- head>
75
- <meta name="robots" content="noindex, nofollow" />
76
- </head -->
77
-
78
- {% comment %} Main
79
- ================================================================================ {% endcomment %}
80
- {% for items in footer_config_settings %}
81
- {% assign key = items[0] %}
82
- {% assign value = items[1] %}
83
- {% assign footer_config = value %}
84
-
85
- {% for items in footer_config %}
86
- {% for footers in items %}
87
-
88
- {% if debug %} footers: {{ footers }} {% endif %}
89
-
90
- {% comment %} parse settings for MAIN keys
91
- -------------------------------------------------------------------------- {% endcomment %}
92
- {% for footer in footers %}
93
- {% assign data_type = footer | is_type %}
94
- {% if data_type == 'hash' %}
95
- {% assign footer_settings = footer %}
96
- {% endif %}
97
- {% endfor %}
98
-
99
- {% if debug %} <!-- footer_settings.boxes: {{ footer_settings.boxes }} --> {% endif %}
100
-
101
-
102
- {% comment %} process current footer
103
- -------------------------------------------------------------------------- {% endcomment %}
104
- {% if footer_settings.enabled %}
105
-
106
- {% assign enabled_boxes = 0 %}
107
- {% assign footer_options = footer_config_defaults.footer | merge: footer_settings %}
108
- {% if debug %} <!-- footer_options: {{ footer_options }} --> {% endif %}
109
-
110
- {% comment %} Calculate number of enabled footer boxes
111
- ------------------------------------------------------------------------ {% endcomment %}
112
- {% for property in footer_options.boxes %}
113
- {% if debug %} <!-- property: {{property}} --> {% endif %}
114
- {% if property.enabled %} {% assign enabled_boxes = enabled_boxes | plus:1 %} {% endif %}
115
- {% endfor %}
116
- {% assign footer_box_width_md = 12 | divided_by:enabled_boxes %}
117
- <!-- [INFO ] [j1.assets.data.footer ] [Set footer box column width to: {{ footer_box_width_md }}] -->
118
-
119
- <!-- div id="{{footer_config_defaults.container-id}}" class="{{footer_options.theme}}" -->
120
- <div id="{{footer_config_defaults.container-id}}">
121
- <div class="footer">
122
-
123
- <div class="container">
124
- <div class="row">
125
-
126
- {% comment %} Collect footer config data
127
- ------------------------------------------------------------------ {% endcomment %}
128
- {% for box in footer_options.boxes %}
129
-
130
- {% comment %} COLLECT|PLACE footer boxes
131
- ---------------------------------------------------------------- {% endcomment %}
132
- {% case box.type %}
133
-
134
- {% comment %} PLACE AboutBox
135
- ---------------------------------------------------------------- {% endcomment %}
136
- {% when 'about' %}
137
- {% if box.enabled %}
138
- {% include {{about_box}} title=box.title tagline=box.tagline text=box.text justify=box.justify %}
139
- {% endif %}
140
-
141
- {% comment %} Reset element variable
142
- -------------------------------------------------------------- {% endcomment %}
143
- {% assign footer_options.boxes = nil %}
144
-
145
- {% comment %} PLACE NewsBox
146
- ---------------------------------------------------------------- {% endcomment %}
147
- {% when 'news' %}
148
- {% if box.enabled %}
149
- {% include {{news_box}} title=box.title tagline=box.tagline category=box.category max_posts=box.max_posts posts=site.posts %}
150
- {% endif %}
151
-
152
- {% comment %} Reset element variable
153
- -------------------------------------------------------------- {% endcomment %}
154
- {% assign footer_options.boxes = nil %}
155
-
156
- {% comment %} PLACE LinksBox
157
- --------------------------------------------------------------- {% endcomment %}
158
- {% when 'references' %}
159
- {% if box.enabled %}
160
- {% include {{links_box}} title=box.title tagline=box.tagline links=box.links %}
161
- {% endif %}
162
-
163
- {% comment %} Reset element variable
164
- -------------------------------------------------------------- {% endcomment %}
165
- {% assign footer_options.boxes = nil %}
166
-
167
- {% comment %} PLACE ContactsBox
168
- --------------------------------------------------------------- {% endcomment %}
169
- {% when 'contact' %}
170
- {% if box.enabled %}
171
- {% include {{contacts_box}} %}
172
- {% endif %}
173
-
174
- {% comment %} Reset element variable
175
- -------------------------------------------------------------- {% endcomment %}
176
- {% assign footer_options.boxes = nil %}
177
-
178
- {% else %}
179
- {% comment %} Collect EXCEPTION
180
- -------------------------------------------------------------- {% endcomment %}
181
- {% unless box.type == 'exception_container' %}
182
- <div id="exception_container">
183
- <div id="{{panel_settings.id}}" class="container-fluid no-padding">
184
- <div class="col-md-12 col-sm-12 col-xs-12 no-padding">
185
- <div class="box">
186
- <div class="content content-danger">
187
- <h2 class="notoc">
188
- <i class="mdi mdi-alarm-light mdi-3x mdi-md-red mr-1"></i>
189
- panel of type <big>{{panel_settings.type}}</big> not found
190
- </h2>
191
- <h4 class="notoc box-title">Check your configuration at {{panel_config_file_name}}</h4>
192
- <div class="box-description">
193
- Don't worry about this. Maybe you've a typo in the panel configuration.
194
- Check the panel config file for the unknown type. <br />
195
- Check for something wrong like:
196
- <div class="mt-2 mb-2">
197
- <b>id: {{panel_settings.id}}</b> <br />
198
- <b>type: {{panel_settings.type}}</b> <br />
199
- <b>comment: {{panel_settings.comment}}</b>
200
- </div>
201
- </div>
202
- </div>
203
- </div>
204
- </div>
205
- </div> <!-- End panel {{panel_settings.id}} -->
206
- </div> <!-- End exception_container -->
207
- {% endunless %}
208
-
209
- {% endcase %}
210
-
211
- {% comment %} END footer boxes
212
- ---------------------------------------------------------------- {% endcomment %}
213
-
214
- {% endfor %}
215
- </div>
216
- </div>
217
- </div>
218
-
219
- {% comment %} COLLECT|PLACE copyright|issue date information
220
- ---------------------------------------------------------------------- {% endcomment %}
221
- <div class="copyright">
222
- <div class="container">
223
- <div class="row">
224
- <!-- [INFO ] [j1.assets.data.footer ] [Enable horizontal list using id #inline] -->
225
- <div class="col-md-10" id="inline">
226
- {% include {{legal_statements}} legals=footer_options.legals %}
227
- </div>
228
- <div class="col-md-10" id="inline">
229
- {% include {{issue}} %}
230
- </div>
231
- <div class="col-md-2">
232
- {% include {{social_media_icons}} icons=footer_options.icons %}
233
- </div>
234
- </div>
235
- </div>
236
- </div>
237
-
238
- </div>
239
-
240
- {% comment %} Reset element variables (already processed)
241
- ------------------------------------------------------------------------ {% endcomment %}
242
- {% assign footer_settings = nil %}
243
-
244
- {% endif %}
245
-
246
- {% endfor %}
247
- {% endfor %}
248
- {% endfor %}
249
-
250
- {% endcapture %}
251
- {% if production %}
252
- {% 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 %}
253
- {% else %}
254
- {{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
255
- {% endif %}
256
- {% assign cache = nil %}
@@ -1,249 +0,0 @@
1
- ---
2
- regenerate: true
3
- ---
4
- {% capture cache %}
5
-
6
- {% comment %}
7
- # -----------------------------------------------------------------------------
8
- # ~/assets/data/footer.html
9
- # Liquid procedure to generate HTML (data) portion of the page footer for
10
- # (fragmented) AJAX load
11
- #
12
- # Product/Info:
13
- # https://jekyll.one
14
- #
15
- # Copyright (C) 2021 Juergen Adams
16
- #
17
- # J1 Template is licensed under the MIT License.
18
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
19
- # -----------------------------------------------------------------------------
20
- # Test data:
21
- # {{ variable | debug }}
22
- # -----------------------------------------------------------------------------
23
- {% endcomment %}
24
-
25
- <!-- [INFO ] [j1.assets.data.footer ] [Footer generated: {{site.time}}] -->
26
-
27
- {% comment %} Liquid procedures
28
- -------------------------------------------------------------------------------- {% endcomment %}
29
- {% capture select_color %}themes/{{site.template.name}}/procedures/global/select_color.proc{% endcapture %}
30
- {% capture select_icon_size %}themes/{{site.template.name}}/procedures/global/select_icon_size.proc{% endcapture %}
31
- {% capture about_box %}themes/{{site.template.name}}/blocks/footer/boxes/about_box.proc{% endcapture %}
32
- {% capture news_box %}themes/{{site.template.name}}/blocks/footer/boxes/news_box.proc{% endcapture %}
33
- {% capture links_box %}themes/{{site.template.name}}/blocks/footer/boxes/links_box.proc{% endcapture %}
34
- {% capture contacts_box %}themes/{{site.template.name}}/blocks/footer/boxes/contacts_box.proc{% endcapture %}
35
- {% capture legal_statements %}themes/{{site.template.name}}/blocks/footer/boxes/legal_statements.proc{% endcapture %}
36
- {% capture issue %}themes/{{site.template.name}}/blocks/footer/boxes/issue.proc{% endcapture %}
37
- {% capture social_media_icons %}themes/{{site.template.name}}/blocks/footer/boxes/social_media_icons.proc{% endcapture %}
38
-
39
- {% comment %} Process YML config data
40
- ================================================================================ {% endcomment %}
41
-
42
- {% comment %} Set config files
43
- -------------------------------------------------------------------------------- {% endcomment %}
44
- {% assign footer_config_defaults = site.data.blocks.defaults.footer %}
45
- {% assign footer_config_settings = site.data.blocks.footer %}
46
-
47
- {% comment %} Set config data
48
- -------------------------------------------------------------------------------- {% endcomment %}
49
- {% assign environment = site.environment %}
50
-
51
- {% assign footer_config_defaults = footer_config_defaults.defaults %}
52
- {% assign footer_config_settings = footer_config_settings.settings %}
53
-
54
- {% comment %} Variables
55
- -------------------------------------------------------------------------------- {% endcomment %}
56
-
57
- {% assign production = false %}
58
- {% if environment == 'prod' or environment == 'production' %}
59
- {% assign production = true %}
60
- {% endif %}
61
-
62
- {% comment %} Set HELPER variables
63
- -------------------------------------------------------------------------------- {% endcomment %}
64
- {% capture footer_config_file_name %}~/_data/modules/footer.yml{% endcapture %}
65
-
66
- <!-- [INFO ] [j1.assets.data.footer.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
67
- <!-- head>
68
- <meta name="robots" content="noindex, nofollow" />
69
- </head -->
70
-
71
- {% comment %} Main
72
- ================================================================================ {% endcomment %}
73
- {% for items in footer_config_settings %}
74
- {% assign key = items[0] %}
75
- {% assign value = items[1] %}
76
- {% assign footer_config = value %}
77
-
78
- {% for items in footer_config %}
79
- {% for footers in items %}
80
-
81
- {% if debug %} footers: {{ footers }} {% endif %}
82
-
83
- {% comment %} parse settings for MAIN keys
84
- -------------------------------------------------------------------------- {% endcomment %}
85
- {% for footer in footers %}
86
- {% assign data_type = footer | is_type %}
87
- {% if data_type == 'hash' %}
88
- {% assign footer_settings = footer %}
89
- {% endif %}
90
- {% endfor %}
91
-
92
- {% if debug %} <!-- footer_settings.boxes: {{ footer_settings.boxes }} --> {% endif %}
93
-
94
-
95
- {% comment %} process current footer
96
- -------------------------------------------------------------------------- {% endcomment %}
97
- {% if footer_settings.enabled %}
98
-
99
- {% assign enabled_boxes = 0 %}
100
- {% assign footer_options = footer_config_defaults.footer | merge: footer_settings %}
101
- {% if debug %} <!-- footer_options: {{ footer_options }} --> {% endif %}
102
-
103
- {% comment %} Calculate number of enabled footer boxes
104
- ------------------------------------------------------------------------ {% endcomment %}
105
- {% for property in footer_options.boxes %}
106
- {% if debug %} <!-- property: {{property}} --> {% endif %}
107
- {% if property.enabled %} {% assign enabled_boxes = enabled_boxes | plus:1 %} {% endif %}
108
- {% endfor %}
109
- {% assign footer_box_width_md = 12 | divided_by:enabled_boxes %}
110
- <!-- [INFO ] [j1.assets.data.footer ] [Set footer box column width to: {{ footer_box_width_md }}] -->
111
-
112
- <!-- div id="{{footer_config_defaults.container-id}}" class="{{footer_options.theme}}" -->
113
- <div id="{{footer_config_defaults.container-id}}">
114
- <div class="footer">
115
-
116
- <div class="container">
117
- <div class="row">
118
-
119
- {% comment %} Collect footer config data
120
- ------------------------------------------------------------------ {% endcomment %}
121
- {% for box in footer_options.boxes %}
122
-
123
- {% comment %} COLLECT|PLACE footer boxes
124
- ---------------------------------------------------------------- {% endcomment %}
125
- {% case box.type %}
126
-
127
- {% comment %} PLACE AboutBox
128
- ---------------------------------------------------------------- {% endcomment %}
129
- {% when 'about' %}
130
- {% if box.enabled %}
131
- {% include {{about_box}} title=box.title tagline=box.tagline text=box.text justify=box.justify %}
132
- {% endif %}
133
-
134
- {% comment %} Reset element variable
135
- -------------------------------------------------------------- {% endcomment %}
136
- {% assign footer_options.boxes = nil %}
137
-
138
- {% comment %} PLACE NewsBox
139
- ---------------------------------------------------------------- {% endcomment %}
140
- {% when 'news' %}
141
- {% if box.enabled %}
142
- {% include {{news_box}} title=box.title tagline=box.tagline category=box.category max_posts=box.max_posts posts=site.posts %}
143
- {% endif %}
144
-
145
- {% comment %} Reset element variable
146
- -------------------------------------------------------------- {% endcomment %}
147
- {% assign footer_options.boxes = nil %}
148
-
149
- {% comment %} PLACE LinksBox
150
- --------------------------------------------------------------- {% endcomment %}
151
- {% when 'references' %}
152
- {% if box.enabled %}
153
- {% include {{links_box}} title=box.title tagline=box.tagline links=box.links %}
154
- {% endif %}
155
-
156
- {% comment %} Reset element variable
157
- -------------------------------------------------------------- {% endcomment %}
158
- {% assign footer_options.boxes = nil %}
159
-
160
- {% comment %} PLACE ContactsBox
161
- --------------------------------------------------------------- {% endcomment %}
162
- {% when 'contact' %}
163
- {% if box.enabled %}
164
- {% include {{contacts_box}} %}
165
- {% endif %}
166
-
167
- {% comment %} Reset element variable
168
- -------------------------------------------------------------- {% endcomment %}
169
- {% assign footer_options.boxes = nil %}
170
-
171
- {% else %}
172
- {% comment %} Collect EXCEPTION
173
- -------------------------------------------------------------- {% endcomment %}
174
- {% unless box.type == 'exception_container' %}
175
- <div id="exception_container">
176
- <div id="{{panel_settings.id}}" class="container-fluid no-padding">
177
- <div class="col-md-12 col-sm-12 col-xs-12 no-padding">
178
- <div class="box">
179
- <div class="content content-danger">
180
- <h2 class="notoc">
181
- <i class="mdi mdi-alarm-light mdi-3x mdi-md-red mr-1"></i>
182
- panel of type <big>{{panel_settings.type}}</big> not found
183
- </h2>
184
- <h4 class="notoc box-title">Check your configuration at {{panel_config_file_name}}</h4>
185
- <div class="box-description">
186
- Don't worry about this. Maybe you've a typo in the panel configuration.
187
- Check the panel config file for the unknown type. <br />
188
- Check for something wrong like:
189
- <div class="mt-2 mb-2">
190
- <b>id: {{panel_settings.id}}</b> <br />
191
- <b>type: {{panel_settings.type}}</b> <br />
192
- <b>comment: {{panel_settings.comment}}</b>
193
- </div>
194
- </div>
195
- </div>
196
- </div>
197
- </div>
198
- </div> <!-- End panel {{panel_settings.id}} -->
199
- </div> <!-- End exception_container -->
200
- {% endunless %}
201
-
202
- {% endcase %}
203
-
204
- {% comment %} END footer boxes
205
- ---------------------------------------------------------------- {% endcomment %}
206
-
207
- {% endfor %}
208
- </div>
209
- </div>
210
- </div>
211
-
212
- {% comment %} COLLECT|PLACE copyright|issue date information
213
- ---------------------------------------------------------------------- {% endcomment %}
214
- <div class="copyright">
215
- <div class="container">
216
- <div class="row">
217
- <!-- [INFO ] [j1.assets.data.footer ] [Enable horizontal list using id #inline] -->
218
- <div class="col-md-10" id="inline">
219
- {% include {{legal_statements}} legals=footer_options.legals %}
220
- </div>
221
- <div class="col-md-10" id="inline">
222
- {% include {{issue}} %}
223
- </div>
224
- <div class="col-md-2">
225
- {% include {{social_media_icons}} icons=footer_options.icons %}
226
- </div>
227
- </div>
228
- </div>
229
- </div>
230
-
231
- </div>
232
-
233
- {% comment %} Reset element variables (already processed)
234
- ------------------------------------------------------------------------ {% endcomment %}
235
- {% assign footer_settings = nil %}
236
-
237
- {% endif %}
238
-
239
- {% endfor %}
240
- {% endfor %}
241
- {% endfor %}
242
-
243
- {% endcapture %}
244
- {% if production %}
245
- {% 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 %}
246
- {% else %}
247
- {{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
248
- {% endif %}
249
- {% assign cache = nil %}