j1-template 2023.0.12 → 2023.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +4 -4
  3. data/assets/data/banner.html +8 -7
  4. data/assets/data/panel.html +183 -88
  5. data/assets/themes/j1/adapter/js/advertising.js +21 -8
  6. data/assets/themes/j1/adapter/js/analytics.js +24 -8
  7. data/assets/themes/j1/adapter/js/carousel.js +10 -13
  8. data/assets/themes/j1/adapter/js/clipboard.js +8 -1
  9. data/assets/themes/j1/adapter/js/comments.js +193 -198
  10. data/assets/themes/j1/adapter/js/cookieConsent.js +27 -20
  11. data/assets/themes/j1/adapter/js/dropdowns.js +7 -10
  12. data/assets/themes/j1/adapter/js/fab.js +10 -17
  13. data/assets/themes/j1/adapter/js/framer.js +27 -31
  14. data/assets/themes/j1/adapter/js/j1.js +44 -15
  15. data/assets/themes/j1/adapter/js/justifiedGallery.js +15 -15
  16. data/assets/themes/j1/adapter/js/lightbox.js +25 -16
  17. data/assets/themes/j1/adapter/js/logger.js +13 -7
  18. data/assets/themes/j1/adapter/js/lunr.js +9 -11
  19. data/assets/themes/j1/adapter/js/masonry.js +9 -11
  20. data/assets/themes/j1/adapter/js/masterslider.js +28 -25
  21. data/assets/themes/j1/adapter/js/nbinteract.js +20 -15
  22. data/assets/themes/j1/adapter/js/particles.js +9 -7
  23. data/assets/themes/j1/adapter/js/rangeSlider.js +11 -13
  24. data/assets/themes/j1/adapter/js/rouge.js +1 -0
  25. data/assets/themes/j1/adapter/js/rtable.js +11 -13
  26. data/assets/themes/j1/adapter/js/scroller.js +18 -2
  27. data/assets/themes/j1/adapter/js/themer.js +23 -16
  28. data/assets/themes/j1/adapter/js/toccer.js +16 -20
  29. data/assets/themes/j1/adapter/js/translator.js +28 -30
  30. data/assets/themes/j1/adapter/js/waves.js +9 -7
  31. data/lib/j1/version.rb +1 -1
  32. data/lib/starter_web/Gemfile +1 -1
  33. data/lib/starter_web/README.md +5 -5
  34. data/lib/starter_web/_config.yml +4 -4
  35. data/lib/starter_web/_data/blocks/banner.yml +12 -7
  36. data/lib/starter_web/_data/blocks/panel.yml +13 -9
  37. data/lib/starter_web/_data/j1_config.yml +432 -432
  38. data/lib/starter_web/_data/modules/analytics.yml +2 -65
  39. data/lib/starter_web/_data/modules/comments.yml +11 -1
  40. data/lib/starter_web/_data/modules/defaults/analytics.yml +3 -3
  41. data/lib/starter_web/_data/modules/defaults/comments.yml +0 -25
  42. data/lib/starter_web/_data/modules/defaults/masterslider.yml +8 -11
  43. data/lib/starter_web/_data/modules/masterslider.yml +3 -3
  44. data/lib/starter_web/_data/modules/scroller.yml +1 -1
  45. data/lib/starter_web/_data/resources.yml +1 -1
  46. data/lib/starter_web/_data/templates/feed.xml +1 -1
  47. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  48. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg +0 -0
  49. data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-01-about-j1.adoc +4 -8
  50. data/lib/starter_web/index.html +0 -1
  51. data/lib/starter_web/package.json +1 -1
  52. data/lib/starter_web/pages/public/about/features.adoc +5 -6
  53. data/lib/starter_web/pages/public/about/reporting_issues.adoc +4 -5
  54. data/lib/starter_web/pages/public/about/site.adoc +76 -76
  55. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +0 -1
  56. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +0 -1
  57. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +4 -6
  58. data/lib/starter_web/pages/public/blog/navigator/archive/allview.html +9 -13
  59. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +4 -6
  60. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +9 -13
  61. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +8 -12
  62. data/lib/starter_web/pages/public/blog/navigator/index.html +5 -7
  63. data/lib/starter_web/pages/public/bookshelf/viewer_biography.adoc +0 -2
  64. data/lib/starter_web/pages/public/bookshelf/whats_up.adoc +1 -3
  65. data/lib/starter_web/pages/public/features/general.adoc +5 -5
  66. data/lib/starter_web/pages/public/features/template.adoc +4 -5
  67. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +2 -2
  68. data/lib/starter_web/pages/public/learn/roundtrip/modal_extentions.adoc +0 -2
  69. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +43 -26
  70. data/lib/starter_web/pages/public/learn/where_to_go.adoc +0 -1
  71. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +5 -5
  72. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +5 -5
  73. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +5 -5
  74. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +5 -5
  75. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +2 -3
  76. data/lib/starter_web/pages/public/plans/plans.adoc +2 -5
  77. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +1 -2
  78. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  79. data/lib/starter_web/utilsrv/package.json +1 -1
  80. metadata +3 -4
  81. data/assets/data/top_search_modal.html +0 -121
  82. data/lib/starter_web/assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg +0 -0
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: 2023.0.12
4
+ version: 2023.0.14
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: 2023-02-07 00:00:00.000000000 Z
11
+ date: 2023-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -341,7 +341,6 @@ files:
341
341
  - assets/data/rtext_resizer.html
342
342
  - assets/data/themes.bootswatch.json
343
343
  - assets/data/themes.json
344
- - assets/data/top_search_modal.html
345
344
  - assets/data/translator.html
346
345
  - assets/error_pages/HTTP204.html
347
346
  - assets/error_pages/HTTP400.html
@@ -2039,7 +2038,7 @@ files:
2039
2038
  - lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-1.jpg
2040
2039
  - lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-2.jpg
2041
2040
  - lib/starter_web/assets/images/modules/attics/1920x1280/j1-content-mockup-3.jpg
2042
- - lib/starter_web/assets/images/modules/attics/1920x1280/j1-theme-mockup-1.jpg
2041
+ - lib/starter_web/assets/images/modules/attics/1920x1280/j1-starter-mockup-1.jpg
2043
2042
  - lib/starter_web/assets/images/modules/attics/1920x1280/john-schnobrich-2.jpg
2044
2043
  - lib/starter_web/assets/images/modules/attics/1920x1280/josh-liu.jpg
2045
2044
  - lib/starter_web/assets/images/modules/attics/1920x1280/kristopher-roller.jpg
@@ -1,121 +0,0 @@
1
- ---
2
- regenerate: true
3
- exclude_from_search: true
4
- ---
5
-
6
- {% capture cache %}
7
-
8
- {% comment %}
9
- # -----------------------------------------------------------------------------
10
- # ~/assets/data/translator.html
11
- # Liquid PROCEDURE to generate the HTML (data) portion of all modals used
12
- # by the J1 Translator module
13
- #
14
- # Product/Info:
15
- # https://jekyll.one
16
- #
17
- # Copyright (C) 2023 Juergen Adams
18
- #
19
- # J1 Theme is licensed under the MIT License.
20
- # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
21
- # -----------------------------------------------------------------------------
22
- # Test data:
23
- # liquid_var: {{ liquid_var | debug }}
24
- # config: {{ config | debug }}
25
- # -----------------------------------------------------------------------------
26
- {% endcomment %}
27
-
28
- {% comment %} Liquid procedures
29
- -------------------------------------------------------------------------------- {% endcomment %}
30
-
31
- {% comment %} Set global settings
32
- -------------------------------------------------------------------------------- {% endcomment %}
33
- {% assign environment = site.environment %}
34
-
35
- {% comment %} Set config files
36
- -------------------------------------------------------------------------------- {% endcomment %}
37
- {% assign modules = site.data.modules %}
38
-
39
- {% comment %} Process YML config data
40
- ================================================================================ {% endcomment %}
41
-
42
- {% comment %} Set config files
43
- -------------------------------------------------------------------------------- {% endcomment %}
44
- {% assign translate_defaults = modules.defaults.translator.defaults %}
45
- {% assign translate_settings = modules.translator.settings %}
46
-
47
- {% comment %} Set config options
48
- -------------------------------------------------------------------------------- {% endcomment %}
49
- {% assign translate_options = translate_defaults | merge: translate_settings %}
50
-
51
- {% comment %} Detect prod mode
52
- -------------------------------------------------------------------------------- {% endcomment %}
53
- {% assign production = false %}
54
- {% if environment == 'prod' or environment == 'production' %}
55
- {% assign production = true %}
56
- {% endif %}
57
-
58
-
59
- {% comment %} Main
60
- ================================================================================ {% endcomment %}
61
- <!-- [INFO ] [~/assets/data/translator.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
62
- <head>
63
- <meta name="robots" content="noindex, nofollow" />
64
- </head>
65
-
66
- {% comment %} i18n: translations
67
- -------------------------------------------------------------------------------- {% endcomment %}
68
-
69
- {% comment %} Modal Top Search dialog (default: en-EN)
70
- -------------------------------------------------------------------------------- {% endcomment %}
71
- <div id="searchModal-en">
72
-
73
- <!-- Modal Top Search -->
74
- <div id="searchModal"
75
- class="modal fade top"
76
- tabindex="-1"
77
- role="dialog"
78
- aria-labelledby="myModalLabel" aria-hidden="true"
79
- data-keyboard="false"
80
- data-backdrop="static">
81
-
82
- <div class="modal-dialog modal-frame modal-top modal-notify modal-info" role="document">
83
-
84
- <!-- Content -->
85
- <div class="modal-content">
86
- <!-- Body -->
87
- <div class="modal-body">
88
- <div id="navigator_nav_topsearch" class="top-search ml-4 mr-4">
89
- <span class="bmd-form-group">
90
- <div class="input-group">
91
- <span class="input-group-addon"><i class="mdi mdi-magnify mdi-2x mb-2" style="color:#9E9E9E"></i></span>
92
- <input id="search-query" type="text" name="q" placeholder="Your search expression" autocomplete="off" class="form-control">
93
- <span id="clear-topsearch" class="form-clear form-clear-searcher d-none" style="margin-top: 0.75rem"> <i class="mdi mdi-format-clear mdi-2x" style="color:#9E9E9E"></i> </span>
94
- </div>
95
- </span>
96
- <!-- [INFO ] [~/assets/data/top_search_modal.html ] [ place: results container ] -->
97
- <div class="search-results hide-scrollbar mt-4">
98
- <section id="search-results" style="display: none;"></section>
99
- </div>
100
- </div>
101
- </div>
102
- </div>
103
- <!-- END Content -->
104
-
105
- </div>
106
- </div>
107
- <!-- END Modal Top Search -->
108
-
109
- </div>
110
-
111
- {% comment %} END Modal Google Translator dialog (en-EN)
112
- -------------------------------------------------------------------------------- {% endcomment %}
113
-
114
- {% endcapture %}
115
-
116
- {% if production %}
117
- {% 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 %}
118
- {% else %}
119
- {{ cache | pretty_print | remove:'<html><body>' | remove:'</body></html>' | strip_empty_lines }}
120
- {% endif %}
121
- {% assign cache = nil %}