Demo

jekyll-twitter-theme

A twitter theme for Jekyll.

Usage

  1. Install Jekyll

  2. Install theme:

$ gem install jekyll-twitter-theme
  1. In _config.yml:
# Build settings
theme: jekyll-twitter-theme
  1. launch on local as development:
$ bundle exec jekyll serve

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 :)