Jekyll theme Twail
Card style Jekyll theme for blog.
Demo
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
- You will need Ruby and Jekyll. Install Ruby and Jekyll.
- Fork this repo.
- 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"
- Change
Rakefile
.# TODO: Write your Github Repository name GITHUB_REPONAME="github-user-name/repo-name"
- Run command
rake publish
. - Change your Github Pages settings to use branch
gh-pages
.