Skip to content

Commit

Permalink
Update enable.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin authored Nov 23, 2021
1 parent a1075e7 commit 85c417c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cheatsheets/jekyll/plugins/enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ For local development and use outside of GH Pages, it is sufficient to add a plu
```ruby
group :jekyll_plugins do
gem "jekyll-feed"
gem "jekyll-sitemap"
gem "jekyll-sitemap", "~> 1.4"
gem "jekyll-seo-tag, "~> 2.7.1"
end
```
For example, you can see the `sitemap.xml` file and `feed.xml` file get outputted in `_site` on a build.

## GitHub Pages
Expand Down

0 comments on commit 85c417c

Please sign in to comment.