From b10b88a74e43fd7c80506ad2278b091d44ebf70a Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Sun, 24 May 2020 19:36:23 +0800 Subject: Created Internationalization (markdown) --- Internationalization.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Internationalization.md diff --git a/Internationalization.md b/Internationalization.md new file mode 100644 index 0000000..93f60cf --- /dev/null +++ b/Internationalization.md @@ -0,0 +1,11 @@ +Thanks for the efforts of [jordan-dlh](https://github.com/AmazingRise/hugo-theme-diary/pull/43), now `hugo-theme-diary` supports several languages. + +To change default language of this theme, please add this line to your site's `config.toml`: + +```toml +DefaultContentLanguage = "en" +``` + +At present, we support English(`en`), French(`fr`), and Chinese(`zh-CN` and `zh-TW`). + +**NOTE:** This configuration doesn't apply to sidebar. To customize sidebar, please visit [here](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#customize-sidebar). \ No newline at end of file -- cgit v1.2.3