Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryanburnette/jekyll-titleize

Titleize as a Liquid Filter in Jekyll.
https://github.com/ryanburnette/jekyll-titleize

Last synced: 17 days ago
JSON representation

Titleize as a Liquid Filter in Jekyll.

Awesome Lists containing this project

README

        

# jekyll-titleize

[Titleize](https://github.com/granth/titleize) as a Liquid Filter in [Jekyll](http://jekyllrb.com).

Titleize like a beast.

```liquid
{{ page.title | titleize }}
```

## Installation

### Gem

Add to `Gemfile`.

```ruby
# Gemfile
gem "jekyll-titleize"
```

And reference in `_config.yml`.

```ruby
# _config.yml
gems: ['jekyll-titleize']
```

### Plugin

Place `jekyll-titleize.rb` into your `_plugins` directory.

## License

Apache2