jekyll-theme-mnc 1.0.1 → 1.0.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 +4 -4
- data/README.md +1 -1
- data/_layouts/default.html +1 -1
- data/_layouts/error.html +1 -1
- data/_layouts/redirect.html +1 -1
- metadata +20 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d4a623af0fb45201d27d6ff541635aa9100bcf6fa100187137735a5a863f1cf
|
4
|
+
data.tar.gz: 507cd6590d5e94ce5d7f196974d4f8c36271dc7c756f17867fb9b91954c6fd06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c19a487e330bd3073cf17178bd7d4f79cf55c38429ba47b4e727012e22b62d169dfcec25eac577f19852faed558b135087ba7d0588677fea5888d679fb4be135
|
7
|
+
data.tar.gz: 59fa9fe36dbaf02aebc84dbd364445ec45b16cd25d24d1f2ae1c38cb9022c3c4b0386b56cda93bcf99d4cf0630893b403aec8b68c6b9c674bcf53eac3fb55e6e
|
data/README.md
CHANGED
@@ -265,7 +265,7 @@ A header image is displayed before the title on posts and pages, if `image` is a
|
|
265
265
|
|
266
266
|
```yaml
|
267
267
|
---
|
268
|
-
image: /images/sample-image.
|
268
|
+
image: /images/sample-image.webp
|
269
269
|
image_alt: The description of the image
|
270
270
|
image_title: The title of the image
|
271
271
|
---
|
data/_layouts/default.html
CHANGED
data/_layouts/error.html
CHANGED
data/_layouts/redirect.html
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-mnc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Nordmeyer
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: jekyll
|
@@ -15,7 +15,7 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 3.
|
18
|
+
version: 3.10.0
|
19
19
|
- - "<"
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: '5.0'
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 3.
|
28
|
+
version: 3.10.0
|
29
29
|
- - "<"
|
30
30
|
- !ruby/object:Gem::Version
|
31
31
|
version: '5.0'
|
@@ -57,6 +57,20 @@ dependencies:
|
|
57
57
|
- - "~>"
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: '1.4'
|
60
|
+
- !ruby/object:Gem::Dependency
|
61
|
+
name: jekyll-redirect-from
|
62
|
+
requirement: !ruby/object:Gem::Requirement
|
63
|
+
requirements:
|
64
|
+
- - "~>"
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: '0.16'
|
67
|
+
type: :runtime
|
68
|
+
prerelease: false
|
69
|
+
version_requirements: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - "~>"
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '0.16'
|
60
74
|
- !ruby/object:Gem::Dependency
|
61
75
|
name: jekyll-seo-tag
|
62
76
|
requirement: !ruby/object:Gem::Requirement
|
@@ -158,9 +172,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
158
172
|
requirements:
|
159
173
|
- - ">="
|
160
174
|
- !ruby/object:Gem::Version
|
161
|
-
version:
|
175
|
+
version: 3.4.0
|
162
176
|
requirements: []
|
163
|
-
rubygems_version: 3.
|
177
|
+
rubygems_version: 3.7.1
|
164
178
|
specification_version: 4
|
165
179
|
summary: A classless, minimal theme for Jekyll based on minima.
|
166
180
|
test_files: []
|