Liooo / jekyll-multiple-languages

A Multiple Languages plugin for Jekyll

Home Page:http://jekyll-langs.liaohuqiu.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It can work with octopress now. Happy coding.

Quick start

install

gem install jekyll-multiple-languages

Gemfile

gem 'jekyll-multiple-languages', '~> 1.0.4'

add config to your _config.yml

gems:           ['jekyll-multiple-languages']

# Multiple languages
languages:          ['en', 'cn']

# If not config, the first of languages will be the default
language_default:   'en'

# If a post of default language not set `no_fill_default_content` to true
# Its content will use to replace if the corresponding content of other languages is not exist.
# fill_default_content: true

Doc

Multiple Languages Plugin for Jekyll

Visit Project Page for more information

中文文档

About

A Multiple Languages plugin for Jekyll

http://jekyll-langs.liaohuqiu.net/


Languages

Language:Ruby 98.5%Language:Shell 1.5%