Skip to content

Commit

Permalink
Adds support for sitemap and robots.txt (alshedivat#337)
Browse files Browse the repository at this point in the history
* Adds support for sitemap

* Adds support for robots.txt
  • Loading branch information
rohandebsarkar authored and siantonelli committed Oct 26, 2024
1 parent 9eabb95 commit 202514f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-toc'
gem 'jekyll-twitter-plugin'
gem 'jekyll-sitemap'
gem 'jemoji'
gem 'mini_racer'
gem 'unicode_utils'
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ plugins:
- jekyll-sitemap
- jekyll-toc
- jekyll-twitter-plugin
- jekyll-sitemap
- jemoji
- jekyll-figure

Expand Down

0 comments on commit 202514f

Please sign in to comment.