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