update feed
This commit is contained in:
parent
529dc6005e
commit
b0bbc20e5e
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -127,4 +127,7 @@ defaults:
|
|||
resize_style: cover
|
||||
uploads_dir: "/images/posts"
|
||||
|
||||
|
||||
feed:
|
||||
path: rss.xml
|
||||
posts_limit: 10
|
||||
excerpt_only: true
|
Loading…
Reference in a new issue