Skip to content

Commit

Permalink
Merge pull request #19 from benbalter/remote-theme
Browse files Browse the repository at this point in the history
Update instructions for using Jekyll Remote Theme
  • Loading branch information
broccolini authored Jun 2, 2018
2 parents 20f8717 + 04ddf17 commit 6665b80
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,32 @@ Swiss is a bold Jekyll theme inspired by Swiss design and the works of Massimo V
Add this line to your Jekyll site's Gemfile:

```ruby
gem "jekyll-swiss"
gem "github-pages", group: :jekyll_plugins
```

And add this line to your Jekyll site:

```yaml
theme: jekyll-swiss
remote_theme: broccolini/swiss
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-swiss
## Usage
This theme comes in eight different color variations. The default is set to the black theme, to change to a different theme edit the config under `theme_color: black` to one of the following colors:

| | |
| --- | --- |
| `theme_color: black` | `theme_color: red` |
| <img width="330" alt="black" src="https://cloud.githubusercontent.com/assets/334891/18476835/8d70b330-7999-11e6-8c84-a558906d636e.png"> | <img width="330" alt="red" src="https://cloud.githubusercontent.com/assets/334891/18477185/c53af09a-799a-11e6-9354-b9bf1a7f1826.png"> |
| `theme_color: white` | `theme_color: gray` |
| <img width="330" alt="white" src="https://cloud.githubusercontent.com/assets/334891/18477206/d9dc55fc-799a-11e6-89f2-b4ae150caa80.png"> | <img width="330" alt="gray" src="https://cloud.githubusercontent.com/assets/334891/18477058/4e61700c-799a-11e6-80a0-805e57f2563e.png"> |
| `theme_color: blue` | `theme_color: pink` |
| <img width="330" alt="blue" src="https://cloud.githubusercontent.com/assets/334891/18477240/f03646d2-799a-11e6-8895-25b37d3a1438.png"> | <img width="330" alt="pink" src="https://cloud.githubusercontent.com/assets/334891/18477252/fb2f5128-799a-11e6-8c8f-e79d9c1884b7.png"> |
| `theme_color: orange` | `theme_color: yellow` |
| | |
|:-----------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------|
| `theme_color: black` | `theme_color: red` |
| <img width="330" alt="black" src="https://cloud.githubusercontent.com/assets/334891/18476835/8d70b330-7999-11e6-8c84-a558906d636e.png"> | <img width="330" alt="red" src="https://cloud.githubusercontent.com/assets/334891/18477185/c53af09a-799a-11e6-9354-b9bf1a7f1826.png"> |
| `theme_color: white` | `theme_color: gray` |
| <img width="330" alt="white" src="https://cloud.githubusercontent.com/assets/334891/18477206/d9dc55fc-799a-11e6-89f2-b4ae150caa80.png"> | <img width="330" alt="gray" src="https://cloud.githubusercontent.com/assets/334891/18477058/4e61700c-799a-11e6-80a0-805e57f2563e.png"> |
| `theme_color: blue` | `theme_color: pink` |
| <img width="330" alt="blue" src="https://cloud.githubusercontent.com/assets/334891/18477240/f03646d2-799a-11e6-8895-25b37d3a1438.png"> | <img width="330" alt="pink" src="https://cloud.githubusercontent.com/assets/334891/18477252/fb2f5128-799a-11e6-8c8f-e79d9c1884b7.png"> |
| `theme_color: orange` | `theme_color: yellow` |
| <img width="330" alt="orange" src="https://cloud.githubusercontent.com/assets/334891/18477265/06e302bc-799b-11e6-970e-6461b2a89c57.png"> | <img width="330" alt="yellow" src="https://cloud.githubusercontent.com/assets/334891/18477278/117347aa-799b-11e6-83a8-f82341c143e0.png"> |

## Contributing
Expand Down

0 comments on commit 6665b80

Please sign in to comment.