jekyll-theme-centos-test 1.0.22 → 1.0.32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/breadcrumbs.html +11 -0
- data/_includes/download/cards-body-convert.html +12 -0
- data/_includes/download/cards-body-doc.html +6 -0
- data/_includes/download/cards-body-eol.html +7 -0
- data/_includes/download/cards-body.html +7 -0
- data/_includes/download/cards-footer.html +3 -0
- data/_includes/download/cards-header-convert.html +9 -0
- data/_includes/download/cards-header-doc.html +9 -0
- data/_includes/download/cards-header-eol.html +9 -0
- data/_includes/download/cards-header.html +11 -0
- data/_includes/download/cards.html +63 -0
- data/_includes/footer.html +64 -0
- data/_includes/head-datatables.html +8 -0
- data/_includes/head.html +7 -0
- data/_includes/header/blog.html +22 -0
- data/_includes/header/home.html +5 -0
- data/_includes/header/page.html +6 -0
- data/_includes/header/post.html +23 -0
- data/_includes/header.html +9 -0
- data/_includes/home/distributions.html +18 -0
- data/_includes/home/news-and-events.html +18 -0
- data/_includes/home/planet.html +18 -0
- data/_includes/home/shortcuts.html +17 -0
- data/_includes/home/sponsors.html +19 -0
- data/_includes/hr.html +6 -0
- data/_includes/navbar.html +26 -0
- 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/figure.html +3 -0
- data/_includes/page/video.html +3 -0
- data/_includes/post-nav-explorer.html +23 -0
- data/_includes/post-nav.html +3 -0
- data/_includes/search.html +81 -0
- data/_includes/toc.html +104 -0
- data/_includes/top.html +3 -0
- data/_layouts/aside.html +25 -0
- data/_layouts/blog.html +38 -0
- data/_layouts/default.html +18 -0
- data/_layouts/home.html +45 -0
- data/_layouts/page-datatables.html +35 -0
- data/_layouts/page.html +17 -0
- data/_layouts/post.html +29 -0
- data/_layouts/search.html +38 -0
- data/_layouts/sponsors.html +30 -0
- data/_sass/centos/_variables.scss +16 -0
- data/_sass/centos/centos-blog.scss +46 -0
- data/_sass/centos/centos-httpd.scss +27 -0
- data/_sass/centos/centos-lists.scss +162 -0
- data/_sass/centos/centos.scss +1 -0
- data/_sass/centos/fonts/_montserrat.scss +253 -0
- data/_sass/centos/fonts/_overpass.scss +43 -0
- data/assets/css/stylesheet.scss +14 -0
- metadata +58 -4
@@ -0,0 +1,253 @@
|
|
1
|
+
/** Montserrat Thin **/
|
2
|
+
@font-face {
|
3
|
+
font-family: "Montserrat";
|
4
|
+
font-weight: 100;
|
5
|
+
font-style: normal;
|
6
|
+
src: url("../webfonts/Montserrat-Thin.woff2") format("woff2"), url("../webfonts/Montserrat-Thin.woff") format("woff");
|
7
|
+
}
|
8
|
+
/** Montserrat Thin-Italic **/
|
9
|
+
@font-face {
|
10
|
+
font-family: "Montserrat";
|
11
|
+
font-weight: 100;
|
12
|
+
font-style: italic;
|
13
|
+
src: url("../webfonts/Montserrat-ThinItalic.woff2") format("woff2"), url("../webfonts/Montserrat-ThinItalic.woff") format("woff");
|
14
|
+
}
|
15
|
+
/** Montserrat ExtraLight **/
|
16
|
+
@font-face {
|
17
|
+
font-family: "Montserrat";
|
18
|
+
font-weight: 200;
|
19
|
+
font-style: normal;
|
20
|
+
src: url("../webfonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../webfonts/Montserrat-ExtraLight.woff") format("woff");
|
21
|
+
}
|
22
|
+
/** Montserrat ExtraLight-Italic **/
|
23
|
+
@font-face {
|
24
|
+
font-family: "Montserrat";
|
25
|
+
font-weight: 200;
|
26
|
+
font-style: italic;
|
27
|
+
src: url("../webfonts/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../webfonts/Montserrat-ExtraLightItalic.woff") format("woff");
|
28
|
+
}
|
29
|
+
/** Montserrat Light **/
|
30
|
+
@font-face {
|
31
|
+
font-family: "Montserrat";
|
32
|
+
font-weight: 300;
|
33
|
+
font-style: normal;
|
34
|
+
src: url("../webfonts/Montserrat-Light.woff2") format("woff2"), url("../webfonts/Montserrat-Light.woff") format("woff");
|
35
|
+
}
|
36
|
+
/** Montserrat Light-Italic **/
|
37
|
+
@font-face {
|
38
|
+
font-family: "Montserrat";
|
39
|
+
font-weight: 300;
|
40
|
+
font-style: italic;
|
41
|
+
src: url("../webfonts/Montserrat-LightItalic.woff2") format("woff2"), url("../webfonts/Montserrat-LightItalic.woff") format("woff");
|
42
|
+
}
|
43
|
+
/** Montserrat Regular **/
|
44
|
+
@font-face {
|
45
|
+
font-family: "Montserrat";
|
46
|
+
font-weight: 400;
|
47
|
+
font-style: normal;
|
48
|
+
src: url("../webfonts/Montserrat-Regular.woff2") format("woff2"), url("../webfonts/Montserrat-Regular.woff") format("woff");
|
49
|
+
}
|
50
|
+
/** Montserrat Regular-Italic **/
|
51
|
+
@font-face {
|
52
|
+
font-family: "Montserrat";
|
53
|
+
font-weight: 400;
|
54
|
+
font-style: italic;
|
55
|
+
src: url("../webfonts/Montserrat-Italic.woff2") format("woff2"), url("../webfonts/Montserrat-Italic.woff") format("woff");
|
56
|
+
}
|
57
|
+
/** Montserrat Medium **/
|
58
|
+
@font-face {
|
59
|
+
font-family: "Montserrat";
|
60
|
+
font-weight: 500;
|
61
|
+
font-style: normal;
|
62
|
+
src: url("../webfonts/Montserrat-Medium.woff2") format("woff2"), url("../webfonts/Montserrat-Medium.woff") format("woff");
|
63
|
+
}
|
64
|
+
/** Montserrat Medium-Italic **/
|
65
|
+
@font-face {
|
66
|
+
font-family: "Montserrat";
|
67
|
+
font-weight: 500;
|
68
|
+
font-style: italic;
|
69
|
+
src: url("../webfonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../webfonts/Montserrat-MediumItalic.woff") format("woff");
|
70
|
+
}
|
71
|
+
/** Montserrat SemiBold **/
|
72
|
+
@font-face {
|
73
|
+
font-family: "Montserrat";
|
74
|
+
font-weight: 600;
|
75
|
+
font-style: normal;
|
76
|
+
src: url("../webfonts/Montserrat-SemiBold.woff2") format("woff2"), url("../webfonts/Montserrat-SemiBold.woff") format("woff");
|
77
|
+
}
|
78
|
+
/** Montserrat SemiBold-Italic **/
|
79
|
+
@font-face {
|
80
|
+
font-family: "Montserrat";
|
81
|
+
font-weight: 600;
|
82
|
+
font-style: italic;
|
83
|
+
src: url("../webfonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../webfonts/Montserrat-SemiBoldItalic.woff") format("woff");
|
84
|
+
}
|
85
|
+
/** Montserrat Bold **/
|
86
|
+
@font-face {
|
87
|
+
font-family: "Montserrat";
|
88
|
+
font-weight: 700;
|
89
|
+
font-style: normal;
|
90
|
+
src: url("../webfonts/Montserrat-Bold.woff2") format("woff2"), url("../webfonts/Montserrat-Bold.woff") format("woff");
|
91
|
+
}
|
92
|
+
/** Montserrat Bold-Italic **/
|
93
|
+
@font-face {
|
94
|
+
font-family: "Montserrat";
|
95
|
+
font-weight: 700;
|
96
|
+
font-style: italic;
|
97
|
+
src: url("../webfonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../webfonts/Montserrat-BoldItalic.woff") format("woff");
|
98
|
+
}
|
99
|
+
/** Montserrat ExtraBold **/
|
100
|
+
@font-face {
|
101
|
+
font-family: "Montserrat";
|
102
|
+
font-weight: 800;
|
103
|
+
font-style: normal;
|
104
|
+
src: url("../webfonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../webfonts/Montserrat-ExtraBold.woff") format("woff");
|
105
|
+
}
|
106
|
+
/** Montserrat ExtraBold-Italic **/
|
107
|
+
@font-face {
|
108
|
+
font-family: "Montserrat";
|
109
|
+
font-weight: 800;
|
110
|
+
font-style: italic;
|
111
|
+
src: url("../webfonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../webfonts/Montserrat-ExtraBoldItalic.woff") format("woff");
|
112
|
+
}
|
113
|
+
/** Montserrat Black **/
|
114
|
+
@font-face {
|
115
|
+
font-family: "Montserrat";
|
116
|
+
font-weight: 900;
|
117
|
+
font-style: normal;
|
118
|
+
src: url("../webfonts/Montserrat-Black.woff2") format("woff2"), url("../webfonts/Montserrat-Black.woff") format("woff");
|
119
|
+
}
|
120
|
+
/** Montserrat Black-Italic **/
|
121
|
+
@font-face {
|
122
|
+
font-family: "Montserrat";
|
123
|
+
font-weight: 900;
|
124
|
+
font-style: italic;
|
125
|
+
src: url("../webfonts/Montserrat-BlackItalic.woff2") format("woff2"), url("../webfonts/Montserrat-BlackItalic.woff") format("woff");
|
126
|
+
}
|
127
|
+
/** =================== MONTSERRAT ALTERNATES =================== **/
|
128
|
+
/** Montserrat Alternates Thin **/
|
129
|
+
@font-face {
|
130
|
+
font-family: "Montserrat Alternates";
|
131
|
+
font-weight: 100;
|
132
|
+
font-style: normal;
|
133
|
+
src: url("../webfonts/MontserratAlternates-Thin.woff2") format("woff2"), url("../webfonts/MontserratAlternates-Thin.woff") format("woff");
|
134
|
+
}
|
135
|
+
/** Montserrat Alternates Thin-Italic **/
|
136
|
+
@font-face {
|
137
|
+
font-family: "Montserrat Alternates";
|
138
|
+
font-weight: 100;
|
139
|
+
font-style: italic;
|
140
|
+
src: url("../webfonts/MontserratAlternates-ThinItalic.woff2") format("woff2"), url("../webfonts/MontserratAlternates-ThinItalic.woff") format("woff");
|
141
|
+
}
|
142
|
+
/** Montserrat Alternates ExtraLight **/
|
143
|
+
@font-face {
|
144
|
+
font-family: "Montserrat Alternates";
|
145
|
+
font-weight: 200;
|
146
|
+
font-style: normal;
|
147
|
+
src: url("../webfonts/MontserratAlternates-ExtraLight.woff2") format("woff2"), url("../webfonts/MontserratAlternates-ExtraLight.woff") format("woff");
|
148
|
+
}
|
149
|
+
/** Montserrat Alternates ExtraLight-Italic **/
|
150
|
+
@font-face {
|
151
|
+
font-family: "Montserrat Alternates";
|
152
|
+
font-weight: 200;
|
153
|
+
font-style: italic;
|
154
|
+
src: url("../webfonts/MontserratAlternates-ExtraLightItalic.woff2") format("woff2"), url("../webfonts/MontserratAlternates-ExtraLightItalic.woff") format("woff");
|
155
|
+
}
|
156
|
+
/** Montserrat Alternates Light **/
|
157
|
+
@font-face {
|
158
|
+
font-family: "Montserrat Alternates";
|
159
|
+
font-weight: 300;
|
160
|
+
font-style: normal;
|
161
|
+
src: url("../webfonts/MontserratAlternates-Light.woff2") format("woff2"), url("../webfonts/MontserratAlternates-Light.woff") format("woff");
|
162
|
+
}
|
163
|
+
/** Montserrat Alternates Light-Italic **/
|
164
|
+
@font-face {
|
165
|
+
font-family: "Montserrat Alternates";
|
166
|
+
font-weight: 300;
|
167
|
+
font-style: italic;
|
168
|
+
src: url("../webfonts/MontserratAlternates-LightItalic.woff2") format("woff2"), url("../webfonts/MontserratAlternates-LightItalic.woff") format("woff");
|
169
|
+
}
|
170
|
+
/** Montserrat Alternates Regular **/
|
171
|
+
@font-face {
|
172
|
+
font-family: "Montserrat Alternates";
|
173
|
+
font-weight: 400;
|
174
|
+
font-style: normal;
|
175
|
+
src: url("../webfonts/MontserratAlternates-Regular.woff2") format("woff2"), url("../webfonts/MontserratAlternates-Regular.woff") format("woff");
|
176
|
+
}
|
177
|
+
/** Montserrat Alternates Regular-Italic **/
|
178
|
+
@font-face {
|
179
|
+
font-family: "Montserrat Alternates";
|
180
|
+
font-weight: 400;
|
181
|
+
font-style: italic;
|
182
|
+
src: url("../webfonts/MontserratAlternates-Italic.woff2") format("woff2"), url("../webfonts/MontserratAlternates-Italic.woff") format("woff");
|
183
|
+
}
|
184
|
+
/** Montserrat Alternates Medium **/
|
185
|
+
@font-face {
|
186
|
+
font-family: "Montserrat Alternates";
|
187
|
+
font-weight: 500;
|
188
|
+
font-style: normal;
|
189
|
+
src: url("../webfonts/MontserratAlternates-Medium.woff2") format("woff2"), url("../webfonts/MontserratAlternates-Medium.woff") format("woff");
|
190
|
+
}
|
191
|
+
/** Montserrat Alternates Medium-Italic **/
|
192
|
+
@font-face {
|
193
|
+
font-family: "Montserrat Alternates";
|
194
|
+
font-weight: 500;
|
195
|
+
font-style: italic;
|
196
|
+
src: url("../webfonts/MontserratAlternates-MediumItalic.woff2") format("woff2"), url("../webfonts/MontserratAlternates-MediumItalic.woff") format("woff");
|
197
|
+
}
|
198
|
+
/** Montserrat Alternates SemiBold **/
|
199
|
+
@font-face {
|
200
|
+
font-family: "Montserrat Alternates";
|
201
|
+
font-weight: 600;
|
202
|
+
font-style: normal;
|
203
|
+
src: url("../webfonts/MontserratAlternates-SemiBold.woff2") format("woff2"), url("../webfonts/MontserratAlternates-SemiBold.woff") format("woff");
|
204
|
+
}
|
205
|
+
/** Montserrat Alternates SemiBold-Italic **/
|
206
|
+
@font-face {
|
207
|
+
font-family: "Montserrat Alternates";
|
208
|
+
font-weight: 600;
|
209
|
+
font-style: italic;
|
210
|
+
src: url("../webfonts/MontserratAlternates-SemiBoldItalic.woff2") format("woff2"), url("../webfonts/MontserratAlternates-SemiBoldItalic.woff") format("woff");
|
211
|
+
}
|
212
|
+
/** Montserrat Alternates Bold **/
|
213
|
+
@font-face {
|
214
|
+
font-family: "Montserrat Alternates";
|
215
|
+
font-weight: 700;
|
216
|
+
font-style: normal;
|
217
|
+
src: url("../webfonts/MontserratAlternates-Bold.woff2") format("woff2"), url("../webfonts/MontserratAlternates-Bold.woff") format("woff");
|
218
|
+
}
|
219
|
+
/** Montserrat Alternates Bold-Italic **/
|
220
|
+
@font-face {
|
221
|
+
font-family: "Montserrat Alternates";
|
222
|
+
font-weight: 700;
|
223
|
+
font-style: italic;
|
224
|
+
src: url("../webfonts/MontserratAlternates-BoldItalic.woff2") format("woff2"), url("../webfonts/MontserratAlternates-BoldItalic.woff") format("woff");
|
225
|
+
}
|
226
|
+
/** Montserrat Alternates ExtraBold **/
|
227
|
+
@font-face {
|
228
|
+
font-family: "Montserrat Alternates";
|
229
|
+
font-weight: 800;
|
230
|
+
font-style: normal;
|
231
|
+
src: url("../webfonts/MontserratAlternates-ExtraBold.woff2") format("woff2"), url("../webfonts/MontserratAlternates-ExtraBold.woff") format("woff");
|
232
|
+
}
|
233
|
+
/** Montserrat Alternates ExtraBold-Italic **/
|
234
|
+
@font-face {
|
235
|
+
font-family: "Montserrat Alternates";
|
236
|
+
font-weight: 800;
|
237
|
+
font-style: italic;
|
238
|
+
src: url("../webfonts/MontserratAlternates-ExtraBoldItalic.woff2") format("woff2"), url("../webfonts/MontserratAlternates-ExtraBoldItalic.woff") format("woff");
|
239
|
+
}
|
240
|
+
/** Montserrat Alternates Black **/
|
241
|
+
@font-face {
|
242
|
+
font-family: "Montserrat Alternates";
|
243
|
+
font-weight: 900;
|
244
|
+
font-style: normal;
|
245
|
+
src: url("../webfonts/MontserratAlternates-Black.woff2") format("woff2"), url("../webfonts/MontserratAlternates-Black.woff") format("woff");
|
246
|
+
}
|
247
|
+
/** Montserrat Alternates Black-Italic **/
|
248
|
+
@font-face {
|
249
|
+
font-family: "Montserrat";
|
250
|
+
font-weight: 900;
|
251
|
+
font-style: italic;
|
252
|
+
src: url("../webfonts/MontserratAlternates-BlackItalic.woff2") format("woff2"), url("../webfonts/MontserratAlternates-BlackItalic.woff") format("woff");
|
253
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
@font-face {
|
2
|
+
font-family: 'overpass-mono';
|
3
|
+
src: url('../webfonts/overpass-mono-light.eot');
|
4
|
+
src: url('../webfonts/overpass-mono-light.eot?#iefix') format('embedded-opentype'),
|
5
|
+
url('../webfonts/overpass-mono-light.woff2') format('woff2'),
|
6
|
+
url('../webfonts/overpass-mono-light.woff') format('woff'),
|
7
|
+
url('../webfonts/overpass-mono-light.ttf') format('truetype');
|
8
|
+
font-weight: 300;
|
9
|
+
font-style: normal;
|
10
|
+
}
|
11
|
+
|
12
|
+
@font-face {
|
13
|
+
font-family: 'overpass-mono';
|
14
|
+
src: url('../webfonts/overpass-mono-regular.eot');
|
15
|
+
src: url('../webfonts/overpass-mono-regular.eot?#iefix') format('embedded-opentype'),
|
16
|
+
url('../webfonts/overpass-mono-regular.woff2') format('woff2'),
|
17
|
+
url('../webfonts/overpass-mono-regular.woff') format('woff'),
|
18
|
+
url('../webfonts/overpass-mono-regular.ttf') format('truetype');
|
19
|
+
font-weight: 400;
|
20
|
+
font-style: normal;
|
21
|
+
}
|
22
|
+
|
23
|
+
@font-face {
|
24
|
+
font-family: 'overpass-mono';
|
25
|
+
src: url('../webfonts/overpass-mono-semibold.eot');
|
26
|
+
src: url('../webfonts/overpass-mono-semibold.eot?#iefix') format('embedded-opentype'),
|
27
|
+
url('../webfonts/overpass-mono-semibold.woff2') format('woff2'),
|
28
|
+
url('../webfonts/overpass-mono-semibold.woff') format('woff'),
|
29
|
+
url('../webfonts/overpass-mono-semibold.ttf') format('truetype');
|
30
|
+
font-weight: 500;
|
31
|
+
font-style: normal;
|
32
|
+
}
|
33
|
+
|
34
|
+
@font-face {
|
35
|
+
font-family: 'overpass-mono';
|
36
|
+
src: url('../webfonts/overpass-mono-bold.eot');
|
37
|
+
src: url('../webfonts/overpass-mono-bold.eot?#iefix') format('embedded-opentype'),
|
38
|
+
url('../webfonts/overpass-mono-bold.woff2') format('woff2'),
|
39
|
+
url('../webfonts/overpass-mono-bold.woff') format('woff'),
|
40
|
+
url('../webfonts/overpass-mono-bold.ttf') format('truetype');
|
41
|
+
font-weight: 600;
|
42
|
+
font-style: normal;
|
43
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
---
|
3
|
+
|
4
|
+
$font-family-path: "../webfonts";
|
5
|
+
|
6
|
+
@import "@fortawesome/fontawesome-free/scss/fontawesome";
|
7
|
+
@import "@fortawesome/fontawesome-free/scss/brands";
|
8
|
+
@import "@fortawesome/fontawesome-free/scss/solid";
|
9
|
+
|
10
|
+
@import "centos/fonts/montserrat";
|
11
|
+
@import "centos/fonts/overpass";
|
12
|
+
@import "centos/centos";
|
13
|
+
|
14
|
+
@import "bootstrap/scss/bootstrap";
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-centos-test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alain Reguera Delgado
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -58,8 +58,62 @@ email:
|
|
58
58
|
executables: []
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
|
-
files:
|
62
|
-
|
61
|
+
files:
|
62
|
+
- _includes/breadcrumbs.html
|
63
|
+
- _includes/download/cards-body-convert.html
|
64
|
+
- _includes/download/cards-body-doc.html
|
65
|
+
- _includes/download/cards-body-eol.html
|
66
|
+
- _includes/download/cards-body.html
|
67
|
+
- _includes/download/cards-footer.html
|
68
|
+
- _includes/download/cards-header-convert.html
|
69
|
+
- _includes/download/cards-header-doc.html
|
70
|
+
- _includes/download/cards-header-eol.html
|
71
|
+
- _includes/download/cards-header.html
|
72
|
+
- _includes/download/cards.html
|
73
|
+
- _includes/footer.html
|
74
|
+
- _includes/head-datatables.html
|
75
|
+
- _includes/head.html
|
76
|
+
- _includes/header.html
|
77
|
+
- _includes/header/blog.html
|
78
|
+
- _includes/header/home.html
|
79
|
+
- _includes/header/page.html
|
80
|
+
- _includes/header/post.html
|
81
|
+
- _includes/home/distributions.html
|
82
|
+
- _includes/home/news-and-events.html
|
83
|
+
- _includes/home/planet.html
|
84
|
+
- _includes/home/shortcuts.html
|
85
|
+
- _includes/home/sponsors.html
|
86
|
+
- _includes/hr.html
|
87
|
+
- _includes/navbar.html
|
88
|
+
- _includes/page/alert-danger.html
|
89
|
+
- _includes/page/alert-info.html
|
90
|
+
- _includes/page/alert-success.html
|
91
|
+
- _includes/page/alert-warning.html
|
92
|
+
- _includes/page/figure.html
|
93
|
+
- _includes/page/video.html
|
94
|
+
- _includes/post-nav-explorer.html
|
95
|
+
- _includes/post-nav.html
|
96
|
+
- _includes/search.html
|
97
|
+
- _includes/toc.html
|
98
|
+
- _includes/top.html
|
99
|
+
- _layouts/aside.html
|
100
|
+
- _layouts/blog.html
|
101
|
+
- _layouts/default.html
|
102
|
+
- _layouts/home.html
|
103
|
+
- _layouts/page-datatables.html
|
104
|
+
- _layouts/page.html
|
105
|
+
- _layouts/post.html
|
106
|
+
- _layouts/search.html
|
107
|
+
- _layouts/sponsors.html
|
108
|
+
- _sass/centos/_variables.scss
|
109
|
+
- _sass/centos/centos-blog.scss
|
110
|
+
- _sass/centos/centos-httpd.scss
|
111
|
+
- _sass/centos/centos-lists.scss
|
112
|
+
- _sass/centos/centos.scss
|
113
|
+
- _sass/centos/fonts/_montserrat.scss
|
114
|
+
- _sass/centos/fonts/_overpass.scss
|
115
|
+
- assets/css/stylesheet.scss
|
116
|
+
homepage: https://areguera.gitlab.io/jekyll-theme-centos
|
63
117
|
licenses:
|
64
118
|
- MIT
|
65
119
|
metadata: {}
|