yefeme 0.4.1 → 0.4.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: cc151bc3b9b3487595a6ee20618a9b16e8732785
4
- data.tar.gz: dfc82507769229ab83d53534dbb19003552554ce
2
+ SHA256:
3
+ metadata.gz: db362fe622802756d8cf545f1b3e5c30b1ec2b2502123135e5cec727ae166489
4
+ data.tar.gz: a928600d3c0fc5fe0c4fac83bd278c9d7468e3c346454b9573b2fff7ce5d6806
5
5
  SHA512:
6
- metadata.gz: 01df58e19872821cf4d97080878fee2be108ba65c6b53893f7e91d23fcc3aff9c35cf02bcb93029f16cd394d39fb0383be0d43dbe0af623b864811ae17853a5c
7
- data.tar.gz: f3a9f7d119604d6b3f141673a6d2c1e785f0b77d73a2b5cd1aaf32a912608930ae341e93cf51e48152c8dd1c8774152fa6a4ff58fb76951114cb9c7fdf9767d9
6
+ metadata.gz: 9b72201c022817722cebd62f3ba63581a0d73916e195e9771a298825bc12b0b5769882fdc7643a0304b11e620272437d988e4fc949ceb0c5d3457124b7f6e449
7
+ data.tar.gz: ffe9aab16dce8fbc0fe4ec4b19ffc7ad3d73fa51f50c2227d0438690a7beb1718da4b2439fdd54b4c1d090b9e3ec64b31b4c48b57d1f80d1aafa4b407858ccde
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"
2
+ width="16" height="16"
3
+ aria-label="Email" role="img"
4
+ viewBox="0 0 512 512"><rect
5
+ width="512" height="512"
6
+ rx="15%"
7
+ fill="#f22939"/><rect width="356" height="256" x="78" y="128" fill="#fff" rx="8%"/><path fill="none" stroke="#f22939" stroke-width="20" d="M434 128L269 292c-7 8-19 8-26 0L78 128m0 256l129-128m227 128L305 256"/></svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"
2
+ width="16" height="16"
3
+ aria-label="Github" role="img"
4
+ viewBox="0 0 512 512"><rect
5
+ width="512" height="512"
6
+ rx="15%"
7
+ fill="#f22939"/><path fill="#fff" d="M335 499c14 0 12 17 12 17H165s-2-17 12-17c13 0 16-6 16-12l-1-50c-71 16-86-28-86-28-12-30-28-37-28-37-24-16 1-16 1-16 26 2 40 26 40 26 22 39 59 28 74 22 2-17 9-28 16-35-57-6-116-28-116-126 0-28 10-51 26-69-3-6-11-32 3-67 0 0 21-7 70 26 42-12 86-12 128 0 49-33 70-26 70-26 14 35 6 61 3 67 16 18 26 41 26 69 0 98-60 120-117 126 10 8 18 24 18 48l-1 70c0 6 3 12 16 12z"/></svg>
data/_includes/head.html CHANGED
@@ -28,7 +28,6 @@
28
28
  <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
29
29
 
30
30
  <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
31
- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
32
31
  <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700|Libre+Baskerville:400,400i,700" rel="stylesheet">
33
32
  <link rel="stylesheet" href="{{ "/assets/yefeme.css" | relative_url }}">
34
33
  </head>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"
2
+ width="16" height="16"
3
+ aria-label="Twitter" role="img"
4
+ viewBox="0 0 512 512"><rect
5
+ width="512" height="512"
6
+ rx="15%"
7
+ fill="#f22939"/><path fill="#fff" d="M437 152a72 72 0 0 1-40 12 72 72 0 0 0 32-40 72 72 0 0 1-45 17 72 72 0 0 0-122 65 200 200 0 0 1-145-74 72 72 0 0 0 22 94 72 72 0 0 1-32-7 72 72 0 0 0 56 69 72 72 0 0 1-32 1 72 72 0 0 0 67 50 200 200 0 0 1-105 29 200 200 0 0 0 309-179 200 200 0 0 0 35-37"/></svg>
data/_layouts/home.html CHANGED
@@ -10,7 +10,15 @@ layout: default
10
10
  <div class="under under-large">
11
11
  <h1><em>{{ site.title | escape }}</em></h1>
12
12
  <div class="social">
13
- <a aria-label="Twitter" class="accent" href="https://twitter.com/{{ site.twitter }}"><i class="fa fa-twitter"></i></a><a aria-label="GitHub" class="accent" href="https://github.com/{{ site.github }}"><i class="fa fa-github"></a></i><a aria-label="Email (opens mail client)" class="accent make-mail-smaller" href="mailto:{{ site.email }}"><i class="fa fa-paper-plane"></i></a>
13
+ <a aria-label="Twitter" class="accent" href="https://twitter.com/{{ site.twitter }}">
14
+ {% include twitter.svg %}
15
+ </a><!--
16
+ --><a aria-label="GitHub" class="accent" href="https://github.com/{{ site.github }}">
17
+ {% include github.svg %}
18
+ </a><!--
19
+ --><a aria-label="Email (opens mail client)" class="accent make-mail-smaller" href="mailto:{{ site.email }}">
20
+ {% include email.svg %}
21
+ </a>
14
22
  </div>
15
23
  </div>
16
24
  </div>
data/_sass/yefeme.scss CHANGED
@@ -256,17 +256,11 @@ article {
256
256
  }
257
257
 
258
258
  .social {
259
- align-items: center;
260
259
  display: flex;
261
260
  margin: 16px 0 0;
262
261
 
263
262
  a {
264
- font-size: 16px;
265
263
  margin: 0 16px 0 0;
266
-
267
- &.make-mail-smaller {
268
- font-size: 14px;
269
- }
270
264
  }
271
265
 
272
266
  @media only screen and (max-width: 1080px) {
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.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yefim Vedernikoff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-16 00:00:00.000000000 Z
11
+ date: 2018-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -61,7 +61,10 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
+ - _includes/email.svg
65
+ - _includes/github.svg
64
66
  - _includes/head.html
67
+ - _includes/twitter.svg
65
68
  - _layouts/default.html
66
69
  - _layouts/home.html
67
70
  - _layouts/post.html
@@ -88,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
91
  version: '0'
89
92
  requirements: []
90
93
  rubyforge_project:
91
- rubygems_version: 2.4.5
94
+ rubygems_version: 2.7.3
92
95
  signing_key:
93
96
  specification_version: 4
94
97
  summary: Yefim's custom jekyll theme