Add plugins, configure and run test build

This commit is contained in:
2023-02-20 01:33:45 +01:00
parent 27cf6548a9
commit 8da2e86fe5
6 changed files with 52 additions and 67 deletions

View File

@@ -2,5 +2,8 @@ source "https://rubygems.org"
gem "jekyll", "~> 4.3.2"
# group :jekyll_plugins do
# end
group :jekyll_plugins do
gem "jekyll-compose", "~> 0.12.0"
gem "jekyll-textile-converter", "~> 0.1.0"
gem "jekyll-feed", "~> 0.17.0"
end