chg: [gemfile] updated for rss

main
Alexandre Dulaunoy 2021-02-26 15:03:14 +01:00
parent 3bfdabb6d0
commit 7106f0bbfe
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 7 additions and 0 deletions

View File

@ -5,3 +5,4 @@ gem "jekyll-environment-variables"
gem 'jemoji'
gem 'rouge'
gem 'jekyll-last-modified-at'
gem 'jekyll-feed'

View File

@ -37,8 +37,14 @@ sass:
plugins:
- jekyll-environment-variables
- jemoji
- jekyll-last-modified-at
- jekyll-feed
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# Optional. The default date format, used if none is specified in the tag.
last-modified-at:
date-format: '%d-%b-%Y'