diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-29 20:16:53 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-29 20:16:53 +0200 |
commit | 958570340bccbcbdbdb0d6c11572e67ddb0bd6c4 (patch) | |
tree | d88d6210dffdcaa29f58129696996144cbc7dc6b /Gemfile | |
parent | bump jekyll-theme (diff) | |
download | blog-958570340bccbcbdbdb0d6c11572e67ddb0bd6c4.tar.gz blog-958570340bccbcbdbdb0d6c11572e67ddb0bd6c4.zip |
add jekyll-tidy plugin
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |