Skip to content

Commit

Permalink
added jekyll-sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
luona-dev committed Nov 24, 2023
1 parent a92ccd9 commit ed4a2ca
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 @@ -11,6 +11,7 @@ gem "jekyll", "~> 4.3.2"
gem "jekyll-remote-theme", "~> 0.4.3"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5.1"
gem 'jekyll-sitemap'
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ GEM
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.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 @@ -84,6 +86,7 @@ DEPENDENCIES
jekyll (~> 4.3.2)
jekyll-feed (~> 0.12)
jekyll-remote-theme (~> 0.4.3)
jekyll-sitemap
minima (~> 2.5.1)
tzinfo (>= 1, < 3)
tzinfo-data
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ remote_theme: jekyll/minima # or another theme
# theme: minima
plugins:
- jekyll-remote-theme
- jekyll-sitemap
# - jekyll-titles-from-headings


Expand Down

0 comments on commit ed4a2ca

Please sign in to comment.