diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-29 20:23:30 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-29 20:23:30 +0200 |
commit | 2e0bca8fa3b531d527f8385f5919179f90229337 (patch) | |
tree | 9378079db6eb4211bbc1bac6b0c17f191ea46992 /_config.yml | |
parent | remove jekyll-remote-theme from dependencies (diff) | |
download | jekyll-theme-2e0bca8fa3b531d527f8385f5919179f90229337.tar.gz jekyll-theme-2e0bca8fa3b531d527f8385f5919179f90229337.zip |
add jekyll-tidy plugin
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 6bcc5f9..21d7d34 100644 --- a/_config.yml +++ b/_config.yml @@ -39,6 +39,7 @@ kramdown: plugins: - jekyll-github-metadata - jekyll-paginate + - jekyll-tidy # jekyll-github-metadata repository: egor-tensin/jekyll-theme |