jekyll-theme-centos 0.7.2 → 0.7.7

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: 9ae20582982212d79fae605aaeaf66359f4e9f8b010242d360b33e0ba63cecb1
4
- data.tar.gz: 8d34d7e1f2dfa8119b7ec95e5fb5fc4b2f344125c460160fd3f7fa26c75bf54e
3
+ metadata.gz: 6a2b951477c5432c04ba1f0d582c3c7ed34e73e05e759deb2a0a90e855f192a2
4
+ data.tar.gz: 17ad9416ce67a974a1a0c276cff20816e1b7fe356e614ae8140f138d00c53318
5
5
  SHA512:
6
- metadata.gz: dde3fe07a22270052b4b0bba3fdf0a28652cfa30a51bb352a3c5d478fb9d98baa7cac9ff73551c2f06cf7935472c1418814cd17b4a4bee6f6783024e2d137717
7
- data.tar.gz: c5e0c2781d4de5935a5d9345ba854411ac427cafeb8939baa46929879a04147fa022ce15aae0e084d6b6401a94d2df07672702b96a317bd9c820f2ca4f6998cc
6
+ metadata.gz: 5d52557d08c09f3a55a5015ff66854907afa87ac2d9c019c185ba9511cb5480cd8cbe3e5da543c71c4b68c14f8816338a4c20a5d8a1131cd0a20a049f36ec254
7
+ data.tar.gz: ac2e651550a6c1656e26cd0433af9cf104285575627538d9b3c5aec3a636b327cd2abd3b3120f7732e9c97c7a95b29df9528d17b5a08d64ba62a88de1e1a083e
@@ -1,6 +1,13 @@
1
+ body {
2
+ display: flex;
3
+ flex-direction: column;
4
+ min-height: 100vh;
5
+ }
6
+
1
7
  .home, .page, .blog, .aside, .download, .sponsors, .search, .post {
8
+ display: flex;
9
+ flex: 1;
2
10
  @extend .container;
3
- min-height: calc(30vh);
4
11
  }
5
12
 
6
13
  .home {
@@ -6,15 +6,15 @@ $centos-color-0: #9ccd2a;
6
6
  $centos-color-1: #efa724;
7
7
  $centos-color-2: #a14f8c;
8
8
  $centos-color-3: #262577;
9
- $centos-img-logo: "/assets/img/logo.png";
10
- $centos-img-motif: "/assets/img/motif.png";
9
+ $centos-img-logo: "../img/logo.png";
10
+ $centos-img-motif: "../img/motif.png";
11
11
 
12
12
  // Color system - based in the artistic motif palette and the number of
13
13
  // occurrence each color has in the image.
14
14
  $white: #fff;
15
15
  $primary: #0f5dd5;
16
16
  $secondary: #0f1c4c;
17
- $dark: #00001d;
17
+ $dark: #020008;
18
18
 
19
19
  // Header
20
20
  $home-header-padding-top: 202px;
@@ -33,7 +33,7 @@ $paragraph-margin-bottom: 1.8rem;
33
33
  $code-color: $dark;
34
34
 
35
35
  // Typography - Font, line-height, and color for body text, headings, and more.
36
- $font-family-path: "/assets/fonts";
36
+ $font-family-path: "../fonts";
37
37
  $font-family-sans-serif: Montserrat;
38
38
  $line-height-base: 1.75;
39
39
  $headings-line-height: $line-height-base - 0.3;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jekyll-theme-centos v0.7.2 (https://gitlab.com/areguera/jekyll-theme-centos/)
2
+ * jekyll-theme-centos v0.7.7 (https://gitlab.com/areguera/jekyll-theme-centos/)
3
3
  * Copyright 2020-2021 Alain Reguera Delgado
4
4
  * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
5
5
  */
@@ -1,7 +1,7 @@
1
1
  // Variables
2
2
  // --------------------------
3
3
 
4
- $fa-font-path: "/assets/fonts" !default;
4
+ $fa-font-path: "../fonts" !default;
5
5
  $fa-font-size-base: 16px !default;
6
6
  $fa-font-display: block !default;
7
7
  $fa-css-prefix: fa !default;
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.7.2
4
+ version: 0.7.7
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-06-18 00:00:00.000000000 Z
11
+ date: 2021-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll