Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.35 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.35 KB

Jekyll Locale

Linux Build Status Windows Build status Maintainability Test Coverage

A localization plugin for Jekyll.

Features

  • Exposes a {{ locale }} object for your Liquid templates that can be used to "translate" strings in your site easily.
  • Depending on configured mode, the plugin either generates a copy of every page that renders into a HTML file, and every document set to be written, and renders them into dedicated urls prepended by a supported locale, or, the plugin "processes" only those files placed inside the plugin's configured content_dir .

Read through the documentation for details.