File tree Expand file tree Collapse file tree 5 files changed +12
-1
lines changed
Expand file tree Collapse file tree 5 files changed +12
-1
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 11source 'https://rubygems.org'
22
3- gem 'github-pages'
3+ gem 'github-pages' , group : :jekyll_plugins
4+
5+ group :jekyll_plugins do
6+ gem 'jekyll-twitter-plugin'
7+ end
48
59group :scripts do
610 gem 'mgem'
Original file line number Diff line number Diff line change 190190 jekyll-seo-tag (~> 2.0 )
191191 jekyll-titles-from-headings (0.5.3 )
192192 jekyll (>= 3.3 , < 5.0 )
193+ jekyll-twitter-plugin (2.1.0 )
193194 jekyll-watch (2.2.1 )
194195 listen (~> 3.0 )
195196 jemoji (0.12.0 )
@@ -266,6 +267,7 @@ PLATFORMS
266267DEPENDENCIES
267268 git
268269 github-pages
270+ jekyll-twitter-plugin
269271 mgem
270272 yard-coderay
271273 yard-mruby
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ highlighter: rouge
1111url : https://mruby.org
1212repository : https://github.com/mruby/mruby.github.io
1313include : _index.html
14+ plugins :
15+ - jekyll-twitter-plugin
1416exclude :
1517 - CODEOWNERS
1618 - Gemfile
Original file line number Diff line number Diff line change @@ -115,3 +115,5 @@ <h4>KOBAYASHI Shuji</h4>
115115< h4 > John Bampton</ h4 >
116116
117117< h2 > Link to more than 100 contributors! < a href ="https://github.com/mruby/mruby/graphs/contributors "> Contributors</ a > </ h2 >
118+
119+ {% twitter https://twitter.com/yukihiro_matz maxwidth=500 limit=5 %}
You can’t perform that action at this time.
0 commit comments