No release in over 3 years
Low commit activity in last 3 years
A plugin to make Jekyll slugify with underscores instead of hyphens.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6
< 4.0, >= 3.0.1
~> 0
~> 3.0
 Project Readme

jekyll-slugify_underscore

A plugin to make Jekyll slugify with underscores instead of hyphens.

Gem version Build status

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:
gems:
  - jekyll-slugify_underscore

Testing

  1. bundle install
  2. bundle exec rake spec

Contributing

  1. Fork the project
  2. Create a descriptively named feature branch
  3. Add your feature
  4. Submit a pull request