Skip to content

Commit 6c61344

Browse files
committed
chore: set up RSS feed using jekyll-feed in _config.yml
1 parent 20ab246 commit 6c61344

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
1212
end
1313

1414
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
15+
16+
group :jekyll_plugins do
17+
gem "jekyll-feed"
18+
end

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ google_analytics:
3838

3939
plugins:
4040
- jekyll-sitemap
41-
- jekyll-feed
41+
- jekyll-feed ## RSS 피드
4242

4343

4444
# robots:

0 commit comments

Comments
 (0)