Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ArneGockeln/jekyll-umlauts

Jekyll Generator Plugin to convert umlauts to html
https://github.com/ArneGockeln/jekyll-umlauts

Last synced: about 1 month ago
JSON representation

Jekyll Generator Plugin to convert umlauts to html

Awesome Lists containing this project

README

        

# 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.
```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
```