Skip to content

Commit

Permalink
perf: add sitemap for seo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryrden committed Dec 27, 2023
1 parent 8dc45eb commit 2b688fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source "https://rubygems.org"

gem "jekyll"
gem "jekyll-polyglot" # for multilingual support
gem "jekyll-sitemap" # for sitemap.xml
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ GEM
jekyll (>= 4.0, >= 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand Down Expand Up @@ -72,6 +74,7 @@ PLATFORMS
DEPENDENCIES
jekyll
jekyll-polyglot
jekyll-sitemap

BUNDLED WITH
2.3.26
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ timezone: America/Sao_Paulo

plugins:
- jekyll-polyglot
- jekyll-sitemap

languages: ["pt-br", "en"]
default_lang: "pt-br"
Expand Down

0 comments on commit 2b688fa

Please sign in to comment.