From 04ddf17fe1952087fb9752b158b869fbdba9889f Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Mon, 21 May 2018 15:11:37 -0400 Subject: [PATCH] update instructions for using Jekyll Remote Theme --- README.md | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index bc4f6c54..0feeaa28 100644 --- a/README.md +++ b/README.md @@ -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` | -| black | red | -| `theme_color: white` | `theme_color: gray` | -| white | gray | -| `theme_color: blue` | `theme_color: pink` | -| blue | pink | -| `theme_color: orange` | `theme_color: yellow` | +| | | +|:-----------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------| +| `theme_color: black` | `theme_color: red` | +| black | red | +| `theme_color: white` | `theme_color: gray` | +| white | gray | +| `theme_color: blue` | `theme_color: pink` | +| blue | pink | +| `theme_color: orange` | `theme_color: yellow` | | orange | yellow | ## Contributing