1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

16 lines
620 B
Markdown
Raw Normal View History

# 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:
* https://github.com/spf13/hugo/issues/129 Multiple languages
* https://github.com/spf13/hugo/issues/134 Example of a multilingual site
2015-12-24 23:04:58 +01:00
Alternatively follow our [multilingual site tutorial](http://gohugo.io/tutorials/create-a-multilingual-site/).
All contributions are welcome!