Skip to content
Myles Braithwaite edited this page Feb 26, 2016 · 5 revisions

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

Clone this wiki locally