jekyll-theme-centos 2.2.20 → 2.2.21
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/_layouts/base/default.html +1 -1
- data/_sass/base/_centos.scss +8 -13
- data/assets/icons/android-chrome-192.png +0 -0
- data/assets/icons/android-chrome-512.png +0 -0
- data/assets/icons/apple-touch-icon.png +0 -0
- data/assets/icons/favicon-16.png +0 -0
- data/assets/icons/favicon-32.png +0 -0
- 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: b23bf827634622c96bfc56d5aacbbbdab6c8faff69a5217aba5cdf312e04c4d0
|
|
4
|
+
data.tar.gz: 8b6a8ede7a9c8ffc711d74c4a15c28129f21cef0ce0f4feafb74dc2c34c20862
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de2cf732b2fc799c9a4584aa630c9e4a1541ff58b2b09001f1c9bf73641c640209acd414db0150b5d4b427087a0a508c5a4ec7950ce24d5c2ebb69a9873588d1
|
|
7
|
+
data.tar.gz: 5d06856e11e36a96e3e871053427fd1230ed889c60c55a875e9799fea84da819131c2d66e4f6e1f28b1e7f17d541b5b174298bc21a4ef972c8fa255162ba0c5c
|
data/_layouts/base/default.html
CHANGED
data/_sass/base/_centos.scss
CHANGED
|
@@ -10,19 +10,14 @@ main {
|
|
|
10
10
|
// (toc) links, the heading is hidden behind the navbar. This workaround
|
|
11
11
|
// fixes the linked headings visibility issue in the page.
|
|
12
12
|
// --------------------------------------------------------------------------------
|
|
13
|
-
h1,
|
|
14
|
-
h2,
|
|
15
|
-
h3,
|
|
16
|
-
h4,
|
|
17
|
-
h5,
|
|
18
|
-
h6 {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
height: 6rem;
|
|
22
|
-
margin-top: -6rem;
|
|
23
|
-
visibility: hidden;
|
|
24
|
-
content: "";
|
|
25
|
-
}
|
|
13
|
+
.content > h1,
|
|
14
|
+
.content > h2,
|
|
15
|
+
.content > h3,
|
|
16
|
+
.content > h4,
|
|
17
|
+
.content > h5,
|
|
18
|
+
.content > h6 {
|
|
19
|
+
scroll-margin-top: 80px;
|
|
20
|
+
scroll-margin-bottom: 100px;
|
|
26
21
|
margin-top: 3rem;
|
|
27
22
|
}
|
|
28
23
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/assets/icons/favicon-16.png
CHANGED
|
Binary file
|
data/assets/icons/favicon-32.png
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-centos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Release
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|