jekyll-twitter-theme¶ ↑
A twitter theme for Jekyll.
Usage¶ ↑
-
Install Jekyll
-
Install theme:
$ gem install jekyll-twitter-theme
-
In
_config.yml
:
# Build settings theme: jekyll-twitter-theme
-
launch on local as development:
$ bundle exec jekyll serve
Responsive¶ ↑
This theme is responsive for every single environments.
(iPad (left)
, iPhoneX (right)
)
Configurations¶ ↑
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
Issues¶ ↑
Having issues with this theme? Don't heistate to Create New Issue :)