mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-04 11:45:03 -05:00
committed by
GitHub
parent
7f39de67d6
commit
4dccca27e0
@@ -28,7 +28,7 @@ You have 3 options for installing plugins:
|
||||
here. Any file ending in `*.rb` inside this directory will be loaded before
|
||||
Jekyll generates your site.
|
||||
|
||||
2. In your `_config.yml` file, add a new array with the key `plugins` and the
|
||||
2. In your `_config.yml` file, add a new array with the key `plugins` (or `gems`for Jekyll < `3.5.0`) and the
|
||||
values of the gem names of the plugins you'd like to use. An example:
|
||||
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user