yefeme 0.5.6 → 0.5.7
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/_layouts/home.html +18 -10
- data/_sass/yefeme.scss +2 -6
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72bf5e360bd6b27545f59248a569289921049cbfb27dec8e43539fdc4a87ee43
|
|
4
|
+
data.tar.gz: 8248e2fd13402cfdd80e0841ded8f9d5485d41885a48d79d30c39182dfee26a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b7247790b674a459b8eb84019ff98eacb0807406329f3a5ffdcf1f7edad7b3189370b1033d229076e035dda0314a171232fb2415dcce7245e1fa09f64d11bdc
|
|
7
|
+
data.tar.gz: 3afaf7e4411160847253075794e92c57822e9526fae03939e04d4434abc8a99ee77321231788e64b82e0c8d6dd8145c33892fa6c8289fad98e43c83fe02efe5a
|
data/_layouts/home.html
CHANGED
|
@@ -6,17 +6,25 @@ layout: default
|
|
|
6
6
|
<div class="logo logo-closer-to-top-on-mobile">
|
|
7
7
|
{% include logo.svg width=103 height=136 %}
|
|
8
8
|
<div class="under under-large">
|
|
9
|
-
|
|
9
|
+
{% if site.title %}
|
|
10
|
+
<h1><em>{{ site.title | escape }}</em></h1>
|
|
11
|
+
{% endif %}
|
|
10
12
|
<div class="social">
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
13
|
+
{% if site.twitter_username %}
|
|
14
|
+
<a aria-label="Twitter" href="https://twitter.com/{{ site.twitter_username }}">
|
|
15
|
+
{% include twitter.svg %}
|
|
16
|
+
</a>
|
|
17
|
+
{% endif %}
|
|
18
|
+
{% if site.github_username %}
|
|
19
|
+
<a aria-label="GitHub" href="https://github.com/{{ site.github_username }}">
|
|
20
|
+
{% include github.svg %}
|
|
21
|
+
</a>
|
|
22
|
+
{% endif %}
|
|
23
|
+
{% if site.email %}
|
|
24
|
+
<a aria-label="Email (opens mail client)" href="mailto:{{ site.email }}">
|
|
25
|
+
{% include email.svg %}
|
|
26
|
+
</a>
|
|
27
|
+
{% endif %}
|
|
20
28
|
</div>
|
|
21
29
|
</div>
|
|
22
30
|
</div>
|
data/_sass/yefeme.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yefeme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yefim Vedernikoff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -92,7 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
93
|
version: '0'
|
|
94
94
|
requirements: []
|
|
95
|
-
|
|
95
|
+
rubyforge_project:
|
|
96
|
+
rubygems_version: 2.7.6
|
|
96
97
|
signing_key:
|
|
97
98
|
specification_version: 4
|
|
98
99
|
summary: Yefim's custom jekyll theme
|