jekyll-theme-satellite 1.2.5 → 1.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -3
- data/_includes/sidebar.html +1 -1
- 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: 448e295e716ec32f2dad173b791fcee9e42c264e229fb39d3501cf82ea2418c0
|
4
|
+
data.tar.gz: a71ec9b39495b1c87e58ff2b7d26a4a0663f3ce59e563b2d481a81940106b450
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 455e709bf4dc456025224c65cd9002641a06bc3fade886f8c95245279cd3516abbd5e8dda06ee8815e180081f509130dc0fc2a5e0eaa637d72422b34027c5886
|
7
|
+
data.tar.gz: 562522fda3c17408b3a23b3ee38fb30fbeb5cdef7236998ad600f00d8227bb22571970a6b7f783913fe8be51244826a7fff3debbbe1e3097ef97c14fd86daeca
|
data/README.md
CHANGED
@@ -39,7 +39,6 @@ Live demo is available [here](https://byanko55.github.io)
|
|
39
39
|
* Table of Contents
|
40
40
|
* Visitor Counter (*goatcounter*)
|
41
41
|
|
42
|
-
<br></br>
|
43
42
|
|
44
43
|
## Installation
|
45
44
|
|
@@ -88,7 +87,7 @@ instagram_username: instagram
|
|
88
87
|
linkedin_username: linkedin
|
89
88
|
facebook_username: facebook
|
90
89
|
```
|
91
|
-
|
90
|
+
|
92
91
|
|
93
92
|
### Run site locally
|
94
93
|
|
@@ -97,7 +96,7 @@ From the site root directory, install the dependencies:
|
|
97
96
|
```
|
98
97
|
bundle install
|
99
98
|
```
|
100
|
-
|
99
|
+
|
101
100
|
|
102
101
|
Start a Jekyll service.
|
103
102
|
|
data/_includes/sidebar.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<h1 class="site-tab">
|
4
4
|
<a href="/" class="site-name">
|
5
5
|
<img src="{{ '/assets/img/icon/house.webp' }}" alt="">
|
6
|
-
<mark>
|
6
|
+
<mark>{{ site.title }}</mark>
|
7
7
|
</a>
|
8
8
|
<button id="btn-brightness" aria-label="brightness-button">
|
9
9
|
<svg class='ico-dark' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z"/></svg>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-satellite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yankos
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|