I have read doc below, but didn't get how.
http://hexo.io/docs/localization.html
Anyone knows exacly how ?
I want my blog in either japanese or english.
I tried:
- set lang: to ja-jp
- set lang: to en
I have read doc below, but didn't get how.
http://hexo.io/docs/localization.html
Anyone knows exacly how ?
I want my blog in either japanese or english.
I tried:
Edit your _config.yml file ,
language: ja-jp
You MUST indent with one or more spaces. more info here.