Skip to content

Commit 169f2ee

Browse files
committed
Correct installation notes for Gem + Remote Theme support
1 parent 2b7e4be commit 169f2ee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@ Add this line to your Jekyll site's Gemfile:
2424
gem "jekyll-docs-theme"
2525
```
2626

27+
And then enable and use the theme in your Jekyll site via its `_config.yml`.
28+
29+
```yaml
30+
theme: jekyll-docs-theme
31+
```
32+
2733
### GitHub Pages
2834
29-
And add this line to your Jekyll site's _config.yml:
35+
And add this line to your Jekyll site's `_config.yml`:
3036

3137
```yaml
32-
theme: jekyll-docs-theme
38+
remote_theme: allejo/jekyll-docs-theme
3339
```
3440

3541
</div>

0 commit comments

Comments
 (0)