https://github.com/pathawks/jekyll-xmlify
Adds Jekyll filter to minify sections of XML
https://github.com/pathawks/jekyll-xmlify
Last synced: 10 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T01:38:28.000Z (over 8 years ago)
- Last Synced: 2025-09-06T09:46:45.259Z (10 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*
[](https://rubygems.org/gems/jekyll-xmlify)
[](https://travis-ci.org/pathawks/jekyll-xmlify)
[](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