j1-template 2021.2.1 → 2021.2.2
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/panel.html +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_includes/attributes.asciidoc +6 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f7e03f8152b50d85ea0e9f0b046f35d0365971641373276ef4e7d66ee27a209
|
|
4
|
+
data.tar.gz: b925f2e885a906d8b7cda24cc49015d017fbf0eedb11d65b6f5361bf04a2f49a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f3ce8cdca39ad83576131a23c280f7f44a9d952dbc99802d395d0225dd3ebd59eab0001ff15c473fa69a554cfc31e59a9fd102da3b62c006028037dea3bd519
|
|
7
|
+
data.tar.gz: d0fd423cb26fb97bb385390a20e834711fb2aeea64b2cf3bfc844006a9edc3960c0901bea53ce18832a36a1925fa788ce86ea45fe646d1a9a5be4da41b7cbfb7
|
data/assets/data/panel.html
CHANGED
|
@@ -416,7 +416,7 @@ exclude_from_search: true
|
|
|
416
416
|
{{list.service.description}}
|
|
417
417
|
<hr>
|
|
418
418
|
<a class="card-link text-muted text-lowercase" href="{{list.service.href}}">
|
|
419
|
-
|
|
419
|
+
{{readmore_text}} · {{list.service.title}}
|
|
420
420
|
</a>
|
|
421
421
|
</div>
|
|
422
422
|
</div>
|
data/lib/j1/version.rb
CHANGED
data/lib/starter_web/Gemfile
CHANGED
|
@@ -53,7 +53,7 @@ gem 'jekyll', '~> 4.2'
|
|
|
53
53
|
|
|
54
54
|
# Theme Rubies, default: J1 Template (NOT used for the development system)
|
|
55
55
|
#
|
|
56
|
-
gem 'j1-template', '~> 2021.2.
|
|
56
|
+
gem 'j1-template', '~> 2021.2.2'
|
|
57
57
|
|
|
58
58
|
# ------------------------------------------------------------------------------
|
|
59
59
|
# PRODUCTION: Gem needed for the Jekyll and J1 prod environment
|
data/lib/starter_web/_config.yml
CHANGED
|
@@ -53,7 +53,7 @@ environment: development
|
|
|
53
53
|
# ------------------------------------------------------------------------------
|
|
54
54
|
# Sets the build version of J1 Template Gem
|
|
55
55
|
#
|
|
56
|
-
version: 2021.2.
|
|
56
|
+
version: 2021.2.2
|
|
57
57
|
|
|
58
58
|
# version
|
|
59
59
|
# ------------------------------------------------------------------------------
|
|
@@ -33,6 +33,8 @@ tag::urls[]
|
|
|
33
33
|
:url-backstretch--home: https://www.jquery-backstretch.com/
|
|
34
34
|
:url-backstretch--gh-repo: https://github.com/jquery-backstretch/jquery-backstretch
|
|
35
35
|
|
|
36
|
+
:url-bs-cookie-banner--gh-repo: https://github.com/shaack/bootstrap-cookie-banner/
|
|
37
|
+
|
|
36
38
|
:url-bs--home: https://getbootstrap.com/
|
|
37
39
|
:url-bs--themes: https://themes.getbootstrap.com/
|
|
38
40
|
:url-bs--expo: https://expo.getbootstrap.com/
|
|
@@ -124,6 +126,8 @@ tag::urls[]
|
|
|
124
126
|
:url-fontawesome-free--gh-repo: https://github.com/FortAwesome/Font-Awesome
|
|
125
127
|
:url-fsevents--gh-repo: https://github.com/fsevents/fsevents
|
|
126
128
|
|
|
129
|
+
:url-ga-optin—--home: https://github.com/luciomartinez/gtag-opt-in
|
|
130
|
+
|
|
127
131
|
:url-getos--gh-repo: https://github.com/retrohacker/getos
|
|
128
132
|
|
|
129
133
|
:url-git--home: https://git-scm.com/
|
|
@@ -138,6 +142,7 @@ tag::urls[]
|
|
|
138
142
|
:url-gist--asciidoc-extensions-example: https://gist.github.com/mojavelinux/5546622
|
|
139
143
|
|
|
140
144
|
:url-gdpr-eu--home: https://gdpr.eu/
|
|
145
|
+
:url-gdpr--C-673-17: https://curia.europa.eu/juris/liste.jsf?num=C-673/17
|
|
141
146
|
|
|
142
147
|
:url-google-material-design-icons--gh-repo: https://github.com/google/material-design-icons
|
|
143
148
|
:url-google--deactivate-ga-en: http://tools.google.com/dlpage/gaoptout?hl=en
|
|
@@ -423,7 +428,7 @@ end::tables[]
|
|
|
423
428
|
// -----------------------------------------------------------------------------
|
|
424
429
|
tag::products[]
|
|
425
430
|
:j1--license: MIT License
|
|
426
|
-
:j1--version: 2021.2.
|
|
431
|
+
:j1--version: 2021.2.2
|
|
427
432
|
:j1--site-name: Jekyll One
|
|
428
433
|
end::products[]
|
|
429
434
|
|
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: 2021.2.
|
|
4
|
+
version: 2021.2.2
|
|
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: 2021-09-
|
|
11
|
+
date: 2021-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|