mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
2830f69173
- Use 'jekyll-feed' plugin to manage RSS feed and remove existing feed.xml file - Add feed image in main blog tab ('All posts') The 'jekyll-feed' plugin makes possible for aggregators to automatically detect the existence of a feed (feed_meta tag in header) and creates a 'feed.atom' file containing the last 20 blog posts and locates it in the root directory. The structure is compatible with our current system, including the possibility to show a picture if it's included in the post (#1002).
9 lines
199 B
Ruby
9 lines
199 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
gem 'jekyll-paginate'
|
|
gem 'builder'
|
|
gem 'rubysl-rexml'
|
|
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
|
gem 'jekyll-multiple-languages-plugin'
|
|
gem 'jekyll-feed'
|