Add information about multilingual mode to Readme

This commit is contained in:
Dmitry Kolosov 2020-05-27 22:50:15 +03:00 committed by GitHub
parent 0c8ce3901a
commit 3c48720b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@ Anubis is a simple minimalist theme for [Hugo blog engine](https://gohugo.io/).
- Google Analytics
- Disqus
- RSS feeds
- Translations (en, ru, fr)
- Translations (en, ru, fr, pl)
- Multilingual mode
## Installation
@ -72,6 +73,9 @@ Only works for production environment. You either build your site with variable
`HUGO_ENV=production hugo --minify`
or just put `env: production` to `params` section of config.
### Multilingual mode
Check config/example usage in [exampleSiteMultilingual](https://github.com/Mitrichius/hugo-theme-anubis/tree/master/exampleSiteMultilingual) directory and documentation on [Hugo site](https://gohugo.io/content-management/multilingual/).
## Contributing
If you find a bug or have an idea for a feature, feel free to write an [issue](https://github.com/mitrichius/hugo-theme-anubis/issues).