Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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