File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ with a few enhancements thrown in for good measure:
24
24
25
25
1 . [ Installation] ( #installation )
26
26
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 )
28
28
1 . [ Remove the Unnecessary] ( #remove-the-unnecessary )
29
29
2 . [ Structure] ( #structure )
30
30
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
85
85
theme : jekyll-theme-basically-basic
86
86
` ` `
87
87
88
- ### GitHub Pages Compatible Method
88
+ ### GitHub Pages Method
89
89
90
90
If you're hosting with GitHub Pages follow these steps instead:
91
91
92
92
Replace ` gem "jekyll"` with:
93
93
94
94
` ` ` ruby
95
95
gem "github-pages", group: :jekyll_plugins
96
- gem "jekyll-remote-theme"
97
96
` ` `
98
97
99
98
Run `bundle update` and verify that all gems install properly.
You can’t perform that action at this time.
0 commit comments