We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233ec4b commit 75624edCopy full SHA for 75624ed
Gemfile
@@ -13,6 +13,7 @@ source "https://rubygems.org"
13
gem "minima"
14
gem "webrick"
15
gem 'jekyll-reload'
16
+gem 'jekyll-sitemap'
17
18
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
19
# uncomment the line below. To upgrade, run `bundle update github-pages`.
_config.yml
@@ -21,6 +21,7 @@ remote_theme: jekyll/minima
21
plugins:
22
- jekyll-feed
23
- jekyll-seo-tag
24
+ - jekyll-sitemap
25
26
# Theme-specific settings
27
0 commit comments