Generate a sitemap
Signed-off-by: Miki <mehranb@amazon.com>
This commit is contained in:
parent
266df8e006
commit
eac60ec797
8
Gemfile
8
Gemfile
|
@ -21,11 +21,9 @@ gem "jekyll-redirect-from", "~> 0.16"
|
||||||
# gem 'github-pages', group: :jekyll_plugins
|
# gem 'github-pages', group: :jekyll_plugins
|
||||||
|
|
||||||
# If you have any plugins, put them here!
|
# If you have any plugins, put them here!
|
||||||
# group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
# # gem "jekyll-feed", "~> 0.6"
|
gem "jekyll-sitemap"
|
||||||
# gem "jekyll-remote-theme"
|
end
|
||||||
# gem "jekyll-redirect-from"
|
|
||||||
# end
|
|
||||||
|
|
||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||||
|
|
|
@ -137,6 +137,7 @@ footer_content:
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-remote-theme
|
- jekyll-remote-theme
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
|
- jekyll-sitemap
|
||||||
|
|
||||||
# Exclude from processing.
|
# Exclude from processing.
|
||||||
# The following items will not be processed, by default. Create a custom list
|
# The following items will not be processed, by default. Create a custom list
|
||||||
|
|
Loading…
Reference in New Issue