1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
---
layout: page
title: About
permalink: about/
lang: en
---
<p class="message">
<b>Polyglot</b> is an open source internationalization plugin for <a href="http://jekyllrb.com">Jekyll</a> blogs. Polyglot is easy to setup and use with any project, and it scales to the languages you want to support. With fallback support for missing content, automatic url relativization, and <a href="{{site.baseurl}}/seo/">powerful SEO recipes</a>, Polyglot allows any multi-language blog to focus on content without the cruftwork.
</p>
[**Polyglot Github Page**](https://github.com/untra/polyglot)
**Install**
{% highlight bash %}
gem install jekyll-polyglot
{% endhighlight %}
|