Skip to content

Commit 85c417c

Browse files
Update enable.md
1 parent a1075e7 commit 85c417c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cheatsheets/jekyll/plugins/enable.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ For local development and use outside of GH Pages, it is sufficient to add a plu
88
```ruby
99
group :jekyll_plugins do
1010
gem "jekyll-feed"
11-
gem "jekyll-sitemap"
11+
gem "jekyll-sitemap", "~> 1.4"
12+
gem "jekyll-seo-tag, "~> 2.7.1"
1213
end
1314
```
1415
15-
For example, you can see the `sitemap.xml` file and `feed.xml` file get outputted in `_site` on a build.
16-
1716
1817
## GitHub Pages
1918

0 commit comments

Comments
 (0)