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
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
.gitignore
config.toml all: Unify case of config variable names 2016-10-24 20:56:00 +02:00
README.md

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!