j1-template 2021.2.10 → 2021.2.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/blocks/footer/boxes/contacts_box.proc +1 -1
- data/_includes/themes/j1/layouts/content_generator_article_navigator.html +2 -2
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +2 -2
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +2 -2
- data/_includes/themes/j1/modules/boards/news_pin_board.html +10 -10
- data/_includes/themes/j1/modules/connectors/translators/google-translator.html +18 -3
- data/_includes/themes/j1/modules/navigator/generator.html +6 -6
- data/_includes/themes/j1/procedures/posts/collate_calendar.proc +3 -3
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
- data/_includes/themes/j1/procedures/posts/pager.proc +1 -1
- data/assets/data/gallery_customizer.html +1 -1
- data/assets/data/menu.html +17 -17
- data/assets/data/mmenu.html +17 -17
- data/assets/data/quicklinks.html +3 -3
- data/assets/themes/j1/adapter/js/j1.js +1 -1
- data/assets/themes/j1/adapter/js/translator.js +17 -3
- data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +1 -1
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +1 -1
- data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +1 -1
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
- data/assets/themes/j1/modules/datatables/js/datatables.js +1 -1
- data/assets/themes/j1/modules/datatables/js/datatables.min.js +5 -5
- data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +3 -3
- data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +6 -6
- data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +2 -2
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +1 -1
- data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +1 -1
- data/assets/themes/j1/modules/iframeResizer/js/resizer.min.js +1 -1
- data/assets/themes/j1/modules/j1Deepl/js/j1deepl.min.js +1 -1
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.js +1 -1
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.min.js +1 -1
- data/assets/themes/j1/modules/jquery/js/jquery.js +2 -2
- data/assets/themes/j1/modules/jquery/js/jquery.min.js +1 -1
- data/assets/themes/j1/modules/jquery/js/jqueryUI.js +7 -7
- data/assets/themes/j1/modules/jquery/js/jqueryUI.min.js +3 -3
- data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
- data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
- data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
- data/assets/themes/j1/modules/lunrSearch/js/mustache.js +1 -1
- data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +1 -1
- data/assets/themes/j1/modules/lunrSearch/js/uri.js +1 -1
- data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +7 -7
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +1 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
- data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
- data/assets/themes/j1/modules/translator/js/translator.js +4 -2
- data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +1 -1
- data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
- data/assets/themes/j1/modules/videojs/js/video.min.js +2 -2
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/apps/carousel.yml +4 -4
- data/lib/starter_web/_data/blocks/defaults/footer.yml +2 -2
- data/lib/starter_web/_data/blocks/footer.yml +2 -2
- data/lib/starter_web/_data/modules/attics.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/translator.yml +1 -0
- data/lib/starter_web/_data/modules/translator.yml +3 -0
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +2 -2
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +3 -3
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +85 -85
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +2 -3
- data/assets/themes/j1/adapter/js/translator.1.js +0 -525
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', '~> 2021.2.
|
56
|
+
gem 'j1-template', '~> 2021.2.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: 2021.2.
|
56
|
+
version: 2021.2.11
|
57
57
|
|
58
58
|
# version
|
59
59
|
# ------------------------------------------------------------------------------
|
@@ -259,8 +259,8 @@ settings:
|
|
259
259
|
cat-3.jpg, cat-4.jpg
|
260
260
|
]
|
261
261
|
links: [
|
262
|
-
"#", "#",
|
263
|
-
"#", "#"
|
262
|
+
"#void", "#void",
|
263
|
+
"#void", "#void"
|
264
264
|
]
|
265
265
|
lb_caption: [
|
266
266
|
"You see cat #1",
|
@@ -295,8 +295,8 @@ settings:
|
|
295
295
|
thomas-tucker_b.jpg
|
296
296
|
]
|
297
297
|
links: [
|
298
|
-
"#", "#", "#", "#",
|
299
|
-
"#", "#", "#", "#"
|
298
|
+
"#void", "#void", "#void", "#void",
|
299
|
+
"#void", "#void", "#void", "#void"
|
300
300
|
]
|
301
301
|
options:
|
302
302
|
autoPlay: 3000
|
@@ -166,7 +166,7 @@ settings:
|
|
166
166
|
# - url: "/assets/images/modules/attics/pagehead-default-1200.jpg"
|
167
167
|
# alt: "J1 Master Header - Default image for Layout PAGE"
|
168
168
|
# caption: "Caption for the header image with a link"
|
169
|
-
# caption_href: "#"
|
169
|
+
# caption_href: "#void"
|
170
170
|
# caption_color: "rgba(255, 255, 255, 0.8)"
|
171
171
|
|
172
172
|
# --------------------------------------------------------------------------
|
@@ -66,7 +66,7 @@ defaults:
|
|
66
66
|
background_color_2: "#b9c5cc" # grey
|
67
67
|
|
68
68
|
action_enabled: false
|
69
|
-
action_url: "#"
|
69
|
+
action_url: "#void"
|
70
70
|
action_button: btn-default btn-raised
|
71
71
|
action_icon: download # cloud-action
|
72
72
|
action_icon_family: MDI # FontAweSome
|
@@ -206,7 +206,7 @@ defaults:
|
|
206
206
|
- url: "/assets/images/modules/attics/pagehead-default-1200.jpg"
|
207
207
|
alt: "Image attic - Default image for Layout PAGE"
|
208
208
|
caption: "Caption for the header image with a link"
|
209
|
-
caption_href: "#"
|
209
|
+
caption_href: "#void"
|
210
210
|
caption_color: rgba(255, 255, 255, 0.8) # rgba-lighten-800
|
211
211
|
|
212
212
|
# --------------------------------------------------------------------------
|
@@ -34,6 +34,7 @@ defaults:
|
|
34
34
|
reloadPageOnChange: true # reload current page if user settings has been changed
|
35
35
|
|
36
36
|
contentURL: /assets/data/translator # dialogs (modals) for all supported translators|languages
|
37
|
+
contentLanguage: auto # auto | one of 'translationLanguages'
|
37
38
|
dialogLanguage: auto # auto|content|one of dialogLanguages
|
38
39
|
dialogLanguages: [en,de] # supported dialog (modal) languages, defaults to FIRST language defined
|
39
40
|
cookieName: j1.user.translate # name of the user translation cookie (primary data)
|
@@ -433,7 +433,7 @@ end::tables[]
|
|
433
433
|
// -----------------------------------------------------------------------------
|
434
434
|
tag::products[]
|
435
435
|
:j1--license: MIT License
|
436
|
-
:j1--version: 2021.2.
|
436
|
+
:j1--version: 2021.2.11
|
437
437
|
:j1--site-name: Jekyll One
|
438
438
|
end::products[]
|
439
439
|
|
@@ -157,9 +157,9 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
157
157
|
{% comment %}
|
158
158
|
------------------------------------------------------------------------
|
159
159
|
{% if year != nyear %}
|
160
|
-
<a href="#" id="{{post.date|localize: "%Y"}}">
|
160
|
+
<a href="#void" id="{{post.date|localize: "%Y"}}">
|
161
161
|
{% else %}
|
162
|
-
<a href="#" id="{{post.date|localize: "%Y-%m" }}">
|
162
|
+
<a href="#void" id="{{post.date|localize: "%Y-%m" }}">
|
163
163
|
{% endif %}
|
164
164
|
------------------------------------------------------------------------ {% endcomment %}
|
165
165
|
<i class="mdi mdi-calendar-blank"></i>
|
@@ -189,7 +189,7 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
189
189
|
--------------------------------------------------------------------------
|
190
190
|
<!-- jadams, 2018-01-17: logic seems NOT work. Disabled. -->
|
191
191
|
{% if letter_group_written == false %}
|
192
|
-
<h2 id="id_{{letter_group}}" class="toc-link mt-5 mb-5"><a alt="Back to top" href="#"><i class="fa fa-tags mr-2"></i></a>{{letter_group | upcase}}</h2>
|
192
|
+
<h2 id="id_{{letter_group}}" class="toc-link mt-5 mb-5"><a alt="Back to top" href="#void"><i class="fa fa-tags mr-2"></i></a>{{letter_group | upcase}}</h2>
|
193
193
|
{% assign letter_group_written = true %}
|
194
194
|
{% endif %}
|
195
195
|
-------------------------------------------------------------------------- {% endcomment %}
|
@@ -202,7 +202,7 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
202
202
|
-------------------------------------------------------------------------- {% endcomment %}
|
203
203
|
{% if letter_group %}
|
204
204
|
<h2 id="id_{{letter_group}}" class="toc-link mb-3">
|
205
|
-
<a alt="Back to top" href="#">
|
205
|
+
<a alt="Back to top" href="#void">
|
206
206
|
<i class="fa fa-tags mr-2"></i>
|
207
207
|
</a>{{letter_group | upcase}}
|
208
208
|
</h2>
|
@@ -216,7 +216,7 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
216
216
|
first_letter: {{first_letter | debug}}
|
217
217
|
{% endcomment %}
|
218
218
|
|
219
|
-
<h3 id="{{this_word | replace: '+','_' | replace: ' ','_' | downcase}}" class="toc-link"><a alt="Back to top" href="#"><i class="fa fa-tag mr-2"></i></a>{{this_word}}</h3>
|
219
|
+
<h3 id="{{this_word | replace: '+','_' | replace: ' ','_' | downcase}}" class="toc-link"><a alt="Back to top" href="#void"><i class="fa fa-tag mr-2"></i></a>{{this_word}}</h3>
|
220
220
|
|
221
221
|
{% for post in site.tags[this_word] %}{% if post.title != null %}
|
222
222
|
{% include {{get_category}} post=post %}
|