Merge pull request 'Added RSS feed for blog section' (#19) from rss-feed into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
8463aa2342
1
Gemfile
1
Gemfile
@ -1,3 +1,4 @@
|
||||
source "https://rubygems.org"
|
||||
ruby '2.6.5'
|
||||
gemspec
|
||||
gem 'jekyll-feed'
|
@ -34,6 +34,8 @@ GEM
|
||||
rouge (~> 3.0)
|
||||
safe_yaml (~> 1.0)
|
||||
terminal-table (~> 1.8)
|
||||
jekyll-feed (0.13.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-sass-converter (2.1.0)
|
||||
sassc (> 2.0.1, < 3.0)
|
||||
jekyll-watch (2.2.1)
|
||||
@ -67,6 +69,7 @@ DEPENDENCIES
|
||||
autonomic!
|
||||
bundler (>= 2.1.4)
|
||||
jekyll (>= 4)
|
||||
jekyll-feed
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.6.5p114
|
||||
|
@ -26,3 +26,5 @@ exclude:
|
||||
- vendor
|
||||
- Gemfile
|
||||
- Gemfile.lock
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
@ -26,3 +26,5 @@ exclude:
|
||||
- vendor
|
||||
- Gemfile
|
||||
- Gemfile.lock
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
Reference in New Issue
Block a user