File tree 5 files changed +7
-0
lines changed
5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2
2
mruby
3
3
/.bundle /
4
4
/vendor /
5
+ .tweet-cache
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ group :jekyll_plugins do
6
6
gem 'jekyll-avatar'
7
7
gem 'jekyll-feed'
8
8
gem 'jekyll-sitemap'
9
+ gem 'jekyll-twitter-plugin'
9
10
end
10
11
11
12
group :scripts do
Original file line number Diff line number Diff line change 193
193
jekyll-seo-tag (~> 2.0 )
194
194
jekyll-titles-from-headings (0.5.3 )
195
195
jekyll (>= 3.3 , < 5.0 )
196
+ jekyll-twitter-plugin (2.1.0 )
196
197
jekyll-watch (2.2.1 )
197
198
listen (~> 3.0 )
198
199
jemoji (0.12.0 )
@@ -278,6 +279,7 @@ DEPENDENCIES
278
279
jekyll-avatar
279
280
jekyll-feed
280
281
jekyll-sitemap
282
+ jekyll-twitter-plugin
281
283
mgem
282
284
yard-coderay
283
285
yard-mruby
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ plugins:
15
15
- jekyll-avatar
16
16
- jekyll-feed
17
17
- jekyll-sitemap
18
+ - jekyll-twitter-plugin
18
19
exclude :
19
20
- CODEOWNERS
20
21
- Gemfile
Original file line number Diff line number Diff line change @@ -67,3 +67,5 @@ <h4>KOBAYASHI Shuji</h4>
67
67
< h4 > John Bampton</ h4 >
68
68
69
69
< h2 > Link to more than 100 contributors! < a href ="https://github.com/mruby/mruby/graphs/contributors "> Contributors</ a > </ h2 >
70
+
71
+ {% twitter https://twitter.com/yukihiro_matz maxwidth=500 limit=5 %}
You can’t perform that action at this time.
0 commit comments