Home - myles/jekyll-typogrify GitHub Wiki

Jekyll::Typogrify

Improves typography on your Jekyll site using typogruby and titlecase.

Before After
Before After

Installation

Add this line to your application's Gemfile:

gem 'jekyll-typogrify'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-typogrify

You now need to enable the plugin in your Jekyll web site. Append it to the gems array in your _config.yml file:

gems:
- jekyll-typogrify

Filters