Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 591 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 591 Bytes

Umlauts Generator for Jekyll

This generator converts all umlauts äÄöÖüÜ and ßẞ in its correct html equivalent. When the jekyll site is generated all umlauts will be converted to html.

ü = ü Ü = Ü
ä = ä Ä = Ä
ö = ö Ö = Ö
ß = ß ẞ = ẞ

Installation as plugin

  • Download the release, extract it
  • Add folder "_plugins" to your jekyll root directory
  • Put the file "jekyll-umlauts.rb" into "_plugins"

Installation as gem

gem install jekyll-umlauts

Updating jekyll-umlauts

gem update jekyll-umlauts