8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cc44e commit e48150eCopy full SHA for e48150e
docs/README.md
@@ -17,16 +17,18 @@ Jekyll plugin to propagate the `site.github` namespace and set default values fo
17
Usage of this gem is pretty straight-forward. Add it to your bundle like this:
18
19
```ruby
20
-gem 'jekyll-github-metadata'
+gem "jekyll-github-metadata"
21
```
22
23
Now add it to your `_config.yml`:
24
25
```yaml
26
-gems:
27
- - jekyll-github-metadata
+plugins:
+ - "jekyll-github-metadata"
28
29
30
+:warning:If you are using Jekyll < 3.5.0 use the gems key instead of plugins.
31
+
32
Then go ahead and run `bundle install`. Once you've done that jekyll-github-metadata will run when you run Jekyll.
33
34
0 commit comments