Commit graph

5 commits

Author SHA1 Message Date
erciccione
4a3d3c38be
Update Gemfile and Gemfile.lock 2021-05-12 10:58:42 +02:00
erciccione
2830f69173
Improve RSS experience (install 'jekyll-feed' plugin)
- 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).
2020-07-29 20:46:37 +02:00
rehrar
3d4a4fa59a
Added jekyll-multiple-languages-plugin to the gemfile 2018-01-30 13:14:07 -07:00
Matt Smith
80fb686e6b Add wdm gem on Windows
Source: Jekyll complaining at me

```
 Please add the following to your Gemfile to avoid polling for changes:
     gem 'wdm', '>= 0.1.0' if Gem.win_platform?
```
2017-09-02 20:39:58 +01:00
qertoip
fe107793f1 Make the setup easier and more repeatable by using Bundler 2017-08-24 23:27:10 +02:00