Merge pull request 'Added RSS feed for blog section' (#19) from rss-feed into master
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2020-04-18 17:30:07 +02:00
commit 8463aa2342
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,4 @@
source "https://rubygems.org"
ruby '2.6.5'
gemspec
gem 'jekyll-feed'

View File

@ -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

View File

@ -26,3 +26,5 @@ exclude:
- vendor
- Gemfile
- Gemfile.lock
plugins:
- jekyll-feed

View File

@ -26,3 +26,5 @@ exclude:
- vendor
- Gemfile
- Gemfile.lock
plugins:
- jekyll-feed