j1-template 2022.4.6 → 2022.4.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -369,6 +369,6 @@ end
369
369
 
370
370
  module Jekyll
371
371
  module J1LunrSearch
372
- VERSION = '2022.4.6'
372
+ VERSION = '2022.4.7'
373
373
  end
374
374
  end
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2022.4.6",
4
+ "version": "2022.4.7",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -165,7 +165,7 @@ mdi:account[5x mdi-rotate-315]
165
165
  link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
166
166
  page online. +
167
167
 
168
- Colour set to (md) light-grey and flipped vertical +
168
+ Color set to (md) light-grey and flipped vertical +
169
169
  [source, adoc, role="noclip"]
170
170
  ----
171
171
  mdi:alert[5x mdi-light mdi-flip-v]
@@ -178,7 +178,7 @@ mdi:alert[5x mdi-light mdi-flip-v]
178
178
  link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
179
179
  page online. +
180
180
 
181
- Colour set to (md) indigo +
181
+ Color set to (md) indigo +
182
182
  [source, adoc, role="noclip"]
183
183
  ----
184
184
  mdi:alert[5x md-indigo]
@@ -191,7 +191,7 @@ mdi:alert[5x md-indigo]
191
191
  link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
192
192
  page online. +
193
193
 
194
- Colour set to (md) pink +
194
+ Color set to (md) pink +
195
195
  [source, adoc, role="noclip"]
196
196
  ----
197
197
  mdi:alert[5x md-pink]
@@ -218,7 +218,7 @@ mdi:loading[5x mdi-spin]
218
218
  link:{url-material-design-icons--cheatsheet}[MDI Icons, {browser-window--new}]
219
219
  page online. +
220
220
 
221
- Colour set to (md) color dark-red and added animation of type pulsed +
221
+ Color set to (md) color dark-red and added animation of type pulsed +
222
222
  [source, adoc, role="noclip"]
223
223
  ----
224
224
  mdi:heart[5x md-red-900 mdi-pulsed]
@@ -379,48 +379,76 @@ fas:user[5x fa-rotate-90]
379
379
  ^|fas:user[5x fa-rotate-90]
380
380
 
381
381
  |5x
382
- |`mdi-light` +
383
- `fa-flip-v`
382
+ |`md-indigo`
384
383
  |All icons can be found for preview at the
385
384
  link:{url-fontawesome--icons}[FA Gallery, {browser-window--new}] page online. +
386
385
 
387
- Colour set to MDI Light (Grey) and flipped vertical +
386
+ Color set to MD Indigo +
388
387
  [source, adoc, role="noclip"]
389
388
  ----
390
- fas:exclamation-triangle[5x mdi-light fa-flip-v]
389
+ fas:user[5x md-indigo]
391
390
  ----
392
- ^|fas:exclamation-triangle[5x mdi-light fa-flip-v]
391
+ ^|fas:user[5x md-indigo]
393
392
 
394
393
  |5x
395
- |`md-indigo`
394
+ |`md-pink`
396
395
  |All icons can be found for preview at the
397
396
  link:{url-fontawesome--icons}[FA Gallery, {browser-window--new}] page online. +
398
397
 
399
- Colour set to MDI Indigo +
398
+ Color set to MD Pink +
400
399
  [source, adoc, role="noclip"]
401
400
  ----
402
- fas:alert[5x md-indigo]
401
+ fas:user[5x md-pink]
403
402
  ----
404
- ^|fas:user[5x md-indigo]
403
+ ^|fas:user[5x md-pink]
405
404
 
406
405
  |5x
407
- |`md-pink`
406
+ |`mdi-light`
408
407
  |All icons can be found for preview at the
409
408
  link:{url-fontawesome--icons}[FA Gallery, {browser-window--new}] page online. +
410
409
 
411
- Colour set to MDI Pink +
410
+ Color set to MD Light (Grey) +
412
411
  [source, adoc, role="noclip"]
413
412
  ----
414
- fas:alert[5x md-pink]
413
+ fas:exclamation-triangle[5x mdi-light]
415
414
  ----
416
- ^|fas:user[5x md-pink]
415
+ ^|fas:exclamation-triangle[5x mdi-light]
416
+
417
+ |5x
418
+ |`fa-flip-v`
419
+ |All icons can be found for preview at the
420
+ link:{url-fontawesome--icons}[FA Gallery, {browser-window--new}] page online. +
421
+
422
+ Orientation is set to *flipped vertical* +
423
+
424
+ [source, adoc, role="noclip"]
425
+ ----
426
+ fas:exclamation-triangle[5x fa-flip-v]
427
+ ----
428
+ ^|fas:exclamation-triangle[5x fa-flip-v]
429
+
430
+ |5x
431
+ |`md-red-900` +
432
+ `fa-flip-v`
433
+
434
+ |All icons can be found for preview at the
435
+ link:{url-fontawesome--icons}[FA Gallery, {browser-window--new}] page online. +
436
+
437
+ Color set to MD *dark red* and *flipped* vertical +
438
+
439
+ [source, adoc, role="noclip"]
440
+ ----
441
+ fas:exclamation-triangle[5x md-red-900 fa-flip-v]
442
+ ----
443
+ ^|fas:exclamation-triangle[5x md-red-900 fa-flip-v]
417
444
 
418
445
  |5x
419
446
  |`fa-spin`
420
447
  |All icons can be found for preview at the
421
448
  link:{url-fontawesome--icons}[FA Gallery, {browser-window--new}] page online. +
422
449
 
423
- Added animation of type Rotate (Spin) +
450
+ Added animation of type *spin* (rotate) +
451
+
424
452
  [source, adoc, role="noclip"]
425
453
  ----
426
454
  fas:circle-notch[5x fa-spin]
@@ -429,11 +457,12 @@ fas:circle-notch[5x fa-spin]
429
457
 
430
458
  |5x
431
459
  |`md-red-900` +
432
- `md-red-900` `fa-pulsed`
460
+ `fa-pulsed`
433
461
  |All icons can be found for preview at the
434
462
  link:{url-fontawesome--icons}[FA Gallery, {browser-window--new}] page online. +
435
463
 
436
- Colour set to MDI Dark Red and added animation of type Pulsed +
464
+ Color set to MD *dark red* and added animation of type *pulsed* +
465
+
437
466
  [source, adoc, role="noclip"]
438
467
  ----
439
468
  fas:heart[5x md-red-900 fa-pulsed]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.4.6",
4
+ "version": "2022.4.7",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.4.6",
4
+ "version": "2022.4.7",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
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: 2022.4.6
4
+ version: 2022.4.7
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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll