Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ArneGockeln/jekyll-umlauts
- Owner: ArneGockeln
- License: mit
- Created: 2015-09-09T12:09:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T17:14:42.000Z (over 6 years ago)
- Last Synced: 2024-10-31T14:16:17.244Z (about 1 month ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-jekyll-plugins - **Umlauts** - umlauts](https://rubygems.org/gems/jekyll-umlauts) by Arne Gockeln -- this generator replaces all german umlauts (äöüß) case sensitive with html (Generators)
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
```