No commit activity in last 3 years
No release in over 3 years
A twitter theme for Jekyll.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 4.1
 Project Readme

IMAGE

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