yefeme 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/home.html +18 -10
  3. data/_sass/yefeme.scss +2 -6
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 765e9d00fa33cb637eed18a21c47fbe5378a6af742da0b5255fff73c18a480f8
4
- data.tar.gz: 692df8785f20577727182b81ce059bca03827d6780dd01b8855e380653635c19
3
+ metadata.gz: 72bf5e360bd6b27545f59248a569289921049cbfb27dec8e43539fdc4a87ee43
4
+ data.tar.gz: 8248e2fd13402cfdd80e0841ded8f9d5485d41885a48d79d30c39182dfee26a1
5
5
  SHA512:
6
- metadata.gz: 7b06d1b61e53c37125ae957cac0887325b1236ee3437c5cccfd69f404b289b1d38e6e6298f9e0f44b2e2ac553cfd9830975e75f1926121376e3fe29001f9d04e
7
- data.tar.gz: 6676f7e72638f565d7f953983006c6590c2860a924f2c9c8e52b11c41e7a0c3e96590cbeb43edc754a27717aacc7d7e7f48e1e829e5c3343da091f621553a39c
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
- <h1><em>{{ site.title | escape }}</em></h1>
9
+ {% if site.title %}
10
+ <h1><em>{{ site.title | escape }}</em></h1>
11
+ {% endif %}
10
12
  <div class="social">
11
- <a aria-label="Twitter" class="accent" href="https://twitter.com/{{ site.twitter_username }}">
12
- {% include twitter.svg %}
13
- </a><!--
14
- --><a aria-label="GitHub" class="accent" href="https://github.com/{{ site.github_username }}">
15
- {% include github.svg %}
16
- </a><!--
17
- --><a aria-label="Email (opens mail client)" class="accent make-mail-smaller" href="mailto:{{ site.email }}">
18
- {% include email.svg %}
19
- </a>
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
@@ -24,13 +24,9 @@ body {
24
24
  font-family: "Libre Baskerville", serif;
25
25
  }
26
26
 
27
+ li,
28
+ ol,
27
29
  ul {
28
- list-style: none;
29
- margin: 0;
30
- padding: 0;
31
- }
32
-
33
- li {
34
30
  margin: 0;
35
31
  padding: 0;
36
32
  }
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.6
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-01-18 00:00:00.000000000 Z
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
- rubygems_version: 3.0.1
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