Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pathawks/jekyll-xmlify
Adds Jekyll filter to minify sections of XML
https://github.com/pathawks/jekyll-xmlify
Last synced: about 1 month ago
JSON representation
Adds Jekyll filter to minify sections of XML
- Host: GitHub
- URL: https://github.com/pathawks/jekyll-xmlify
- Owner: pathawks
- License: mit
- Created: 2015-06-06T20:20:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T01:38:28.000Z (almost 7 years ago)
- Last Synced: 2024-05-09T21:16:49.354Z (6 months ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jekyll XMLify
*SmartyPants filter for Jekyll*
[![Gem Version](https://img.shields.io/gem/v/jekyll-xmlify.svg)](https://rubygems.org/gems/jekyll-xmlify)
[![Build Status](https://img.shields.io/travis/pathawks/jekyll-xmlify/master.svg)](https://travis-ci.org/pathawks/jekyll-xmlify)
[![Dependency Status](https://img.shields.io/gemnasium/pathawks/jekyll-xmlify.svg)](https://gemnasium.com/pathawks/jekyll-xmlify)Liquid filter to minify sections of XML
## Usage
1. Add `gem 'jekyll-xmlify'` to your site's Gemfile and run `bundle`
2. Add the following to your site's `_config.yml`:```yml
gems:
- jekyll-xmlify
```## 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