Skip to content

Commit eaf7011

Browse files
committed
Add Jekyll Twitter. Embedded 5 tweets from Matz on the team page
A Liquid tag plugin for the Jekyll blogging engine that embeds Tweets, Timelines and more from Twitter API https://github.com/rob-murray/jekyll-twitter-plugin
1 parent 03e8262 commit eaf7011

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ _site
22
mruby
33
/.bundle/
44
/vendor/
5+
.tweet-cache

Gemfile

+1
Original file line numberDiff line numberDiff 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'
910
end
1011

1112
group :scripts do

Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ GEM
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

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ plugins:
1515
- jekyll-avatar
1616
- jekyll-feed
1717
- jekyll-sitemap
18+
- jekyll-twitter-plugin
1819
exclude:
1920
- CODEOWNERS
2021
- Gemfile

team/index.html

+2
Original file line numberDiff line numberDiff 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 %}

0 commit comments

Comments
 (0)