jekyll-theme-rocket 0.0.2 → 0.0.3

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: 3ee4baa519535235401f96a9bf75e4f349f1938af414d4928581d021dbcd37f8
4
- data.tar.gz: 9355b61b3cee307bd5edd6c3156b9da5840442658318c28a4fc5c1e9208b03cc
3
+ metadata.gz: 8e4b30edbd68b6dd89b92704d82c31e871dd39447cdc2622bdf9ba00d639067e
4
+ data.tar.gz: b4a85a097b3e01adb20d2451f1ba3d4044b87acf0b76420c81cc8881bfd3101b
5
5
  SHA512:
6
- metadata.gz: 81c5d4b52dfc19d7c628b0bbd491b4d87ea59b9749cdaec7a5458768466cd8260c54d06b790ed4c1156f704aaa0127ca59f6c7a952f444e092e46b6eac78c4cd
7
- data.tar.gz: e35c40589c47ac0b9fdd9e910e2c1a1c9f9ae34a771d494aa98cc9e69aba6b85a0507c4435455889fb40441e3669865feb6841c10ab576e0f3f470d557f703fc
6
+ metadata.gz: 8972e6bef4799254ad658c1051f3f727c1e7d81accad3e5e1ad9e6dc9ba017d6d1cf122cdf46b05aa3284bf04a7494b83ea557d10f0d2abeca8adda118a12f62
7
+ data.tar.gz: 1a0e6852763b5275723ad8924dc654ba2a70f24f597450c795b260661cb3ae6ac720529de1ed905e8c7e3c1553f752e7725ad222af6ac1d07347fe95c3839bb0
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # The Rocket theme
2
-
2
+ [![.github/workflows/ci.yaml](https://github.com/L-Nafaryus/jekyll-theme-rocket/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/L-Nafaryus/jekyll-theme-rocket/actions/workflows/ci.yaml)
3
3
 
4
4
  *Rocket is a Jekyll theme for GitHub Pages inspired by [rocket.rs](https://rocket.rs) style.*
5
5
 
@@ -11,7 +11,7 @@ To use the Rocket theme:
11
11
  1. Add the following to your site's `_config.yml`:
12
12
 
13
13
  ```yml
14
- remote_theme: L-Nafaryus/jekyll-theme-rocket@v0.0.1
14
+ remote_theme: L-Nafaryus/jekyll-theme-rocket@v0.0.3
15
15
  plugins:
16
16
  - jekyll-remote-theme # add this line to the plugins list if you already have one
17
17
  ```
@@ -62,7 +62,7 @@ samp {
62
62
  a {
63
63
  background-color:transparent;
64
64
  -webkit-text-decoration-skip:objects;
65
- color:#ffcc00;
65
+ color:#eeb76b;
66
66
  text-decoration:none
67
67
  }
68
68
  a:active,
@@ -1560,7 +1560,7 @@ footer {
1560
1560
  }
1561
1561
  footer a {
1562
1562
  font-size:14px;
1563
- color:#ffcc00;
1563
+ color:#eeb76b;
1564
1564
  }
1565
1565
  footer h2 {
1566
1566
  font-size:36px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-rocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Kusayko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-06 00:00:00.000000000 Z
11
+ date: 2022-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll