Skip to content

Commit

Permalink
feat: add sitemap to improve indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Aug 26, 2024
1 parent 776ce30 commit 37e0eba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source "https://rubygems.org"
gem "jekyll", "~> 4.3.3"
gem "rubyzip", "~> 2.3"
gem "jekyll-sass-converter", "2.2.0"
gem "jekyll-sitemap", "~> 1.4.0"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ GEM
webrick (~> 1.7)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
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 @@ -70,6 +72,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.3.3)
jekyll-sass-converter (= 2.2.0)
jekyll-sitemap (~> 1.4.0)
rubyzip (~> 2.3)

BUNDLED WITH
Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ source: ./src
timezone: America/Los_Angeles
title: "Cal-ITP: California Integrated Travel Project"
url: "https://www.calitp.org"
plugins:
- jekyll-sitemap

0 comments on commit 37e0eba

Please sign in to comment.