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
@@ -1,20 +1,22 @@
1
1
  ---
2
- title: General Features
2
+ title: Core Features
3
3
  tagline: Platforms, Frameworks, and Devices
4
4
 
5
5
  date: 2021-01-01
6
6
  #last_modified: 2023-01-01
7
7
 
8
8
  description: >
9
- J1 Template is a Bootstrap V5 website template for the static
10
- site generator Jekyll.
11
- Current software counts. Excellent tools in their latest versions
12
- make the rocket engine for each and every website. J1 Template
13
- is using current software in their latest versions. All of them
14
- are OpenSource and free to use. No license issues using JekyllOne
15
- Theme for private or professional purposes.
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
+
16
16
  keywords: >
17
- Jekyll, JekyllOne, Theme, Software, Platforms, Frameworks, Devices
17
+ open source, free, template, theme,
18
+ jekyll, jekyllone, web, site, static,
19
+ jamstack, bootstrap, netlify
18
20
 
19
21
  categories: [ Features ]
20
22
  tags: [ General ]
@@ -24,12 +26,12 @@ robots:
24
26
  follow: true
25
27
 
26
28
  image:
27
- path: /assets/image/module/attic/christina-1920x1280.jpg
29
+ path: /assets/image/module/attic/1920x1280/j1-launch.jpg
28
30
  width: 1920
29
31
  height: 1280
30
32
 
31
33
  regenerate: false
32
- permalink: /pages/public/features/general_features/
34
+ permalink: /pages/public/features/core_features/
33
35
 
34
36
  resources: [ lightbox, iconify ]
35
37
  resource_options:
@@ -37,12 +39,8 @@ resource_options:
37
39
  collapseDepth: 3
38
40
  - attic:
39
41
  slides:
40
- - url: /assets/image/module/attic/christina-1920x1280.jpg
41
- alt: Photo by Christina on Unsplash
42
- badge:
43
- type: unsplash
44
- author: Christina
45
- href: //unsplash.com/@wocintechchat
42
+ - url: /assets/image/module/attic/1920x1280/j1-launch.jpg
43
+ alt: Making is like wanting - but even better
46
44
  ---
47
45
 
48
46
  // Page Initializer
@@ -83,9 +81,9 @@ J1 Template is based on these popular software platforms:
83
81
  mdi:language-ruby[24px, md-blue ml-3 mr-2]
84
82
  <<Ruby>> >= 2.7 +
85
83
  mdi:language-ruby[24px, md-blue ml-3 mr-2]
86
- <<Jekyll>> 4.3 +
84
+ <<Jekyll>> >= 3.x +
87
85
  mdi:nodejs[24px, md-blue ml-3 mr-2]
88
- <<NodeJS>> 14.x
86
+ <<NodeJS>> >= 14.x
89
87
 
90
88
  All software-platforms are OpenSource, free to use and available on all
91
89
  common operating systems like Windows, Linux, and OSX.
@@ -93,7 +91,7 @@ common operating systems like Windows, Linux, and OSX.
93
91
  [role="mt-4"]
94
92
  === Ruby
95
93
 
96
- For the latest versions of J1 Template (>= *2022.5.0*), Ruby V3 is recommended.
94
+ For the latest versions of J1 Template (>= *2024.3.x*), Ruby V3 is recommended.
97
95
  The latest Ruby versions offer much better run-time performance. Ruby 3 will
98
96
  be up to three times faster compared to Ruby 2.0. This will definively
99
97
  speed-up the development processes for your new website.
@@ -102,19 +100,19 @@ speed-up the development processes for your new website.
102
100
  === Jekyll
103
101
 
104
102
  The latest version of
105
- http://jekyllrb.com/news/2022/10/20/jekyll-4-3-0-released/[Jekyll v4.3.0 (October 2022), {browser-window--new}]
106
- including all fixes for version V4. The upcoming version *v4.3.0* will offer
107
- some new features and modernized functionality. If this version is released,
103
+ link://jekyllrb.com/news/2025/01/27/jekyll-4-4-0-released/[Jekyll v4.4.0 (January 2025), {browser-window--new}]
104
+ including all fixes for version V4. The upcoming version *v4.5* will offer
105
+ new features and modernized functionality. If this version is released,
108
106
  all new features will be implemented in J1 as well.
109
107
 
110
108
  [role="mt-4"]
111
109
  === NodeJS
112
110
 
113
- Websites created by Jekyll One are projects managed by NodeJS. The built-in
111
+ Websites created by Jekyll One are projects *managed* by NodeJS. The built-in
114
112
  script engine provided by the package manager `npm` of NodeJS simplifies the
115
- management of J1 projects a lot. Well-known commands typically used to manage
116
- software projects are at your fingertips. Easy to learn, easy to remember.
117
- Simple commands support creators to concentrate on the content.
113
+ *management* of *J1 projects* a lot. Well-known commands, typically used to
114
+ control software projects, are at your fingertips. Easy to learn, easy to
115
+ remember. Simple commands support creators to concentrate on the content.
118
116
 
119
117
 
120
118
  [role="mt-5"]
@@ -127,26 +125,65 @@ well known, and accepted worldwide.
127
125
  mdi:bootstrap[24px, md-blue ml-3 mr-2]
128
126
  <<Bootstrap V5>> +
129
127
  mdi:language-html5[24px, md-blue ml-3 mr-2]
130
- <<Internet Standards Supported>> (HTML5, CSS and Javascript) +
128
+ <<Web Standards>> (HTML5, CSS and Javascript) +
131
129
  mdi:grass[24px, md-blue ml-3 mr-2]
132
130
  <<Icon Fonts>> +
133
131
  mdi:application-settings[24px, md-blue ml-3 mr-2]
134
132
  <<Fully Configurable>> +
135
133
 
136
- [role="mt-4"]
134
+ [role="mt-5"]
137
135
  === Bootstrap V5
138
136
 
139
137
  For current webs, a must: responsiveness and modern design. Jekyll One is
140
- based on Bootstrap V5, the leading platform to create today's responsive
141
- webs.
138
+ based on Bootstrap V5, one of the leading platforms to create today's
139
+ responsive webs.
140
+
141
+ [role="mt-5"]
142
+ === Web Standards
143
+
144
+ Standardization Organizations and Professional websites on the internet define
145
+ standards. All current sites support dynamic, fast loading, and some more
146
+ features. For fastest loading, all HTML, CSS, and Javascript have been
147
+ compressed automatically for production. Going further for dynamic, AJAX
148
+ oading for websites created by J1 Template is supported as well.
149
+
150
+ Für die tägliche Entwicklung sollten Sie sich auf folgende Standards
151
+ konzentrieren.
142
152
 
143
153
  [role="mt-4"]
144
- === Internet Standards Supported
154
+ === HTML5
155
+
156
+ HTML5 ist der aktuelle Standard, wobei HTML als "Living Standard"
157
+ kontinuierlich weiterentwickelt wird durch das WHATWG (Web Hypertext
158
+ Application Technology Working Group).
159
+
160
+ Die wichtigsten aktuellen Features umfassen:
161
+
162
+ * Semantische Elemente wie <article>, <section>, <nav>
163
+ * Native Form-Validierung
164
+ * Web Components (Custom Elements, Shadow DOM)
165
+ * Neue Input-Typen (date, email, range, etc.)
166
+
167
+ [role="mt-4"]
168
+ === CSS3
169
+
170
+ CSS3 ist der aktuelle Standard, der modular entwickelt wird. Wichtige
171
+ aktuelle Module und Features:
172
+
173
+ * CSS Grid und Flexbox für Layout
174
+ * CSS Custom Properties
175
+ * CSS Subgrid
176
+ * CSS Nesting
177
+ * CSS Color Level 4
178
+ * CSS Cascade Layers
179
+
180
+ [role="mt-4"]
181
+ === JavaScript ES15
182
+
183
+ ECMAScript 2024 (ES2024/ES15) ist die neueste Version, die im Juni 2024
184
+ veröffentlicht wurde.
185
+
145
186
 
146
- Professional websites on the internet define standards. All current sites
147
- support dynamic, fast loading, and some more features. For fastest loading,
148
- all HTML, CSS, and Javascript have been compressed automatically for production.
149
- Going further for dynamic, AJAX loading for J1 webs is supported as well.
150
187
 
151
188
  [role="mt-4"]
152
189
  === Icon Fonts
@@ -168,7 +205,9 @@ various categories typically used for the Web.
168
205
  === Fully Configurable
169
206
 
170
207
  Software products of today are not easy to manage. To get the complexity
171
- out of your way, J1 is fully configurable. No need to dive in the deep.
208
+ out of your way, J1 is fully *configurable*. No need to dive in the deep.
209
+
210
+ Configure what nedds to be done.
172
211
 
173
212
  .Example of a Text Slider configuration (`carousel.yml`)
174
213
  [source, yaml, role="noclip"]
@@ -195,9 +234,6 @@ out of your way, J1 is fully configurable. No need to dive in the deep.
195
234
  pagination: false
196
235
  ----
197
236
 
198
- Configure what is to be done.
199
-
200
-
201
237
  [role="mt-5"]
202
238
  == Devices
203
239
 
@@ -211,9 +247,10 @@ mdi:near-me[24px, md-blue ml-3 mr-2]
211
247
  mdi:near-me[24px, md-blue ml-3 mr-2]
212
248
  <<Mobile Web Navigation>> +
213
249
  mdi:lighthouse[24px, md-blue ml-3 mr-2]
214
- <<Best Google Lighthouse Scores>>
250
+ Excellent <<Google Lighthouse>> Scoring
215
251
 
216
- [role="mt-4"]
252
+
253
+ [role="mt-5"]
217
254
  === Desktop and Mobile support
218
255
 
219
256
  The internet has shifted from almost exclusively desktop-driven to mostly
@@ -255,7 +292,7 @@ your vistors easy access to all of your content pages on a mouse-click.
255
292
  .Desktop Web Navigation
256
293
  lightbox::images--desktop-navigation[ 1024, {data-images--desktop-navigation} ]
257
294
 
258
- [role="mt-4"]
295
+ [role="mt-5"]
259
296
  === Mobile Web Navigation
260
297
 
261
298
  Mobile devices are great for Apps designed for these platforms. Using a web
@@ -265,6 +302,7 @@ navigation systems that cover both worlds: desktops and mobiles.
265
302
  .Mobile Web Navigation
266
303
  lightbox::images--mobile-navigation[ 400, {data-images--mobile-navigation} ]
267
304
 
305
+ [role="mt-4"]
268
306
  [IMPORTANT]
269
307
  ====
270
308
  Desktop and Mobile Navigation is using the **same** configuration
@@ -272,14 +310,21 @@ data (`navigator_menu.yml`). The automatically generated menus for Desktop and
272
310
  Mobile Devices are displayed based on the size of the viewport.
273
311
  ====
274
312
 
275
- [role="mt-4"]
276
- === Best Google Lighthouse Scores
313
+
314
+ [role="mt-5"]
315
+ == Google Lighthouse
277
316
 
278
317
  Performance is a key factor for all users. To not get visitors lost, J1 webs
279
318
  are highly optimized. All Websites will achieve the best Google Lighthouse
280
319
  scores for performance, accessibility, best practices, and SEO at the green
281
320
  level.
282
321
 
283
- [role="mb-7"]
284
- .Google Lighthouse Scores (Starter Web at Github)
322
+ .Google Lighthouse Scores - Starter Web of version 2024.3.28
285
323
  lightbox::images--google-lighthouse[ 1024, {data-images--google-lighthouse} ]
324
+
325
+ [role="mt-5 mb-8"]
326
+ [NOTE]
327
+ ====
328
+ Google lighthouse scores depend on the Browser version and may vary
329
+ from sample to sample.
330
+ ====