Skip to content

Commit

Permalink
build(gemfile): ➕ add jekyll-feed plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Jiroh Halili (RecapTime.dev) <[email protected]>
  • Loading branch information
ajhalili2006 committed May 2, 2024
1 parent b0bb6ee commit 01f2258
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ source 'https://rubygems.org'

gem "jekyll"
gem "just-the-docs"
gem 'jekyll-default-layout'
gem 'jekyll-default-layout'
gem 'jekyll-feed'
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ GEM
webrick (~> 1.7)
jekyll-default-layout (0.1.5)
jekyll (>= 3.0, < 5.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (3.0.0)
Expand Down Expand Up @@ -153,6 +155,7 @@ PLATFORMS
DEPENDENCIES
jekyll
jekyll-default-layout
jekyll-feed
just-the-docs

BUNDLED WITH
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ nav_external_links:

plugins:
- 'jekyll-default-layout'
- 'jekyll-feed'

sass:
sass_dir: _sass
Expand Down

0 comments on commit 01f2258

Please sign in to comment.