jekyll-theme-centos 0.1.3 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/{centos-footer.html → footer.html} +5 -5
- data/_includes/{centos-head.html → head.html} +0 -0
- data/_includes/header.html +11 -0
- data/_includes/header/blog.html +23 -0
- data/_includes/header/home.html +13 -0
- data/_includes/header/page.html +10 -0
- data/_includes/header/post.html +22 -0
- data/_includes/{centos-content → home}/around.html +1 -1
- data/_includes/home/news.html +14 -0
- data/_includes/{centos-content → home}/sponsors.html +2 -2
- data/_includes/{centos-nav.html → nav.html} +2 -1
- data/_includes/page/alert-danger.html +4 -0
- data/_includes/page/alert-info.html +4 -0
- data/_includes/page/alert-success.html +4 -0
- data/_includes/page/alert-warning.html +4 -0
- data/_includes/page/breadcrumbs.html +11 -0
- data/_includes/{centos-content/download/table-body-doc.html → page/download-body-doc.html} +0 -0
- data/_includes/{centos-content/download/table-body-eol.html → page/download-body-eol.html} +0 -0
- data/_includes/{centos-content/download/table-body.html → page/download-body.html} +0 -0
- data/_includes/page/download-cards.html +13 -0
- data/_includes/{centos-content/download/table-footer.html → page/download-footer.html} +0 -0
- data/_includes/{centos-content/download/table-header-doc.html → page/download-header-doc.html} +0 -0
- data/_includes/{centos-content/download/table-header-eol.html → page/download-header-eol.html} +0 -0
- data/_includes/{centos-content/download/table-header.html → page/download-header.html} +0 -0
- data/_includes/page/download-linux.html +20 -0
- data/_includes/page/download-linux/7-doc.html +5 -0
- data/_includes/page/download-linux/7-eol.html +5 -0
- data/_includes/page/download-linux/7.html +5 -0
- data/_includes/page/download-linux/8-doc.html +5 -0
- data/_includes/page/download-linux/8-eol.html +5 -0
- data/_includes/page/download-linux/8.html +5 -0
- data/_includes/{centos-content/download/stream.html → page/download-stream.html} +4 -4
- data/_includes/page/download-stream/8-doc.html +5 -0
- data/_includes/page/download-stream/8-eol.html +5 -0
- data/_includes/page/download-stream/8.html +5 -0
- data/_includes/page/figure.html +3 -0
- data/_includes/page/search.html +62 -0
- data/_includes/{centos-content → page}/toc.html +4 -2
- data/_includes/{centos-content → page}/video.html +1 -1
- data/_layouts/aside.html +16 -0
- data/_layouts/blog.html +50 -0
- data/_layouts/default.html +4 -4
- data/_layouts/{centos-content/download-mirror.html → download-mirror.html} +10 -7
- data/_layouts/download.html +25 -0
- data/_layouts/home.html +39 -4
- data/_layouts/page.html +10 -2
- data/_layouts/post.html +19 -1
- data/_layouts/search.html +12 -0
- data/_layouts/{centos-content/sponsors.html → sponsors.html} +2 -2
- data/_sass/centos/_footer.scss +6 -6
- data/_sass/centos/_header.scss +32 -7
- data/_sass/centos/_mixins.scss +5 -4
- data/_sass/centos/_page.scss +248 -0
- data/_sass/centos/_variables.scss +13 -12
- data/_sass/centos/centos.scss +2 -2
- data/_sass/centos/mixins/{_footer-link.scss → _link-dark.scss} +1 -1
- data/_sass/centos/mixins/_page-card.scss +14 -0
- data/_sass/centos/mixins/_page-heading.scss +28 -0
- data/_sass/centos/mixins/_page-lists.scss +15 -0
- data/_sass/centos/mixins/{_content-toc.scss → _page-toc.scss} +9 -4
- data/assets/img/{centos-logo-white.png → logo.png} +0 -0
- data/assets/img/{centos-motif.png → motif.png} +0 -0
- data/assets/js/jquery.rss.js +1 -11
- data/assets/js/lunr.min.js +6 -0
- data/assets/js/moment.min.js +2 -7
- metadata +56 -52
- data/_includes/centos-content/1col.html +0 -11
- data/_includes/centos-content/2col.html +0 -15
- data/_includes/centos-content/admonition/caution.html +0 -4
- data/_includes/centos-content/admonition/idea.html +0 -4
- data/_includes/centos-content/admonition/note.html +0 -4
- data/_includes/centos-content/admonition/warning.html +0 -4
- data/_includes/centos-content/breadcrumbs.html +0 -11
- data/_includes/centos-content/download/stream-8-doc.html +0 -5
- data/_includes/centos-content/download/stream-8-eol.html +0 -5
- data/_includes/centos-content/download/stream-8.html +0 -5
- data/_includes/centos-content/figure.html +0 -4
- data/_includes/centos-content/news.html +0 -15
- data/_includes/centos-header.html +0 -7
- data/_includes/centos-header/home.html +0 -15
- data/_includes/centos-header/page.html +0 -12
- data/_includes/centos-styleguide.md +0 -243
- data/_layouts/centos-content/1col.html +0 -9
- data/_layouts/centos-content/2col.html +0 -9
- data/_layouts/centos-content/download.html +0 -18
- data/_layouts/centos-home.html +0 -39
- data/_sass/centos/_content.scss +0 -101
- data/_sass/centos/content/_1col.scss +0 -32
- data/_sass/centos/content/_2col.scss +0 -44
- data/_sass/centos/content/_download.scss +0 -17
- data/_sass/centos/content/_sponsors.scss +0 -9
- data/_sass/centos/header/_home.scss +0 -4
- data/_sass/centos/header/_page.scss +0 -4
- data/_sass/centos/mixins/_content-card.scss +0 -13
- data/_sass/centos/mixins/_content-heading.scss +0 -28
@@ -1,32 +0,0 @@
|
|
1
|
-
.centos-content-1col {
|
2
|
-
@extend .centos-content;
|
3
|
-
@extend .container;
|
4
|
-
|
5
|
-
&-toc {
|
6
|
-
@extend .col-md-12, .col-lg-12;
|
7
|
-
@include centos-content-toc;
|
8
|
-
|
9
|
-
header {
|
10
|
-
margin-top: $line-height-base * 1em;
|
11
|
-
}
|
12
|
-
|
13
|
-
ul {
|
14
|
-
padding-left: 1em;
|
15
|
-
ul {
|
16
|
-
padding-left: 1em;
|
17
|
-
}
|
18
|
-
}
|
19
|
-
}
|
20
|
-
|
21
|
-
&-breadcrumb {
|
22
|
-
@extend .col-md-12, .col-lg-12;
|
23
|
-
ol {
|
24
|
-
margin-top: 0;
|
25
|
-
padding-top: 0;
|
26
|
-
}
|
27
|
-
}
|
28
|
-
|
29
|
-
&-article {
|
30
|
-
@extend .col-md-12, .col-lg-12;
|
31
|
-
}
|
32
|
-
}
|
@@ -1,44 +0,0 @@
|
|
1
|
-
.centos-content-2col {
|
2
|
-
@extend .centos-content;
|
3
|
-
@extend .container;
|
4
|
-
|
5
|
-
&-aside {
|
6
|
-
@extend .col-md-4, .col-lg-4;
|
7
|
-
font-size: small;
|
8
|
-
@include media-breakpoint-up(md) {
|
9
|
-
align-self: start;
|
10
|
-
position: sticky;
|
11
|
-
top: 90px;
|
12
|
-
}
|
13
|
-
|
14
|
-
&-breadcrumb {
|
15
|
-
ol {
|
16
|
-
margin-top: 0;
|
17
|
-
padding-top: 0;
|
18
|
-
}
|
19
|
-
}
|
20
|
-
|
21
|
-
&-toc {
|
22
|
-
@include centos-content-toc;
|
23
|
-
@include media-breakpoint-up(md) {
|
24
|
-
display: flex;
|
25
|
-
flex-direction: column;
|
26
|
-
max-height: 75vh;
|
27
|
-
overflow-y: auto;
|
28
|
-
}
|
29
|
-
|
30
|
-
ul {
|
31
|
-
padding-left: 0;
|
32
|
-
ul {
|
33
|
-
padding-left: $line-height-base * 0.85em;
|
34
|
-
}
|
35
|
-
}
|
36
|
-
}
|
37
|
-
}
|
38
|
-
|
39
|
-
&-article {
|
40
|
-
@extend .col-md-8, .col-lg-8;
|
41
|
-
}
|
42
|
-
|
43
|
-
}
|
44
|
-
|
@@ -1,28 +0,0 @@
|
|
1
|
-
@mixin centos-content-heading {
|
2
|
-
h2 {
|
3
|
-
margin-top: $centos-heading-margin-top;
|
4
|
-
font-weight: $font-weight-bold;
|
5
|
-
border-bottom: 3px solid $nord-color-0;
|
6
|
-
color: $nord-color-0;
|
7
|
-
scroll-margin-top: $centos-scroll-margin-top;
|
8
|
-
&:first-child {
|
9
|
-
margin-top: 0;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
h3 {
|
13
|
-
margin-top: $centos-heading-margin-top - 0.5;
|
14
|
-
scroll-margin-top: $centos-scroll-margin-top + 0.5;
|
15
|
-
}
|
16
|
-
h4 {
|
17
|
-
margin-top: $centos-heading-margin-top - 0.9;
|
18
|
-
scroll-margin-top: $centos-scroll-margin-top + 0.9;
|
19
|
-
}
|
20
|
-
h5 {
|
21
|
-
margin-top: $centos-heading-margin-top - 1.2;
|
22
|
-
scroll-margin-top: $centos-scroll-margin-top + 1.2;
|
23
|
-
}
|
24
|
-
h6 {
|
25
|
-
margin-top: $centos-heading-margin-top - 1.8;
|
26
|
-
scroll-margin-top: $centos-scroll-margin-top + 1.8;
|
27
|
-
}
|
28
|
-
}
|