Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Jekyll Twitter. Embedded 5 tweets from Matz on the team page #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _site
mruby
/.bundle/
/vendor/
.tweet-cache
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ group :jekyll_plugins do
gem 'jekyll-avatar'
gem 'jekyll-feed'
gem 'jekyll-sitemap'
gem 'jekyll-twitter-plugin'
end

group :scripts do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ GEM
jekyll-seo-tag (~> 2.0)
jekyll-titles-from-headings (0.5.3)
jekyll (>= 3.3, < 5.0)
jekyll-twitter-plugin (2.1.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.12.0)
Expand Down Expand Up @@ -278,6 +279,7 @@ DEPENDENCIES
jekyll-avatar
jekyll-feed
jekyll-sitemap
jekyll-twitter-plugin
mgem
yard-coderay
yard-mruby
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ plugins:
- jekyll-avatar
- jekyll-feed
- jekyll-sitemap
- jekyll-twitter-plugin
exclude:
- CODEOWNERS
- Gemfile
Expand Down
2 changes: 2 additions & 0 deletions team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ <h4>KOBAYASHI Shuji</h4>
<h4>John Bampton</h4>

<h2>Link to more than 100 contributors! <a href="https://github.com/mruby/mruby/graphs/contributors">Contributors</a></h2>

{% twitter https://twitter.com/yukihiro_matz maxwidth=500 limit=5 %}