Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkent030315/jekyll-twitter-theme
A twitter theme for Jekyll.
https://github.com/kkent030315/jekyll-twitter-theme
github-pages jekyll jekyll-theme jekyll-themes twitter twitter-theme
Last synced: 3 months ago
JSON representation
A twitter theme for Jekyll.
- Host: GitHub
- URL: https://github.com/kkent030315/jekyll-twitter-theme
- Owner: kkent030315
- License: mit
- Created: 2020-12-14T10:12:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T01:23:46.000Z (over 3 years ago)
- Last Synced: 2024-09-29T03:00:42.553Z (3 months ago)
- Topics: github-pages, jekyll, jekyll-theme, jekyll-themes, twitter, twitter-theme
- Language: SCSS
- Homepage:
- Size: 1.81 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![IMAGE](image.png)
[Demo](https://www.godeye.club/jekyll-twitter-theme/)
# jekyll-twitter-theme
A twitter theme for Jekyll.
# Usage
1. Install [Jekyll](https://jekyllrb.com/docs/step-by-step/01-setup/)
2. Install theme:
```sh
$ gem install jekyll-twitter-theme
```3. In `_config.yml`:
```yml
# Build settings
theme: jekyll-twitter-theme
```4. launch on local as development:
```sh
$ bundle exec jekyll serve
```# Configurations
There are some theme-specific configurations as follows:
```yml
global:
# site icon should have 1:1 aspect ratio
site_icon: ""
nav:
caption_home: "Home"
profile:
image:
url: ""
name: "Jekyll Blog"
id: "@jekyll_blog"
post:
default_thumbnail: ""
twitter:
show_twitter_embed_timeline: true
target_id: ""
limit: 5
```# Issues
Having issues with this theme? Don't heistate to [Create New Issue](https://github.com/kkent030315/jekyll-twitter-theme/issues) :)