From fff5d1f60bad38f895637a8579ece8528aafa370 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 3 Jan 2018 08:38:08 -0500 Subject: [PATCH] Update GitHub Pages installation instructions --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 24064d69..c1efb916 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ There are three ways to install the theme: as a Ruby gem (for self-hosted sites) To update the theme run `bundle update`. -## GitHub Pages Compatible Methods +## GitHub Pages Method 1. Create/replace the contents of your `Gemfile` with the following: @@ -108,14 +108,7 @@ To update the theme run `bundle update`. bundle ``` -3. Add `remote_theme: "mmistakes/minimal-mistakes"` to your `_config.yml` file. - -4. Add `jekyll-remote-theme` to the `plugins` (previously gems) array in your `_config.yml` file: - - ```yaml - plugins: - - jekyll-remote-theme - ``` +3. Add `remote_theme: "mmistakes/minimal-mistakes"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. ## Usage