jekyll-theme-rocket 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/_sass/jekyll-theme-rocket.scss +2 -2
- 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: 8e4b30edbd68b6dd89b92704d82c31e871dd39447cdc2622bdf9ba00d639067e
|
|
4
|
+
data.tar.gz: b4a85a097b3e01adb20d2451f1ba3d4044b87acf0b76420c81cc8881bfd3101b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8972e6bef4799254ad658c1051f3f727c1e7d81accad3e5e1ad9e6dc9ba017d6d1cf122cdf46b05aa3284bf04a7494b83ea557d10f0d2abeca8adda118a12f62
|
|
7
|
+
data.tar.gz: 1a0e6852763b5275723ad8924dc654ba2a70f24f597450c795b260661cb3ae6ac720529de1ed905e8c7e3c1553f752e7725ad222af6ac1d07347fe95c3839bb0
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# The Rocket theme
|
|
2
|
-
|
|
2
|
+
[](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.
|
|
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:#
|
|
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:#
|
|
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.
|
|
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-
|
|
11
|
+
date: 2022-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|