Skip to content

Commit

Permalink
Add sitemap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ray310 committed Jun 15, 2024
1 parent 72cbe79 commit 49d760a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ source "https://rubygems.org"
gem "jekyll", "~> 4.3"
gem "webrick"
gem "bulma-clean-theme", '1.0.0'

group :jekyll_plugins do
gem "jekyll-sitemap"
end
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ PLATFORMS
DEPENDENCIES
bulma-clean-theme (= 1.0.0)
jekyll (~> 4.3)
jekyll-sitemap
webrick

BUNDLED WITH
Expand Down
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ source: docs
theme: bulma-clean-theme
fixed_navbar: top
footer_menu: footer_links
google_analytics: G-RF9V1J2QG0
google_analytics: G-RF9V1J2QG0
plugins:
- jekyll-sitemap

0 comments on commit 49d760a

Please sign in to comment.