File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 22mruby
33/.bundle /
44/vendor /
5+ .tweet-cache
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ group :jekyll_plugins do
66 gem 'jekyll-avatar'
77 gem 'jekyll-feed'
88 gem 'jekyll-sitemap'
9+ gem 'jekyll-twitter-plugin'
910end
1011
1112group :scripts do
Original file line number Diff line number Diff line change 193193 jekyll-seo-tag (~> 2.0 )
194194 jekyll-titles-from-headings (0.5.3 )
195195 jekyll (>= 3.3 , < 5.0 )
196+ jekyll-twitter-plugin (2.1.0 )
196197 jekyll-watch (2.2.1 )
197198 listen (~> 3.0 )
198199 jemoji (0.12.0 )
@@ -278,6 +279,7 @@ DEPENDENCIES
278279 jekyll-avatar
279280 jekyll-feed
280281 jekyll-sitemap
282+ jekyll-twitter-plugin
281283 mgem
282284 yard-coderay
283285 yard-mruby
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ plugins:
1515 - jekyll-avatar
1616 - jekyll-feed
1717 - jekyll-sitemap
18+ - jekyll-twitter-plugin
1819exclude :
1920 - CODEOWNERS
2021 - Gemfile
Original file line number Diff line number Diff line change @@ -67,3 +67,5 @@ <h4>KOBAYASHI Shuji</h4>
6767< h4 > John Bampton</ h4 >
6868
6969< 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