j1-template 2024.3.27 → 2024.3.28

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.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/banner.html +3 -1
  3. data/assets/theme/j1/adapter/js/masonry.js +6 -8
  4. data/assets/theme/j1/core/js/template.js +28 -1
  5. data/assets/theme/j1/core/js/template.min.js +4 -4
  6. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +4 -2
  7. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +6 -3
  8. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +6 -3
  9. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +6 -3
  10. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +6 -3
  11. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +6 -3
  12. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +6 -3
  13. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +6 -3
  14. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +6 -4
  15. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +6 -3
  16. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +6 -3
  17. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +113 -76
  18. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +1 -2
  19. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +6 -3
  20. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +6 -3
  21. data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.js +21 -6
  22. data/assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js +1 -1
  23. data/lib/j1/version.rb +1 -1
  24. data/lib/starter_web/README.md +5 -5
  25. data/lib/starter_web/_config.yml +1 -1
  26. data/lib/starter_web/_data/blocks/banner.yml +29 -18
  27. data/lib/starter_web/_data/blocks/panel.yml +79 -124
  28. data/lib/starter_web/_data/modules/blog_navigator.yml +1 -1
  29. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +2 -2
  30. data/lib/starter_web/_data/modules/gallery.yml +145 -19
  31. data/lib/starter_web/_data/modules/masonry.yml +9 -10
  32. data/lib/starter_web/_data/templates/feed.xml +1 -1
  33. data/lib/starter_web/_includes/attributes.asciidoc +2 -1
  34. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  35. data/lib/starter_web/assets/image/module/attic/1920x1280/nick-fewings.jpg +0 -0
  36. data/lib/starter_web/assets/image/module/attic/1920x1280/no-revisions.jpg +0 -0
  37. data/lib/starter_web/assets/image/module/attic/1920x1280/wolfgang-weiser.jpg +0 -0
  38. data/lib/starter_web/assets/image/page/features/example-content-1280x800.jpg +0 -0
  39. data/lib/starter_web/assets/image/page/features/google-lighthouse-1080x300.jpg +0 -0
  40. data/lib/starter_web/assets/image/page/features/google-lighthouse-scores.jpg +0 -0
  41. data/lib/starter_web/assets/image/page/features/master-header-1280x600.jpg +0 -0
  42. data/lib/starter_web/assets/image/page/features/nav-module-1280x300.jpg +0 -0
  43. data/lib/starter_web/assets/image/page/features/teaser-banner-1280x600.jpg +0 -0
  44. data/lib/starter_web/assets/image/page/features/tts-1280x500.jpg +0 -0
  45. data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/captions/video.vtt +2 -3
  46. data/lib/starter_web/assets/video/tracks/html5/peck_pocketed/chapters/video.vtt +4 -6
  47. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +18 -20
  48. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +6 -7
  49. data/lib/starter_web/collections/posts/public/featured/_posts/{2023-10-18-url-types.adoc → 2022-10-18-url-types.adoc} +7 -4
  50. data/lib/starter_web/collections/posts/public/featured/_posts/{2021-02-01-static-site-generators.adoc → 2023-02-01-static-site-generators.adoc} +5 -6
  51. data/lib/starter_web/collections/posts/public/featured/_posts/{2022-02-01-about-j1.adoc → 2024-02-01-about-j1.adoc} +4 -5
  52. data/lib/starter_web/index.html +17 -73
  53. data/lib/starter_web/package.json +1 -1
  54. data/lib/starter_web/pages/public/features/{general.adoc → core-features.adoc} +92 -47
  55. data/lib/starter_web/pages/public/features/{template.adoc → theme-features.adoc} +313 -195
  56. data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +10 -15
  57. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +43 -2
  58. data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +13 -21
  59. data/lib/starter_web/pages/public/tour/audio_data.adoc +2 -2
  60. data/lib/starter_web/pages/public/tour/icon_fonts.adoc +1 -1
  61. data/lib/starter_web/pages/public/tour/image_data.adoc +138 -234
  62. data/lib/starter_web/pages/public/tour/responsive_tables.adoc +1 -1
  63. data/lib/starter_web/pages/public/tour/video_data.adoc +74 -85
  64. metadata +12 -9
  65. data/lib/starter_web/assets/image/module/attic/cookies-1920x1200.jpg +0 -0
  66. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +0 -126
@@ -569,6 +569,7 @@ settings:
569
569
  #
570
570
  videojs:
571
571
  enabled: true
572
+
572
573
  theme: uno
573
574
 
574
575
  # ----------------------------------------------------------------------
@@ -584,16 +585,14 @@ settings:
584
585
  videojsPlayer:
585
586
  enabled: true
586
587
 
587
- options:
588
- muted: false
589
- preload: false
590
- autoplayFirstVideo: true
591
- playbackRates: [0.25, 0.5, 1, 1.5, 2]
588
+ videojsOptions:
589
+ controls: true
590
+ tracks: true
592
591
 
593
- controls: true
594
592
  controlBar:
595
- remainingTimeDisplay: true
596
593
  pictureInPictureToggle: false
594
+ chaptersButton: true
595
+ subtitlesButton: true
597
596
  playbackRates: [0.25, 0.5, 1, 1.5, 2]
598
597
 
599
598
  volumePanel:
@@ -605,10 +604,10 @@ settings:
605
604
  volumeStep: 0.2
606
605
 
607
606
  skipButtonsPlugin:
608
- enabled: true
607
+ enabled: true
609
608
  options:
610
- forward: 15
611
- backward: 15
609
+ forward: 15
610
+ backward: 15
612
611
 
613
612
  zoomPlugin:
614
613
  enabled: true
@@ -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.27</template_version>
60
+ <template_version>2024.3.28</template_version>
61
61
 
62
62
  {% assign title = site.title | default: site.name %}
63
63
  {% if page.collection != "posts" %}
@@ -560,11 +560,12 @@ 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-1080x300.jpg, Google Lighthouse Scores (Starter Web at Github)"
563
+ :data-images--google-lighthouse: "assets/image/page/features/google-lighthouse-scores.jpg, Google Lighthouse Scores (Starter Web of version 2024.3.28)"
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)"
567
567
  :data-images--fab: "assets/image/page/features/fab-1280x500.jpg, FAB (Menu)"
568
+ :data-images--tts: "assets/image/page/features/tts-1280x500.jpg, TTS Control"
568
569
  :data-images--full-text-search: "assets/image/page/features/full-text-search-1280x800.jpg, Full-text search"
569
570
  :data-images--cookie-consent: "assets/image/page/features/cookie-consent-1280x800.jpg, Cookie Consent"
570
571
  :data-images--translator: "assets/image/page/features/translator-1280x800.jpg, Google Translator"
@@ -394,6 +394,6 @@ end
394
394
 
395
395
  module Jekyll
396
396
  module J1LunrSearch
397
- VERSION = '2024.3.27'
397
+ VERSION = '2024.3.28'
398
398
  end
399
399
  end
@@ -1,6 +1,6 @@
1
1
  WEBVTT
2
2
 
3
- NOTE Example of video captions
3
+ NOTE Example caption definitions (timespan, caption text)
4
4
  NOTE https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API
5
5
 
6
6
  00:00:10.000 --> 00:00:13.000
@@ -27,6 +27,5 @@ See <i>italic</i> and <b>bold</b> text in one line.
27
27
 
28
28
  00:00:34.000 --> 00:00:40.000
29
29
  The VTT format supports
30
- Multi
31
- Line
30
+ Multi Line
32
31
  Captions.
@@ -1,23 +1,21 @@
1
1
  WEBVTT
2
2
 
3
- NOTE Chapter definitions (id, timespan, name)
3
+ NOTE Example chapter definitions (imespan, name)
4
+ NOTE https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API
5
+
4
6
 
5
- 0
6
7
  00:00:00.000 --> 00:00:00.000
7
8
  Start
8
9
 
9
- 1
10
10
  00:00:08.000 --> 00:01:00.000
11
11
  Chapter 1
12
12
 
13
- 2
14
13
  00:01:00.000 --> 00:01:30.000
15
14
  Chapter 2
16
15
 
17
- 3
18
16
  00:01:30.000 --> 00:02:17.000
19
17
  Chapter 3
20
18
 
21
- 4
22
19
  00:02:18.000 --> 00:02:18.000
23
20
  End
21
+
@@ -1,27 +1,30 @@
1
1
  ---
2
- title: Welcome to Jekyll
3
- tagline: Websites for Everyone
2
+ title: Jekyll and J1
3
+ tagline: Powerful Websites for Everyone
4
4
 
5
5
  #date: <%= Time.now.strftime('%Y-%m-%d') %>
6
- #last_modified: 2023-01-01
6
+ #last_modified: 2025-01-01
7
7
 
8
8
  description: >
9
- Jekyll is a static site generator that allows you to build websites
10
- using HTML, CSS, Javascript, and Markdown for writing the content.
11
- It uses templates and layouts to generate the static files that make
12
- up your website, which can be hosted on any web server.
9
+ Jekyll One Template (J1) is a free Jekyll Theme providing
10
+ a clean implementation for Jekyll to start new projects
11
+ for all businesses based on Bootstrap V5.
12
+ The template combines the best current software for the Web.
13
+ Jekyll One is open-source and free to use for private and
14
+ business purposes.
15
+
13
16
  keywords: >
14
- open source, free, template, jekyll, jekyllone, web,
15
- sites, static, jamstack, bootstrap
17
+ open source, free, template, theme,
18
+ jekyll, jekyllone, web, site, static,
19
+ jamstack, bootstrap, netlify
16
20
 
17
21
  categories: [ Jekyll ]
18
22
  tags: [ Template, Theme ]
19
23
 
20
24
  image:
21
- path: /assets/image/module/attic/katie-moum-1920x1280.jpg
25
+ path: /assets/image/module/attic/1920x1280/j1-launch.jpg
22
26
  width: 1920
23
27
  height: 1200
24
- alt: Photo by Katie Moum on Unsplash
25
28
 
26
29
  group: Featured
27
30
  #series: Featured
@@ -31,18 +34,13 @@ fab_menu_id: open_toc
31
34
  comments: false
32
35
  regenerate: false
33
36
 
34
- resources: [ ]
37
+ resources: []
35
38
  resource_options:
36
39
  - attic:
37
- opacity: 0.5
40
+ padding_top: 630
38
41
  slides:
39
- - url: /assets/image/module/attic/katie-moum-1920x1280.jpg
40
- alt: Photo by Katie Moum on Unsplash
41
- alignY: 0.3
42
- badge:
43
- type: unsplash
44
- author: Katie Moum
45
- href: //unsplash.com/@katiemoum
42
+ - url: /assets/image/module/attic/1920x1280/j1-launch.jpg
43
+ alt: J1 Template
46
44
  ---
47
45
 
48
46
  // Page Initializer
@@ -10,15 +10,14 @@ categories: [ Technology ]
10
10
  tags: [ Cookies ]
11
11
 
12
12
  image:
13
- path: /assets/image/module/attic/cookies-1920x1200.jpg
13
+ path: /assets/image/module/attic/1920x1280/no-revisions.jpg
14
14
  width: 1920
15
15
  height: 1280
16
- alt: Cookies - Good to know
17
16
 
18
17
  group: Featured
19
18
  series: Featured
20
19
 
21
- #tts: false
20
+ #tts: false
22
21
  fab_menu_id: open_toc
23
22
  comments: false
24
23
  regenerate: false
@@ -28,12 +27,12 @@ resource_options:
28
27
  - attic:
29
28
  padding_top: 630
30
29
  slides:
31
- - url: /assets/image/module/attic/cookies-1920x1200.jpg
32
- alt: Photo by Miroslava on Unsplash
30
+ - url: /assets/image/module/attic/1920x1280/no-revisions.jpg
31
+ alt: Photo by No Revisions on Unsplash
33
32
  badge:
34
33
  type: unsplash
35
- author: Miroslava
36
- href: //unsplash.com/@miroslava
34
+ author: No Revisions
35
+ href: //unsplash.com/de/@norevisions
37
36
  ---
38
37
 
39
38
  // Page Initializer
@@ -10,10 +10,9 @@ categories: [ Web ]
10
10
  tags: [ Protocols ]
11
11
 
12
12
  image:
13
- path: /assets/image/module/attic/1920x1280/j1-mockup.jpg
13
+ path: /assets/image/module/attic/1920x1280/nick-fewings.jpg
14
14
  width: 1920
15
15
  height: 1280
16
- alt: J1 Template Mockup
17
16
 
18
17
  group: Featured
19
18
  series: Featured
@@ -27,8 +26,12 @@ resource_options:
27
26
  - attic:
28
27
  padding_top: 630
29
28
  slides:
30
- - url: /assets/image/module/attic/1920x1280/j1-mockup.jpg
31
- alt: J1 Template Mockup
29
+ - url: /assets/image/module/attic/1920x1280/nick-fewings.jpg
30
+ alt: Photo by Nick Fewings on Unsplash
31
+ badge:
32
+ type: unsplash
33
+ author: Nick Fewings
34
+ href: //unsplash.com/de/@jannerboy62
32
35
  ---
33
36
 
34
37
  // Page Initializer
@@ -10,10 +10,9 @@ categories: [ Jekyll ]
10
10
  tags: [ Generators ]
11
11
 
12
12
  image:
13
- path: /assets/image/module/attic/machine-generator-1920x1280.jpg
13
+ path: /assets/image/module/attic/1920x1280/wolfgang-weiser.jpg
14
14
  width: 1920
15
15
  height: 1280
16
- alt: Site Generators
17
16
 
18
17
  group: Featured
19
18
  series: Featured
@@ -28,12 +27,12 @@ resource_options:
28
27
  - attic:
29
28
  padding_top: 630
30
29
  slides:
31
- - url: /assets/image/module/attic/machine-generator-1920x1280.jpg
32
- alt: Photo by Isis Françal on Unsplash
30
+ - url: /assets/image/module/attic/1920x1280/wolfgang-weiser.jpg
31
+ alt: Photo by Wolfgang Weiser on Unsplash
33
32
  badge:
34
33
  type: unsplash
35
- author: Isis França
36
- href: //unsplash.com/@isisfra
34
+ author: Wolfgang Weiser
35
+ href: //unsplash.com/de/@hamburgmeinefreundin
37
36
  ---
38
37
 
39
38
  // Page Initializer
@@ -10,15 +10,14 @@ categories: [ Jekyll ]
10
10
  tags: [ Theme ]
11
11
 
12
12
  image:
13
- path: /assets/image/module/attic/1920x1280/j1-mockup.jpg
13
+ path: /assets/image/module/attic/1920x1280/j1-launch.jpg
14
14
  width: 1920
15
15
  height: 1280
16
- alt: J1 Template Mockup
17
16
 
18
17
  group: Featured
19
18
  series: Featured
20
19
 
21
- #tts: false
20
+ #tts: false
22
21
  fab_menu_id: open_toc
23
22
  comments: false
24
23
  regenerate: false
@@ -28,8 +27,8 @@ resource_options:
28
27
  - attic:
29
28
  padding_top: 630
30
29
  slides:
31
- - url: /assets/image/module/attic/1920x1280/j1-mockup.jpg
32
- alt: J1 Template Mockup
30
+ - url: /assets/image/module/attic/1920x1280/j1-launch.jpg
31
+ alt: J1 Template
33
32
  ---
34
33
 
35
34
  // Page Initializer
@@ -2,22 +2,25 @@
2
2
  layout: home
3
3
  compress: true
4
4
 
5
- title: J1 Template
6
- title_extention: Free Bootstrap V5 Theme for Jekyll
7
- tagline: Free Bootstrap V5 Theme
5
+ title: Jekyll One Template
6
+ title_extention: The free and open-source Theme for Jekyll
7
+ tagline: Free and open-source Theme for Jekyll
8
8
 
9
9
  date: 2023-01-01 00:00:00
10
- #last_modified: 2025-05-24 00:00:00
10
+ last_modified: 2025-06-28 00:00:00
11
11
 
12
12
  description: >
13
13
  Jekyll One Template (J1) is a free Jekyll Theme providing
14
14
  a clean implementation for Jekyll to start new projects
15
15
  for all businesses based on Bootstrap V5.
16
- The template combines the best software for the Web.
17
- Jekyll One is open-source and free to use for private and business.
16
+ The template combines the best current software for the Web.
17
+ Jekyll One is open-source and free to use for private and
18
+ business purposes.
19
+
18
20
  keywords: >
19
- open source, free, template, theme, jekyll, jekyllone, web,
20
- sites, static, jamstack, bootstrap, netlify
21
+ open source, free, template, theme,
22
+ jekyll, jekyllone, web, site, static,
23
+ jamstack, bootstrap, netlify
21
24
 
22
25
  categories: [ Site ]
23
26
  tags: [ Home ]
@@ -41,80 +44,21 @@ personalization: false
41
44
  exclude_from_search: false
42
45
  regenerate: false
43
46
 
44
- accordion:
45
- enabled: false
46
- debug: false
47
-
48
- name: custom_panel
49
- id: bs5_accordion
50
-
51
- header:
52
- title: Custom Panel
53
- tagline: creating dynamic content
54
- description: >
55
- <p class="dropcap">
56
- This is an example for a Custom Panel based on Bootstrap V5. The example
57
- code for the <b>dynamic content</b> is taken from the Bootstrap V5 Doc
58
- pages at:
59
- </p>
60
- <a class="ml-3 mb-5"
61
- href="https://getbootstrap.com/docs/5.2/components/accordion/"
62
- target="_blank" rel="noopener noreferrer">
63
- Accordion · Bootstrap v5.2
64
- </a>
65
- elements:
66
- - element:
67
- expanded: true
68
- title: "Accordion Item #1"
69
- content: >
70
- <strong>This is the first item's accordion body.</strong> It is shown by default,
71
- until the collapse plugin adds the appropriate classes that we use to style each element.
72
- These classes control the overall appearance, as well as the showing and hiding via CSS
73
- transitions. You can modify any of this with custom CSS or overriding our default variables.
74
- It's also worth noting that just about any HTML can go within the <code>.accordion-body</code>,
75
- though the transition does limit overflow.
76
- - element:
77
- title: "Accordion Item #2"
78
- content: >
79
- <strong>This is the second item's accordion body.</strong> It is hidden by default, until
80
- the collapse plugin adds the appropriate classes that we use to style each element. These
81
- classes control the overall appearance, as well as the showing and hiding via CSS transitions.
82
- You can modify any of this with custom CSS or overriding our default variables. It's also worth
83
- noting that just about any HTML can go within the <code>.accordion-body</code>, though the
84
- transition does limit overflow.
85
- - element:
86
- title: "Accordion Item #3"
87
- content: >
88
- <strong>This is the third item's accordion body.</strong> It is hidden by default, until
89
- the collapse plugin adds the appropriate classes that we use to style each element. These
90
- classes control the overall appearance, as well as the showing and hiding via CSS transitions.
91
- You can modify any of this with custom CSS or overriding our default variables. It's also worth
92
- noting that just about any HTML can go within the <code>.accordion-body</code>, though the
93
- transition does limit overflow.
94
-
95
- resources: [ scroller ]
47
+ resources: [ scroller ]
96
48
  resource_options:
97
49
  - attic:
98
50
  slides:
99
51
  - url: /assets/image/module/attic/1920x1280/j1-launch.jpg
100
52
  alt: Making is like wanting - but even better
101
- # badge:
102
- # type: unsplash
103
- # author: Kristopher Roller
104
- # href: //unsplash.com/@krisroller
105
53
  ---
106
54
 
107
55
  <pre>
56
+ This page is generated by the layout of type: home.
108
57
 
109
- This page is created by the layout: home.
110
-
111
- If this text is displayed (instead of the home page expected),
112
- something went wrong with the layout definitions. Check the
58
+ If this text is displayed, instead the home page expected,
59
+ something went wrong with the layout definitions. Check the
113
60
  output of the Jekyll engine building this site.
114
61
 
115
- Check the contents of folder _layouts. Verify if the base
116
- layout "home" exists and the referring chain
117
- (inheritance) is correct.
118
-
62
+ Check the contents of folder _layouts. Verify if the base
63
+ layout "home" exists and the referring chain is correct.
119
64
  </pre>
120
-
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2024.3.27",
4
+ "version": "2024.3.28",
5
5
  "description": "J1 Template",
6
6
  "homepage": "https://your.site",
7
7
  "author": {