No release in over a year
Card style Jekyll theme for blog
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Jekyll theme Twail

Card style Jekyll theme for blog.

jekyll-theme-twail


Demo

Demo site


Installation

This theme uses jekyll-paginate-v2, which is not natively supported by Github Pages.
But don't worry. You can still easily deploy to Github Pages.

How to Install

  1. You will need Ruby and Jekyll. Install Ruby and Jekyll.
  2. Fork this repo.
  3. Write your own posts, and make your own settings in _config.yml.
    title: "Jekyll theme Twail"
    description: "Card stlye Jekyll theme for blog"
    
    baseurl: # TODO: If your Github Pages URL is https://usename.github.io/SOMETHING/, baseurl should be set to "/SOMETHING"
  4. Change Rakefile.
    # TODO: Write your Github Repository name
    GITHUB_REPONAME="github-user-name/repo-name"
  5. Run command rake publish.
  6. Change your Github Pages settings to use branch gh-pages.

References