Jekyll theme Twail

Card style Jekyll theme for blog.


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