j1-template 2024.3.28 → 2024.3.29
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/theme/j1/modules/swiperjs/js/modules/layoutPanorama.min.js +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/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/features/core-features.adoc +1 -1
- data/lib/starter_web/pages/public/tour/highlghter_rouge.adoc +2 -2
- data/lib/starter_web/pages/public/tour/quicksearch.adoc +2 -2
- data/lib/starter_web/pages/public/tour/responsive_tables.adoc +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88fa22ab40eb72e54136d8cd9c3d407cd161d10c92c2e6ee4115fed71dfb6fa1
|
4
|
+
data.tar.gz: a583ab640df8f069acb88335a5e5e069ad95d0a6ad10663bfbda9f2bd02e82b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f7dc53c93856c79bd1e0efbf5f1396426660b4e49e0254fe23d3c0ce0263260b3d81d1bcf3493a26989030c58e43f6dd28708d588824d075d58e78c6e820ed9
|
7
|
+
data.tar.gz: d0af2a51e7157d8385fd32c96300d49cd2a37997ee0a083ae9c02bca28169dd55972d9c89de7162373ff02f0f402eba94d055abbbd25f512668078dacaffd051
|
@@ -14,4 +14,4 @@
|
|
14
14
|
# -----------------------------------------------------------------------------
|
15
15
|
*/
|
16
16
|
|
17
|
-
"use strict";function
|
17
|
+
"use strict";function LayoutPanorama(a){var{swiper:s,extendParams:e,on:r}=a;r("beforeInit",(function(a){if("panorama"!==a.params.effect)return;a.classNames.push(`${a.params.containerModifierClass}panorama`),a.classNames.push(`${a.params.containerModifierClass}3d`);Object.assign(a.params,{watchSlidesProgress:!0})})),r("progress",(function(a,s){if("panorama"!==a.params.effect)return;const{depth:e=200,rotate:r=30}=a.params.panoramaEffect,t=a.slidesSizesGrid,n=r*Math.PI/180/2,o=1/(180/r);for(let s=0;s<a.slides.length;s+=1){const i=a.slides[s],c=i.progress,p=t[s],m=c+(a.params.centeredSlides?0:.5*(a.params.slidesPerView-1)),l=1-Math.cos(m*o*Math.PI),f=m*(p/3)*l+"px",d=m*r,u=.5*p/Math.sin(n)*l-e+"px";i.style.transform="horizontal"===a.params.direction?`translateX(${f}) translateZ(${u}) rotateY(${d}deg)`:`translateY(${f}) translateZ(${u}) rotateX(${-d}deg)`}})),r("click",(function(a,s){if("panorama"!==a.params.effect)return;const{on_click:e=!1}=a.params.panorama;"next"===e&&a.slideNext()}))}
|
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.3.
|
382
|
+
2023-02-28 18:12:12 - GENERATE: Using j1-template 2024.3.29
|
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.3.
|
418
|
+
2023-02-28 18:17:49 - SETUP: > j1@2024.3.29 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.3.
|
463
|
+
2023-02-28 18:26:18 - SITE: > j1@2024.3.29 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.3.
|
502
|
+
2023-02-28 18:45:09 - REBUILD: > j1@2024.3.29 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.3.
|
550
|
+
2023-02-28 18:29:08 - RESET: > j1@2024.3.29 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.3.
|
56
|
+
version: 2024.3.29
|
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.3.
|
60
|
+
<template_version>2024.3.29</template_version>
|
61
61
|
|
62
62
|
{% assign title = site.title | default: site.name %}
|
63
63
|
{% if page.collection != "posts" %}
|
@@ -560,7 +560,7 @@ tag::data[]
|
|
560
560
|
:data-nbi-textbook--excerpt: "assets/image/page/nbinteract/manual/nbi-textbook-example.jpg, NBI textbook (excerpt)"
|
561
561
|
|
562
562
|
:data-lingohub--speakers-by-language: "assets/image/page/features/native-speakers-by-language.jpg, Native speakers by language"
|
563
|
-
:data-images--google-lighthouse: "assets/image/page/features/google-lighthouse-scores.jpg, Google Lighthouse Scores (Starter Web of version 2024.3.
|
563
|
+
:data-images--google-lighthouse: "assets/image/page/features/google-lighthouse-scores.jpg, Google Lighthouse Scores (Starter Web of version 2024.3.29)"
|
564
564
|
:data-images--desktop-navigation: "assets/image/page/features/desktop-web-navigation-1280x1000.jpg, Desktop Web Navigation"
|
565
565
|
:data-images--mobile-navigation: "assets/image/page/features/mobile-navigation-600x800.jpg, Mobile Web Navigation"
|
566
566
|
:data-images--master-header: "assets/image/page/features/master-header-1280x600.jpg, Master Header (image-based)"
|
@@ -319,7 +319,7 @@ are highly optimized. All Websites will achieve the best Google Lighthouse
|
|
319
319
|
scores for performance, accessibility, best practices, and SEO at the green
|
320
320
|
level.
|
321
321
|
|
322
|
-
.Google Lighthouse Scores - Starter Web of version 2024.3.
|
322
|
+
.Google Lighthouse Scores - Starter Web of version 2024.3.29
|
323
323
|
lightbox::images--google-lighthouse[ 1024, {data-images--google-lighthouse} ]
|
324
324
|
|
325
325
|
[role="mt-5 mb-8"]
|
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
title: Rouge
|
3
|
-
title_extention: Themeable
|
4
|
-
tagline: Themeable
|
3
|
+
title_extention: Themeable Code Highlighter for J1 Template
|
4
|
+
tagline: Themeable code highlighter
|
5
5
|
|
6
6
|
date: 2023-07-08
|
7
7
|
#last_modified: 2023-01-01
|
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
title: Search Engine
|
3
|
-
title_extention: Integrated full-text
|
4
|
-
tagline: Integrated full-text
|
3
|
+
title_extention: Integrated full-text search for J1 Template
|
4
|
+
tagline: Integrated full-text search
|
5
5
|
|
6
6
|
date: 2024-02-08
|
7
7
|
#last_modified: 2023-01-01
|