jekyll-theme-type-on-strap 7.0.1 → 8.0.0
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 +5 -5
- data/_layouts/post.html +2 -2
- metadata +32 -27
- data/_layouts/feed.xml +0 -25
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ce44a0fd0682db106014f0cfe562b3a48bb6896b4a4cf5cd7c989e68f229a543
|
|
4
|
+
data.tar.gz: 5cb6ba375c09a6dc0e9ceda0a349cf39d10480c21f2a4310661812a30f711284
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c105d45c5e36794f52fc3b9d1ce0fcf0f3b75ebc5b031ee710fce5da3269ea86d4e4f3f12b3294c197a1eeea17fcaff4e7e04a4fbcf31525081fdd03216dd0b
|
|
7
|
+
data.tar.gz: 2de27d63e117f8a84a413314583c9d96b3dfd62bcbfa07a0f77114b3f0354a732bfcf3f6cc0f3c934859791459cf22a3e4d06a641bad9b586ca359e542327e56
|
data/_layouts/post.html
CHANGED
|
@@ -50,9 +50,9 @@ layout: default
|
|
|
50
50
|
header#main { background-color: {{ page.color }} !important; }
|
|
51
51
|
{% endif %}
|
|
52
52
|
|
|
53
|
-
{% if page.feature-img %}{% assign image_url = page.feature-img %}{% elsif page.color %}{% assign image_url = site.theme_settings.color_image %}{% endif %}
|
|
54
53
|
header#main {
|
|
55
54
|
background-repeat:no-repeat;
|
|
56
|
-
background-image: url('{{
|
|
55
|
+
{% if page.feature-img %} background-image: url('{{ page.feature-img | relative_url }}');
|
|
56
|
+
{% elsif page.color %}background-image: url('{{ site.theme_settings.color_image | relative_url }}'); {% endif %}
|
|
57
57
|
}
|
|
58
58
|
</style>
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-type-on-strap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 8.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sylhare
|
|
8
|
-
-
|
|
8
|
+
- rohanchandra
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
@@ -32,64 +32,69 @@ dependencies:
|
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '5.0'
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
|
-
name: jekyll-
|
|
35
|
+
name: jekyll-feed
|
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
40
|
+
version: '0.9'
|
|
41
41
|
type: :runtime
|
|
42
42
|
prerelease: false
|
|
43
43
|
version_requirements: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '
|
|
47
|
+
version: '0.9'
|
|
48
48
|
- !ruby/object:Gem::Dependency
|
|
49
|
-
name: jekyll-
|
|
49
|
+
name: jekyll-paginate
|
|
50
50
|
requirement: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '
|
|
54
|
+
version: '1.1'
|
|
55
55
|
type: :runtime
|
|
56
56
|
prerelease: false
|
|
57
57
|
version_requirements: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
61
|
+
version: '1.1'
|
|
62
62
|
- !ruby/object:Gem::Dependency
|
|
63
|
-
name:
|
|
63
|
+
name: jekyll-seo-tag
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '
|
|
69
|
-
type: :
|
|
68
|
+
version: '2.6'
|
|
69
|
+
type: :runtime
|
|
70
70
|
prerelease: false
|
|
71
71
|
version_requirements: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '
|
|
75
|
+
version: '2.6'
|
|
76
76
|
- !ruby/object:Gem::Dependency
|
|
77
|
-
name:
|
|
77
|
+
name: bundler
|
|
78
78
|
requirement: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- - "
|
|
80
|
+
- - ">="
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '1.12'
|
|
83
|
+
- - "<"
|
|
81
84
|
- !ruby/object:Gem::Version
|
|
82
|
-
version:
|
|
85
|
+
version: 2.1.0
|
|
83
86
|
type: :development
|
|
84
87
|
prerelease: false
|
|
85
88
|
version_requirements: !ruby/object:Gem::Requirement
|
|
86
89
|
requirements:
|
|
87
|
-
- - "
|
|
90
|
+
- - ">="
|
|
88
91
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
92
|
+
version: '1.12'
|
|
93
|
+
- - "<"
|
|
94
|
+
- !ruby/object:Gem::Version
|
|
95
|
+
version: 2.1.0
|
|
96
|
+
description: Deprecated, please use 'type-on-strap' instead. A custom Type Theme template
|
|
97
|
+
(a free and open-source Jekyll theme). Great for blogs, easy to customize and responsive.
|
|
93
98
|
email:
|
|
94
99
|
- sylhare@outlook.com
|
|
95
100
|
- hellorohan@outlook.com
|
|
@@ -115,7 +120,6 @@ files:
|
|
|
115
120
|
- _includes/tags_list.html
|
|
116
121
|
- _layouts/custom.html
|
|
117
122
|
- _layouts/default.html
|
|
118
|
-
- _layouts/feed.xml
|
|
119
123
|
- _layouts/home.html
|
|
120
124
|
- _layouts/page.html
|
|
121
125
|
- _layouts/post.html
|
|
@@ -270,8 +274,10 @@ files:
|
|
|
270
274
|
homepage: https://github.com/sylhare/Type-on-Strap
|
|
271
275
|
licenses:
|
|
272
276
|
- MIT
|
|
273
|
-
metadata:
|
|
274
|
-
|
|
277
|
+
metadata:
|
|
278
|
+
plugin_type: theme
|
|
279
|
+
post_install_message: "This gem is deprecated, please use 'type-on-strap' instead.
|
|
280
|
+
\nTry using `gem install type-on-strap`"
|
|
275
281
|
rdoc_options: []
|
|
276
282
|
require_paths:
|
|
277
283
|
- lib
|
|
@@ -279,17 +285,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
279
285
|
requirements:
|
|
280
286
|
- - ">="
|
|
281
287
|
- !ruby/object:Gem::Version
|
|
282
|
-
version: '
|
|
288
|
+
version: '2.3'
|
|
283
289
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
284
290
|
requirements:
|
|
285
291
|
- - ">="
|
|
286
292
|
- !ruby/object:Gem::Version
|
|
287
293
|
version: '0'
|
|
288
294
|
requirements: []
|
|
289
|
-
|
|
290
|
-
rubygems_version: 2.5.2.3
|
|
295
|
+
rubygems_version: 3.0.4
|
|
291
296
|
signing_key:
|
|
292
297
|
specification_version: 4
|
|
293
|
-
summary: Deprecated, please use
|
|
298
|
+
summary: Deprecated, please use 'type-on-strap' instead. A simple and responsive jekyll
|
|
294
299
|
theme template
|
|
295
300
|
test_files: []
|
data/_layouts/feed.xml
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<rss version="2.0"
|
|
3
|
-
xmlns:atom="http://www.w3.org/2005/Atom"
|
|
4
|
-
xmlns:webfeeds="http://webfeeds.org/rss/1.0">
|
|
5
|
-
<channel>
|
|
6
|
-
<title>{{ site.title | xml_escape }}</title>
|
|
7
|
-
<atom:link href="{{ "/feed.xml" | absolute_url }}" rel="self" type="application/rss+xml"/>
|
|
8
|
-
<link>{{ "/" | absolute_url }}</link>
|
|
9
|
-
<description>{{ site.description | xml_escape }}</description>
|
|
10
|
-
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
|
|
11
|
-
<webfeeds:icon>{{ site.theme_settings.avatar | absolute_url }}</webfeeds:icon>
|
|
12
|
-
{% for post in site.posts limit:15 %}
|
|
13
|
-
<item>
|
|
14
|
-
{% if post.thumbnail %}
|
|
15
|
-
<enclosure length="1" type="image" url="{{ post.thumbnail | absolute_url }}"/>
|
|
16
|
-
{% endif %}
|
|
17
|
-
<title>{{ post.title | xml_escape }}</title>
|
|
18
|
-
<link>{{ post.url | absolute_url }}</link>
|
|
19
|
-
<guid isPermaLink="false">{{ post.url | relative_url }}</guid>
|
|
20
|
-
<description>{{ post.content | xml_escape }}</description>
|
|
21
|
-
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
|
22
|
-
</item>
|
|
23
|
-
{% endfor %}
|
|
24
|
-
</channel>
|
|
25
|
-
</rss>
|