hellcp / jekyll-locale

A localization plugin for Jekyll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A localization plugin for Jekyll

License:MIT License


Languages

Language:Ruby 89.5%Language:CSS 5.7%Language:HTML 4.8%