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. ```yaml
    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`.
   ```ruby
   # TODO: Write your Github Repository name
   GITHUB_REPONAME="github-user-name/repo-name"
  1. Run command rake publish.
  2. Change your Github Pages settings to use branch gh-pages.


References