diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-11-16 21:48:35 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-11-16 21:48:35 +0100 |
commit | 1e4d0001e288173fb85fe526346a475b726ad2ca (patch) | |
tree | 63ef3893cbb455d2182de2058380156c3ba83407 | |
parent | bad2eddcf46f39f2e7c1109f00c467594e64af77 (diff) |
Add multilingual mode to README
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -166,6 +166,9 @@ disableKinds = ['taxonomy', 'taxonomyTerm'] BookSearch = true ``` +### Multi-Language Support +Theme supports Hugo's [multilingual mode](https://gohugo.io/content-management/multilingual/), just follow configuration guide there. You can also tweak search indexing configuration per language in `i18n` folder. + ### Page Configuration You can specify additional params per page in front matter |