j1-template 2022.4.9 → 2022.4.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (123) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/modules/navigator/generator.html +30 -30
  3. data/_includes/themes/j1/procedures/global/create_bs_button.proc +1 -1
  4. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +1 -1
  5. data/assets/data/authclient.html +8 -6
  6. data/assets/data/banner.html +4 -0
  7. data/assets/data/carousel.json +10 -0
  8. data/assets/data/cookieconsent.html +2 -0
  9. data/assets/data/fab.html +19 -6
  10. data/assets/data/footer.html +6 -6
  11. data/assets/data/galleries.json +7 -0
  12. data/assets/data/gallery_customizer.html +10 -7
  13. data/assets/data/iso-639-language-codes-flags.json +9 -0
  14. data/assets/data/iso-639-language-codes.json +9 -0
  15. data/assets/data/j1_config.json +8 -2
  16. data/assets/data/masterslider.html +10 -2
  17. data/assets/data/mdi_icons.json +5 -0
  18. data/assets/data/mdil_icons.json +5 -0
  19. data/assets/data/menu.html +16 -13
  20. data/assets/data/mmenu.html +9 -5
  21. data/assets/data/mmenu_sidebar.html +5 -3
  22. data/assets/data/mmenu_toc.html +8 -5
  23. data/assets/data/nbinteract.html +2 -1
  24. data/assets/data/panel.html +9 -7
  25. data/assets/data/private.json +2 -2
  26. data/assets/data/quicklinks.html +4 -2
  27. data/assets/data/rtext_resizer.html +9 -5
  28. data/assets/data/themes.bootswatch.json +4 -0
  29. data/assets/data/themes.json +4 -0
  30. data/assets/data/translator.html +2 -0
  31. data/assets/data/twa_v1.json +6 -0
  32. data/assets/themes/j1/adapter/js/advertising.js +2 -0
  33. data/assets/themes/j1/adapter/js/algolia.js +2 -0
  34. data/assets/themes/j1/adapter/js/analytics.js +2 -0
  35. data/assets/themes/j1/adapter/js/asciidoctor.js +16 -0
  36. data/assets/themes/j1/adapter/js/attic.js +2 -0
  37. data/assets/themes/j1/adapter/js/bmd.js +16 -0
  38. data/assets/themes/j1/adapter/js/carousel.js +7 -6
  39. data/assets/themes/j1/adapter/js/clipboard.js +2 -1
  40. data/assets/themes/j1/adapter/js/comments.js +2 -0
  41. data/assets/themes/j1/adapter/js/cookieConsent.js +2 -0
  42. data/assets/themes/j1/adapter/js/customFunctions.js +2 -0
  43. data/assets/themes/j1/adapter/js/customModule.js +2 -0
  44. data/assets/themes/j1/adapter/js/dropdowns.js +2 -0
  45. data/assets/themes/j1/adapter/js/fab.js +2 -0
  46. data/assets/themes/j1/adapter/js/framer.js +2 -0
  47. data/assets/themes/j1/adapter/js/j1.js +1 -1
  48. data/assets/themes/j1/adapter/js/justifiedGallery.js +2 -0
  49. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +2 -0
  50. data/assets/themes/j1/adapter/js/lightbox.js +2 -0
  51. data/assets/themes/j1/adapter/js/logger.js +2 -0
  52. data/assets/themes/j1/adapter/js/lunr.js +2 -0
  53. data/assets/themes/j1/adapter/js/masterslider.js +9 -1
  54. data/assets/themes/j1/adapter/js/mmenu.js +2 -0
  55. data/assets/themes/j1/adapter/js/navigator.js +716 -72
  56. data/assets/themes/j1/adapter/js/nbinteract.js +2 -0
  57. data/assets/themes/j1/adapter/js/rangeSlider.js +2 -0
  58. data/assets/themes/j1/adapter/js/rouge.js +7 -0
  59. data/assets/themes/j1/adapter/js/rtable.js +2 -0
  60. data/assets/themes/j1/adapter/js/rtextResizer.js +2 -1
  61. data/assets/themes/j1/adapter/js/scroller.js +2 -0
  62. data/assets/themes/j1/adapter/js/themer.js +26 -34
  63. data/assets/themes/j1/adapter/js/toccer.js +2 -0
  64. data/assets/themes/j1/adapter/js/translator.js +2 -0
  65. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +1938 -1379
  66. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -3
  67. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +1939 -1380
  68. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +3 -3
  69. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +2189 -1486
  70. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -3
  71. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +2167 -1501
  72. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +10 -9
  73. data/assets/themes/j1/core/js/template.js +3 -3
  74. data/assets/themes/j1/core/js/template.min.js +1 -1
  75. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  76. data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
  77. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  78. data/assets/themes/j1/modules/masterslider/js/masterslider.js +48 -195
  79. data/assets/themes/j1/modules/masterslider/js/masterslider.min.js +1 -2
  80. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +3 -3
  81. data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +1 -1
  82. data/assets/themes/j1/modules/rouge/css/uno.dark/theme.css +11 -11
  83. data/assets/themes/j1/modules/rouge/css/uno.light/theme.css +24 -18
  84. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +2 -2
  85. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +304 -1
  86. data/lib/j1/version.rb +1 -1
  87. data/lib/starter_web/Gemfile +1 -1
  88. data/lib/starter_web/_config.yml +2 -2
  89. data/lib/starter_web/_data/blocks/banner.yml +8 -5
  90. data/lib/starter_web/_data/blocks/footer.yml +1 -1
  91. data/lib/starter_web/_data/modules/attics.yml +15 -3
  92. data/lib/starter_web/_data/modules/defaults/navigator.yml +7 -5
  93. data/lib/starter_web/_data/modules/fab.yml +39 -118
  94. data/lib/starter_web/_data/modules/masterslider.yml +2 -2
  95. data/lib/starter_web/_data/modules/navigator_menu.yml +17 -21
  96. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  97. data/lib/starter_web/package.json +1 -1
  98. data/lib/starter_web/pages/public/learn/quickstart.adoc +1 -1
  99. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +1 -1
  100. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +1 -1
  101. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -1
  102. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +1 -1
  103. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
  104. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +1 -1
  105. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
  106. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +1 -1
  107. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +1 -1
  108. data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +1 -1
  109. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +1 -1
  110. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +1 -1
  111. data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +1 -1
  112. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +1 -1
  113. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +1 -1
  114. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +1 -1
  115. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +1 -1
  116. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
  117. data/lib/starter_web/pages/public/plans/plans.adoc +1 -1
  118. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +139 -130
  119. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  120. data/lib/starter_web/utilsrv/package.json +1 -1
  121. metadata +2 -4
  122. data/_includes/themes/j1/procedures/global/create_bs_button.1.proc +0 -172
  123. data/assets/themes/j1/modules/masterslider/js/masterslider.min.js.map +0 -1
@@ -51,14 +51,14 @@ exclude_from_search: true
51
51
  -------------------------------------------------------------------------------- {% endcomment %}
52
52
  {% assign nav_bar_id = navigator_defaults.id %}
53
53
 
54
+
55
+ {% comment %} Detect prod mode
56
+ -------------------------------------------------------------------------------- {% endcomment %}
54
57
  {% assign production = false %}
55
58
  {% if environment == 'prod' or environment == 'production' %}
56
59
  {% assign production = true %}
57
60
  {% endif %}
58
61
 
59
- {% comment %} Main
60
- -------------------------------------------------------------------------------- {% endcomment %}
61
-
62
62
  {% for item in nav_mmenu_options.menus %}
63
63
  {% if item.menu.xhr_container_id == "navigator_sidebar_mmenu" %}
64
64
  <!-- [INFO ] [~/assets/data/mmenu_sidebar.html ] [ collect data for mmenu sitebar ] -->
@@ -79,6 +79,8 @@ exclude_from_search: true
79
79
  {% assign icon_size = navigator_options.icon_size %}
80
80
  {% assign icon_color = navigator_options.icon_color %}
81
81
 
82
+ {% comment %} Main
83
+ ================================================================================ {% endcomment %}
82
84
  <!-- [INFO ] [j1.assets.data.mmenu.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
83
85
  <head>
84
86
  <meta name="robots" content="noindex, nofollow" />
@@ -31,11 +31,6 @@ exclude_from_search: true
31
31
  -------------------------------------------------------------------------------- {% endcomment %}
32
32
  {% assign environment = site.environment %}
33
33
 
34
- {% assign production = false %}
35
- {% if environment == 'prod' or environment == 'production' %}
36
- {% assign production = true %}
37
- {% endif %}
38
-
39
34
  {% comment %} language detection
40
35
  -------------------------------------------------------------------------------- {% endcomment %}
41
36
  {% if site.language == "en" %}
@@ -54,7 +49,15 @@ exclude_from_search: true
54
49
  {% assign toc_text = "Inhaltsverzeichnis" %}
55
50
  {% endif %}
56
51
 
52
+ {% comment %} Detect prod mode
53
+ -------------------------------------------------------------------------------- {% endcomment %}
54
+ {% assign production = false %}
55
+ {% if environment == 'prod' or environment == 'production' %}
56
+ {% assign production = true %}
57
+ {% endif %}
57
58
 
59
+ {% comment %} Main
60
+ ================================================================================ {% endcomment %}
58
61
  <!-- [INFO ] [~/assets/data/mmenu_toc.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
59
62
  <head>
60
63
  <meta name="robots" content="noindex, nofollow" />
@@ -48,12 +48,13 @@ exclude_from_search: true
48
48
  -------------------------------------------------------------------------------- {% endcomment %}
49
49
  {% assign nbinteract_options = nbinteract_defaults | merge: nbinteract_settings %}
50
50
 
51
+ {% comment %} Detect prod mode
52
+ -------------------------------------------------------------------------------- {% endcomment %}
51
53
  {% assign production = false %}
52
54
  {% if environment == 'prod' or environment == 'production' %}
53
55
  {% assign production = true %}
54
56
  {% endif %}
55
57
 
56
-
57
58
  {% comment %} Main
58
59
  ================================================================================ {% endcomment %}
59
60
  <!-- [INFO ] [~/assets/data/nbinteract.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
@@ -64,11 +64,6 @@ exclude_from_search: true
64
64
  -------------------------------------------------------------------------------- {% endcomment %}
65
65
  {% capture panel_config_file_name %}~/_data/blocks/panel.yml{% endcapture %}
66
66
 
67
- {% assign production = false %}
68
- {% if environment == 'prod' or environment == 'production' %}
69
- {% assign production = true %}
70
- {% endif %}
71
-
72
67
  {% comment %} language detection|i18n
73
68
  -------------------------------------------------------------------------------- {% endcomment %}
74
69
  {% if site.language == "en" %}
@@ -89,13 +84,20 @@ exclude_from_search: true
89
84
  {% assign infinite_scroll_last = "Weitere Artikel finden Sie im" %}
90
85
  {% endif %}
91
86
 
87
+ {% comment %} Detect prod mode
88
+ -------------------------------------------------------------------------------- {% endcomment %}
89
+ {% assign production = false %}
90
+ {% if environment == 'prod' or environment == 'production' %}
91
+ {% assign production = true %}
92
+ {% endif %}
93
+
94
+ {% comment %} Main
95
+ ================================================================================ {% endcomment %}
92
96
  <!-- [INFO ] [~/assets/data/panel.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
93
97
  <head>
94
98
  <meta name="robots" content="noindex, nofollow" />
95
99
  </head>
96
100
 
97
- {% comment %} Main
98
- ================================================================================ {% endcomment %}
99
101
  {% for items in panel_config_settings %}
100
102
  {% assign key = items[0] %}
101
103
  {% assign value = items[1] %}
@@ -39,8 +39,8 @@ exclude_from_search: true
39
39
  {% assign private_settings = data.private %}
40
40
 
41
41
 
42
- {% comment %} Write config data as JSON string
43
- -------------------------------------------------------------------------------- {% endcomment %}
42
+ {% comment %} Main
43
+ ================================================================================ {% endcomment %}
44
44
 
45
45
  {{ private_settings | json }}
46
46
 
@@ -230,6 +230,8 @@ exclude_from_search: true
230
230
  {% include {{select_icon_size}} family=quicklinks_options.icon_family size=quicklinks_options.icon_size %}
231
231
  {% assign icon_size = size %}
232
232
 
233
+ {% comment %} Detect prod mode
234
+ -------------------------------------------------------------------------------- {% endcomment %}
233
235
  {% assign production = false %}
234
236
  {% if environment == 'prod' or environment == 'production' %}
235
237
  {% assign production = true %}
@@ -246,13 +248,13 @@ exclude_from_search: true
246
248
  {% assign show_google_translate_lang = false %}
247
249
  {% assign translate_lang = 'gb' %}
248
250
 
251
+ {% comment %} Main
252
+ ================================================================================ {% endcomment %}
249
253
  <!-- [INFO ][~/assets/data/quicklinks.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
250
254
  <head>
251
255
  <meta name="robots" content="noindex, nofollow" />
252
256
  </head>
253
257
 
254
- {% comment %} Main
255
- -------------------------------------------------------------------------------- {% endcomment %}
256
258
  <!-- [INFO ] [~/assets/data/quicklinks.html ] [AuthManager detected as: {{ show_auth_manager_icon }}] -->
257
259
  <!-- [INFO ] [~/assets/data/quicklinks.html ] [CookieConsent detected as: {{ consent_enabled }}] -->
258
260
  <!-- [INFO ] [~/assets/data/quicklinks.html ] [Show CookieConsent icon detected as: {{ show_cookieconsent_icon }}] -->
@@ -45,11 +45,6 @@ exclude_from_search: true
45
45
  {% assign customizer_options = customizer_defaults | merge: customizer_settings %}
46
46
  -------------------------------------------------------------------------------- {% endcomment %}
47
47
 
48
- {% assign production = false %}
49
- {% if environment == 'prod' or environment == 'production' %}
50
- {% assign production = true %}
51
- {% endif %}
52
-
53
48
  {% comment %} i18n: language selection (supported languages: en|de)
54
49
  -------------------------------------------------------------------------------- {% endcomment %}
55
50
  {% if site.language == 'en' or site.language == 'de' %}
@@ -60,6 +55,15 @@ exclude_from_search: true
60
55
 
61
56
  {% assign language = 'en' %}
62
57
 
58
+ {% comment %} Detect prod mode
59
+ -------------------------------------------------------------------------------- {% endcomment %}
60
+ {% assign production = false %}
61
+ {% if environment == 'prod' or environment == 'production' %}
62
+ {% assign production = true %}
63
+ {% endif %}
64
+
65
+ {% comment %} Main
66
+ ================================================================================ {% endcomment %}
63
67
  <!-- [INFO ] [~/assets/data/rtext_resizer.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
64
68
  <head>
65
69
  <meta name="robots" content="noindex, nofollow" />
@@ -39,11 +39,15 @@ exclude_from_search: true
39
39
 
40
40
  {% capture theme_path %}{{asset_path}}/modules/bs_theme_switcher/themes{% endcapture %}
41
41
 
42
+ {% comment %} Detect prod mode
43
+ -------------------------------------------------------------------------------- {% endcomment %}
42
44
  {% assign production = false %}
43
45
  {% if environment == 'prod' or environment == 'production' %}
44
46
  {% assign production = true %}
45
47
  {% endif %}
46
48
 
49
+ {% comment %} Main
50
+ ================================================================================ {% endcomment %}
47
51
  {% if environment == 'development' %}
48
52
  {
49
53
  "themes":
@@ -39,11 +39,15 @@ exclude_from_search: true
39
39
 
40
40
  {% capture theme_path %}{{asset_path}}/modules/bs_theme_switcher/themes{% endcapture %}
41
41
 
42
+ {% comment %} Detect prod mode
43
+ -------------------------------------------------------------------------------- {% endcomment %}
42
44
  {% assign production = false %}
43
45
  {% if environment == 'prod' or environment == 'production' %}
44
46
  {% assign production = true %}
45
47
  {% endif %}
46
48
 
49
+ {% comment %} Main
50
+ ================================================================================ {% endcomment %}
47
51
  {% if environment == 'development' %}
48
52
  {
49
53
  "themes":
@@ -48,6 +48,8 @@ exclude_from_search: true
48
48
  -------------------------------------------------------------------------------- {% endcomment %}
49
49
  {% assign translate_options = translate_defaults | merge: translate_settings %}
50
50
 
51
+ {% comment %} Detect prod mode
52
+ -------------------------------------------------------------------------------- {% endcomment %}
51
53
  {% assign production = false %}
52
54
  {% if environment == 'prod' or environment == 'production' %}
53
55
  {% assign production = true %}
@@ -40,11 +40,17 @@ exclude_from_search: true
40
40
  -------------------------------------------------------------------------------- {% endcomment %}
41
41
  {% assign environment = site.environment %}
42
42
 
43
+ {% comment %} Detect prod mode
44
+ -------------------------------------------------------------------------------- {% endcomment %}
43
45
  {% assign production = false %}
44
46
  {% if environment == 'prod' or environment == 'production' %}
45
47
  {% assign production = true %}
46
48
  {% endif %}
47
49
 
50
+
51
+ {% comment %} Main
52
+ ================================================================================ {% endcomment %}
53
+
48
54
  [
49
55
  {
50
56
  "name": "smile",
@@ -56,6 +56,8 @@ regenerate: true
56
56
  {% assign advertising = advertising_options.enabled %}
57
57
  {% assign advertising_provider = advertising_options.provider %}
58
58
 
59
+ {% comment %} Detect prod mode
60
+ -------------------------------------------------------------------------------- {% endcomment %}
59
61
  {% assign production = false %}
60
62
  {% if environment == 'prod' or environment == 'production' %}
61
63
  {% assign production = true %}
@@ -46,6 +46,8 @@ regenerate: false
46
46
  {% comment %} Set config options
47
47
  -------------------------------------------------------------------------------- {% endcomment %}
48
48
 
49
+ {% comment %} Detect prod mode
50
+ -------------------------------------------------------------------------------- {% endcomment %}
49
51
  {% assign production = false %}
50
52
  {% if environment == 'prod' or environment == 'production' %}
51
53
  {% assign production = true %}
@@ -53,6 +53,8 @@ regenerate: true
53
53
  {% assign analytics = analytics_options.enabled %}
54
54
  {% assign analytics_provider = analytics_options.provider %}
55
55
 
56
+ {% comment %} Detect prod mode
57
+ -------------------------------------------------------------------------------- {% endcomment %}
56
58
  {% assign production = false %}
57
59
  {% if environment == 'prod' or environment == 'production' %}
58
60
  {% assign production = true %}
@@ -21,6 +21,22 @@ regenerate: true
21
21
  # -----------------------------------------------------------------------------
22
22
  {% endcomment %}
23
23
 
24
+ {% comment %} Liquid var initialization
25
+ -------------------------------------------------------------------------------- {% endcomment %}
26
+
27
+ {% comment %} Set config files
28
+ -------------------------------------------------------------------------------- {% endcomment %}
29
+ {% assign environment = site.environment %}
30
+ {% assign template_config = site.data.j1_config %}
31
+ {% assign modules = site.data.modules %}
32
+
33
+ {% comment %} Detect prod mode
34
+ -------------------------------------------------------------------------------- {% endcomment %}
35
+ {% assign production = false %}
36
+ {% if environment == 'prod' or environment == 'production' %}
37
+ {% assign production = true %}
38
+ {% endif %}
39
+
24
40
  /*
25
41
  # -----------------------------------------------------------------------------
26
42
  # ~/assets/themes/j1/adapter/js/asciidoctor.js
@@ -49,6 +49,8 @@ regenerate: true
49
49
  -------------------------------------------------------------------------------- {% endcomment %}
50
50
  {% assign attic_options = attic_defaults | merge: attic_settings %}
51
51
 
52
+ {% comment %} Detect prod mode
53
+ -------------------------------------------------------------------------------- {% endcomment %}
52
54
  {% assign production = false %}
53
55
  {% if environment == 'prod' or environment == 'production' %}
54
56
  {% assign production = true %}
@@ -21,6 +21,22 @@ regenerate: false
21
21
  # -----------------------------------------------------------------------------
22
22
  {% endcomment %}
23
23
 
24
+ {% comment %} Liquid var initialization
25
+ -------------------------------------------------------------------------------- {% endcomment %}
26
+
27
+ {% comment %} Set config files
28
+ -------------------------------------------------------------------------------- {% endcomment %}
29
+ {% assign environment = site.environment %}
30
+ {% assign template_config = site.data.j1_config %}
31
+ {% assign modules = site.data.modules %}
32
+
33
+ {% comment %} Detect prod mode
34
+ -------------------------------------------------------------------------------- {% endcomment %}
35
+ {% assign production = false %}
36
+ {% if environment == 'prod' or environment == 'production' %}
37
+ {% assign production = true %}
38
+ {% endif %}
39
+
24
40
  /*
25
41
  # -----------------------------------------------------------------------------
26
42
  # ~/assets/themes/j1/adapter/js/bmd.js
@@ -31,12 +31,6 @@ regenerate: true
31
31
  {% assign template_version = site.version %}
32
32
  {% assign slider_id = '' %}
33
33
 
34
- {% assign production = false %}
35
- {% if environment == 'prod' or environment == 'production' %}
36
- {% assign production = true %}
37
- {% endif %}
38
-
39
-
40
34
  {% comment %} Process YML config data
41
35
  ================================================================================ {% endcomment %}
42
36
 
@@ -62,6 +56,13 @@ regenerate: true
62
56
  -------------------------------------------------------------------------------- {% endcomment %}
63
57
  {% assign carousel_options = carousel_defaults | merge: carousel_settings %}
64
58
 
59
+ {% comment %} Detect prod mode
60
+ -------------------------------------------------------------------------------- {% endcomment %}
61
+ {% assign production = false %}
62
+ {% if environment == 'prod' or environment == 'production' %}
63
+ {% assign production = true %}
64
+ {% endif %}
65
+
65
66
  /*
66
67
  # -----------------------------------------------------------------------------
67
68
  # ~/assets/themes/j1/adapter/js/carousel.js
@@ -31,7 +31,8 @@ regenerate: false
31
31
  -------------------------------------------------------------------------------- {% endcomment %}
32
32
  {% assign environment = site.environment %}
33
33
 
34
-
34
+ {% comment %} Detect prod mode
35
+ -------------------------------------------------------------------------------- {% endcomment %}
35
36
  {% assign production = false %}
36
37
  {% if environment == 'prod' or environment == 'production' %}
37
38
  {% assign production = true %}
@@ -85,6 +85,8 @@ regenerate: true
85
85
  {% assign comments_headline = comments_options.comments_headline.de %}
86
86
  {% endif %}
87
87
 
88
+ {% comment %} Detect prod mode
89
+ -------------------------------------------------------------------------------- {% endcomment %}
88
90
  {% assign production = false %}
89
91
  {% if environment == 'prod' or environment == 'production' %}
90
92
  {% assign production = true %}
@@ -53,6 +53,8 @@ regenerate: true
53
53
  {% assign tracking_enabled = analytics_options.enabled %}
54
54
  {% assign tracking_id = analytics_options.google.trackingID %}
55
55
 
56
+ {% comment %} Detect prod mode
57
+ -------------------------------------------------------------------------------- {% endcomment %}
56
58
  {% assign production = false %}
57
59
  {% if environment == 'prod' or environment == 'production' %}
58
60
  {% assign production = true %}
@@ -50,6 +50,8 @@ regenerate: true
50
50
  {% assign custom_options = custom_defaults | merge: custom_settings %}
51
51
  -------------------------------------------------------------------------------- {% endcomment %}
52
52
 
53
+ {% comment %} Detect prod mode
54
+ -------------------------------------------------------------------------------- {% endcomment %}
53
55
  {% assign production = false %}
54
56
  {% if environment == 'prod' or environment == 'production' %}
55
57
  {% assign production = true %}
@@ -50,6 +50,8 @@ regenerate: true
50
50
  {% assign custom_module_options = custom_module_defaults | merge: custom_module_settings %}
51
51
  -------------------------------------------------------------------------------- {% endcomment %}
52
52
 
53
+ {% comment %} Detect prod mode
54
+ -------------------------------------------------------------------------------- {% endcomment %}
53
55
  {% assign production = false %}
54
56
  {% if environment == 'prod' or environment == 'production' %}
55
57
  {% assign production = true %}
@@ -48,6 +48,8 @@ regenerate: true
48
48
  -------------------------------------------------------------------------------- {% endcomment %}
49
49
  {% assign dropdowns_options = dropdowns_defaults | merge: dropdowns_settings %}
50
50
 
51
+ {% comment %} Detect prod mode
52
+ -------------------------------------------------------------------------------- {% endcomment %}
51
53
  {% assign production = false %}
52
54
  {% if environment == 'prod' or environment == 'production' %}
53
55
  {% assign production = true %}
@@ -50,6 +50,8 @@ regenerate: true
50
50
  {% assign toccer_options = toccer_defaults | merge: toccer_settings %}
51
51
  {% assign fab_options = fab_defaults | merge: fab_settings %}
52
52
 
53
+ {% comment %} Detect prod mode
54
+ -------------------------------------------------------------------------------- {% endcomment %}
53
55
  {% assign production = false %}
54
56
  {% if environment == 'prod' or environment == 'production' %}
55
57
  {% assign production = true %}
@@ -45,6 +45,8 @@ regenerate: false
45
45
  -------------------------------------------------------------------------------- {% endcomment %}
46
46
  {% assign framer_options = framer_defaults | merge: framer_settings %}
47
47
 
48
+ {% comment %} Detect prod mode
49
+ -------------------------------------------------------------------------------- {% endcomment %}
48
50
  {% assign production = false %}
49
51
  {% if environment == 'prod' or environment == 'production' %}
50
52
  {% assign production = true %}
@@ -84,7 +84,7 @@ regenerate: true
84
84
  {% assign themer_hideOnReload = modules.themer_options.hideOnReload %}
85
85
 
86
86
 
87
- {% comment %} Set variables
87
+ {% comment %} Detect prod mode
88
88
  -------------------------------------------------------------------------------- {% endcomment %}
89
89
  {% assign production = false %}
90
90
  {% if environment == 'prod' or environment == 'production' %}
@@ -45,6 +45,8 @@ regenerate: true
45
45
  -------------------------------------------------------------------------------- {% endcomment %}
46
46
  {% assign jf_gallery_options = jf_gallery_defaults | merge: jf_gallery_settings %}
47
47
 
48
+ {% comment %} Detect prod mode
49
+ -------------------------------------------------------------------------------- {% endcomment %}
48
50
  {% assign production = false %}
49
51
  {% if environment == 'prod' or environment == 'production' %}
50
52
  {% assign production = true %}
@@ -61,6 +61,8 @@ regenerate: true
61
61
  {% assign customizer_title = customizer_options.title %}
62
62
  {% assign gallery_rowHeight = customizer_options.gallery_settings.rowHeight %}
63
63
 
64
+ {% comment %} Detect prod mode
65
+ -------------------------------------------------------------------------------- {% endcomment %}
64
66
  {% assign production = false %}
65
67
  {% if environment == 'prod' or environment == 'production' %}
66
68
  {% assign production = true %}
@@ -47,6 +47,8 @@ regenerate: true
47
47
  -------------------------------------------------------------------------------- {% endcomment %}
48
48
  {% assign lightbox_options = lightbox_defaults | merge: lightbox_settings %}
49
49
 
50
+ {% comment %} Detect prod mode
51
+ -------------------------------------------------------------------------------- {% endcomment %}
50
52
  {% assign production = false %}
51
53
  {% if environment == 'prod' or environment == 'production' %}
52
54
  {% assign production = true %}
@@ -52,6 +52,8 @@ regenerate: true
52
52
  {% assign logger_options = logger_defaults | merge: logger_settings %}
53
53
  {% assign util_server_options = util_server_defaults | merge: util_server_settings %}
54
54
 
55
+ {% comment %} Detect prod mode
56
+ -------------------------------------------------------------------------------- {% endcomment %}
55
57
  {% assign production = false %}
56
58
  {% if environment == 'prod' or environment == 'production' %}
57
59
  {% assign production = true %}
@@ -45,6 +45,8 @@ regenerate: true
45
45
  -------------------------------------------------------------------------------- {% endcomment %}
46
46
  {% assign lunr_search_options = lunr_search_defaults | merge: lunr_search_settings %}
47
47
 
48
+ {% comment %} Detect prod mode
49
+ -------------------------------------------------------------------------------- {% endcomment %}
48
50
  {% assign production = false %}
49
51
  {% if environment == 'prod' or environment == 'production' %}
50
52
  {% assign production = true %}
@@ -26,6 +26,7 @@ regenerate: true
26
26
 
27
27
  {% comment %} Set config files
28
28
  -------------------------------------------------------------------------------- {% endcomment %}
29
+ {% assign environment = site.environment %}
29
30
  {% assign template_config = site.data.j1_config %}
30
31
  {% assign modules = site.data.modules %}
31
32
 
@@ -43,10 +44,17 @@ regenerate: true
43
44
  {% assign module_version = slider_options.module_version %}
44
45
  {% assign sliders = slider_settings.sliders %}
45
46
 
47
+ {% comment %} Detect prod mode
48
+ -------------------------------------------------------------------------------- {% endcomment %}
49
+ {% assign production = false %}
50
+ {% if environment == 'prod' or environment == 'production' %}
51
+ {% assign production = true %}
52
+ {% endif %}
53
+
46
54
  /*
47
55
  # -----------------------------------------------------------------------------
48
56
  # ~/assets/themes/j1/adapter/js/masterslider.js
49
- # J1 Adapter for Averta MasterSlider Lite v2.50.0 (Aug 2016)
57
+ # J1 Adapter for Averta MasterSlider Lite v2.85.13 (Feb 2022)
50
58
  #
51
59
  # Product/Info:
52
60
  # https://jekyll.one
@@ -67,6 +67,8 @@ regenerate: true
67
67
  {% assign nav_navbar_media_breakpoint = navigator_defaults.nav_bar.media_breakpoint %}
68
68
  {% assign nav_mmenu_id = navigator_options.nav_mmenu.id %}
69
69
 
70
+ {% comment %} Detect prod mode
71
+ -------------------------------------------------------------------------------- {% endcomment %}
70
72
  {% assign production = false %}
71
73
  {% if environment == 'prod' or environment == 'production' %}
72
74
  {% assign production = true %}