Skip to content

Commit

Permalink
Testing twitter plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
economon committed Oct 30, 2019
1 parent 9e43b50 commit 03c3db7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source 'https://rubygems.org'
group :jekyll_plugins do
gem 'github-pages'
gem 'jekyll-twitter-plugin'
end
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ collections:

# Google Analytics
google_analytics: UA-28187985-1

plugins:
- jekyll-gist
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,9 @@ <h3 class="text-center">Meet state-of-the-art.</h3>
</div>
</div>

<div class='jekyll-twitter-plugin' align="center">
<div class='jekyll-twitter-plugin'><a class="twitter-timeline" data-width="500" data-tweet-limit="5" href="https://twitter.com/su2code?ref_src=twsrc%5Etfw">Tweets by su2code</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>

0 comments on commit 03c3db7

Please sign in to comment.