No commit activity in last 3 years
No release in over 3 years
Gives you some language filters.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0
>= 0
>= 0
>= 0
 Project Readme

Jekyll::Languages

Gem Version Build Status

Installation

Jekyll plugin system

In your _config.yml file, add a new array with the key gems and the values of the gem names of the plugins you’d like to use. In this case:

	gems: [jekyll-languages]

Via Bundler

Add this line to your application's Gemfile:

gem 'jekyll-languages'

To use it, add the following to _plugins/ext.rb:

	require "jekyll/languages"

Usage

<p><strong>Categories:</strong> {{ page.categories | sentencize_array }}</p>

Configuration

This plugin allows for some configuration options, use them in your _config.yml to make it actually do something useful:

jekyll_languages:
	array_connector: "och"

Contributing

  1. Fork it ( http://github.com/janlindblom/jekyll-languages/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request