A twitter theme for Jekyll.
Install Jekyll
Install theme:
$ gem install jekyll-twitter-theme
_config.yml
:# Build settings
theme: jekyll-twitter-theme
$ bundle exec jekyll serve
There are some theme-specific configurations as follows:
global:
# site icon should have 1:1 aspect ratio
site_icon: "<site icon shown in left-top of the page>"
nav:
caption_home: "Home"
profile:
image:
url: "<url of your profile image>"
name: "Jekyll Blog"
id: "@jekyll_blog"
post:
default_thumbnail: "<default thumbnail of the post>"
twitter:
show_twitter_embed_timeline: true
target_id: "<twitter id that you desired to show timeline on the right side of the page>"
limit: 5
Having issues with this theme? Don't heistate to Create New Issue :)