j1-template 2024.0.1 → 2024.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/themes/j1/adapter/js/j1.js +16 -21
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +1 -1
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/themes/j1/modules/chatbot/css/theme/uno.css +10 -0
- data/assets/themes/j1/modules/chatbot/css/theme/uno.min.css +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_plugins/index/lunr.rb +2 -2
- data/lib/starter_web/package.json +1 -1
- metadata +2 -3
- data/lib/starter_web/_data/modules/_docsearch.yml +0 -45
@@ -22,11 +22,21 @@
|
|
22
22
|
|
23
23
|
/* Chat button settings
|
24
24
|
-------------------------------------------------------------------------------- */
|
25
|
+
|
26
|
+
/* See: https://stackoverflow.com/questions/5218927/z-index-not-working-with-fixed-positioning */
|
27
|
+
#chatbot-widget {
|
28
|
+
position: relative;
|
29
|
+
z-index: 9;
|
30
|
+
}
|
31
|
+
|
25
32
|
#chatbot-widget .text-right {
|
26
33
|
padding-right: 5px !important;
|
27
34
|
padding-bottom: 18px !important;
|
28
35
|
}
|
29
36
|
|
37
|
+
#chatbot-widget :is(.hover\:text-white:hover) {
|
38
|
+
color: #757575 !important;
|
39
|
+
}
|
30
40
|
|
31
41
|
/* ChatBob settings
|
32
42
|
================================================================================ */
|
@@ -13,4 +13,4 @@
|
|
13
13
|
# -----------------------------------------------------------------------------
|
14
14
|
*/
|
15
15
|
|
16
|
-
#chatbot-widget .text-right{padding-right:5px !important;padding-bottom:18px !important}#ChatBobBubble{bottom:20px !important;right:.75rem !important;width:3.5rem !important;height:3.5rem !important;border-radius:27.5px;background-color:#2196f3 !important;z-index:9 !important}.webwhiz-widget{z-index:9 !important;right:0 !important;bottom:10px !important}.chat-header,.chat-loading-dot,.chat-launcher-btn{background-color:#2196f3 !important}@media only screen and (device-width:768px),only screen and (min-width:768px){.webwhiz-widget.wb-expand{width:500px !important;height:800px !important;min-width:500px !important}}@media only screen and (device-width:768px),only screen and (max-width:768px){.webwhiz-widget.wb-expand{width:100% !important;height:550px !important;left:0 !important;right:10px !important;bottom:10px !important;top:80px !important;max-width:100% !important;max-height:100% !important}}
|
16
|
+
#chatbot-widget{position:relative;z-index:9}#chatbot-widget .text-right{padding-right:5px !important;padding-bottom:18px !important}#chatbot-widget :is(.hover\:text-white:hover){color:#757575 !important}#ChatBobBubble{bottom:20px !important;right:.75rem !important;width:3.5rem !important;height:3.5rem !important;border-radius:27.5px;background-color:#2196f3 !important;z-index:9 !important}.webwhiz-widget{z-index:9 !important;right:0 !important;bottom:10px !important}.chat-header,.chat-loading-dot,.chat-launcher-btn{background-color:#2196f3 !important}@media only screen and (device-width:768px),only screen and (min-width:768px){.webwhiz-widget.wb-expand{width:500px !important;height:800px !important;min-width:500px !important}}@media only screen and (device-width:768px),only screen and (max-width:768px){.webwhiz-widget.wb-expand{width:100% !important;height:550px !important;left:0 !important;right:10px !important;bottom:10px !important;top:80px !important;max-width:100% !important;max-height:100% !important}}
|
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/README.md
CHANGED
@@ -379,7 +379,7 @@ This command creates a **initial** project in folder **my-starter**.
|
|
379
379
|
2023-02-28 18:12:12 - GENERATE: Resolving dependencies...
|
380
380
|
2023-02-28 18:12:12 - GENERATE: Using bundler 2.3.7
|
381
381
|
...
|
382
|
-
2023-02-28 18:12:12 - GENERATE: Using j1-template 2024.0.
|
382
|
+
2023-02-28 18:12:12 - GENERATE: Using j1-template 2024.0.2
|
383
383
|
2023-02-28 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
|
384
384
|
2023-02-28 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
|
385
385
|
2023-02-28 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
|
@@ -415,7 +415,7 @@ commands are available as well.
|
|
415
415
|
2023-02-28 18:17:48 - SETUP: Initialize the project ...
|
416
416
|
2023-02-28 18:17:48 - SETUP: Be patient, this will take a while ...
|
417
417
|
2023-02-28 18:17:49 - SETUP:
|
418
|
-
2023-02-28 18:17:49 - SETUP: > j1@2024.0.
|
418
|
+
2023-02-28 18:17:49 - SETUP: > j1@2024.0.2 setup C:\Users\xxx\j1-projects\my-starter
|
419
419
|
2023-02-28 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
|
420
420
|
2023-02-28 18:17:49 - SETUP:
|
421
421
|
2023-02-28 18:17:50 - SETUP: Setup project for first use ..
|
@@ -460,7 +460,7 @@ browser. Let's start the journey ...
|
|
460
460
|
Check setup state of the J1 project ...
|
461
461
|
2023-02-28 18:26:18 - SITE: Starting up your site ...
|
462
462
|
2023-02-28 18:26:18 - SITE:
|
463
|
-
2023-02-28 18:26:18 - SITE: > j1@2024.0.
|
463
|
+
2023-02-28 18:26:18 - SITE: > j1@2024.0.2 j1-site C:\Users\jadams\j1-projects\my-starter
|
464
464
|
2023-02-28 18:26:18 - SITE: > run-p -s j1-site:*
|
465
465
|
2023-02-28 18:26:18 - SITE:
|
466
466
|
2023-02-28 18:26:20 - SITE: Startup UTILSRV ..
|
@@ -499,7 +499,7 @@ Check setup state of the J1 project ...
|
|
499
499
|
REBUILD: Rebuild the projects website ...
|
500
500
|
REBUILD: Be patient, this will take a while ...
|
501
501
|
2023-02-28 18:45:09 - REBUILD:
|
502
|
-
2023-02-28 18:45:09 - REBUILD: > j1@2024.0.
|
502
|
+
2023-02-28 18:45:09 - REBUILD: > j1@2024.0.2 rebuild C:\Users\xxx\j1-projects\my-starter
|
503
503
|
2023-02-28 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
|
504
504
|
2023-02-28 18:45:09 - REBUILD:
|
505
505
|
2023-02-28 18:45:10 - REBUILD: Rebuild site incremental ..
|
@@ -547,7 +547,7 @@ using Lerna for all packages:
|
|
547
547
|
2023-02-28 18:29:07 - RESET: Reset the project to factory state ...
|
548
548
|
2023-02-28 18:29:07 - RESET: Be patient, this will take a while ...
|
549
549
|
2023-02-28 18:29:08 - RESET:
|
550
|
-
2023-02-28 18:29:08 - RESET: > j1@2024.0.
|
550
|
+
2023-02-28 18:29:08 - RESET: > j1@2024.0.2 reset C:\Users\xxx\j1-projects\my-starter
|
551
551
|
2023-02-28 18:29:08 - RESET: > run-s -s reset:*
|
552
552
|
2023-02-28 18:29:08 - RESET:
|
553
553
|
2023-02-28 18:29:08 - RESET: Reset project to factory state ..
|
data/lib/starter_web/_config.yml
CHANGED
@@ -53,7 +53,7 @@ environment: development
|
|
53
53
|
# ------------------------------------------------------------------------------
|
54
54
|
# Sets the build version of the site
|
55
55
|
#
|
56
|
-
version: 2024.0.
|
56
|
+
version: 2024.0.2
|
57
57
|
|
58
58
|
# copyright
|
59
59
|
# ------------------------------------------------------------------------------
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<id>{{ page.url | absolute_url | xml_escape }}</id>
|
58
58
|
<post_limited>{{ limit_posts }}</post_limited>
|
59
59
|
<template_name>J1 Theme</template_name>
|
60
|
-
<template_version>2024.0.
|
60
|
+
<template_version>2024.0.2</template_version>
|
61
61
|
|
62
62
|
{% assign title = site.title | default: site.name %}
|
63
63
|
{% if page.collection != "posts" %}
|
@@ -148,7 +148,7 @@ module Jekyll
|
|
148
148
|
entry = SearchEntry.create(item, content_renderer)
|
149
149
|
|
150
150
|
entry.strip_index_suffix_from_url! if @strip_index_html
|
151
|
-
entry.strip_stopwords!(stopwords, @min_length) if File.
|
151
|
+
entry.strip_stopwords!(stopwords, @min_length) if File.exist?(@stopwords_file)
|
152
152
|
|
153
153
|
doc = {
|
154
154
|
'id' => i,
|
@@ -392,6 +392,6 @@ end
|
|
392
392
|
|
393
393
|
module Jekyll
|
394
394
|
module J1LunrSearch
|
395
|
-
VERSION = '2024.0.
|
395
|
+
VERSION = '2024.0.2'
|
396
396
|
end
|
397
397
|
end
|
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: 2024.0.
|
4
|
+
version: 2024.0.2
|
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-11-
|
11
|
+
date: 2023-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -1748,7 +1748,6 @@ files:
|
|
1748
1748
|
- lib/starter_web/_data/locales/sk.yml
|
1749
1749
|
- lib/starter_web/_data/locales/sl.yml
|
1750
1750
|
- lib/starter_web/_data/locales/sv.yml
|
1751
|
-
- lib/starter_web/_data/modules/_docsearch.yml
|
1752
1751
|
- lib/starter_web/_data/modules/advertising.yml
|
1753
1752
|
- lib/starter_web/_data/modules/analytics.yml
|
1754
1753
|
- lib/starter_web/_data/modules/attics.yml
|
@@ -1,45 +0,0 @@
|
|
1
|
-
# ------------------------------------------------------------------------------
|
2
|
-
# ~/_data/modules/docsearch.yml
|
3
|
-
# User configuration settings for J1 DocSearch integration
|
4
|
-
#
|
5
|
-
# Product/Info:
|
6
|
-
# https://jekyll.one
|
7
|
-
#
|
8
|
-
# Copyright (C) 2023, 2024 Juergen Adams
|
9
|
-
#
|
10
|
-
# J1 Template is licensed under the MIT License.
|
11
|
-
# See: https://github.com/jekyll-one/J1 Theme/blob/master/LICENSE
|
12
|
-
# ------------------------------------------------------------------------------
|
13
|
-
|
14
|
-
# ------------------------------------------------------------------------------
|
15
|
-
# Description
|
16
|
-
#
|
17
|
-
description:
|
18
|
-
title: J1 DocSearch
|
19
|
-
scope: User settings
|
20
|
-
location: _data/modules/docsearch.yml
|
21
|
-
|
22
|
-
# ------------------------------------------------------------------------------
|
23
|
-
# Default settings
|
24
|
-
#
|
25
|
-
settings:
|
26
|
-
enabled: false
|
27
|
-
|
28
|
-
# Provider settings
|
29
|
-
# ----------------------------------------------------------------------------
|
30
|
-
provider_settings:
|
31
|
-
provider_id: <your-provider_id>
|
32
|
-
bot_id: <your-bot_id-id>
|
33
|
-
|
34
|
-
# Bot settings
|
35
|
-
# ----------------------------------------------------------------------------
|
36
|
-
bot_settings:
|
37
|
-
iframe:
|
38
|
-
title: J1 DocSearch
|
39
|
-
height: 400
|
40
|
-
width: 100%
|
41
|
-
scrolling: no
|
42
|
-
style: "border: none; background: white;"
|
43
|
-
|
44
|
-
# ------------------------------------------------------------------------------
|
45
|
-
# END config
|