Skip to content

Commit 238e6e3

Browse files
committed
Adding jekyll plugin
1 parent 6f2ecf4 commit 238e6e3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/Gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source 'https://rubygems.org'
2+
3+
group :jekyll_plugins do
4+
gem "jekyll-gfm-admonitions"
5+
gem "kramdown-parser-gfm"
6+
gem "minima"
7+
gem "jekyll-seo-tag"
8+
end

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
permalink: pretty
33
plugins:
4-
- jekyll-redirect-from
54
- jekyll-gfm-admonitions
5+
- jekyll-seo-tag

0 commit comments

Comments
 (0)