A plugin to make Jekyll slugify with underscores instead of hyphens.
gem 'jekyll-slugify_underscore'
bundle
_config.yml
gems: - jekyll-slugify_underscore
bundle install
bundle exec rake spec