Skip to content

Commit

Permalink
Adding jekyll plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 10, 2024
1 parent 6f2ecf4 commit 238e6e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source 'https://rubygems.org'

group :jekyll_plugins do
gem "jekyll-gfm-admonitions"
gem "kramdown-parser-gfm"
gem "minima"
gem "jekyll-seo-tag"
end
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
permalink: pretty
plugins:
- jekyll-redirect-from
- jekyll-gfm-admonitions
- jekyll-seo-tag

0 comments on commit 238e6e3

Please sign in to comment.