Skip to content

Commit

Permalink
added sitempa
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoberon committed May 4, 2024
1 parent 64fd5ed commit 336b8cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

# sitemap, cf. https://github.com/jekyll/jekyll-sitemap
gem 'jekyll-sitemap'
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ github_username: rjoberon
theme: minima
plugins:
- jekyll-feed
- jekyll-sitemap

# Exclude from processing.
# The following items will not be processed, by default.
Expand Down

0 comments on commit 336b8cf

Please sign in to comment.