Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leetaewook/jekyll-theme-twail
Card style Jekyll theme for blog.
https://github.com/leetaewook/jekyll-theme-twail
blog jekyll jekyll-blog jekyll-blog-theme jekyll-template jekyll-theme jekyll-themes theme
Last synced: 28 days ago
JSON representation
Card style Jekyll theme for blog.
- Host: GitHub
- URL: https://github.com/leetaewook/jekyll-theme-twail
- Owner: leetaewook
- License: mit
- Created: 2022-01-14T09:17:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T19:42:01.000Z (about 3 years ago)
- Last Synced: 2024-10-11T19:40:47.257Z (4 months ago)
- Topics: blog, jekyll, jekyll-blog, jekyll-blog-theme, jekyll-template, jekyll-theme, jekyll-themes, theme
- Language: HTML
- Homepage: https://leetaewook.github.io/jekyll-theme-twail/
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jekyll theme Twail
Card style Jekyll theme for blog.![jekyll-theme-twail](https://user-images.githubusercontent.com/72855455/149628922-61eaf762-6aba-4bbb-9ee0-f43f49bb8360.png)
## Demo
[Demo site](https://leetaewook.github.io/jekyll-theme-twail/)
## Installation
This theme uses [jekyll-paginate-v2](https://github.com/sverrirs/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](https://jekyllrb.com/docs/installation/).
2. Fork [this repo](https://github.com/leetaewook/jekyll-theme-twail).
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"
```
5. Run command `rake publish`.
6. Change your Github Pages settings to use branch `gh-pages`.
## References
- [minimal-mistakes](https://github.com/mmistakes/minimal-mistakes)
- [hugo-theme-stack](https://github.com/CaiJimmy/hugo-theme-stack)
- [github-markdown-css](https://github.com/sindresorhus/github-markdown-css)