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 8, 2024
1 parent 6f2ecf4 commit 143b1c7
Show file tree
Hide file tree
Showing 2 changed files with 11 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 "jekyll-remote-theme"
gem "jekyll-seo-tag"
end
4 changes: 3 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
remote_theme: pages-themes/[email protected]
permalink: pretty
plugins:
- jekyll-redirect-from
- jekyll-gfm-admonitions
- jekyll-remote-theme
- jekyll-seo-tag

0 comments on commit 143b1c7

Please sign in to comment.