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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdbee3f25269d297aef815fe8f91475cc16eeb030fee80ed49a3c226121e2e08
4
- data.tar.gz: c771672f8a9980ffd713eea85e1f9e5218a631d92cbebe7ad7fca65c0add4f1a
3
+ metadata.gz: 8f96c4e749bbac2cc49fe168b2d3ac76b218d940288a7d6668bee7be1fed2338
4
+ data.tar.gz: 597d0a2a11342884c308fe0ca83d9b716097b7219acd009535a66ff1b14da58c
5
5
  SHA512:
6
- metadata.gz: 39c5a63354ca60af46c9281e762332f969a3c9c92e2f4e57854dc499718d65b0f05e7eef65729d4b468caca15c735a00d212f51145ef5065287b5f833d9c3026
7
- data.tar.gz: cf3f643f83264d6636e17f7aaf767f81efbc340e92b7524d940b27661dfa996416fc3408a74d3eb1484c1801d72584233ab1e1c37486908825cca4947004ab31
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">
@@ -15,7 +15,7 @@
15
15
  justify-content: center;
16
16
  flex-direction: column;
17
17
 
18
- &__title, &__description, &__preamble, &__worklines {
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
- margin-bottom: $line-height-base - 1em;
30
- margin-right: $line-height-base - 1em;
31
- color: $white;
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
  }
@@ -1,4 +1,4 @@
1
- .home, .page, .blog, .aside, .download, .sponsors, .search {
1
+ .home, .page, .blog, .aside, .download, .sponsors, .search, .post {
2
2
  @extend .container;
3
3
  min-height: calc(30vh);
4
4
  padding-top: $paragraph-margin-bottom;
@@ -18,7 +18,7 @@
18
18
  }
19
19
 
20
20
  pre {
21
- @extend .pre-scrollable;
21
+ @extend .highlight, .pre-scrollable;
22
22
  padding: 1rem;
23
23
  }
24
24
 
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.0
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-17 00:00:00.000000000 Z
11
+ date: 2021-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll