File tree 4 files changed +29
-1
lines changed
4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 4
4
.DS_store
5
5
.ruby-version
6
6
Gemfile.lock
7
-
7
+ .tweet-cache /
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ group :jekyll_plugins do
5
5
gem 'jekyll-email-protect'
6
6
gem 'jekyll-paginate-v2'
7
7
gem 'jekyll-scholar'
8
+ gem 'jekyll-twitter-plugin'
8
9
gem 'jemoji'
9
10
gem 'unicode_utils'
10
11
end
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ plugins:
114
114
- jekyll-paginate-v2
115
115
- jekyll/scholar
116
116
- jemoji
117
+ - ' jekyll-twitter-plugin'
117
118
# - bootstrap
118
119
# - material-sass
119
120
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : post
3
+ title : a post with twitter
4
+ date : 2020-09-28 11:12:00-0400
5
+ description : an example of a blog post with twitter
6
+ ---
7
+ A sample blog page that demonstrates the inclusion of Tweets/Timelines/etc.
8
+
9
+ <br />
10
+
11
+ # Tweet
12
+ An example of displaying a tweet :
13
+ {% twitter https://twitter.com/rubygems/status/518821243320287232 %}
14
+ <br />
15
+ <br />
16
+ <br />
17
+ <br />
18
+ # Timeline
19
+ An example of pulling from a timeline :
20
+ {% twitter https://twitter.com/jekyllrb maxwidth=500 limit=3 %}
21
+ <br />
22
+ <br />
23
+ <br />
24
+ <br />
25
+ # Additional Details
26
+ For more details on using the plugin visit : https://github.com/red-data-tools/jekyll-jupyter-notebook
You can’t perform that action at this time.
0 commit comments