update feed

This commit is contained in:
Set Hallstrom 2020-11-09 17:56:37 +01:00
parent 529dc6005e
commit b0bbc20e5e
4 changed files with 8 additions and 1 deletions

View file

@ -5,5 +5,6 @@ gem 'jekyll', '4.1.1'
group :jekyll_plugins do
gem 'jekyll-sitemap', '1.4.0'
gem 'jekyll-last-modified-at','1.1.0'
gem 'jekyll-feed', '0.15.1'
# gem 'jekyll-pwa-plugin'
end

View file

@ -29,6 +29,8 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-last-modified-at (1.1.0)
jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9)
@ -68,6 +70,7 @@ PLATFORMS
DEPENDENCIES
jekyll (= 4.1.1)
jekyll-feed (= 0.15.1)
jekyll-last-modified-at (= 1.1.0)
jekyll-sitemap (= 1.4.0)

View file

@ -127,4 +127,7 @@ defaults:
resize_style: cover
uploads_dir: "/images/posts"
feed:
path: rss.xml
posts_limit: 10
excerpt_only: true

View file