next-theme / hexo-theme-next

🎉 Elegant and powerful theme for Hexo.
https://theme-next.js.org
Other
2.34k stars 418 forks source link

Dose next support multi-lingual ? #806

Open IShinji opened 2 weeks ago

IShinji commented 2 weeks ago

Issue Checklist

Other Information

I want my blog support multi-lingual. Each post has its own content. Like this: xxx.com/en/post xxx.com/zh/post

I saw the issue https://github.com/theme-next/hexo-theme-next/pull/1391 I don't know if any other people have the some needs.

welcome[bot] commented 2 weeks ago

Thanks for opening this issue, maintainers will get back to you as soon as possible!

flashlab commented 1 day ago

@IShinji Hi, This feature depend on proper setup in _config.yml, like this:

permalink: :lang/:title/
permalink_defaults:
  lang: 'en'
i18n_dir: :lang
new_post_name: :lang/:title.md