jekyll-theme-centos 0.1.5 → 0.1.6
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} +1 -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 +1 -0
- data/_includes/{centos-search.html → page/search.html} +0 -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/{centos-content/blog.html → blog.html} +13 -13
- data/_layouts/{centos-content.html → default.html} +4 -4
- data/_layouts/{centos-content/download-mirror.html → download-mirror.html} +10 -7
- data/_layouts/download.html +25 -0
- data/_layouts/{centos-content/home.html → home.html} +8 -8
- data/_layouts/page.html +13 -0
- data/_layouts/post.html +23 -0
- 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 +23 -15
- data/_sass/centos/_mixins.scss +5 -4
- data/_sass/centos/_page.scss +242 -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/moment.min.js +2 -7
- metadata +59 -61
- 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 -11
- data/_includes/centos-header/blog-paginator.html +0 -7
- data/_includes/centos-header/blog.html +0 -13
- data/_includes/centos-header/home.html +0 -15
- data/_includes/centos-header/page.html +0 -12
- data/_includes/centos-header/post-paginator.html +0 -6
- data/_includes/centos-header/post.html +0 -13
- 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-content/post.html +0 -23
- data/_layouts/centos-content/search.html +0 -12
- data/_sass/centos/_content.scss +0 -107
- data/_sass/centos/content/_1col.scss +0 -109
- 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,109 +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
|
-
|
33
|
-
&-blog {
|
34
|
-
@extend .col-md-12, .col-lg-12;
|
35
|
-
|
36
|
-
.card {
|
37
|
-
@extend .col-md-6;
|
38
|
-
border: none;
|
39
|
-
padding: 1em;
|
40
|
-
padding-bottom: 0;
|
41
|
-
&:hover {
|
42
|
-
background-color: rgba($nord-color-6, 0.5);
|
43
|
-
}
|
44
|
-
img {
|
45
|
-
margin-bottom: 1em;
|
46
|
-
object-fit: cover;
|
47
|
-
height: 230px;
|
48
|
-
}
|
49
|
-
}
|
50
|
-
|
51
|
-
.rss-subscribe {
|
52
|
-
@extend .col-md-12;
|
53
|
-
@extend .text-right;
|
54
|
-
margin-bottom: 1em;
|
55
|
-
}
|
56
|
-
|
57
|
-
.paginator {
|
58
|
-
border-top: 1px solid $nord-color-4;
|
59
|
-
margin-top: 1em;
|
60
|
-
padding: 0;
|
61
|
-
padding-top: 1em;
|
62
|
-
li {
|
63
|
-
display: inline;
|
64
|
-
&.paginator-next {
|
65
|
-
float: right;
|
66
|
-
}
|
67
|
-
&.paginator-previous {
|
68
|
-
float: left;
|
69
|
-
}
|
70
|
-
}
|
71
|
-
}
|
72
|
-
}
|
73
|
-
|
74
|
-
&-search {
|
75
|
-
@extend .container;
|
76
|
-
@include centos-content-heading;
|
77
|
-
|
78
|
-
p {
|
79
|
-
padding: 3em;
|
80
|
-
background: $nord-color-6;
|
81
|
-
}
|
82
|
-
|
83
|
-
ul {
|
84
|
-
padding-left: 0;
|
85
|
-
li {
|
86
|
-
list-style: none;
|
87
|
-
margin-top: 1em;
|
88
|
-
margin-left: 1em;
|
89
|
-
&:before {
|
90
|
-
@extend .fas;
|
91
|
-
color: $nord-color-4;
|
92
|
-
margin-right: 0.5em;
|
93
|
-
margin-left: -1em;
|
94
|
-
content: fa-content($fa-var-angle-right);
|
95
|
-
}
|
96
|
-
}
|
97
|
-
}
|
98
|
-
|
99
|
-
.lunrsearchresult {
|
100
|
-
.title {
|
101
|
-
margin-top: 0;
|
102
|
-
}
|
103
|
-
.url {
|
104
|
-
color: silver;
|
105
|
-
}
|
106
|
-
}
|
107
|
-
}
|
108
|
-
|
109
|
-
}
|
@@ -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
|
-
}
|