lbenicio-minimal-v1 1.0.7 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/footer.html +1 -1
- data/assets/style.scss +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '038c7aa9367373679bae2b166a96876c217fd813831ec615a27c7d5d9ebb3446'
|
4
|
+
data.tar.gz: fece2e50f014eb6c44b60fec37ba92d735230a8dd7fe985d97a74971c0c9afcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c8f5015b6d713ef6663aede53abc06fca2125b3b300a01c694c3b9be55a82505b7bec0f6e32b719b298acf39356f30f5efc2ea4dc974dd509d685a28059f2f4
|
7
|
+
data.tar.gz: 27a8cc0122b35ea823db6ed887698f216c323a070459c2c1aa84ca2c0cd58e870f3ba151927fe756bff778febdd9d7abfc7834d55dc96d386b3b384b2945d5a7
|
data/_includes/footer.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<div class="row">
|
4
4
|
<div class="offset-md-4 col-md-4 col-10 offset-1">
|
5
5
|
<p>
|
6
|
-
The theme of this blog is open sourced <a href="https://github.com/{{ site.github_username }}/{{ site.github_username }}.github.io" target="_blank" id="repo">
|
6
|
+
The theme of this blog is open sourced on <a href="https://github.com/{{ site.github_username }}/{{ site.github_username }}.github.io" target="_blank" id="repo">GitHub</a> by <a href="https://twitter.com/{{ site.twitter_username }}" target="_blank" id="twitter">{{ site.twitter_username }}</a>.
|
7
7
|
</p>
|
8
8
|
</div>
|
9
9
|
</div>
|
data/assets/style.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lbenicio-minimal-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leonardo Benicio
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll-seo-tag
|
@@ -240,7 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
240
240
|
- !ruby/object:Gem::Version
|
241
241
|
version: '0'
|
242
242
|
requirements: []
|
243
|
-
rubygems_version: 3.
|
243
|
+
rubygems_version: 3.4.1
|
244
244
|
signing_key:
|
245
245
|
specification_version: 4
|
246
246
|
summary: Personal website and blog theme.
|