Merge branch dev into master via CloudCannon #6

Merged
sakrecoer merged 3 commits from dev into master 2024-10-13 19:34:28 +02:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit e347c2145f - Show all commits

View file

@ -15,6 +15,7 @@ group :jekyll_plugins do
gem "jekyll-paginate-v2", "~>1.7"
gem "jekyll-sitemap", "1.2.0"
gem "jekyll-seo-tag", "2.6.0"
gem 'jekyll-last-modified-at'
end

View file

@ -27,6 +27,9 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-last-modified-at (1.1.0)
jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9)
jekyll-paginate-v2 (1.9.4)
jekyll (~> 3.0)
jekyll-sass-converter (1.5.2)
@ -46,6 +49,7 @@ GEM
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.13)
public_suffix (3.1.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
@ -64,6 +68,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 3.8.5)
jekyll-last-modified-at
jekyll-paginate-v2 (~> 1.7)
jekyll-seo-tag (= 2.6.0)
jekyll-sitemap (= 1.2.0)