File tree 5 files changed +12
-1
lines changed
5 files changed +12
-1
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 1
1
source 'https://rubygems.org'
2
2
3
- gem 'github-pages'
3
+ gem 'github-pages' , group : :jekyll_plugins
4
+
5
+ group :jekyll_plugins do
6
+ gem 'jekyll-twitter-plugin'
7
+ end
4
8
5
9
group :scripts do
6
10
gem 'mgem'
Original file line number Diff line number Diff line change 190
190
jekyll-seo-tag (~> 2.0 )
191
191
jekyll-titles-from-headings (0.5.3 )
192
192
jekyll (>= 3.3 , < 5.0 )
193
+ jekyll-twitter-plugin (2.1.0 )
193
194
jekyll-watch (2.2.1 )
194
195
listen (~> 3.0 )
195
196
jemoji (0.12.0 )
@@ -266,6 +267,7 @@ PLATFORMS
266
267
DEPENDENCIES
267
268
git
268
269
github-pages
270
+ jekyll-twitter-plugin
269
271
mgem
270
272
yard-coderay
271
273
yard-mruby
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ highlighter: rouge
11
11
url : https://mruby.org
12
12
repository : https://github.com/mruby/mruby.github.io
13
13
include : _index.html
14
+ plugins :
15
+ - jekyll-twitter-plugin
14
16
exclude :
15
17
- CODEOWNERS
16
18
- Gemfile
Original file line number Diff line number Diff line change @@ -115,3 +115,5 @@ <h4>KOBAYASHI Shuji</h4>
115
115
< h4 > John Bampton</ h4 >
116
116
117
117
< 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