jekyll-theme-centos 2.3.0.beta.67 → 2.3.0.beta.68
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/_includes/default/header.html +4 -4
- data/_includes/download/cards-body-convert.html +6 -8
- data/_includes/download/cards-body-doc.html +7 -4
- data/_includes/download/cards-body-eol.html +13 -4
- data/_includes/download/cards-body-screenshot.html +3 -0
- data/_includes/download/cards-body.html +6 -5
- data/_includes/download/cards-header-convert.html +7 -8
- data/_includes/download/cards-header-doc.html +7 -8
- data/_includes/download/cards-header-eol.html +7 -8
- data/_includes/download/cards-header-screenshot.html +8 -0
- data/_includes/download/cards-header.html +12 -10
- data/_includes/download/cards.html +47 -52
- data/_includes/editbar.html +4 -41
- data/_includes/footer.html +28 -31
- data/_includes/home/header.html +1 -1
- data/_includes/people/about.html +1 -1
- data/_includes/people/header.html +1 -1
- data/_includes/people/posts.html +1 -1
- data/_includes/people/projects.html +1 -1
- data/_includes/people/pubkeys.html +2 -2
- data/_includes/people/support.html +1 -1
- data/_includes/scripts.html +65 -0
- data/_includes/toc-accordion.html +4 -2
- data/_layouts/default.html +7 -12
- data/_layouts/people.html +16 -40
- data/_sass/centos/_adjustments.scss +57 -0
- data/_sass/centos/_variables.scss +72 -14
- data/assets/css/stylesheet.lists.min.scss +2 -1
- data/assets/css/stylesheet.min.scss +2 -1
- data/assets/img/distributions/centos-linux/7/screenshot-n.png +0 -0
- data/assets/img/distributions/centos-linux/8/screenshot-n.png +0 -0
- data/assets/img/distributions/centos-stream/8/screenshot-n.png +0 -0
- data/assets/img/distributions/centos-stream/9/screenshot-n.png +0 -0
- data/assets/img/distributions/name/release/screenshot-n.png +0 -0
- data/assets/img/distributions/name/release/screenshot-n.svg +128 -0
- data/assets/js/jquery.dataTables.min.js +4 -0
- data/assets/js/vanilla-back-to-top.min.js +1 -0
- data/default.md +36 -25
- data/download.md +91 -0
- data/people.md +3 -1
- metadata +15 -14
- data/_includes/top.html +0 -3
- data/_layouts/default-datatables.html +0 -35
- data/_sass/centos/_headings.scss +0 -32
- data/_sass/centos/_links.scss +0 -11
- data/assets/js/clipboard.js +0 -890
- data/assets/js/dataTables.bootstrap5.js +0 -212
- data/assets/js/dataTables.bootstrap5.min.mjs +0 -4
- data/assets/js/dataTables.bootstrap5.mjs +0 -168
- data/assets/js/jquery.js +0 -10965
- data/assets/js/jquery.min.map +0 -1
- data/assets/js/jquery.slim.js +0 -8866
- data/assets/js/jquery.slim.min.map +0 -1
data/_sass/centos/_headings.scss
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
// --------------------------------------------------------------------------------
|
2
|
-
// Navbar and linked headings' correction.
|
3
|
-
//
|
4
|
-
// By default, when you access page headings from the page table of content
|
5
|
-
// (toc) links, the heading is hidden behind the navbar. This workaround fixes
|
6
|
-
// the linked headings visibility issue in the page.
|
7
|
-
// --------------------------------------------------------------------------------
|
8
|
-
|
9
|
-
main {
|
10
|
-
h1,
|
11
|
-
h2,
|
12
|
-
h3,
|
13
|
-
h4,
|
14
|
-
h5,
|
15
|
-
h6 {
|
16
|
-
&::before {
|
17
|
-
display: block;
|
18
|
-
height: 6rem;
|
19
|
-
margin-top: -6rem;
|
20
|
-
visibility: hidden;
|
21
|
-
content: "";
|
22
|
-
}
|
23
|
-
margin-top: 3rem;
|
24
|
-
}
|
25
|
-
.bg-image {
|
26
|
-
@extend .bg-dark, .py-3;
|
27
|
-
background: url(../img/centos-motif.png) right center / cover;
|
28
|
-
}
|
29
|
-
.bg-light-radial-gradient {
|
30
|
-
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(248, 249, 250, 0) 100%);
|
31
|
-
}
|
32
|
-
}
|