yefeme 0.5.5 → 0.5.6
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/README.md +6 -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: 765e9d00fa33cb637eed18a21c47fbe5378a6af742da0b5255fff73c18a480f8
|
|
4
|
+
data.tar.gz: 692df8785f20577727182b81ce059bca03827d6780dd01b8855e380653635c19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b06d1b61e53c37125ae957cac0887325b1236ee3437c5cccfd69f404b289b1d38e6e6298f9e0f44b2e2ac553cfd9830975e75f1926121376e3fe29001f9d04e
|
|
7
|
+
data.tar.gz: 6676f7e72638f565d7f953983006c6590c2860a924f2c9c8e52b11c41e7a0c3e96590cbeb43edc754a27717aacc7d7e7f48e1e829e5c3343da091f621553a39c
|
data/README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Yefeme
|
|
2
2
|
|
|
3
|
-
Yefeme is Yefim's custom
|
|
3
|
+
Yefeme is Yefim's custom Jekyll theme. You can use it but you don't have to. It's mainly good for blogs.
|
|
4
|
+
|
|
5
|
+
## Demo
|
|
6
|
+
|
|
7
|
+

|
|
8
|
+
I use this theme for [my personal blog](https://yef.im).
|
|
4
9
|
|
|
5
10
|
## Installation
|
|
6
11
|
|
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.6
|
|
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-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -92,7 +92,7 @@ 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.
|
|
95
|
+
rubygems_version: 3.0.1
|
|
96
96
|
signing_key:
|
|
97
97
|
specification_version: 4
|
|
98
98
|
summary: Yefim's custom jekyll theme
|