aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-05-29 20:24:43 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-05-29 20:24:43 +0200
commit6972ea637ba56472b32c2d0ecf436d3e8a536a1a (patch)
treecea2bc31ac02c1cd9b760595784658c1f25c2bea /Gemfile.lock
parentMakefile: refactoring (diff)
downloadegor-tensin.github.io-6972ea637ba56472b32c2d0ecf436d3e8a536a1a.tar.gz
egor-tensin.github.io-6972ea637ba56472b32c2d0ecf436d3e8a536a1a.zip
add jekyll-tidy plugin
Diffstat (limited to '')
-rw-r--r--Gemfile.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index df7e416..eaf05e0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -34,6 +34,8 @@ GEM
faraday-retry (1.0.3)
ffi (1.15.5)
forwardable-extended (2.6.0)
+ htmlbeautifier (1.4.2)
+ htmlcompressor (0.4.0)
http_parser.rb (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@@ -60,6 +62,10 @@ GEM
rubyzip (>= 1.3.0, < 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
+ jekyll-tidy (0.2.2)
+ htmlbeautifier
+ htmlcompressor
+ jekyll
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
@@ -100,6 +106,7 @@ DEPENDENCIES
jekyll (~> 3)
jekyll-github-metadata
jekyll-remote-theme
+ jekyll-tidy
BUNDLED WITH
2.3.13