aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-29 20:16:53 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-29 20:16:53 +0200
commit958570340bccbcbdbdb0d6c11572e67ddb0bd6c4 (patch)
treed88d6210dffdcaa29f58129696996144cbc7dc6b /Gemfile
parentbump jekyll-theme (diff)
downloadblog-958570340bccbcbdbdb0d6c11572e67ddb0bd6c4.tar.gz
blog-958570340bccbcbdbdb0d6c11572e67ddb0bd6c4.zip
add jekyll-tidy plugin
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7f80b5d..527e762 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,4 +6,5 @@ gem 'jekyll-paginate'
gem 'jekyll-remote-theme'
# Why is this not a dependency of Jekyll? Considering that without
# kramdown-parser-gfm, Jekyll will error out.
+gem 'jekyll-tidy'
gem 'kramdown-parser-gfm'