Add jekyll-mentions

This commit is contained in:
Brandon Keepers
2018-07-14 09:39:37 -05:00
parent 18a014811d
commit df34b3c524
2 changed files with 5 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ group :jekyll_plugins do
gem 'github-pages', versions['github-pages'] gem 'github-pages', versions['github-pages']
gem 'jekyll-octicons' gem 'jekyll-octicons'
gem 'jekyll-readme-index' gem 'jekyll-readme-index'
gem 'jekyll-mentions'
gem 'jemoji' gem 'jemoji'
end end

View File

@@ -39,11 +39,12 @@ defaults:
layout: docs layout: docs
plugins: plugins:
- jekyll-redirect-from - jekyll-mentions
- jekyll-octicons - jekyll-octicons
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-readme-index - jekyll-readme-index
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jemoji - jemoji
branch: master branch: master