Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ryanburnette/jekyll-titleize
- Owner: ryanburnette
- License: apache-2.0
- Created: 2015-01-05T18:55:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-05T20:07:21.000Z (about 10 years ago)
- Last Synced: 2024-12-20T00:22:07.584Z (about 2 months ago)
- Language: Ruby
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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