[01/05/23] added new jekyll plugins for read time, sitemap, seo and rss feed

This commit is contained in:
Andrew Conlin 2023-05-01 17:35:50 +01:00
parent 547dfe4eb3
commit e66097a7c6
18 changed files with 376 additions and 31 deletions

View file

@ -33,8 +33,14 @@ GEM
webrick (~> 1.7)
jekyll-archives (2.2.1)
jekyll (>= 3.6, < 5.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
@ -42,13 +48,21 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
liquid_pluralize (1.0.3)
liquid (>= 2.6, < 5.0)
liquid_reading_time (1.1.3)
liquid (>= 2.6, < 5.0)
nokogiri (~> 1.6)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
racc (1.5.1)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
@ -70,6 +84,12 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.3)
jekyll-archives
jekyll-feed
jekyll-seo-tag
jekyll-sitemap
liquid_pluralize
liquid_reading_time
nokogiri
BUNDLED WITH
2.4.7