Skip to content

ashmaroli/jekyll-locale

Repository files navigation

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.