Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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) :)