j1-template 2024.3.25 → 2024.3.26
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/!readme +1 -0
- data/assets/theme/j1/core/css/themes/bootstrap/bootstrap.css +1 -1
- data/assets/theme/j1/core/css/themes/unodark/bootstrap.css +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +9 -9
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/core/js/template.min.js +6 -6
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/js/video.js +10902 -10902
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!examples/videojs_api/index.html +7 -7
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +9 -0
- 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 +1 -1
- data/lib/starter_web/package.json +1 -1
- metadata +3 -3
- data/assets/theme/bla +0 -0
@@ -4,10 +4,11 @@
|
|
4
4
|
<head>
|
5
5
|
<meta charset="utf-8">
|
6
6
|
<title>videojs-vimeo Demo</title>
|
7
|
-
<link rel="stylesheet" href="
|
8
|
-
|
9
|
-
<script src="
|
10
|
-
<script src="
|
7
|
+
<link rel="stylesheet" href="../../../../../../videojs/css/videojs.min.css">
|
8
|
+
<link rel="stylesheet" href="../../../../../../videojs/css/themes/uno.min.css">
|
9
|
+
<script src="../../../../../../videojs/js/video.min.js"></script>
|
10
|
+
<script src="../../../../../../log4javascript/js/log4javascript.min.js"></script>
|
11
|
+
<script src="../../../../../../jquery/js/jquery.min.js"></script>
|
11
12
|
</head>
|
12
13
|
<body>
|
13
14
|
<video
|
@@ -30,9 +31,8 @@
|
|
30
31
|
>
|
31
32
|
</video>
|
32
33
|
|
33
|
-
|
34
|
-
<script src="
|
35
|
-
|
34
|
+
|
35
|
+
<script src="../../js/vimeo.js"></script>
|
36
36
|
</body>
|
37
37
|
|
38
38
|
</html>
|
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/Gemfile
CHANGED
@@ -266,11 +266,20 @@ gem 'puma', '>= 6.0'
|
|
266
266
|
# for Github, Twitter, Facebook and Patreon are implemented.
|
267
267
|
#
|
268
268
|
# ------------------------------------------------------------------------------
|
269
|
+
# sinatra v4 requires rack v3
|
270
|
+
# gem 'rack', '~> 3.0'
|
271
|
+
#
|
269
272
|
gem 'rack', '~> 2.2', '>= 2.2.3'
|
273
|
+
|
270
274
|
gem 'rack-protection', '~> 2.0'
|
271
275
|
gem 'rack-ssl-enforcer', '~> 0.2'
|
272
276
|
gem 'rest-client', '~> 2.0'
|
277
|
+
|
278
|
+
# update sinatra v2 -> v4 for security reasons
|
279
|
+
# gem 'sinatra', '~> 4.0'
|
280
|
+
#
|
273
281
|
gem 'sinatra', '~> 2.0'
|
282
|
+
|
274
283
|
gem 'warden', '~> 1.2'
|
275
284
|
|
276
285
|
# ------------------------------------------------------------------------------
|
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.26
|
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.26 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.26 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.26 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.26 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.26
|
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.26</template_version>
|
61
61
|
|
62
62
|
{% assign title = site.title | default: site.name %}
|
63
63
|
{% if page.collection != "posts" %}
|
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.3.
|
4
|
+
version: 2024.3.26
|
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: 2025-06-
|
11
|
+
date: 2025-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -363,7 +363,7 @@ files:
|
|
363
363
|
- assets/page/HTTP501.html
|
364
364
|
- assets/page/HTTP502.html
|
365
365
|
- assets/page/HTTP503.html
|
366
|
-
- assets/theme
|
366
|
+
- assets/theme/!readme
|
367
367
|
- assets/theme/j1/adapter/js/advertising.js
|
368
368
|
- assets/theme/j1/adapter/js/algolia.js
|
369
369
|
- assets/theme/j1/adapter/js/amplitude.js
|
data/assets/theme/bla
DELETED
File without changes
|