yefeme 0.5.4 → 0.5.5
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/_includes/email.svg +1 -1
- data/_includes/github.svg +1 -1
- data/_includes/logo.svg +1 -1
- data/_includes/twitter.svg +1 -1
- data/_sass/highlight.scss +1 -1
- data/_sass/yefeme.scss +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: 69115d94a0b714f6df14b4f0fcba32d0d2c199db85441bc9cb5301b86c5bd2f4
|
|
4
|
+
data.tar.gz: 42e94514b7d59d290d051d1d0df3c56ec8c1d6e1ef023f0779d454cfd76d6615
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c5bbccf130ba9877c5b5b439b65fb0411c4d2ce4e75723a7ae50e8b57106914f6637bd4777dbca571c9170197556261721c99c3796dd94df6e289cc1a08abed
|
|
7
|
+
data.tar.gz: ec203fa189e91c3fdae4c43b1c8483fbf4e3574a100ba273998e25fb33850700a5d88e78ac4e3493ebce21c47fd850e17a654b1389e5e3bb8a09047a9441d6e2
|
data/_includes/email.svg
CHANGED
|
@@ -4,4 +4,4 @@ aria-label="Email" role="img"
|
|
|
4
4
|
viewBox="0 0 512 512"><rect
|
|
5
5
|
width="512" height="512"
|
|
6
6
|
rx="15%"
|
|
7
|
-
fill="#
|
|
7
|
+
fill="#ec0e20"/><rect width="356" height="256" x="78" y="128" fill="#fff" rx="8%"/><path fill="none" stroke="#ec0e20" stroke-width="20" d="M434 128L269 292c-7 8-19 8-26 0L78 128m0 256l129-128m227 128L305 256"/></svg>
|
data/_includes/github.svg
CHANGED
|
@@ -4,4 +4,4 @@ aria-label="Github" role="img"
|
|
|
4
4
|
viewBox="0 0 512 512"><rect
|
|
5
5
|
width="512" height="512"
|
|
6
6
|
rx="15%"
|
|
7
|
-
fill="#
|
|
7
|
+
fill="#ec0e20"/><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/logo.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="{{ include.width }}" height="{{ include.height }}" viewBox="0 0 103 136">
|
|
2
|
-
<path fill="#
|
|
2
|
+
<path fill="#ec0e20" fill-rule="evenodd" d="M0 0v6.663h2.352c5.29 0 8.034 3.331 9.406 6.27L49.97 94.26c-3.135 8.623-9.798 29.003-16.657 29.003-3.331 0-3.331-3.723-3.527-5.879-.392-6.859-5.095-11.17-12.542-11.17-8.035 0-12.934 6.075-12.934 13.326C4.311 126.594 9.798 136 23.32 136c14.697 0 22.536-9.994 32.138-34.686L83.09 30.571C92.3 7.055 93.476 6.663 98.963 6.663h3.527V0H67.608v6.663h3.92c2.351 0 6.858.588 6.858 6.27 0 7.447-5.879 24.3-7.838 29.591l-9.015 24.3-23.516-53.89c-1.371-3.332-.196-6.271 3.332-6.271h5.29V0H0z"/>
|
|
3
3
|
</svg>
|
data/_includes/twitter.svg
CHANGED
|
@@ -4,4 +4,4 @@ aria-label="Twitter" role="img"
|
|
|
4
4
|
viewBox="0 0 512 512"><rect
|
|
5
5
|
width="512" height="512"
|
|
6
6
|
rx="15%"
|
|
7
|
-
fill="#
|
|
7
|
+
fill="#ec0e20"/><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/_sass/highlight.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.highlight .hll { background-color: #FCF8C6 }
|
|
2
2
|
.highlight .c { color: #8F9493; font-style: italic } /* Comment */
|
|
3
|
-
.highlight .err { color: #
|
|
3
|
+
.highlight .err { color: #ec0e20; background-color: #e3d2d2 } /* Error */
|
|
4
4
|
.highlight .k { color: #242525; font-weight: bold } /* Keyword */
|
|
5
5
|
.highlight .o { color: #242525; font-weight: bold } /* Operator */
|
|
6
6
|
.highlight .cm { color: #8F9493; font-style: italic } /* Comment.Multiline */
|
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.5
|
|
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-
|
|
11
|
+
date: 2019-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|