jekyll-theme-centos 2.52.0.beta.87 → 2.52.0.beta.88
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/_data/base/fontawesome_schema.yml +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8cc35148e49f2812cf1d7d2a91aacdc1f4492530defb70f97249aa538069230e
|
|
4
|
+
data.tar.gz: b672dc7ccda2bf6ae4e2c7d95cecd2d3518f82345de0c8f1e80d26171a13f301
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcdd08a1fea604248eb1dfdde6b8fdd7857315256a48056b141016dfd687c9095675552e2a242be894caf49689b841630102451a1c2ea4969661e60a9aa21250
|
|
7
|
+
data.tar.gz: 6ec4146d254ce33046cbd8fa613b4a6745a7be5e39f774c967a5148acd97fe08c451a5b72a0cf28dda81fbffc146876841bf3149981f0d983fab2353b2376225
|
|
@@ -18,7 +18,7 @@ properties:
|
|
|
18
18
|
properties:
|
|
19
19
|
version:
|
|
20
20
|
type: string
|
|
21
|
-
default: "7.0
|
|
21
|
+
default: "7.3.0"
|
|
22
22
|
description: The specific version of the Font Awesome distribution files to be loaded (e.g., `7.0.1`).
|
|
23
23
|
cdn:
|
|
24
24
|
type: string
|
|
@@ -30,7 +30,7 @@ properties:
|
|
|
30
30
|
description: The name of the CSS bundle file to include (e.g., `all` loads all styles).
|
|
31
31
|
css_bundle_integrity:
|
|
32
32
|
type: string
|
|
33
|
-
default: "sha512-
|
|
33
|
+
default: "sha512-ApSLB1Pd3/bZN8fWB/RG9YhN/7bd9Hkf3AGaE2mPfebjrxagjuBtx2GcgdqIlJkUzwylBo61r9Xa9NmgBI0swA=="
|
|
34
34
|
description: The Subresource Integrity (SRI) CSS checksum (`sha512-...`) for the specified bundle, ensuring the security and integrity of the stylesheet file.
|
|
35
35
|
js_bundle_name:
|
|
36
36
|
type: string
|
|
@@ -38,7 +38,7 @@ properties:
|
|
|
38
38
|
description: The name of the JavaScript bundle file to include (e.g., `all` loads all JS functionality).
|
|
39
39
|
js_bundle_integrity:
|
|
40
40
|
type: string
|
|
41
|
-
default: "sha512-
|
|
41
|
+
default: "sha512-BivWm1+PupfLofQ5Ei/fNEC6Oq6IZiGO9WUm2ibWHZ33cj/qTX4zsBW/0SN9Myo4HEmINmr0wjuQE8eDL3rmng=="
|
|
42
42
|
description: The Subresource Integrity (SRI) JavaScript checksum (`sha512-...`) for the specified bundle, ensuring the security and integrity of the script file.
|
|
43
43
|
mode:
|
|
44
44
|
type: string
|