Skip to content

slickage/middleman-typogruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages