Skip to content

Commit

Permalink
Try adding a sitemap using jekyll-sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Aug 27, 2023
1 parent 4ab149c commit c56d8bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
# Simplify creation and management of posts
gem 'jekyll-compose', group: [:jekyll_plugins]

# Auto-generate a sitemap
gem 'jekyll-sitemap'

# Lock jekyll-sass-converter to 2.x on Linux-musl
if RUBY_PLATFORM =~ /linux-musl/
gem "jekyll-sass-converter", "~> 2.0"
Expand Down
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ description: >- # this means to ignore newlines until "baseurl:"
baseurl: ""
url: "https://neoman.dev"

plugins:
- jekyll-sitemap

github:
username: doctorfree/neoman # change to your github username

Expand Down

0 comments on commit c56d8bf

Please sign in to comment.