Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 513 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 513 Bytes

middleman-typogruby

Add this to your Gemfile:

gem 'middleman-typogruby', :git => "git://github.com/ssbx/middleman-typogruby.git"

And this to your config.rb (these are the default options):

activate :typogruby do |typo|
    typo.entities = false
    typo.typeamp = true
    typo.caps = true
    typo.initial_quotes = true
    typo.smartypants = true
    typo.widont = true
end

See Typogruby doc for documentation.