# jekyll-slugify_underscore A plugin to make Jekyll slugify with underscores instead of hyphens. [![Gem Version](https://img.shields.io/gem/v/jekyll-slugify_underscore.svg)](https://rubygems.org/gems/jekyll-slugify_underscore) [![Build Status](https://img.shields.io/travis/paulrobertlloyd/jekyll-slugify_underscore/master.svg)](https://travis-ci.org/paulrobertlloyd/jekyll-slugify_underscore) ## Installation 1. Add `gem 'jekyll-slugify_underscore'` to your site’s Gemfile and run bundle 2. Add the following to your site’s `_config.yml`: ```yml gems: - jekyll-slugify_underscore ``` ## Testing 1. `script/bootstrap` 2. `script/cibuild` ## Contributing 1. Fork the project 2. Create a descriptively named feature branch 3. Add your feature 4. Submit a pull request