Add RSS feed
This commit is contained in:
parent
a0669588a7
commit
a2722fe426
3 changed files with 14 additions and 0 deletions
4
Gemfile
4
Gemfile
|
|
@ -13,3 +13,7 @@ end
|
|||
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
|
||||
|
||||
gem "webrick", "~> 1.7"
|
||||
|
||||
gem "jekyll-feed", "~> 0.16.0"
|
||||
|
||||
gem "jekyll-sitemap", "~> 1.4"
|
||||
|
|
|
|||
|
|
@ -31,8 +31,12 @@ GEM
|
|||
rouge (~> 3.0)
|
||||
safe_yaml (~> 1.0)
|
||||
terminal-table (~> 2.0)
|
||||
jekyll-feed (0.16.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-sass-converter (2.2.0)
|
||||
sassc (> 2.0.1, < 3.0)
|
||||
jekyll-sitemap (1.4.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
kramdown (2.4.0)
|
||||
|
|
@ -74,6 +78,8 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
jekyll (~> 4.2)
|
||||
jekyll-feed (~> 0.16.0)
|
||||
jekyll-sitemap (~> 1.4)
|
||||
tzinfo (~> 2.0)
|
||||
tzinfo-data
|
||||
wdm (~> 0.1.1)
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@ kramdown:
|
|||
auto_ids: true
|
||||
parse_block_html: true
|
||||
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
- jekyll-sitemap
|
||||
|
||||
# Commonly used links throughout the site.
|
||||
# Reference as {{ site.github }}.
|
||||
discord: https://discord.gg/reqUMqxu8D
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue