ink-zone / fexo

A minimalist design theme for hexo.
https://forsigner.github.io
MIT License
1.09k stars 208 forks source link

localization #97

Closed fishbb closed 5 years ago

fishbb commented 6 years ago

What is the way to localize fexo and display the site in other languages?

yodahuang commented 6 years ago

You can modify language settings in _config.yaml in the root of Hexo blog (not /theme/fexo/_config.yaml) For example. if you want to show the website in English just specify

language: en

The availbale options are en, no, zh-CN and zh-TW