Skip to content

Commit 03c3db7

Browse files
committed
Testing twitter plugin.
1 parent 9e43b50 commit 03c3db7

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source 'https://rubygems.org'
2+
group :jekyll_plugins do
3+
gem 'github-pages'
4+
gem 'jekyll-twitter-plugin'
5+
end

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,6 @@ collections:
9191

9292
# Google Analytics
9393
google_analytics: UA-28187985-1
94+
95+
plugins:
96+
- jekyll-gist

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,9 @@ <h3 class="text-center">Meet state-of-the-art.</h3>
109109
</div>
110110
</div>
111111

112+
<div class='jekyll-twitter-plugin' align="center">
113+
<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>
114+
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
115+
</div>
116+
</div>
117+

0 commit comments

Comments
 (0)