diff options
author | mayx <mayx@outlook.com> | 2025-04-08 16:12:54 +0200 |
---|---|---|
committer | mayx <mayx@outlook.com> | 2025-04-08 16:12:54 +0200 |
commit | 9170efdaa394de637bf1887f7f8c5ae4c449e512 (patch) | |
tree | c5e1b57db00dfceb028522ebe709ae0c9479f76a /Gemfile | |
parent | d3eefbba2defb57e54502651ab9e9220e78ab36a (diff) |
Update 7 files
- /_includes/word_count.html
- /_config.yml
- /_layouts/default.html
- /Gemfile
- /js/rss-feed-preview.js
- /_posts/2025-04-08-feed.md
- /links.md
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ group :jekyll_plugins do gem "jekyll-assets", "~> 1.0.0" gem "jekyll-sitemap", "~> 1.4.0" gem "jekyll-feed", "~> 0.15.1" + gem "jekyll-include-cache", "~> 0.2.1" gem "jekyll-theme-minimal" gem "jekyll-paginate", "~> 1.1.0" gem "kramdown-parser-gfm", "~> 1.1.0" |