jekyll-theme-centos 2.52.0.beta.49 → 2.52.0.beta.50
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/_config.yml +7 -0
- 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: 71a49168477fc21bf6f43346698aba8efcf98cd3e3fec50dd6651b6cfa8d9841
|
|
4
|
+
data.tar.gz: d03511dad9058aea16c953be92a9b00fc45cbb58693cf3e3c3a8a84dfef91152
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc6b465d96c77188590ec87b6454e4db92b808752065f252ac5814b5a08188d595963479675bb3d78256eaffc3a232d4bd12bfddd1548033d961da8006a1f038
|
|
7
|
+
data.tar.gz: d010a08688c6c14b28fdcc8477a5c0fccb22fb0ec973f2779484b4c9c139d6b910be6fafe20925cdc73ea82b4253676d04005acd2ee6cb7f8d56d9032a2524e6
|
data/_config.yml
CHANGED
|
@@ -159,6 +159,13 @@ with_link_decorator_data:
|
|
|
159
159
|
external_link_icon_excluded_tags:
|
|
160
160
|
- img
|
|
161
161
|
|
|
162
|
+
with_heading_anchor: true
|
|
163
|
+
with_heading_anchor_data:
|
|
164
|
+
icon: "fa-solid fa-link"
|
|
165
|
+
icon_size: "fa-xs"
|
|
166
|
+
copy_success_message: "Copied!"
|
|
167
|
+
reset_delay: 2000
|
|
168
|
+
|
|
162
169
|
with_minify: true
|
|
163
170
|
with_minify_data:
|
|
164
171
|
keep_html_and_head_opening_tags: true # preserve <html> and <head> tags
|