dragonruby-book/Gemfile
Brett Chalupa 8d843582dc feat: sitemap generation
Automatically generates the sitemap upon deploy and pings the search
engines. A bit naive but it works. Uses Ruby because this is a book
about using Ruby.
2022-12-11 19:56:14 -05:00

3 lines
65 B
Ruby

source "https://rubygems.org"
gem 'sitemap_generator', '~> 6.3'