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 +4 -4
- data/_sass/centos/_main.scss +8 -1
- data/_sass/centos/_variables.scss +4 -4
- data/_sass/centos/centos.scss +1 -1
- data/_sass/fontawesome/_variables.scss +1 -1
- data/assets/img/motif.png +0 -0
- 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: 6a2b951477c5432c04ba1f0d582c3c7ed34e73e05e759deb2a0a90e855f192a2
|
4
|
+
data.tar.gz: 17ad9416ce67a974a1a0c276cff20816e1b7fe356e614ae8140f138d00c53318
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d52557d08c09f3a55a5015ff66854907afa87ac2d9c019c185ba9511cb5480cd8cbe3e5da543c71c4b68c14f8816338a4c20a5d8a1131cd0a20a049f36ec254
|
7
|
+
data.tar.gz: ac2e651550a6c1656e26cd0433af9cf104285575627538d9b3c5aec3a636b327cd2abd3b3120f7732e9c97c7a95b29df9528d17b5a08d64ba62a88de1e1a083e
|
data/_sass/centos/_main.scss
CHANGED
@@ -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: "
|
10
|
-
$centos-img-motif: "
|
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: #
|
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: "
|
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;
|
data/_sass/centos/centos.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jekyll-theme-centos v0.7.
|
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
|
*/
|
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.
|
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-
|
11
|
+
date: 2021-07-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|