File tree Expand file tree Collapse file tree 6 files changed +1
-9
lines changed Expand file tree Collapse file tree 6 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
gem 'github-pages' , group : :jekyll_plugins
3
- gem 'jekyll-time-to-read' , group : :jekyll_plugins
Original file line number Diff line number Diff line change 157
157
jekyll-theme-time-machine (0.1.0 )
158
158
jekyll (~> 3.5 )
159
159
jekyll-seo-tag (~> 2.0 )
160
- jekyll-time-to-read (0.1.2 )
161
- jekyll
162
160
jekyll-titles-from-headings (0.4.0 )
163
161
jekyll (~> 3.3 )
164
162
jekyll-watch (1.5.0 )
@@ -214,7 +212,6 @@ PLATFORMS
214
212
215
213
DEPENDENCIES
216
214
github-pages
217
- jekyll-time-to-read
218
215
219
216
BUNDLED WITH
220
- 1.15.4
217
+ 1.14.6
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ <h2 class="page-description">
35
35
< header class ="post-header ">
36
36
< section class ="post-meta ">
37
37
< time class ="post-date " datetime ="{{ page.date | date: "%Y-%m-%d " }}"> {{ page.date | date_to_string }}</ time >
38
- . {{ content | reading_time_as_i }} read
39
38
{% if page.categories.size > 0 %}
40
39
{{ page.categories | array_to_sentence_string | prepend: 'on ' }}
41
40
{% endif %}
Original file line number Diff line number Diff line change 20
20
{% endif %}
21
21
<pubDate >{{ post.date | date_to_rfc822 }}</pubDate >
22
22
<link >{{ site.url }}{{ post.url }}</link >
23
- <read >{{post.content | reading_time_as_i }}</read >
24
23
<guid isPermaLink =" true" >{{ site.url }}{{ post.url }}</guid >
25
24
</item >
26
25
{% endfor %}
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ <h2 class="post-title"><a href="{{ post.url }}">{{ post.title }}</a></h2>
49
49
alt ="profile " nopin ="nopin " />
50
50
{{ author.name }}
51
51
{% endif %}
52
- . {{ post.content | reading_time_as_i }} read
53
52
{% if post.categories.size > 0 %}
54
53
{{ post.categories | array_to_sentence_string | prepend: 'on ' }}
55
54
{% endif %}
Original file line number Diff line number Diff line change 20
20
{% endif %}
21
21
<pubDate >{{ post.date | date_to_rfc822 }}</pubDate >
22
22
<link >{{ site.url }}{{ post.url }}</link >
23
- <read >{{post.content | reading_time_as_i }}</read >
24
23
<guid isPermaLink =" true" >{{ site.url }}{{ post.url }}</guid >
25
24
</item >
26
25
{% endfor %}
You can’t perform that action at this time.
0 commit comments