Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pathawks/jekyll-smartify
SmartyPants filter for Jekyll
https://github.com/pathawks/jekyll-smartify
Last synced: about 1 month ago
JSON representation
SmartyPants filter for Jekyll
- Host: GitHub
- URL: https://github.com/pathawks/jekyll-smartify
- Owner: pathawks
- License: mit
- Archived: true
- Created: 2015-03-14T21:26:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T00:52:36.000Z (almost 9 years ago)
- Last Synced: 2024-02-23T07:21:07.181Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jekyll-plugins - **Smartify** - smartify](https://rubygems.org/gems/jekyll-smartify)) by Pat Hawks -- SmartyPants filter. Make "quotes" “curly”. **Archived** (Text Filters)
README
# Jekyll Smartify
*SmartyPants filter for Jekyll*
[![Gem Version](https://img.shields.io/gem/v/jekyll-smartify.svg)](https://rubygems.org/gems/jekyll-smartify)
[![Build Status](https://img.shields.io/travis/pathawks/jekyll-smartify/master.svg)](https://travis-ci.org/pathawks/jekyll-smartify)
[![Dependency Status](https://img.shields.io/gemnasium/pathawks/jekyll-smartify.svg)](https://gemnasium.com/pathawks/jekyll-smartify)Make your "quotes" “curly”
This plugin will soon be deprecated, as the `smartify` filter is [being added to Jekyll core](https://github.com/jekyll/jekyll/pull/4323)
## Usage
1. Add `gem 'jekyll-smartify'` to your site's Gemfile and run `bundle`
2. Add the following to your site's `_config.yml`:```yml
gems:
- jekyll-smartify
```## 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