jekyll-slugify_underscore
A plugin to make Jekyll slugify with underscores instead of hyphens.
Installation
- Add
gem 'jekyll-slugify_underscore'to your site’s Gemfile and run bundle - Add the following to your site’s
_config.yml:
gems:
- jekyll-slugify_underscore
Testing
script/bootstrapscript/cibuild
Contributing
- Fork the project
- Create a descriptively named feature branch
- Add your feature
- Submit a pull request