Fix jekyll-github

This commit is contained in:
Rico Sta. Cruz 2017-08-29 04:02:31 +08:00
parent 1c6fcf9968
commit 49941762e9
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ GitHub Metadata
### Configuration ### Configuration
```yaml ```yaml
whitelist: plugins:
- jekyll-github-metadata - jekyll-github-metadata
repository: username/project repository: username/project
@ -70,7 +70,7 @@ Gists
### Configuration ### Configuration
```yaml ```yaml
whitelist: plugins:
- jekyll-gist - jekyll-gist
``` ```
@ -90,7 +90,7 @@ Mentions
### Configuration ### Configuration
```yaml ```yaml
whitelist: plugins:
- jekyll-mentions - jekyll-mentions
``` ```
@ -112,7 +112,7 @@ Redirects
### Configuration ### Configuration
```yaml ```yaml
whitelist: plugins:
- jekyll-redirect-from - jekyll-redirect-from
``` ```