add feed
This commit is contained in:
parent
1428a40b5f
commit
65bdbf4399
5
Gemfile
5
Gemfile
@ -3,5 +3,6 @@ source "https://rubygems.org"
|
||||
gem 'jekyll', '~> 4.0'
|
||||
|
||||
group :jekyll_plugins do
|
||||
gem 'jekyll_picture_tag', '~> 2.0'
|
||||
end
|
||||
gem 'jekyll_picture_tag', '~> 2.0'
|
||||
gem 'jekyll-feed'
|
||||
end
|
@ -30,6 +30,8 @@ GEM
|
||||
safe_yaml (~> 1.0)
|
||||
terminal-table (>= 1.8, < 4.0)
|
||||
webrick (~> 1.7)
|
||||
jekyll-feed (0.17.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-sass-converter (2.2.0)
|
||||
sassc (> 2.0.1, < 3.0)
|
||||
jekyll-watch (2.2.1)
|
||||
@ -78,6 +80,7 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
jekyll (~> 4.0)
|
||||
jekyll-feed
|
||||
jekyll_picture_tag (~> 2.0)
|
||||
|
||||
BUNDLED WITH
|
||||
|
@ -6,5 +6,8 @@ show_dir_listing: true
|
||||
|
||||
safe: false
|
||||
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
||||
picture:
|
||||
source: "pictures/"
|
Loading…
Reference in New Issue
Block a user