chg: [gemfile] updated for rss
parent
3bfdabb6d0
commit
7106f0bbfe
1
Gemfile
1
Gemfile
|
@ -5,3 +5,4 @@ gem "jekyll-environment-variables"
|
||||||
gem 'jemoji'
|
gem 'jemoji'
|
||||||
gem 'rouge'
|
gem 'rouge'
|
||||||
gem 'jekyll-last-modified-at'
|
gem 'jekyll-last-modified-at'
|
||||||
|
gem 'jekyll-feed'
|
||||||
|
|
|
@ -37,8 +37,14 @@ sass:
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-environment-variables
|
- jekyll-environment-variables
|
||||||
- jemoji
|
- jemoji
|
||||||
|
- jekyll-last-modified-at
|
||||||
|
- jekyll-feed
|
||||||
|
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
kramdown:
|
kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
|
|
||||||
|
# Optional. The default date format, used if none is specified in the tag.
|
||||||
|
last-modified-at:
|
||||||
|
date-format: '%d-%b-%Y'
|
||||||
|
|
Loading…
Reference in New Issue