-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use jekyll-seo gem to generate meta info (#400)
- add instructions to install new gem, mostly per: https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/installation.md - adds magic seo generator to header & removes newly redundant meta tags Addresses #339
- Loading branch information
1 parent
2b68fcf
commit 618fc4d
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,7 @@ defaults: | |
exclude: | ||
- README.md | ||
- CNAME | ||
|
||
plugins: | ||
- jekyll-seo-tag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters