Skip to content

Jekyll plugin for setting UTF-8 charset header for HTML files when using `jekyll serve`.

License

Notifications You must be signed in to change notification settings

schneems/jekyll-utf8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll UTF-8

Gem Version

This plugin alters the default WEBrick behavior of jekyll serve and sets the Content-Type header of HTML files to text/html; charset=utf-8.

Installation

gem install jekyll-utf8

Usage

Create a file at _plugins/jekyll-utf8.rb with the following contents:

require 'jekyll-utf8'

About

Jekyll plugin for setting UTF-8 charset header for HTML files when using `jekyll serve`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%