Skip to content

Commit

Permalink
improve documentation for theme-gem installation (#6387)
Browse files Browse the repository at this point in the history
Merge pull request 6387
  • Loading branch information
ashmaroli authored and jekyllbot committed Sep 27, 2017
1 parent cfec06c commit eadad9e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/_docs/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,19 @@ To install a gem-based theme:

1. Add the theme to your site's `Gemfile`:

```sh
```ruby
# ./Gemfile

gem "jekyll-theme-awesome"
```
Or if you've started with the `jekyll new` command, replace `gem "minima", "~> 2.0"` with your theme-gem:

```diff
# ./Gemfile

- gem "minima", "~> 2.0"
+ gem "jekyll-theme-awesome"
```

2. Install the theme:

Expand Down

0 comments on commit eadad9e

Please sign in to comment.