jekyll-theme-centos 0.2.2 → 0.3.0

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: 914363ee2ebc6745792907e63794e8db682c80fd6099c42dd54c01f1af6497f1
4
- data.tar.gz: 29888f478d3d8e3a18f1e251d24efbab42c95616ed0f225049bf823871a262b2
3
+ metadata.gz: 4d7a3680d6653496c5d0e7da9074709d0c758fe5df1bd920a2ae0f5163bd28b3
4
+ data.tar.gz: 92305a7364a76d65e6aa36320a4cdb08214b3ca4e546d159e629d05380b2b333
5
5
  SHA512:
6
- metadata.gz: 3fef267292959527adb8f47723ebec319b8893c166596aa148d46b98787352dca9c828116540b039e9938039cef272e22ae8d2a7b22b72800d7b91847b943d09
7
- data.tar.gz: 9c1dfdc65d85307a645b33f9a2963b5e811936312d426029eb2e7e7a6c19e8cd86bde66217139769a6d8d9a60629e2af209caae329e33d0b9e371e5aca84865a
6
+ metadata.gz: 48341f8f9ff022fa0adb16ef1d69487d82176ddf11837c447815bb8ce5fb2afb501db5882357550946a3d6b630d408197892878718580d057f2d09399e5531a1
7
+ data.tar.gz: 200d36937dae7f7dda92e1deba73d946bf53f76b53cbb66bd6f581e0ab759448a113ba65ee4027ca95b8fe966b0de59c80c1156ac35ef8dca93118766cc0d428
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">
@@ -19,8 +19,7 @@
19
19
  color: $nord-color-6;
20
20
  background-color: $black;
21
21
  font-size: $font-size-base * 0.9;
22
-
23
- margin-top: $line-height-base * 2rem;
22
+ text-shadow: 0 0 5px $black;
24
23
 
25
24
  scroll-margin-top: $scroll-margin-top;
26
25
  margin-top: $heading-margin-top;
@@ -4,7 +4,9 @@
4
4
  background-image: url($background-image);
5
5
  background-color: $black;
6
6
  background-size: cover;
7
- background-position: center right;
7
+ background-position: top right;
8
+
9
+ text-shadow: 0 0 5px $black;
8
10
 
9
11
  &__home {
10
12
  padding-top: 4rem;
@@ -15,23 +17,22 @@
15
17
  justify-content: center;
16
18
  flex-direction: column;
17
19
 
18
- &__title, &__description, &__preamble, &__worklines {
20
+ &__title, &__description, &__preamble {
19
21
  @extend .container;
20
- text-shadow: 0 0 5px $black;
21
22
  }
22
23
 
23
- &__description, &__preamble {
24
+ &__description {
24
25
  @extend .lead;
25
26
  }
26
27
 
27
28
  &__worklines {
29
+ @extend .container;
28
30
  .btn {
29
- margin-bottom: $line-height-base - 1em;
30
- margin-right: $line-height-base - 1em;
31
- color: $white;
32
- background: rgba($black, 0.4);
31
+ @extend .btn, .btn-outline-light;
32
+ margin-bottom: 1rem;
33
+ margin-right: 1rem;
33
34
  &:hover {
34
- background: rgba($black, 0.75);
35
+ text-shadow: none;
35
36
  }
36
37
  }
37
38
  }
@@ -29,7 +29,6 @@
29
29
  }
30
30
  }
31
31
 
32
-
33
32
  blockquote {
34
33
  @extend .blockquote;
35
34
  font-size: $font-size-base;
data/assets/img/motif.png CHANGED
Binary file
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.2
4
+ version: 0.3.0
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-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll