jekyll-theme-centos 0.2.0 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/blog.html +0 -2
- data/_layouts/post.html +1 -1
- data/_sass/centos/_header.scss +5 -8
- data/_sass/centos/_main.scss +1 -1
- data/_sass/centos/mixins/_content.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f96c4e749bbac2cc49fe168b2d3ac76b218d940288a7d6668bee7be1fed2338
|
4
|
+
data.tar.gz: 597d0a2a11342884c308fe0ca83d9b716097b7219acd009535a66ff1b14da58c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd8057763fc3cc37eb22bed9cd7475d9d78527ad5737082bbe8b0b238382a4d8b679183d77147fc68b963fe919969179d24224412adbcd93b4314ca019184bea
|
7
|
+
data.tar.gz: 25724c68d018a3d338b8b8cafc9563ddbed45290ad79e57e6a12356c9d805a3f9ddcc2de7386315be211ac9d044a80d168ca80c7e56ef578726988bec01caf8f
|
data/_layouts/blog.html
CHANGED
@@ -29,7 +29,6 @@ layout: default
|
|
29
29
|
{%- endif -%}
|
30
30
|
</section>
|
31
31
|
|
32
|
-
{% if paginator.total_pages > 1 %}
|
33
32
|
<nav class="blog__navbar">
|
34
33
|
{% if paginator.previous_page %}
|
35
34
|
<div class="blog__navbar__newer">
|
@@ -49,7 +48,6 @@ layout: default
|
|
49
48
|
<a href="{{ paginator.next_page_path }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Older Posts"><i class="fas fa-arrow-right"></i></button></a>
|
50
49
|
</div>
|
51
50
|
</div>
|
52
|
-
{% endif %}
|
53
51
|
</nav>
|
54
52
|
|
55
53
|
</main>
|
data/_layouts/post.html
CHANGED
@@ -28,7 +28,7 @@ layout: default
|
|
28
28
|
<a href="{{ page.previous.url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Previous Post - {{ page.previous.title }}"><i class="fas fa-arrow-left"></i></button></a>
|
29
29
|
</div>
|
30
30
|
<div class="blog__navbar_entries">
|
31
|
-
<a href="{{ "/blog" | relative_url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a>
|
31
|
+
<a href="{{ "/blog.html" | relative_url }}"><button type="button" class="btn btn-light" data-toggle="tooltip" data-placement="top" title="Blog posts"><i class="fas fa-th"></i></button></a>
|
32
32
|
</div>
|
33
33
|
{% if page.next.url %}
|
34
34
|
<div class="post__navbar__older">
|
data/_sass/centos/_header.scss
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
justify-content: center;
|
16
16
|
flex-direction: column;
|
17
17
|
|
18
|
-
&__title, &__description, &__preamble
|
18
|
+
&__title, &__description, &__preamble {
|
19
19
|
@extend .container;
|
20
20
|
text-shadow: 0 0 5px $black;
|
21
21
|
}
|
@@ -25,14 +25,11 @@
|
|
25
25
|
}
|
26
26
|
|
27
27
|
&__worklines {
|
28
|
+
@extend .container;
|
28
29
|
.btn {
|
29
|
-
|
30
|
-
margin-
|
31
|
-
|
32
|
-
background: rgba($black, 0.4);
|
33
|
-
&:hover {
|
34
|
-
background: rgba($black, 0.75);
|
35
|
-
}
|
30
|
+
@extend .btn, .btn-outline-light;
|
31
|
+
margin-bottom: 1rem;
|
32
|
+
margin-right: 1rem;
|
36
33
|
}
|
37
34
|
}
|
38
35
|
}
|
data/_sass/centos/_main.scss
CHANGED
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: 0.2.
|
4
|
+
version: 0.2.5
|
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: 2021-02-
|
11
|
+
date: 2021-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|