hugo/examples/multilingual
Albert Nigmatzianov f21e2f25c9 all: Unify case of config variable names
All config variables starts with low-case and uses camelCase.

If there is abbreviation at the beginning of the name, the whole
abbreviation will be written in low-case.
If there is abbreviation at the end of the name, the
whole abbreviation will be written in upper-case.
For example, rssURI.
2016-10-24 20:56:00 +02:00
..
content Fix multilingual site layouts/templates. 2015-05-07 21:16:38 +02:00
data/translations examples: Add example for translation files 2016-07-29 20:21:52 +02:00
layouts examples: Add example for translation files 2016-07-29 20:21:52 +02:00
static Fix multilingual styling with small screen. 2015-05-07 21:16:38 +02:00
.gitignore A small fix and update to the multilingual example 2014-09-08 11:38:12 -04:00
config.toml all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
README.md Update Hugo examples 2015-12-26 20:02:21 -07:00

Multilingual website with Hugo

This example was kindly contributed by Egon Elbre in November 2013 as a wonderful proof-of-concept for internationalization (i18n) and multilingualization (m17n) in Hugo-generated websites.

The example works well for the most part, though some minor issues remain. Please see relevant discussions below:

Alternatively follow our multilingual site tutorial.

All contributions are welcome!