Skip to content

Commit 5db228b

Browse files
committed
Update GitHub Pages installation method instructions
1 parent 2133d7d commit 5db228b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ with a few enhancements thrown in for good measure:
2424

2525
1. [Installation](#installation)
2626
1. [Ruby Gem Method](#ruby-gem-method)
27-
2. [GitHub Pages Compatible Method](#github-pages-compatible-method)
27+
2. [GitHub Pages Method](#github-pages-method)
2828
1. [Remove the Unnecessary](#remove-the-unnecessary)
2929
2. [Structure](#structure)
3030
1. [Starting Fresh](#starting-fresh)
@@ -85,15 +85,14 @@ theme as Ruby gem. If you're hosting with GitHub Pages you'll have to use the
8585
theme: jekyll-theme-basically-basic
8686
```
8787
88-
### GitHub Pages Compatible Method
88+
### GitHub Pages Method
8989
9090
If you're hosting with GitHub Pages follow these steps instead:
9191
9292
Replace `gem "jekyll"` with:
9393

9494
```ruby
9595
gem "github-pages", group: :jekyll_plugins
96-
gem "jekyll-remote-theme"
9796
```
9897

9998
Run `bundle update` and verify that all gems install properly.

0 commit comments

Comments
 (0)