hugo/docs/content
Alexandre Bourget ec33732fbe Add multilingual support in Hugo
Implements:
* support to render:
  * content/post/whatever.en.md to /en/2015/12/22/whatever/index.html
  * content/post/whatever.fr.md to /fr/2015/12/22/whatever/index.html
* gets enabled when `Multilingual:` is specified in config.
* support having language switchers in templates, that know
  where the translated page is (with .Page.Translations)
  (when you're on /en/about/, you can have a "Francais" link pointing to
   /fr/a-propos/)
  * all translations are in the `.Page.Translations` map, including the current one.
* easily tweak themes to support Multilingual mode
* renders in a single swift, no need for two config files.

Adds a couple of variables useful for multilingual sites

Adds documentation (content/multilingual.md)

Added language prefixing for all URL generation/permalinking see in the
code base.

Implements i18n. Leverages the great github.com/nicksnyder/go-i18n lib.. thanks Nick.
* Adds "i18n" and "T" template functions..
2016-09-06 18:32:15 +03:00
..
commands docs: Regen commands doc 2016-06-22 14:03:18 +02:00
community docs: Add Spanish video tutorial by Verónica López to press.md 2016-08-19 08:26:26 -06:00
content Add multilingual support in Hugo 2016-09-06 18:32:15 +03:00
extras docs: Update documentation for URLs 2016-08-30 01:26:21 -04:00
meta docs: Fix typo is 0.16 release notes 2016-06-20 13:21:10 -05:00
overview docs: Fix typo in Quickstart guide 2016-09-06 14:34:46 +02:00
showcase docs: Add open.cinegy.com to the showcase 2016-09-06 14:32:33 +02:00
taxonomies Add multilingual support in Hugo 2016-09-06 18:32:15 +03:00
templates Add multilingual support in Hugo 2016-09-06 18:32:15 +03:00
themes docs: Mention theme config option on Usage page 2016-09-01 17:22:50 +02:00
tools docs: Add Vim/Emacs plugin to tools section 2016-09-04 15:22:05 +02:00
troubleshooting docs: Add lastmod to content files 2016-01-06 23:55:18 +01:00
tutorials docs: Clarify Creating a New Theme 2016-09-01 20:34:00 -04:00