Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
Update instructions for remote theme setup, as `github-pages` gem
is required for old versions of jekyll 3.10.0 (which is `< 4.0.0`).
  • Loading branch information
jeffreytse committed Dec 20, 2024
1 parent 5f85d8c commit 5642114
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,18 @@ To install:
Add this line to your Jekyll site's `Gemfile`:

```ruby
gem "github-pages", group: :jekyll_plugins
gem "jekyll-remote-theme", group: :jekyll_plugins
```

And add this line to your Jekyll site's `_config.yml`:

```yaml
# theme: owner/name --> Don't forget to remove/comment the gem-based theme option
remote_theme: "jeffreytse/jekyll-theme-yat"

# Add the following to activate the plugin
plugins:
- jekyll-remote-theme
```
And then execute:
Expand Down

0 comments on commit 5642114

Please sign in to comment.