j1-template 2022.5.0.rc4 → 2022.5.0
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/data/banner.html +2 -2
- data/assets/themes/j1/adapter/js/masterslider.js +2 -2
- data/assets/themes/j1/modules/cryptoJS/js/rc4.js +2 -2
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/blocks/banner.yml +1 -1
- data/lib/starter_web/_data/modules/navigator_menu.yml +3 -0
- data/lib/starter_web/_includes/attributes.asciidoc +2 -0
- data/lib/starter_web/package.json +2 -2
- data/lib/starter_web/pages/public/about/reporting_issues.adoc +74 -0
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e09378225f1f91761c92ffb1177e27ad8966045cf4cfa7b6910e221eb9e43b5b
|
|
4
|
+
data.tar.gz: a3000917da1944d58dae36b8e4332304e0f18e1c36c208bd5ed8cd3cda4dbff6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cef08eed1679611ffa60b0415c720ec7c2d4ddfdbb6ca3aa1aebe8d2f3b004acffe295cfdb4a372967c4e6ae56c6bc1ba31e41ce0c29573d671d4027d60b297
|
|
7
|
+
data.tar.gz: 636d7eb254ce23b50d383d2c7e95056107181fde9aa1c97f417ae71f6f43e5e75a100e985c67c4926b4f8e46bd67cae7f46ec96a3e2a05e35838acc0cb860d8f
|
data/assets/data/banner.html
CHANGED
|
@@ -234,8 +234,8 @@ exclude_from_search: true
|
|
|
234
234
|
<img
|
|
235
235
|
class="sticker-image"
|
|
236
236
|
src="/assets/images/sticker/600x600/sticker-new-version.png"
|
|
237
|
-
alt="Get new version 2022.5.0
|
|
238
|
-
title="Get new version 2022.5.0
|
|
237
|
+
alt="Get new version 2022.5.0"
|
|
238
|
+
title="Get new version 2022.5.0"
|
|
239
239
|
style="width: 140px; height: 120px;"
|
|
240
240
|
>
|
|
241
241
|
</a>
|
|
@@ -221,7 +221,7 @@ j1.adapter.masterslider = (function (j1, window) {
|
|
|
221
221
|
// add jQuery ready() function once
|
|
222
222
|
if (sliderManager) {
|
|
223
223
|
msSliderManagerItem = '$(function() {' + '\n';
|
|
224
|
-
msSliderManagerItem += ' console.debug("initializing MS
|
|
224
|
+
msSliderManagerItem += ' console.debug("initializing MS Slider Manager");' + '\n';
|
|
225
225
|
msSliderManagerItem += '\n';
|
|
226
226
|
msSliderManager.innerHTML = msSliderManagerItem;
|
|
227
227
|
}
|
|
@@ -405,7 +405,7 @@ j1.adapter.masterslider = (function (j1, window) {
|
|
|
405
405
|
// close jQuery ready() function once
|
|
406
406
|
|
|
407
407
|
var msSliderManagerItem;
|
|
408
|
-
msSliderManagerItem = '\n' + ' console.debug("initializing MS
|
|
408
|
+
msSliderManagerItem = '\n' + ' console.debug("initializing MS Slider Manager finished");' + '\n';
|
|
409
409
|
msSliderManagerItem += '});' + '\n';
|
|
410
410
|
msSliderManager.innerHTML += msSliderManagerItem + '\n';
|
|
411
411
|
|
|
@@ -29,5 +29,5 @@ this,b&&b.words)},_doProcessBlock:function(a,b){this._mode.processBlock(a,b)},_d
|
|
|
29
29
|
1701076831]).concat(a).concat(b):b).toString(d)},parse:function(a){a=d.parse(a);var b=a.words;if(1398893684==b[0]&&1701076831==b[1]){var c=p.create(b.slice(2,4));b.splice(0,4);a.sigBytes-=16}return w.create({ciphertext:a,salt:c})}},c=e.SerializableCipher=n.extend({cfg:n.extend({format:a}),encrypt:function(a,b,c,d){d=this.cfg.extend(d);var e=a.createEncryptor(c,d);b=e.finalize(b);e=e.cfg;return w.create({ciphertext:b,key:c,iv:e.iv,algorithm:a,mode:e.mode,padding:e.padding,blockSize:a.blockSize,formatter:d.format})},
|
|
30
30
|
decrypt:function(a,b,c,d){d=this.cfg.extend(d);b=this._parse(b,d.format);return a.createDecryptor(c,d).finalize(b.ciphertext)},_parse:function(a,b){return"string"==typeof a?b.parse(a,this):a}}),l=(l.kdf={}).OpenSSL={execute:function(a,b,c,d){d||(d=p.random(8));a=t.create({keySize:b+c}).compute(a,d);c=p.create(a.words.slice(b),4*c);a.sigBytes=4*b;return w.create({key:a,iv:c,salt:d})}},G=e.PasswordBasedCipher=c.extend({cfg:c.cfg.extend({kdf:l}),encrypt:function(a,b,d,e){e=this.cfg.extend(e);d=e.kdf.execute(d,
|
|
31
31
|
a.keySize,a.ivSize);e.iv=d.iv;a=c.encrypt.call(this,a,b,d.key,e);a.mixIn(d);return a},decrypt:function(a,b,d,e){e=this.cfg.extend(e);b=this._parse(b,e.format);d=e.kdf.execute(d,a.keySize,a.ivSize,b.salt);e.iv=d.iv;return c.decrypt.call(this,a,b,d.key,e)}})}();
|
|
32
|
-
(function(){function s(){for(var b=this._S,d=this._i,e=this._j,q=0,a=0;4>a;a++){var d=(d+1)%256,e=(e+b[d])%256,l=b[d];b[d]=b[e];b[e]=l;q|=b[(b[d]+b[e])%256]<<24-8*a}this._i=d;this._j=e;return q}var l=CryptoJS,e=l.lib.StreamCipher,n=l.algo,p=n
|
|
33
|
-
d){b[d]^=s.call(this)},keySize:8,ivSize:0});l
|
|
32
|
+
(function(){function s(){for(var b=this._S,d=this._i,e=this._j,q=0,a=0;4>a;a++){var d=(d+1)%256,e=(e+b[d])%256,l=b[d];b[d]=b[e];b[e]=l;q|=b[(b[d]+b[e])%256]<<24-8*a}this._i=d;this._j=e;return q}var l=CryptoJS,e=l.lib.StreamCipher,n=l.algo,p=n=e.extend({_doReset:function(){for(var b=this._key,d=b.words,b=b.sigBytes,e=this._S=[],l=0;256>l;l++)e[l]=l;for(var a=l=0;256>l;l++){var n=l%b,a=(a+e[l]+(d[n>>>2]>>>24-8*(n%4)&255))%256,n=e[l];e[l]=e[a];e[a]=n}this._i=this._j=0},_doProcessBlock:function(b,
|
|
33
|
+
d){b[d]^=s.call(this)},keySize:8,ivSize:0});l=e._createHelper(p);n=nDrop=p.extend({cfg:p.cfg.extend({drop:192}),_doReset:function(){p._doReset.call(this);for(var b=this.cfg.drop;0<b;b--)s.call(this)}});lDrop=e._createHelper(n)})();
|
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/_config.yml
CHANGED
|
@@ -55,7 +55,7 @@ environment: development
|
|
|
55
55
|
# ------------------------------------------------------------------------------
|
|
56
56
|
# Sets the build version of J1 Template Gem
|
|
57
57
|
#
|
|
58
|
-
version: 2022.5.0
|
|
58
|
+
version: 2022.5.0
|
|
59
59
|
|
|
60
60
|
# version
|
|
61
61
|
# ------------------------------------------------------------------------------
|
|
@@ -113,7 +113,7 @@ settings:
|
|
|
113
113
|
# id: new-version
|
|
114
114
|
# image: /assets/images/sticker/600x600/sticker-new-version.png
|
|
115
115
|
# size: 200
|
|
116
|
-
# title: Get new version 2022.5.0
|
|
116
|
+
# title: Get new version 2022.5.0
|
|
117
117
|
# style: "width: 140px; height: 120px;"
|
|
118
118
|
# href: "https://rubygems.org/gems/j1-template"
|
|
119
119
|
# target: blank
|
|
@@ -672,6 +672,9 @@
|
|
|
672
672
|
- title: This site
|
|
673
673
|
icon: home-variant-outline
|
|
674
674
|
href: /pages/public/about/site
|
|
675
|
+
- title: Reporting issues
|
|
676
|
+
icon: bug
|
|
677
|
+
href: /pages/public/about/reporting_issues/
|
|
675
678
|
- title: Privacy
|
|
676
679
|
icon: heart
|
|
677
680
|
href: /pages/public/legal/en/privacy/
|
|
@@ -154,6 +154,7 @@ tag::urls[]
|
|
|
154
154
|
:url-git--git-branching-model: https://nvie.com/posts/a-successful-git-branching-model/
|
|
155
155
|
|
|
156
156
|
:url-github--home: https://github.com/
|
|
157
|
+
:url-github--join: https://github.com/join
|
|
157
158
|
:url-github--cli: https://cli.github.com/
|
|
158
159
|
:url-github--cli-repo: https://github.com/cli/cli
|
|
159
160
|
:url-github--cli-v2-4-0: https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_windows_amd64.msi
|
|
@@ -198,6 +199,7 @@ tag::urls[]
|
|
|
198
199
|
:url-j1--home: https://jekyll.one/
|
|
199
200
|
:url-j1--download: https://rubygems.org/gems/j1-template/
|
|
200
201
|
:url-j1--versions: https://rubygems.org/gems/j1-template/versions/
|
|
202
|
+
:url-j1--reporting-issues: https://github.com/jekyll-one/j1-template-starter/issues
|
|
201
203
|
|
|
202
204
|
:url-j1-rubydoc--home: https://www.rubydoc.info/gems/j1-template/
|
|
203
205
|
:url-j1--gh-binder-repo: https://github.com/jekyll-one/j1-binder-repo
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": true,
|
|
3
3
|
"name": "j1",
|
|
4
|
-
"version": "2022.5.0
|
|
4
|
+
"version": "2022.5.0",
|
|
5
5
|
"description": "J1 Template Starter Web",
|
|
6
6
|
"homepage": "https://your.site",
|
|
7
7
|
"author": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://
|
|
14
|
+
"url": "https://github.com/jekyll-one/j1-template-starter/issues"
|
|
15
15
|
},
|
|
16
16
|
"config": {
|
|
17
17
|
"bumplevel": "patch",
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: J1
|
|
3
|
+
tagline: reporting issues
|
|
4
|
+
date: 2022-01-01 00:00:00
|
|
5
|
+
description: >
|
|
6
|
+
Although I endeavor to keep this site as up-to-date as possible, even the
|
|
7
|
+
best sites will have some bugs. If you spot any typos, factually outdated
|
|
8
|
+
or incorrect information, formatting errors, or similar problems, please
|
|
9
|
+
report issues so I can correct them.
|
|
10
|
+
|
|
11
|
+
categories: [ About ]
|
|
12
|
+
tags: [ Issues ]
|
|
13
|
+
|
|
14
|
+
scrollbar: false
|
|
15
|
+
regenerate: false
|
|
16
|
+
|
|
17
|
+
permalink: /pages/public/about/reporting_issues/
|
|
18
|
+
|
|
19
|
+
resources: [ animate ]
|
|
20
|
+
resource_options:
|
|
21
|
+
- attic:
|
|
22
|
+
slides:
|
|
23
|
+
- url: /assets/images/modules/attics/runner-1920x1200.jpg
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
// Page Initializer
|
|
27
|
+
// =============================================================================
|
|
28
|
+
// Enable the Liquid Preprocessor
|
|
29
|
+
:page-liquid:
|
|
30
|
+
|
|
31
|
+
// Set (local) page attributes here
|
|
32
|
+
// -----------------------------------------------------------------------------
|
|
33
|
+
// :page--attr: <attr-value>
|
|
34
|
+
|
|
35
|
+
// Attribute settings for section control
|
|
36
|
+
//
|
|
37
|
+
:badges-enabled: false
|
|
38
|
+
|
|
39
|
+
// Load Liquid procedures
|
|
40
|
+
// -----------------------------------------------------------------------------
|
|
41
|
+
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
|
42
|
+
|
|
43
|
+
// Load page attributes
|
|
44
|
+
// -----------------------------------------------------------------------------
|
|
45
|
+
{% include {{load_attributes}} scope="global" %}
|
|
46
|
+
|
|
47
|
+
// Page content
|
|
48
|
+
// {badge-j1--license} {badge-j1--version-latest} {badge-j1-gh--last-commit} {badge-j1--downloads}
|
|
49
|
+
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
50
|
+
ifeval::[{badges-enabled} == true]
|
|
51
|
+
{badge-j1--version-latest} {badge-j1--downloads}
|
|
52
|
+
endif::[]
|
|
53
|
+
|
|
54
|
+
// Include sub-documents (if any)
|
|
55
|
+
// -----------------------------------------------------------------------------
|
|
56
|
+
|
|
57
|
+
Although I endeavor to keep this site as up-to-date as possible, even the
|
|
58
|
+
best sites will have some bugs. If you spot any typos, factually outdated
|
|
59
|
+
or incorrect information, formatting errors, or similar problems, please
|
|
60
|
+
report issues so I can correct them.
|
|
61
|
+
|
|
62
|
+
IMPORTANT: A link:{url-github--join}[free account, {browser-window--new}]
|
|
63
|
+
at GitHub_ is required in order to open new issues.
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
== Report an issue
|
|
67
|
+
|
|
68
|
+
The source pages for the J1 Template Starter are maintained in a _GitHub_
|
|
69
|
+
repository. _GitHub_ provides both an issue tracker and a history of changes.
|
|
70
|
+
To report problems with the content and display, simply open a new issue and
|
|
71
|
+
describe the problem and what page(s) it occurs on.
|
|
72
|
+
|
|
73
|
+
To report issues, please go on _Github_ for the repo
|
|
74
|
+
link:{url-j1--reporting-issues}[J1 Template Starter, {browser-window--new}].
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: j1-template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2022.5.0
|
|
4
|
+
version: 2022.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- juergen_jekyll_one
|
|
@@ -2619,6 +2619,7 @@ files:
|
|
|
2619
2619
|
- lib/starter_web/pages/public/_jupyter/notebooks/textbooks/nbi_docs_tutorial_monty_hall.html
|
|
2620
2620
|
- lib/starter_web/pages/public/_jupyter/where_to_go.adoc
|
|
2621
2621
|
- lib/starter_web/pages/public/about/about_site.adoc
|
|
2622
|
+
- lib/starter_web/pages/public/about/reporting_issues.adoc
|
|
2622
2623
|
- lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc
|
|
2623
2624
|
- lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc
|
|
2624
2625
|
- lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc
|
|
@@ -2763,9 +2764,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2763
2764
|
version: '0'
|
|
2764
2765
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2765
2766
|
requirements:
|
|
2766
|
-
- - "
|
|
2767
|
+
- - ">="
|
|
2767
2768
|
- !ruby/object:Gem::Version
|
|
2768
|
-
version:
|
|
2769
|
+
version: '0'
|
|
2769
2770
|
requirements: []
|
|
2770
2771
|
rubygems_version: 3.3.7
|
|
2771
2772
|
signing_key:
|