jekyll-theme-centos 2.0.8 → 2.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/{header/blog.html → blog/header.html} +0 -0
- data/_includes/{page → default}/alert-danger.html +0 -0
- data/_includes/{page → default}/alert-info.html +0 -0
- data/_includes/{page → default}/alert-success.html +0 -0
- data/_includes/{page → default}/alert-warning.html +0 -0
- data/_includes/{page → default}/figure.html +0 -0
- data/_includes/{header/page.html → default/header.html} +0 -0
- data/_includes/{page → default}/video.html +0 -0
- data/_includes/header.html +3 -5
- data/_includes/home/header.html +1 -1
- data/_includes/{header/post.html → post/header.html} +0 -0
- data/_sass/centos/_variables.scss +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29c900c119123f8971904845bdba7deb46d38f364cf3bbb6b2e9f1dfc0a8696e
|
4
|
+
data.tar.gz: f29ff30e9928b2fbba999a39445e2cd0843d376d99373079c229aaf7049510d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b24a6cc7d57c1872aabe52efc1b832f035a1547834afe079bf5627c75ef013c735c8e4bdf353abf84661d25aa93e59a665035275167d9c0ad6775cc320f3f28
|
7
|
+
data.tar.gz: 24e7e1ec8f526de06804a09ef50c850f4d2556123105abc6566bd9ab03c193f6fd24764c0744acac8bc8e35f44b38401f827ae7b1fdb907eacf25b3521b94303
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/_includes/header.html
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
{% if page.layout == "home" %}
|
2
|
-
{% include header
|
2
|
+
{% include home/header.html %}
|
3
3
|
{% elsif page.layout == "blog" %}
|
4
|
-
{% include header
|
5
|
-
{% elsif page.layout == "post" %}
|
6
|
-
{% include header/post.html %}
|
4
|
+
{% include blog/header.html %}
|
7
5
|
{% else %}
|
8
|
-
{% include header
|
6
|
+
{% include default/header.html %}
|
9
7
|
{% endif %}
|
data/_includes/home/header.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<div class="bg-dark py-5" style="background: url({{ site.baseurl }}/assets/img/centos-motif.png) right center / cover;">
|
2
|
-
<div class="container text-white text-center">
|
2
|
+
<div class="container py-5 text-white text-center">
|
3
3
|
<div class="row">
|
4
4
|
<div class="col">
|
5
5
|
<h1 class="display-1 fw-bold">{{ site.title }}</h1>
|
File without changes
|
@@ -22,4 +22,4 @@ $font-family-sans-serif: Montserrat, system-ui, -apple-system, "Segoe UI",
|
|
22
22
|
$font-family-monospace: overpass-mono, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
23
23
|
$headings-font-weight: 700;
|
24
24
|
$line-height-base: 1.75;
|
25
|
-
$headings-line-height:
|
25
|
+
$headings-line-height: 2;
|
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.0.
|
4
|
+
version: 2.0.9
|
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-12-
|
11
|
+
date: 2022-12-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -59,7 +59,15 @@ executables: []
|
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
+
- _includes/blog/header.html
|
62
63
|
- _includes/breadcrumbs.html
|
64
|
+
- _includes/default/alert-danger.html
|
65
|
+
- _includes/default/alert-info.html
|
66
|
+
- _includes/default/alert-success.html
|
67
|
+
- _includes/default/alert-warning.html
|
68
|
+
- _includes/default/figure.html
|
69
|
+
- _includes/default/header.html
|
70
|
+
- _includes/default/video.html
|
63
71
|
- _includes/download/cards-body-convert.html
|
64
72
|
- _includes/download/cards-body-doc.html
|
65
73
|
- _includes/download/cards-body-eol.html
|
@@ -75,9 +83,6 @@ files:
|
|
75
83
|
- _includes/head-datatables.html
|
76
84
|
- _includes/head.html
|
77
85
|
- _includes/header.html
|
78
|
-
- _includes/header/blog.html
|
79
|
-
- _includes/header/page.html
|
80
|
-
- _includes/header/post.html
|
81
86
|
- _includes/home/distributions.html
|
82
87
|
- _includes/home/header.html
|
83
88
|
- _includes/home/news-and-events.html
|
@@ -85,14 +90,9 @@ files:
|
|
85
90
|
- _includes/home/sponsors.html
|
86
91
|
- _includes/hr.html
|
87
92
|
- _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
93
|
- _includes/post-nav-explorer.html
|
95
94
|
- _includes/post-nav.html
|
95
|
+
- _includes/post/header.html
|
96
96
|
- _includes/search.html
|
97
97
|
- _includes/toc-accordion.html
|
98
98
|
- _includes/toc.html
|