From 6ca184b4539d299d2ee9df0b88aac1a24eca38d5 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 10 Nov 2017 11:26:37 -0500 Subject: [PATCH] Add `remote_theme` configuration to documentation --- README.md | 4 +++- docs/_docs/01-quick-start-guide.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7908e20f..20a7c9da 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,9 @@ To update the theme run `bundle update`. bundle ``` -3. Add `jekyll-remote-theme` to the `plugins` (previously gems) array in your `_config.yml` file: +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: diff --git a/docs/_docs/01-quick-start-guide.md b/docs/_docs/01-quick-start-guide.md index 6fb22281..e5f84d9a 100644 --- a/docs/_docs/01-quick-start-guide.md +++ b/docs/_docs/01-quick-start-guide.md @@ -2,7 +2,7 @@ title: "Quick-Start Guide" permalink: /docs/quick-start-guide/ excerpt: "How to quickly install and setup Minimal Mistakes for use with GitHub Pages." -last_modified_at: 2017-11-08T09:30:30-05:00 +last_modified_at: 2017-11-10T11:25:59-05:00 redirect_from: - /theme-setup/ toc: true @@ -52,6 +52,8 @@ gem "jekyll-remote-theme" Run `bundle update` and verify that all gems install properly. +Add `remote_theme: "mmistakes/minimal-mistakes"` to your `_config.yml` file. + Then add [`jekyll-remote-theme`](https://github.com/benbalter/jekyll-remote-theme) to the `plugins` (previously gems) array in your `_config.yml` file like so: ```